소스 검색

[libcpu] Add CM33 (#5761)

Tangyuxin 3 년 전
부모
커밋
a5dc6c490a
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      libcpu/Kconfig

+ 5 - 0
libcpu/Kconfig

@@ -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