]> begriffs open source - freertos/commit
Change xPortRaisePrivilege and vPortResetPrivilege to macros
authorGaurav Aggarwal <aggarg@amazon.com>
Thu, 7 Oct 2021 02:13:48 +0000 (19:13 -0700)
committerGaurav Aggarwal <aggarg@amazon.com>
Thu, 7 Oct 2021 02:13:48 +0000 (19:13 -0700)
commitba505118219b94ced30fb8961287216e74f8fe80
treee692172fcb520f61ccdd2d314e3fdbcaa3d0b8c0
parent628059b775ba7e0e5d7492291035c6f7c9870be5
Change xPortRaisePrivilege and vPortResetPrivilege to macros

This prevents non-kernel code from calling these functions.

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
include/mpu_wrappers.h
portable/Common/mpu_wrappers.c
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