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
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ extern "C" {
|
||||||
#include <core_cr4.h>
|
#include <core_cr4.h>
|
||||||
#elif defined(CONFIG_CPU_CORTEX_R5)
|
#elif defined(CONFIG_CPU_CORTEX_R5)
|
||||||
#include <core_cr5.h>
|
#include <core_cr5.h>
|
||||||
|
#elif defined(CONFIG_CPU_CORTEX_R7)
|
||||||
|
#include <core_cr7.h>
|
||||||
#else
|
#else
|
||||||
#error "Unknown device"
|
#error "Unknown device"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue