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:
Richard Barry 2016-04-24 18:33:16 +00:00
parent 12a0be1e69
commit afd4b432f6
12 changed files with 254 additions and 3691 deletions

View file

@ -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