Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
davids5 opened this issue Mar 20, 2020 · 1 comment
Open

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

davids5 opened this issue Mar 20, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@davids5
Copy link
Contributor

davids5 commented Mar 20, 2020

See #594 (comment) 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
Copy link
Contributor

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.

@patacongo patacongo added the enhancement New feature or request label Mar 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants