zephyr/prj.conf: Enable CONFIG_BUILD_OUTPUT_HEX to generate .hex output.
The .hex file contains more information than .bin, useful for flashing. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
474d288e55
commit
cced9a0128
@ -1,4 +1,5 @@
|
|||||||
CONFIG_BUILD_OUTPUT_BIN=y
|
CONFIG_BUILD_OUTPUT_BIN=y
|
||||||
|
CONFIG_BUILD_OUTPUT_HEX=y
|
||||||
CONFIG_REBOOT=y
|
CONFIG_REBOOT=y
|
||||||
|
|
||||||
CONFIG_STDOUT_CONSOLE=y
|
CONFIG_STDOUT_CONSOLE=y
|
||||||
|
Loading…
Reference in New Issue
Block a user