You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now we support 1 defconfig per board, there are cases where different configuration might be required, for example one will be fully loaded with all peripherals loaded, another would be only enabling basic IOs. We should also be able to have defconfigs for testing and test harnesses etc.
The idea is to have one yaml file per board and support multiple variants.
The text was updated successfully, but these errors were encountered:
nashif
changed the title
A board should support multiple configurations (variants)
[cmake] A board should support multiple configurations (variants)
Aug 26, 2017
nashif
added
the
In progress
For PRs: is work in progress and should not be merged yet. For issues: Is being worked on
label
Sep 21, 2017
Also, replace four similar checks for require with a common function.
Fixes ble portion of zephyrproject-rtos#1256.
Signed-off-by: Geoff Gustafson <[email protected]>
nagineni
pushed a commit
to nagineni/zephyr
that referenced
this issue
Nov 20, 2017
This is a workaround because analyze is mixing up the 'module' display
name and the 'require' name, better solution is to allow those to be
different.
Fixes websocket portion of zephyrproject-rtos#1256.
Signed-off-by: Geoff Gustafson <[email protected]>
right now we support 1 defconfig per board, there are cases where different configuration might be required, for example one will be fully loaded with all peripherals loaded, another would be only enabling basic IOs. We should also be able to have defconfigs for testing and test harnesses etc.
The idea is to have one yaml file per board and support multiple variants.
The text was updated successfully, but these errors were encountered: