]> git.sur5r.net Git - freertos/commit
First pass at updating from MISRA 2004 to MISRA 2012:
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 3 Jun 2018 22:57:46 +0000 (22:57 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 3 Jun 2018 22:57:46 +0000 (22:57 +0000)
commit3b31e67961c7f668b30effb90193e6f4dea6082f
tree955201da6a5fc8b54f5e6b92832ef4d1f57f8296
parentf4c25685fef379d5c484c33797398900aeb1a7aa
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.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2542 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Source/croutine.c
FreeRTOS/Source/event_groups.c
FreeRTOS/Source/include/event_groups.h
FreeRTOS/Source/include/list.h
FreeRTOS/Source/include/mpu_prototypes.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/list.c
FreeRTOS/Source/portable/Common/mpu_wrappers.c
FreeRTOS/Source/tasks.c