]> git.sur5r.net Git - freertos/history - FreeRTOS/Source/include/FreeRTOS.h
Minor updates and change version number for V7.5.0 release.
[freertos] / FreeRTOS / Source / include / FreeRTOS.h
2013-07-17 richardbarryMinor updates and change version number for V7.5.0...
2013-07-04 richardbarryAdded portASSERT_IF_INTERRUPT_PRIORITY_INVALID() implem...
2013-07-02 richardbarryAdd new xTaskGetSystemState() API function to return...
2013-06-28 richardbarryUpdate QueueOverwrite.c to include a call to xQueuePeek...
2013-06-26 richardbarryAdd Newlib reent support.
2013-06-25 richardbarryRemove portALIGNMENT_ASSERT_pxCurrentTCB() macro, which...
2013-06-07 richardbarryEnsure queue functions go into the privileged code...
2013-06-06 richardbarryAdd default value for configUSE_TIME_SLICING
2013-05-09 richardbarryUpdate flop.c and FreeRTOS.h to include a macro (and...
2013-04-30 richardbarryUpdate version number ready to release the FAT file...
2013-04-30 richardbarryAdd FAT SL code and demo project.
2013-04-30 richardbarryClarify license blurb at the top of the FreeRTOS+UDP...
2013-04-18 richardbarryUpdate version numbers to V7.4.1. V7.4.1
2013-02-19 richardbarryPrepare for V7.4.0 release. V7.4.0
2013-02-18 richardbarryAdd default definition for configUSE_QUEUE_SETS.
2013-02-07 richardbarryNext revision of queue set implementation.
2013-01-31 richardbarryAdded INCLUDE_xSemaphoreGetMutexHolder() default.
2012-11-17 richardbarryDefault configUSE_TICKLESS_IDLE to 0 when it is not...
2012-10-29 richardbarryMake CM3/4 tick configuration a weak function to allow...
2012-10-22 richardbarryRe-jig some of the new functions to correctly assign...
2012-10-16 richardbarryPrepare for V7.3.0 release.
2012-10-16 richardbarryAdd tickless idle support in Cortex-M ports.
2012-09-25 richardbarryUpdate PIC32 port to make use of configUSE_PORT_OPTIMIS...
2012-09-23 richardbarryIntroduced configUSE_PORT_OPTIMISED_TASK_SELECTION...
2012-09-22 richardbarryAdded eTaskStateGet().
2012-08-14 richardbarryPrepare for V7.2.0 release.
2012-08-11 richardbarryAdd FreeRTOS-Plus directory.