Add intree board config to test the relative CUSTOM board tooling
Open
Type: Enhancement
- Dominant language
- C
- Stars
- 4k
- Forks
- 1.7k
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 237
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.