Explorar el Código

[libcpu] Add CM33 (#5761)

Tangyuxin hace 3 años
padre
commit
a5dc6c490a
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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