dakejahl commented on code in PR #20006: URL: https://github.com/apache/nuttx/pull/20006#discussion_r3891051587
########## arch/arm/include/stm32f4/chip.h: ########## @@ -267,7 +267,7 @@ # define STM32_NSDIO 1 /* One SDIO interface */ # define STM32_NLCD 0 /* No LCD */ # define STM32_NUSBOTG 1 /* USB OTG FS (only) */ -# define STM32_NGPIO 81 /* GPIOA-H, 100-pin */ +# define STM32_NGPIO 113 /* GPIOA-H. (N+15)>>4 is the port count; 81 yields A-F and drops H. */ Review Comment: Squashed the CE/ZG chip.h count corrections and the family HAVE_* selects into the VG commit. CG stays a second commit because it only names the 48-pin 1MB part; the CE block it shares is already complete. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
