From d85ddd2f8a93f2bfcedfb0365fa6826f1ab86fca Mon Sep 17 00:00:00 2001 From: HiFiPhile Date: Fri, 29 May 2026 00:39:19 +0200 Subject: bsp/stm32f7: fix f746disco jlink device Signed-off-by: HiFiPhile --- hw/bsp/stm32f7/boards/stm32f746disco/board.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.3.1