]> begriffs open source - freertos/commit
Update MPU prototypes (#1150)
authorGaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
Mon, 30 Sep 2024 06:11:52 +0000 (11:41 +0530)
committerGitHub <noreply@github.com>
Mon, 30 Sep 2024 06:11:52 +0000 (11:41 +0530)
commit1cb80429612506952f4d2ac5b3b70273c41cb7a5
treef7eb6ceedc13b86996bc24f5cc3ef6bd5a9a24f4
parentde7c014e92ec3dd07c91ac741ddd17a63d4c4676
Update MPU prototypes (#1150)

Add missing MPU prototypes

This commit address the following issues with MPU prototypes:
1. Fix the decorator according to which MPU wrapper is used.
2. Add the missing prototypes for v1.
3. Add the corresponding mapping to mpu_wrappers.h.
4. Update MPU v1 wrappers for vTaskList and vTaskGetRunTimeStats.

This was reported here - https://forums.freertos.org/t/cortex-m55-and-16-region-mpu-support/21470/5.

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
include/mpu_prototypes.h
include/mpu_wrappers.h
portable/Common/mpu_wrappers.c