Searched refs:ihex (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/boards/nuvoton/npcx7m6fb_evb/support/ |
D | openocd.cfg | 8 flash write_image erase $target_image 0x64000000 ihex 12 verify_image $target_image 0x64000000 ihex
|
/Zephyr-latest/boards/nuvoton/npcx9m6f_evb/support/ |
D | openocd.cfg | 8 flash write_image erase $target_image 0x64000000 ihex 12 verify_image $target_image 0x64000000 ihex
|
/Zephyr-latest/boards/nuvoton/npcx4m8f_evb/support/ |
D | openocd.cfg | 10 flash write_image erase $target_image 0x64000000 ihex 14 verify_image $target_image 0x64000000 ihex
|
/Zephyr-latest/cmake/bintools/armclang/ |
D | target_bintools.cmake | 2 # GNU tools uses objectcopy, which supports the following: ihex, srec, binary 3 set_property(TARGET bintools PROPERTY elfconvert_formats ihex binary)
|
D | elfconvert_command.cmake | 23 elseif(${OUTTARGET} STREQUAL "ihex")
|
/Zephyr-latest/soc/nuvoton/npcx/common/ |
D | CMakeLists.txt | 42 $<TARGET_PROPERTY:bintools,elfconvert_flag_outtarget>ihex
|
/Zephyr-latest/cmake/bintools/llvm/ |
D | target_bintools.cmake | 5 # elfconvert_formats : Formats supported: ihex, srec, binary 30 # GNU tools uses objectcopy, which supports the following: ihex, srec, binary 31 set_property(TARGET bintools PROPERTY elfconvert_formats ihex srec binary)
|
/Zephyr-latest/cmake/bintools/gnu/ |
D | target_bintools.cmake | 5 # elfconvert_formats : Formats supported: ihex, srec, binary 30 # GNU tools uses objectcopy, which supports the following: ihex, srec, binary 31 set_property(TARGET bintools PROPERTY elfconvert_formats ihex srec binary)
|
/Zephyr-latest/cmake/bintools/iar/ |
D | target_bintools.cmake | 7 # elfconvert_formats : Formats supported: ihex, srec, binary 30 # GNU tools uses objectcopy, which supports the following: ihex, srec, binary 31 set_property(TARGET bintools PROPERTY elfconvert_formats ihex srec binary)
|
/Zephyr-latest/cmake/bintools/arcmwdt/ |
D | target_bintools.cmake | 9 # GNU tools uses objectcopy, which supports the following: ihex, srec, binary 10 set_property(TARGET bintools PROPERTY elfconvert_formats ihex srec binary)
|
D | elfconvert_command.cmake | 31 elseif(${OUTTARGET} STREQUAL "ihex")
|
/Zephyr-latest/ |
D | CMakeLists.txt | 1739 if(ihex IN_LIST elfconvert_formats) 1745 $<TARGET_PROPERTY:bintools,elfconvert_flag_outtarget>ihex
|