add ci build for at32: f402_405, f403a_407, f423

This commit is contained in:
hathach
2025-07-28 22:58:32 +07:00
parent 3682b6c663
commit b531f43434
18 changed files with 193 additions and 25 deletions

View File

@@ -0,0 +1,6 @@
set(MCU_VARIANT AT32F405RCT7)
set(JLINK_DEVICE ${MCU_VARIANT})
function(update_board TARGET)
target_compile_definitions(${TARGET} PUBLIC ${MCU_VARIANT})
endfunction()

View File

@@ -1,3 +1,4 @@
JLINK_DEVICE = AT32F405RCT7
LD_FILE = $(BOARD_PATH)/AT32F405xC_FLASH.ld
CFLAGS += \