arch: arm: cortex_r: Add CMSIS support for Cortex-R7
This commit adds the CMSIS-Core(R) support to the Zephyr RTOS Cortex-R7. Signed-off-by: Julien Massot <julien.massot@iot.bzh>
This commit is contained in:
parent
d3345dd54d
commit
41f5c948a5
|
@ -36,6 +36,8 @@ extern "C" {
|
|||
#include <core_cr4.h>
|
||||
#elif defined(CONFIG_CPU_CORTEX_R5)
|
||||
#include <core_cr5.h>
|
||||
#elif defined(CONFIG_CPU_CORTEX_R7)
|
||||
#include <core_cr7.h>
|
||||
#else
|
||||
#error "Unknown device"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue