]> begriffs open source - freertos/history - FreeRTOS/Source
Next revision of queue set implementation.
[freertos] / FreeRTOS / Source /
2013-02-07 Richard BarryNext revision of queue set implementation.
2013-01-31 Richard Barryremove the additional line added to the MPU port.c...
2013-01-31 Richard BarryAdded INCLUDE_xSemaphoreGetMutexHolder() default.
2013-01-23 Richard BarryReplace the CLZ function with a CLZ intrinsic in the...
2012-12-31 Richard BarryMake changes necessary to allow the latest StateViewer...
2012-11-18 Richard BarryMove the call that sets xTimeNow inside the loop that...
2012-11-17 Richard BarryDefault configUSE_TICKLESS_IDLE to 0 when it is not...
2012-10-31 Richard BarryAdd warning suppression to IAR header.
2012-10-29 Richard BarryMake CM3/4 tick configuration a weak function to allow...
2012-10-29 Richard BarryWork around compiler bug in CCS5 by replacing the _call...
2012-10-22 Richard BarryRe-jig some of the new functions to correctly assign...
2012-10-16 Richard BarryPrepare for V7.3.0 release.
2012-10-16 Richard BarryMake the timer used for the PIC32 port layer user confi...
2012-10-16 Richard BarryAdd tickless idle support in Cortex-M ports.
2012-10-10 Richard BarryRemove whitespace only.
2012-09-25 Richard BarryUpdate PIC32 port to make use of configUSE_PORT_OPTIMIS...
2012-09-24 Richard BarryCorrect #if( configMAX_PRIORITIES >= 32 ) check perform...
2012-09-24 Richard BarryReplace the need for taskCHECK_READY_LIST() by instead...
2012-09-24 Richard BarryRename listLIST_ITEM_CONTAINED to listLIST_ITEM_CONTAINER.
2012-09-24 Richard BarryAdded Cortex-M optimised code to the IAR, GCC and Keil...
2012-09-23 Richard BarryIntroduced configUSE_PORT_OPTIMISED_TASK_SELECTION...
2012-09-23 Richard BarryAdd eTaskStateGet() to FreeRTOS-MPU.
2012-09-22 Richard BarryAdded eTaskStateGet().
2012-09-05 Richard BarryAllow mutex type semaphores to be given from an interru...
2012-08-14 Richard BarryPut comments in the code that give a reference to peopl...
2012-08-14 Richard BarryPrepare for V7.2.0 release.
2012-08-12 Richard BarryRemove the remnants of the legacy trace functionality...
2012-08-11 Richard BarryAdd FreeRTOS-Plus directory.