move all IAR to cmake
This commit is contained in:
14
hw/bsp/stm32f7/boards/stm32f723disco/board.cmake
Normal file
14
hw/bsp/stm32f7/boards/stm32f723disco/board.cmake
Normal file
@@ -0,0 +1,14 @@
|
||||
set(MCU_VARIANT stm32f723xx)
|
||||
set(JLINK_DEVICE stm32f723ie)
|
||||
|
||||
set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/STM32F723xE_FLASH.ld)
|
||||
|
||||
function(update_board TARGET)
|
||||
target_compile_definitions(${TARGET} PUBLIC
|
||||
STM32F723xx
|
||||
HSE_VALUE=25000000
|
||||
# default to PORT 1 High Speed
|
||||
BOARD_TUD_RHPORT=1
|
||||
BOARD_TUD_MAX_SPEED=OPT_MODE_HIGH_SPEED
|
||||
)
|
||||
endfunction()
|
Reference in New Issue
Block a user