add at32 to README.rst, rename at32 board to lower case, correct name to match mcu, add meta data

This commit is contained in:
hathach
2025-08-01 11:26:04 +07:00
parent a16c7a27e4
commit 9290788a23
34 changed files with 104 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
set(MCU_VARIANT AT32F403ACGU7)
set(MCU_LINKER_NAME AT32F403AxG)
set(JLINK_DEVICE ${MCU_VARIANT})
function(update_board TARGET)
target_compile_definitions(${TARGET} PUBLIC ${MCU_VARIANT})
endfunction()