FreeRTOS-Kernel/FreeRTOS/Source/include
Richard Barry d6fcd5dbba Add the option to specify a stack size in the standard demo MessageBuffer tests.
Add stream and message buffer tests into the Zynq demo project.
2018-06-13 16:50:16 +00:00
..
croutine.h Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 2017-12-18 22:54:18 +00:00
deprecated_definitions.h Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 2017-12-18 22:54:18 +00:00
event_groups.h Remove casts from EventGroupHandle_t to EventGroup_t, and corresponding lint comments, which are not required now EventGroupHandle_t is type safe. 2018-06-04 04:02:57 +00:00
FreeRTOS.h Update definition of StaticTimer_t so its size is correct on MSP403X large memory model builds. 2018-05-07 16:31:50 +00:00
list.h TimerHandle_t is now type safe instead of void *. 2018-06-11 04:43:12 +00:00
message_buffer.h Introduce xMessageBufferNextLengthBytes() and tests for the same. 2018-03-04 19:25:14 +00:00
mpu_prototypes.h Fix misra violations in queue.c by introducing a union that allows the correct data types to be used in place of void *, then tidy up where the union is used. 2018-06-11 18:51:53 +00:00
mpu_wrappers.h Introduce xMessageBufferNextLengthBytes() and tests for the same. 2018-03-04 19:25:14 +00:00
portable.h Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 2017-12-18 22:54:18 +00:00
projdefs.h Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 2017-12-18 22:54:18 +00:00
queue.h Add the option to specify a stack size in the standard demo MessageBuffer tests. 2018-06-13 16:50:16 +00:00
semphr.h Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 2017-12-18 22:54:18 +00:00
stack_macros.h TimerHandle_t is now type safe instead of void *. 2018-06-11 04:43:12 +00:00
StackMacros.h Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 2017-12-18 22:54:18 +00:00
stdint.readme Introduce configENABLE_BACKWARD_COMPATIBILITY to allow the #defines that provide backward compatibility with FreeRTOS version prior to V8 to be optionally omitted. 2014-01-13 20:26:47 +00:00
stream_buffer.h Continue updating to MISRA 2012 from 2004 - currently working on queue.c and committing as working copy prior to making larger change. 2018-06-11 01:56:32 +00:00
task.h Fix misra violations in queue.c by introducing a union that allows the correct data types to be used in place of void *, then tidy up where the union is used. 2018-06-11 18:51:53 +00:00
timers.h TimerHandle_t is now type safe instead of void *. 2018-06-11 04:43:12 +00:00