]> git.sur5r.net Git - freertos/history - FreeRTOS/Source
Update version number ready to release the FAT file system demo.
[freertos] / FreeRTOS / Source /
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-04-17 richardbarryUpdate yield code in RX200/Renesas compiler port.
2013-04-17 richardbarryUpdate yield code in RX600/IAR compiler port.
2013-04-17 richardbarryUpdate yield code in RX600/Renesas compiler port.
2013-04-17 richardbarryUpdate yield code in RX600/GCC port.
2013-04-16 richardbarryAdd RX100 Renesas compiler port layer.
2013-04-16 richardbarryAdd RX100 IAR port layer.
2013-04-16 richardbarryAdd RX100 GCC port layer.
2013-04-16 richardbarryAdd memory barrier instructions to Tasking CM4F port.
2013-04-16 richardbarryAdd memory barrier instructions to the RVDS CM3 ports.
2013-04-16 richardbarryAdd barrier instructions to IAR CM3 ports.
2013-04-16 richardbarryReplace the read back of the software interrupt registe...
2013-04-16 richardbarryAdd barrier instructions to the GCC CM3 ports.
2013-04-16 richardbarryRemove infinite loop from task delete function.
2013-04-07 richardbarryAdd barrier instructions to GCC CM3/4 code.
2013-03-25 richardbarryRL78/IAR port - Allow the end user to define their...
2013-03-25 richardbarryMinor mods common files to fix warnings generated by...
2013-03-18 richardbarryEnsure IAR RL port layer works on devices using two...
2013-03-17 richardbarryUpdated IAR RL78 port layer.
2013-02-24 richardbarryAdded YRDKRL78G14 build configuration to the IAR RL78...
2013-02-19 richardbarryPrepare for V7.4.0 release. V7.4.0
2013-02-18 richardbarryUpdate PIC32 demo application to remove reliance on...
2013-02-18 richardbarryCorrect spelling of xSuspendedTaskList in eTaskConfirmS...
2013-02-18 richardbarryAdd default definition for configUSE_QUEUE_SETS.
2013-02-12 richardbarryAdded more files to the Rowley and IAR LM3S demos to...
2013-02-12 richardbarryImprove QueueSet.c test coverage by reading the queue...
2013-02-08 richardbarryFix a few compiler warnings when compiling the QueueSet...
2013-02-08 richardbarryContinue working on queue set implementation and testing.
2013-02-07 richardbarryNext revision of queue set implementation.
2013-01-31 richardbarryremove the additional line added to the MPU port.c...
2013-01-31 richardbarryAdded INCLUDE_xSemaphoreGetMutexHolder() default.
2013-01-23 richardbarryReplace the CLZ function with a CLZ intrinsic in the...
2012-12-31 richardbarryMake changes necessary to allow the latest StateViewer...
2012-11-18 richardbarryMove the call that sets xTimeNow inside the loop that...
2012-11-17 richardbarryDefault configUSE_TICKLESS_IDLE to 0 when it is not...
2012-10-31 richardbarryAdd warning suppression to IAR header.
2012-10-29 richardbarryMake CM3/4 tick configuration a weak function to allow...
2012-10-29 richardbarryWork around compiler bug in CCS5 by replacing the _call...
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 richardbarryMake the timer used for the PIC32 port layer user confi...
2012-10-16 richardbarryAdd tickless idle support in Cortex-M ports.
2012-10-10 richardbarryRemove whitespace only.
2012-09-25 richardbarryUpdate PIC32 port to make use of configUSE_PORT_OPTIMIS...
2012-09-24 richardbarryCorrect #if( configMAX_PRIORITIES >= 32 ) check perform...
2012-09-24 richardbarryReplace the need for taskCHECK_READY_LIST() by instead...
2012-09-24 richardbarryRename listLIST_ITEM_CONTAINED to listLIST_ITEM_CONTAINER.
2012-09-24 richardbarryAdded Cortex-M optimised code to the IAR, GCC and Keil...
2012-09-23 richardbarryIntroduced configUSE_PORT_OPTIMISED_TASK_SELECTION...
2012-09-23 richardbarryAdd eTaskStateGet() to FreeRTOS-MPU.
2012-09-22 richardbarryAdded eTaskStateGet().
2012-09-05 richardbarryAllow mutex type semaphores to be given from an interru...
2012-08-14 richardbarryPut comments in the code that give a reference to peopl... V7.2.0
2012-08-14 richardbarryPrepare for V7.2.0 release.
2012-08-12 richardbarryRemove the remnants of the legacy trace functionality...
2012-08-11 richardbarryAdd FreeRTOS-Plus directory.