4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-23 02:17:21 +08:00

28 lines
492 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
2024-07-24 16:31:36 +08:00
config SOC_SERIES_GD32H7
bool
select ARCH_ARM_CORTEX_M7
select SOC_FAMILY_GD32