apache / apache/nuttx

Add intree board config to test the relative CUSTOM board tooling

Open
#596 1 comment 0 reactions 1 assignee Claimed by @xiaoxiang781216 View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.