soc: silabs_exx32: Enable creating hex file
Hex firmware file is flashed by default if JLink is used. Since all of the SiLabs dev boards have an on-board JLink, enable generating hex file. Signed-off-by: Christian Taedcke <christian.taedcke@lemonbeat.com>
This commit is contained in:
parent
34ca6d25bc
commit
c5a39188b9
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
config SOC_FAMILY_EXX32
|
config SOC_FAMILY_EXX32
|
||||||
bool
|
bool
|
||||||
select HAS_SEGGER_RTT
|
select HAS_SEGGER_RTT
|
||||||
|
select BUILD_OUTPUT_HEX
|
||||||
|
|
||||||
if SOC_FAMILY_EXX32
|
if SOC_FAMILY_EXX32
|
||||||
config SOC_FAMILY
|
config SOC_FAMILY
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue