hartmannathan opened a new pull request #745: arch/stm32h7: Explicit support for all STM32H7x3xx URL: https://github.com/apache/incubator-nuttx/pull/745 All parts in the STM32H7x3xx family have the same pinmap, etc., so extending support to all members of the family required only minimal changes: Adding them to Kconfig and extending some preprocessor logic. arch/arm/src/stm32h7/Kconfig: Add explicit support for all microcontrollers in the STM32H7x3xx family by adding support for: * STM32H743AG * STM32H743AI * STM32H743BG * STM32H743BI * STM32H743IG * STM32H743II * STM32H743VG * STM32H743VI * STM32H743XG * STM32H743XI * STM32H743ZG * STM32H753AI * STM32H753BI * STM32H753VI * STM32H753XI * STM32H753ZI arch/arm/include/stm32h7/chip.h: Extend preprocessor logic to add support for the new microcontrollers.
---------------------------------------------------------------- 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