]> begriffs open source - freertos/commit
Add check for if the scheduler is running to MPU ports (#954)
authorSoren Ptak <ptaksoren@gmail.com>
Tue, 23 Jan 2024 19:48:20 +0000 (14:48 -0500)
committerGitHub <noreply@github.com>
Tue, 23 Jan 2024 19:48:20 +0000 (11:48 -0800)
commit4d9f6522e574410a20cb1430aaa1a667a564ec4b
tree53e60d9eb336bdac6a237db53c01dda81b5dc9c7
parentcf2366c949735eec9c5eee83b5909bb913cd1679
Add check for if the scheduler is running to MPU ports (#954)

* In the ARM_CM3_MPU and ARM_CM4_MPU Port function xPortIsAuthorizedToAccessBuffer() grant access to the buffer if xSchedulerRunning is false.
portable/GCC/ARM_CM3_MPU/port.c
portable/GCC/ARM_CM4_MPU/port.c
portable/IAR/ARM_CM4F_MPU/port.c
portable/RVDS/ARM_CM4_MPU/port.c