4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 13:13:31 +08:00

[libcpu] Add CM33 (#5761)

This commit is contained in:
Tangyuxin 2022-04-01 22:45:11 +08:00 committed by GitHub
parent 45c6db63fc
commit a5dc6c490a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,11 @@ config ARCH_ARM_CORTEX_M7
select ARCH_ARM_CORTEX_M
select RT_USING_CPU_FFS
config ARCH_ARM_CORTEX_M33
bool
select ARCH_ARM_CORTEX_M
select RT_USING_CPU_FFS
config ARCH_ARM_CORTEX_R
bool
select ARCH_ARM