This is an automated email from the ASF dual-hosted git repository.
jiuzhudong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from b0cb4e5968b arm64: add MPU-based address environment support and
refactor MMU variant
add 14efe537bd2 arch/tricore: add tricore mpu driver
No new revisions were added by this update.
Summary of changes:
arch/tricore/Kconfig | 19 +
arch/tricore/src/common/CMakeLists.txt | 4 +
arch/tricore/src/common/Make.defs | 4 +
arch/tricore/src/common/tricore_mpu.c | 1224 ++++++++++++++++++++++++++++++++
arch/tricore/src/common/tricore_mpu.h | 382 ++++++++++
5 files changed, 1633 insertions(+)
create mode 100644 arch/tricore/src/common/tricore_mpu.c
create mode 100644 arch/tricore/src/common/tricore_mpu.h