]> 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-AWS <33462878+aggarg@users.noreply.github.com>
Mon, 15 Nov 2021 23:09:12 +0000 (15:09 -0800)
commit7a3848753b303cffe658abc11110d008669f7021
treebdc04ca6cc67507b3cc153cf18a1904bd2c12b63
parent78da9cb261787895bb3eb9c1d0753072498544d6
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