rt-thread/bsp/ft32/libraries/Kconfig

11 lines
127 B
Plaintext
Raw Normal View History

2022-03-23 11:03:48 +08:00
config SOC_FAMILY_FT32
bool
config SOC_SERIES_FT32F0
bool
select ARCH_ARM_CORTEX_M0
select SOC_FAMILY_FT32
2023-01-09 10:14:23 +08:00
2022-03-23 11:03:48 +08:00