]> begriffs open source - freertos/commit
Continue updating to MISRA 2012 from 2004 - currently working on queue.c and committi...
authorRichard Barry <ribarry@amazon.com>
Mon, 11 Jun 2018 01:56:32 +0000 (01:56 +0000)
committerRichard Barry <ribarry@amazon.com>
Mon, 11 Jun 2018 01:56:32 +0000 (01:56 +0000)
commit3d8681de9e562bedbf0af3be93a6a212abcd9570
tree58e14414268b6319e4cd8a88159ce2cfb0eeade9
parent7a9f453f96a14dc7b5af483f9fef2b3db48d1357
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 *.
FreeRTOS/Source/include/queue.h
FreeRTOS/Source/include/stream_buffer.h
FreeRTOS/Source/queue.c
FreeRTOS/Source/stream_buffer.c
FreeRTOS/Source/tasks.c