oreh-a opened a new pull request #4704: URL: https://github.com/apache/incubator-nuttx/pull/4704
## Summary stm32f0/g0/l0 chips rcc files have ifdef/endif ARCH_BOARD_STM32_CUSTOM_CLOCKCONFIG sections for supporting board's clock configuration function, but it is not supported by related Kconfig file. Looks like it was copy-pasted from stm32 drivers implementation but was not finished. PR renames this option to ARCH_BOARD_STM32F0G0L0_CUSTOM_CLOCKCONFIG and adds needed configuration lines to Kconfig ## Impact No impact by default ## Testing Select stm32f0/g0/l0 families chip, enable "Custom clock configuration" option, build the project. Now board's provided stm32_board_clockconfig function should be used instead of stm32_stdclockconfig() -- 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]
