]> git.sur5r.net Git - freertos/commit
Continue updating to MISRA 2012 from 2004 - currently working on queue.c and committi...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 11 Jun 2018 01:56:32 +0000 (01:56 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 11 Jun 2018 01:56:32 +0000 (01:56 +0000)
commit2c826a227ce3502e5e697b4ed4f3a282e4328a88
tree58e14414268b6319e4cd8a88159ce2cfb0eeade9
parent150feff0c902fdfe7268997cc3ce12a193f40cb1
Continue updating to MISRA 2012 from 2004 - currently working on queue.c and committing as working copy prior to making larger change.
Change QueueHandle_t to be typesafe from void *.
Change StreamBuffer_t to be typesafe from void *.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2544 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Source/include/queue.h
FreeRTOS/Source/include/stream_buffer.h
FreeRTOS/Source/queue.c
FreeRTOS/Source/stream_buffer.c
FreeRTOS/Source/tasks.c