Skip to content

Commit

Permalink
soc: silabs: siwg917: Do not overwrite zephyr .hex file
Browse files Browse the repository at this point in the history
Currently, siwx917_isp_prepare.py is generating aan .hex file
overwriting the one created by Zephyr. This create confusion and can
lead to bugs.

Signed-off-by: Jérôme Pouiller <[email protected]>
  • Loading branch information
jerome-pouiller committed Nov 8, 2024
1 parent 3c2df5e commit e8bd741
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion soc/silabs/silabs_siwx917/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ add_subdirectory(siwg917)
set_property(GLOBAL APPEND PROPERTY extra_post_build_commands
COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/siwx917_isp_prepare.py
--rom_addr ${CONFIG_FLASH_BASE_ADDRESS}
--out_hex ${KERNEL_HEX_NAME}
${KERNEL_BIN_NAME}
${KERNEL_BIN_NAME}.rps
)

0 comments on commit e8bd741

Please sign in to comment.