add ch32v103 bsp support, compile but does not run, probably due to compile/linker issue

This commit is contained in:
hathach
2024-06-14 16:06:37 +07:00
parent 969b06d77c
commit 33f5547ed4
18 changed files with 1295 additions and 15 deletions

View File

@@ -0,0 +1,7 @@
MCU_VARIANT = D6
CFLAGS += -DCFG_EXAMPLE_MSC_DUAL_READONLY
LDFLAGS += \
-Wl,--defsym=__flash_size=64K \
-Wl,--defsym=__ram_size=20K \