FreeRTOS-Kernel/FreeRTOS/Source/portable/Common
Richard Barry 390fb06b49 First pass at updating from MISRA 2004 to MISRA 2012:
Updated pvContainer member of list items to List_t * rather than void * as they are always contained in a list if anywhere.
Made EventGroupHandle_t typesafe pointer to forward referenced struct rather than void pointer.
Made TaskHandle_t typesafe pointer to forward referenced struct, rather than a void pointer.
2018-06-03 22:57:46 +00:00
..
mpu_wrappers.c First pass at updating from MISRA 2004 to MISRA 2012: 2018-06-03 22:57:46 +00:00