Skip to content

Commit cb16010

Browse files
jerome-pouillerjhedberg
authored andcommitted
soc: silabs: siwg917: Device needs .hex firmware
Commit a448c72 ("soc: silabs: siwg917: Get rid of siwx917_isp_prepare.py") allows to flash the device using the .hex file. However, the .hex file was not built by default. Fixes: a448c72 "soc: silabs: siwg917: Get rid of siwx917_isp_prepare.py" Signed-off-by: Jérôme Pouiller <[email protected]>
1 parent 49b5a1b commit cb16010

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

soc/silabs/silabs_siwx917/siwg917/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ config FLASH_BASE_ADDRESS
1010
config NUM_IRQS
1111
default 99
1212

13+
config BUILD_OUTPUT_HEX
14+
default y
15+
1316
endif

0 commit comments

Comments
 (0)