4002
hw/bsp/BoardPresets.json
Normal file
4002
hw/bsp/BoardPresets.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -399,7 +399,11 @@ endfunction()
|
||||
# Add flash jlink target
|
||||
function(family_flash_jlink TARGET)
|
||||
if (NOT DEFINED JLINKEXE)
|
||||
set(JLINKEXE JLinkExe)
|
||||
if(CMAKE_HOST_WIN32)
|
||||
set(JLINKEXE JLink.exe)
|
||||
else()
|
||||
set(JLINKEXE JLinkExe)
|
||||
endif()
|
||||
endif ()
|
||||
|
||||
if (NOT DEFINED JLINK_IF)
|
||||
|
Reference in New Issue
Block a user