diff options
| author | Damien George <damien@micropython.org> | 2022-03-07 16:43:29 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-03-07 16:48:35 +1100 |
| commit | cced9a0128a5fba99868b6fa091b26fec3119f54 (patch) | |
| tree | c8604620f649b3e564b7f805b90cf87515d625a4 | |
| parent | 474d288e55503e135a0d86e6eaa733354583a5f2 (diff) | |
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>
| -rw-r--r-- | ports/zephyr/prj.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/zephyr/prj.conf b/ports/zephyr/prj.conf index b6559e4f7..90211e365 100644 --- a/ports/zephyr/prj.conf +++ b/ports/zephyr/prj.conf @@ -1,4 +1,5 @@ CONFIG_BUILD_OUTPUT_BIN=y +CONFIG_BUILD_OUTPUT_HEX=y CONFIG_REBOOT=y CONFIG_STDOUT_CONSOLE=y |
