clang f7, update cmsis f7 to fix startup bug

This commit is contained in:
hathach
2024-04-23 12:22:40 +07:00
parent b4d0303a26
commit 1e882c7c24
4 changed files with 14 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
set(MCU_VARIANT stm32f769xx)
set(JLINK_DEVICE stm32f769xx)
set(JLINK_DEVICE stm32f769ni)
set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/STM32F769ZITx_FLASH.ld)