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>
pull/8350/head
Damien George 2022-03-07 16:43:29 +11:00
rodzic 474d288e55
commit cced9a0128
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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