Skip to content

Commit

Permalink
soc: stm32: enable outputing hex file
Browse files Browse the repository at this point in the history
Hex firmware file is convenient in some scenarios, like
generating signed firmware with `west sign`. So, enable
generating hex file.

Signed-off-by: Jun Li <[email protected]>
  • Loading branch information
jli157 authored and nashif committed May 9, 2019
1 parent c2f08da commit d1b21f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soc/arm/st_stm32/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ config SOC_FAMILY_STM32
bool
# omit prompt to signify a "hidden" option
select HAS_SEGGER_RTT
select BUILD_OUTPUT_HEX

if SOC_FAMILY_STM32

Expand Down

0 comments on commit d1b21f3

Please sign in to comment.