dakejahl commented on PR #20006: URL: https://github.com/apache/nuttx/pull/20006#issuecomment-5464762743
`STM32_NGPIO` is a port-count proxy (`(N+15)>>4`), not an I/O count. 81 is the real pin count but yields ports A–F and drops H, so PH0/PH1 cannot be configured. 113 matches ZG and gives A–H. Enabling unused F/G clocks is harmless on the 100-pin die. -- 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]
