apache / nuttx

Apache NuttX is a mature, real-time embedded operating system (RTOS)
https://nuttx.apache.org/
Apache License 2.0
2.51k stars 1.06k forks source link

Add intree board config to test the relative CUSTOM board tooling #596

Open davids5 opened 4 years ago

davids5 commented 4 years ago

See https://github.com/apache/incubator-nuttx/pull/594#issuecomment-601745637 for Context

In the past and recently changes in make files have broken the CUSTOM board tooling.

CONFIG_ARCH_BOARD_CUSTOM=y
CONFIG_ARCH_BOARD_CUSTOM_DIR="../nuttx-config"
CONFIG_ARCH_BOARD_CUSTOM_DIR_RELPATH=y
CONFIG_ARCH_BOARD_CUSTOM_NAME="tvc15-pro"
CONFIG_ARCH_CHIP="stm32h7"
CONFIG_ARCH_CHIP_STM32H743ZI=y
CONFIG_ARCH_CHIP_STM32H7=y

Adding a config will insure this does not continue to happen

patacongo commented 4 years ago

Adding a config will insure this does not continue to happen

And breakage of custom board configurations has occurred more than once in the past as well.