Files
rt-thread/bsp/at32/libraries/Kconfig
sheltonyu 17d41e7478
Some checks failed
ToolsCI / Tools (push) Waiting to run
AutoTestCI / components/cpp11 (push) Waiting to run
AutoTestCI / kernel/atomic (push) Waiting to run
AutoTestCI / kernel/atomic/riscv64 (push) Waiting to run
AutoTestCI / kernel/atomic_c11 (push) Waiting to run
AutoTestCI / kernel/atomic_c11/riscv64 (push) Waiting to run
AutoTestCI / kernel/device (push) Waiting to run
AutoTestCI / kernel/ipc (push) Waiting to run
AutoTestCI / kernel/irq (push) Waiting to run
AutoTestCI / kernel/mem (push) Waiting to run
AutoTestCI / kernel/mem/riscv64 (push) Waiting to run
AutoTestCI / kernel/thread (push) Waiting to run
AutoTestCI / kernel/timer (push) Waiting to run
AutoTestCI / rtsmart/aarch64 (push) Waiting to run
AutoTestCI / rtsmart/arm (push) Waiting to run
AutoTestCI / rtsmart/riscv64 (push) Waiting to run
AutoTestCI / components/utest (push) Waiting to run
RT-Thread BSP Static Build Check / ESP32C3 (push) Waiting to run
RT-Thread BSP Static Build Check / Infineon_TI_microchip (push) Waiting to run
RT-Thread BSP Static Build Check / RT-Thread Online Packages (STM32F407 RT-Spark) (push) Waiting to run
RT-Thread BSP Static Build Check / RTduino/Arduino Libraries (Raspberry Pico) (push) Waiting to run
RT-Thread BSP Static Build Check / RTduino/Arduino Libraries (STM32F412 Nucleo) (push) Waiting to run
RT-Thread BSP Static Build Check / aarch64 (push) Waiting to run
RT-Thread BSP Static Build Check / gd32_n32_apm32 (push) Waiting to run
RT-Thread BSP Static Build Check / hpmicro (push) Waiting to run
RT-Thread BSP Static Build Check / i386-unknown (push) Waiting to run
RT-Thread BSP Static Build Check / llvm-arm (push) Waiting to run
RT-Thread BSP Static Build Check / mips (push) Waiting to run
RT-Thread BSP Static Build Check / nordic(yml) (push) Waiting to run
RT-Thread BSP Static Build Check / nuvoton (push) Waiting to run
RT-Thread BSP Static Build Check / nxp_renesas (push) Waiting to run
RT-Thread BSP Static Build Check / others_at32_hc32_ht32 (push) Waiting to run
RT-Thread BSP Static Build Check / riscv-none (push) Waiting to run
RT-Thread BSP Static Build Check / riscv64-unknown (push) Waiting to run
RT-Thread BSP Static Build Check / simulator (push) Waiting to run
RT-Thread BSP Static Build Check / stm32_f2_f4 (push) Waiting to run
RT-Thread BSP Static Build Check / stm32_f7_g0_h7_mp15_u5_h5_wb5 (push) Waiting to run
RT-Thread BSP Static Build Check / stm32f0_f1 (push) Waiting to run
RT-Thread BSP Static Build Check / stm32l4 (push) Waiting to run
pkgs_test / change (push) Has been skipped
BSP compilation with more drivers / BSP Compilation with More Drivers (push) Has been cancelled
[bsp/at32] add support at32f455/456/457 series and support bsp pkg (#9974)
2025-03-06 17:14:15 +08:00

98 lines
1.8 KiB
Plaintext

config SOC_FAMILY_AT32
bool
config SOC_SERIES_AT32A403A
bool
select ARCH_ARM_CORTEX_M4
select SOC_FAMILY_AT32
config SOC_SERIES_AT32A423
bool
select ARCH_ARM_CORTEX_M4
select SOC_FAMILY_AT32
config SOC_SERIES_AT32F402
bool
select ARCH_ARM_CORTEX_M4
select SOC_FAMILY_AT32
config SOC_SERIES_AT32F403
bool
select ARCH_ARM_CORTEX_M4
select SOC_FAMILY_AT32
config SOC_SERIES_AT32F403A
bool
select ARCH_ARM_CORTEX_M4
select SOC_FAMILY_AT32
config SOC_SERIES_AT32F405
bool
select ARCH_ARM_CORTEX_M4
select SOC_FAMILY_AT32
config SOC_SERIES_AT32F407
bool
select ARCH_ARM_CORTEX_M4
select SOC_FAMILY_AT32
config SOC_SERIES_AT32F413
bool
select ARCH_ARM_CORTEX_M4
select SOC_FAMILY_AT32
config SOC_SERIES_AT32F415
bool
select ARCH_ARM_CORTEX_M4
select SOC_FAMILY_AT32
config SOC_SERIES_AT32F421
bool
select ARCH_ARM_CORTEX_M4
select SOC_FAMILY_AT32
config SOC_SERIES_AT32F423
bool
select ARCH_ARM_CORTEX_M4
select SOC_FAMILY_AT32
config SOC_SERIES_AT32F425
bool
select ARCH_ARM_CORTEX_M4
select SOC_FAMILY_AT32
config SOC_SERIES_AT32F435
bool
select ARCH_ARM_CORTEX_M4
select SOC_FAMILY_AT32
config SOC_SERIES_AT32F437
bool
select ARCH_ARM_CORTEX_M4
select SOC_FAMILY_AT32
config SOC_SERIES_AT32F455
bool
select ARCH_ARM_CORTEX_M4
select SOC_FAMILY_AT32
config SOC_SERIES_AT32F456
bool
select ARCH_ARM_CORTEX_M4
select SOC_FAMILY_AT32
config SOC_SERIES_AT32F457
bool
select ARCH_ARM_CORTEX_M4
select SOC_FAMILY_AT32
config SOC_SERIES_AT32M412
bool
select ARCH_ARM_CORTEX_M4
select SOC_FAMILY_AT32
config SOC_SERIES_AT32M416
bool
select ARCH_ARM_CORTEX_M4
select SOC_FAMILY_AT32