diff options
| author | HiFiPhile <[email protected]> | 2026-03-06 12:52:13 +0100 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2026-03-06 12:52:13 +0100 |
| commit | 3a0227b7718529cf0397d66d2a7a5567e18498c3 (patch) | |
| tree | 3d8451e7ff0f41e09d531507d24f343d15a78872 | |
| parent | c186063a6387ab6649fcc3e6e450ced854d20d03 (diff) | |
fix Jlink device name
Signed-off-by: HiFiPhile <[email protected]>
| -rw-r--r-- | hw/bsp/same7x/boards/same70_qmtech/board.cmake | 2 | ||||
| -rw-r--r-- | hw/bsp/same7x/boards/same70_qmtech/board.mk | 2 | ||||
| -rw-r--r-- | hw/bsp/same7x/boards/same70_xplained/board.cmake | 2 | ||||
| -rw-r--r-- | hw/bsp/same7x/boards/same70_xplained/board.mk | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/hw/bsp/same7x/boards/same70_qmtech/board.cmake b/hw/bsp/same7x/boards/same70_qmtech/board.cmake index 3597c280f..971a27e29 100644 --- a/hw/bsp/same7x/boards/same70_qmtech/board.cmake +++ b/hw/bsp/same7x/boards/same70_qmtech/board.cmake @@ -1,4 +1,4 @@ -set(JLINK_DEVICE SAME70N19B) +set(JLINK_DEVICE ATSAME70N19B) set(LD_FILE_GNU ${TOP}/hw/mcu/microchip/same70/same70b/gcc/gcc/same70n19b_flash.ld) set(LD_FILE_IAR ${TOP}/hw/mcu/microchip/same70/same70b/iar/config/linker/Microchip/atsame70n19b/flash.icf) diff --git a/hw/bsp/same7x/boards/same70_qmtech/board.mk b/hw/bsp/same7x/boards/same70_qmtech/board.mk index 09ae98860..461bef8a2 100644 --- a/hw/bsp/same7x/boards/same70_qmtech/board.mk +++ b/hw/bsp/same7x/boards/same70_qmtech/board.mk @@ -1,3 +1,3 @@ CFLAGS += -D__SAME70N19B__ -JLINK_DEVICE = SAME70N19B +JLINK_DEVICE = ATSAME70N19B diff --git a/hw/bsp/same7x/boards/same70_xplained/board.cmake b/hw/bsp/same7x/boards/same70_xplained/board.cmake index 4ac661daa..f762464a6 100644 --- a/hw/bsp/same7x/boards/same70_xplained/board.cmake +++ b/hw/bsp/same7x/boards/same70_xplained/board.cmake @@ -1,4 +1,4 @@ -set(JLINK_DEVICE SAME70Q21B) +set(JLINK_DEVICE ATSAME70Q21B) set(LD_FILE_GNU ${TOP}/hw/mcu/microchip/same70/same70b/gcc/gcc/same70q21b_flash.ld) set(LD_FILE_IAR ${TOP}/hw/mcu/microchip/same70/same70b/iar/config/linker/Microchip/atsame70q21b/flash.icf) diff --git a/hw/bsp/same7x/boards/same70_xplained/board.mk b/hw/bsp/same7x/boards/same70_xplained/board.mk index ca23a9be5..d3e7cfc29 100644 --- a/hw/bsp/same7x/boards/same70_xplained/board.mk +++ b/hw/bsp/same7x/boards/same70_xplained/board.mk @@ -1,3 +1,3 @@ CFLAGS += -D__SAME70Q21B__ -JLINK_DEVICE = SAME70Q21B +JLINK_DEVICE = ATSAME70Q21B |
