25434e976b
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. |
||
---|---|---|
.. | ||
96b_carbon.conf | ||
disco_l475_iot1.conf | ||
frdm_k64f.conf | ||
frdm_kw41z.conf | ||
mimxrt1050_evk.conf | ||
qemu_cortex_m3.conf | ||
qemu_x86.conf | ||
reel_board.conf | ||
rv32m1_vega_ri5cy.conf |