diff options
| author | HiFiPhile <[email protected]> | 2026-05-29 00:39:19 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2026-05-29 00:39:19 +0200 |
| commit | d85ddd2f8a93f2bfcedfb0365fa6826f1ab86fca (patch) | |
| tree | ed187ab4018153397e486df672b2b721bdffd64f | |
| parent | 6e63910d2a1ca6dc0ad384213d5af2ed6acf5013 (diff) | |
bsp/stm32f7: fix f746disco jlink device
Signed-off-by: HiFiPhile <[email protected]>
| -rw-r--r-- | hw/bsp/stm32f7/boards/stm32f746disco/board.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/stm32f7/boards/stm32f746disco/board.cmake b/hw/bsp/stm32f7/boards/stm32f746disco/board.cmake index bc26c6ef4..5f46365f4 100644 --- a/hw/bsp/stm32f7/boards/stm32f746disco/board.cmake +++ b/hw/bsp/stm32f7/boards/stm32f746disco/board.cmake @@ -1,5 +1,5 @@ set(MCU_VARIANT stm32f746xx) -set(JLINK_DEVICE stm32f746xx) +set(JLINK_DEVICE stm32f746ng) set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/STM32F746ZGTx_FLASH.ld) |
