4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-27 02:07:24 +08:00

23 lines
400 B
Plaintext
Raw Normal View History

2021-09-02 22:38:47 +08:00
config SOC_FAMILY_GD32
bool
2022-01-07 21:32:00 +08:00
config SOC_SERIES_GD32F1
bool
select ARCH_ARM_CORTEX_M3
select SOC_FAMILY_GD32
config SOC_SERIES_GD32F2
bool
select ARCH_ARM_CORTEX_M3
select SOC_FAMILY_GD32
config SOC_SERIES_GD32F3
bool
select ARCH_ARM_CORTEX_M4
select SOC_FAMILY_GD32
2021-09-02 22:38:47 +08:00
config SOC_SERIES_GD32F4
bool
select ARCH_ARM_CORTEX_M4
select SOC_FAMILY_GD32