]> git.sur5r.net Git - freertos/history - FreeRTOS/Source/include/FreeRTOS.h
Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_OPTIMISE...
[freertos] / FreeRTOS / Source / include / FreeRTOS.h
2014-09-02 rtelUpdate version number to 8.1.2 after moving the default... V8.1.2
2014-08-29 rtelUpdate version number to 8.1.1 for patch release that...
2014-08-26 rtelMinor edits prior to tagging V8.1.0.
2014-08-16 rtel***IMMINENT RELEASE NOTICE***
2014-06-16 rtelDefault the definition of portASSERT_IF_IN_ISR() to...
2014-06-04 rtelReverse order of projdefs.h and FreeRTOSConfig.h includ...
2014-04-24 rtelUpdate version number ready for release. V8.0.1
2014-02-18 rtelUpdate version number to V8.0.0 (without the release...
2014-01-25 rtelIntroduce xTimerPendFunctionCall().
2014-01-23 rtelRemove #error that attempted to catch stdint.h not...
2014-01-17 rtelAdd extern 'C' to FreeRTOS.h.
2014-01-13 rtelIntroduce configENABLE_BACKWARD_COMPATIBILITY to allow...
2014-01-05 rtelMap portTICK_RATE_MS to portTICK_PERIOD_MS.
2014-01-05 rtelMinor tidy ups that don't effect code generation, plus:
2013-12-31 rtelMinor comment corrections prior to tagging. V8.0.0rc1
2013-12-31 rtelChange version numbers ready for V8.0.0 release candida...
2013-12-31 rtelAdd xEventGroupClearBitsFromISR() and xEventGroupGetBit...
2013-12-30 rtelMinor updates to demo projects to ensure correct buildi...
2013-12-29 rtelReplace standard types with stdint.h types.
2013-12-23 rtelAdd coverage test markers.
2013-12-23 rtelIn process of module testing event_groups.c.
2013-12-12 rtelChange the way one thread deletes another in the Window...
2013-12-12 rtelAdd trace macros into the event groups implementation.
2013-11-28 rtelMultiple tidy up, documentation corrections and typo...
2013-11-21 richardbarryAdd event_groups.c and associated functions in other...
2013-11-08 richardbarryChange version numbers in preparation for V7.6.0 release.
2013-10-14 richardbarryUpdate FreeRTOS version number to V7.5.3
2013-10-07 richardbarryClear up a few compiler warnings.
2013-07-24 richardbarryAdd additional critical section to the default tickless...
2013-07-23 richardbarryUpdate version number. V7.5.1
2013-07-18 richardbarryFor consistency change the name of configINCLUDE_STATS_...
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.