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:
Damien George 2022-03-07 16:43:29 +11:00
parent 474d288e55
commit cced9a0128
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
CONFIG_BUILD_OUTPUT_BIN=y
CONFIG_BUILD_OUTPUT_HEX=y
CONFIG_REBOOT=y
CONFIG_STDOUT_CONSOLE=y