diff options
author | Maureen Helm <maureen.helm@nxp.com> | 2020-05-02 14:56:27 -0500 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2020-05-05 00:48:44 +1000 |
commit | 25434e976b8d59046e1f49e13d577c1221468c2e (patch) | |
tree | 6b1e0ae3bd414b87e88b9ceede177af611164660 /py/objattrtuple.c | |
parent | 138a28dc07fdbe633c225e05bee064a6eb41b532 (diff) |
zephyr: Use zephyr build system to merge configurations.
The zephyr build system supports merging application-level board
configurations, so there is no need to reproduce this functionality in
MicroPython.
If CONF_FILE is not explicitly set, then the zephyr build system looks for
prj.conf in the application directory. Therefore we rename the MicroPython
prj_base.conf to prj.conf.
Furthermore, if the zephyr build system finds boards/$(BOARD).conf in the
application directory, it merges that configuration with prj.conf.
Therefore we rename all the MicroPython board .conf files and move them
into a boards/ directory.
The minimal configuration, prj_minimal.conf, is left in the application
directory because it is used as an explicitly set CONF_FILE in
make-minimal.
Diffstat (limited to 'py/objattrtuple.c')
0 files changed, 0 insertions, 0 deletions