hartmannathan commented on a change in pull request #745: [DO NOT MERGE] arch/stm32h7: Explicit support for all STM32H7x3xx URL: https://github.com/apache/incubator-nuttx/pull/745#discussion_r408482642
########## File path: arch/arm/src/stm32h7/stm32_gpio.c ########## @@ -162,6 +162,20 @@ int stm32_configgpio(uint32_t cfgset) return -EINVAL; } +#if (STM32H7_NGPIO > 5) && (!defined(CONFIG_STM32H7_HAVE_GPIOF)) Review comment: I can init g_gpiobase[5] and g_gpiobase[6] to 0 and check for that every place g_gpiobase[] is used. Will that be acceptable? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services