]> begriffs open source - freertos/commit
Add ARMv7-R MPU Port (#938)
authorSoren Ptak <ptaksoren@gmail.com>
Mon, 26 Feb 2024 19:01:25 +0000 (14:01 -0500)
committerGitHub <noreply@github.com>
Mon, 26 Feb 2024 19:01:25 +0000 (11:01 -0800)
commit61111b14602530a6bcddda75329deb2b5ae31f49
tree96654bc2d010f46f9f5648282e733ebf113d09e0
parent839ccb719b91ecd1cd066dc852110d2bbbe78cde
Add ARMv7-R MPU Port (#938)

* Apply git review patch created by @aggargr
* Add necessary changes to the CMakeLists.txt file to build the port
.github/.cSpellWords.txt
.github/scripts/kernel_checker.py
.github/workflows/formatting.yml
CMakeLists.txt
portable/CMakeLists.txt
portable/GCC/ARM_CRx_MPU/mpu_wrappers_v2_asm.S [new file with mode: 0644]
portable/GCC/ARM_CRx_MPU/port.c [new file with mode: 0644]
portable/GCC/ARM_CRx_MPU/portASM.S [new file with mode: 0644]
portable/GCC/ARM_CRx_MPU/portmacro.h [new file with mode: 0644]
portable/GCC/ARM_CRx_MPU/portmacro_asm.h [new file with mode: 0644]