We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd51dde commit bd2760aCopy full SHA for bd2760a
boards/infineon/kit_pse84_eval/board.cmake
@@ -17,5 +17,5 @@ include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
17
18
if(CONFIG_CPU_CORTEX_M33 AND CONFIG_TRUSTED_EXECUTION_SECURE)
19
set_property(TARGET runners_yaml_props_target
20
- PROPERTY hex_file ${ZEPHYR_BINARY_DIR}/${KERNEL_NAME}.signed.hex)
+ PROPERTY hex_file ${KERNEL_NAME}.signed.hex)
21
endif()
0 commit comments