4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-24 14:17:22 +08:00

12 lines
220 B
Plaintext
Raw Normal View History

2021-09-02 09:55:07 +08:00
config SOC_FAMILY_APM32
bool
config SOC_SERIES_APM32F1
bool
select ARCH_ARM_CORTEX_M3
select SOC_FAMILY_APM32
config SOC_SERIES_APM32F4
bool
select ARCH_ARM_CORTEX_M4
select SOC_FAMILY_APM32