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:
Julien Massot 2021-01-12 11:03:17 +01:00 committed by Ioannis Glaropoulos
parent d3345dd54d
commit 41f5c948a5
1 changed files with 2 additions and 0 deletions

View File

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