mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-06 19:52:30 +00:00
emsdp_em7d_esp is a board with secure just like em_starterkit_em7d, but the secure feature not configed in defconfig file. we need to add below configs in emsdp_em7d_esp_defconfig files: CONFIG_ARC_HAS_SECURE=y CONFIG_TRUSTED_EXECUTION_SECURE=y when secure feature enabled, we use secure timer for system tick, so we need to add below macro for secure timer: #define IRQ_SEC_TIMER0 20 Signed-off-by: Watson Zeng <zhiwei@synopsys.com> |
||
---|---|---|
.. | ||
arc | ||
arm | ||
common | ||
nios2 | ||
posix | ||
riscv | ||
shields | ||
x86 | ||
xtensa | ||
CMakeLists.txt | ||
deprecated.cmake | ||
index.rst | ||
Kconfig |