]> begriffs open source - freertos/commit
Change xPortRaisePrivilege and vPortResetPrivilege to macros
authorGaurav Aggarwal <aggarg@amazon.com>
Thu, 7 Oct 2021 01:56:51 +0000 (18:56 -0700)
committerGaurav Aggarwal <aggarg@amazon.com>
Thu, 7 Oct 2021 01:56:51 +0000 (18:56 -0700)
commit526be5210d1d2bda52a50de281180ee7d96dcc84
treefe35c7b090307eb595b85b0760db7bafcd1dded1
parenta030d0a02b618122c53747eaf6066eafb332b924
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