mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-18 09:08:33 -04:00
Improve coverage of the MPU API in the new MPU demo, fixing typos in the MPU port layer as they are found.
This commit is contained in:
parent
12a0be1e69
commit
afd4b432f6
12 changed files with 254 additions and 3691 deletions
|
@ -121,6 +121,7 @@ only for ports that are using the MPU. */
|
|||
#define xTaskGenericNotify MPU_xTaskGenericNotify
|
||||
#define xTaskNotifyWait MPU_xTaskNotifyWait
|
||||
#define ulTaskNotifyTake MPU_ulTaskNotifyTake
|
||||
#define xTaskNotifyStateClear MPU_xTaskNotifyStateClear
|
||||
|
||||
#define xTaskGetCurrentTaskHandle MPU_xTaskGetCurrentTaskHandle
|
||||
#define vTaskSetTimeOutState MPU_vTaskSetTimeOutState
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue