]> begriffs open source - freertos/history - FreeRTOS/Source
Update PIC32 serial.c slightly to add volatile qualifier and update to coding standard.
[freertos] / FreeRTOS / Source /
2013-07-13 Richard BarryUpdate doxygen comments.
2013-07-13 Richard BarryUpdate Cortex-M MPU version to include new API functions.
2013-07-13 Richard BarryUpdate RX ports to only include additional check on...
2013-07-12 Richard BarryImplement portASSERT_IF_INTERRUPT_PRIORITY_INVALID...
2013-07-12 Richard BarryKernel optimisations.
2013-07-11 Richard BarryAdd comments to the portASSERT_IF_INTERRUPT_PRIORITY_IN...
2013-07-11 Richard BarryComplete additions of portASSERT_IF_INTERRUPT_PRIORITY_...
2013-07-09 Richard BarryAdd portASSERT_IF_INTERRUPT_PRIORITY_INVALID() implemen...
2013-07-09 Richard BarryEnhance heap_4.c to prevent blocks accidentally being...
2013-07-04 Richard BarryAdded portASSERT_IF_INTERRUPT_PRIORITY_INVALID() implem...
2013-07-02 Richard BarryRemove compiler warnings.
2013-07-02 Richard BarryAdd new xTaskGetSystemState() API function to return...
2013-07-01 Richard BarryAdd additional comment only.
2013-06-30 Richard BarryRefine the default tickless idle implementation in...
2013-06-28 Richard BarryUpdate QueueOverwrite.c to include a call to xQueuePeek...
2013-06-27 Richard BarryAdd xQueueOverwriteFromISR() and update the QueueOverwr...
2013-06-27 Richard BarryAdd xQueueOverwrite() and a common demo task to demonst...
2013-06-26 Richard BarryAdd Newlib reent support.
2013-06-26 Richard BarryImprove efficiency and behaviour of vListInsertEnd().
2013-06-25 Richard BarryRemove reliance on strncpy() function.
2013-06-25 Richard BarryRemove portALIGNMENT_ASSERT_pxCurrentTCB() macro, which...
2013-06-25 Richard BarrySlight correction to coding standard in heap_2.c and...
2013-06-25 Richard BarryImprove efficiency of memory allocation when the memory...
2013-06-25 Richard BarryRe-implement the LPC18xx and SmartFusion2 run time...
2013-06-24 Richard BarryReplace the #define that maps the uxRecursiveCallCount...
2013-06-23 Richard BarryAdd extra debug comment into list.c.
2013-06-20 Richard BarryAdd missing function prototype.
2013-06-20 Richard BarryUpdate RVDS port layer to match IAR port layer.
2013-06-20 Richard BarryRVDS ARM Cortex-A port layer.
2013-06-20 Richard BarryIAR ARM Cortex-A port layer.
2013-06-11 Richard BarryModify the GCC/AVR port to make use of the xTaskIncreme...
2013-06-08 Richard BarryUpdate port layers to make better use of the xTaskIncre...
2013-06-08 Richard BarryCheck in implementation of xTaskIncrementTick (replaced...
2013-06-07 Richard BarryUpdate ports that have their tick configuration in...
2013-06-07 Richard BarryConvert the remaining ports to use xTaskIncrementTick...
2013-06-07 Richard BarryUpdate the PIC32 port to use xTaskIncrementTick() and...
2013-06-07 Richard BarryAdd configINCLUDE_APPLICATION_DEFINED_PRIVILEGED_FUNCTI...
2013-06-07 Richard BarryEnsure queue functions go into the privileged code...
2013-06-06 Richard BarryConvert more ports to use xTaskIncrementTick() in place...
2013-06-06 Richard BarryConvert mpre ports to use xTaskIncrementTick() in place...
2013-06-06 Richard BarryConvert some ports to use xTaskIncrementTick() in place...
2013-06-06 Richard BarryAdd default value for configUSE_TIME_SLICING
2013-06-06 Richard BarryUpdate RM48/TMS570 port to use xTaskIncrementTick in...
2013-05-19 Richard BarryEnsure a queue or semaphore that is not empty cannot...
2013-05-19 Richard BarryUpdate the code that generates the run time stats strin...
2013-05-19 Richard BarryFix compiler warning in psp_test.c when compiled with...
2013-05-09 Richard BarryUpdate comments in Atmel Studio CreateProjectDirectoryS...
2013-05-09 Richard BarryUpdate flop.c and FreeRTOS.h to include a macro (and...
2013-04-30 Richard BarryUpdate version number ready to release the FAT file...
2013-04-30 Richard BarryAdd FAT SL code and demo project.
2013-04-30 Richard BarryClarify license blurb at the top of the FreeRTOS+UDP...
2013-04-18 Richard BarryUpdate version numbers to V7.4.1.
2013-04-17 Richard BarryUpdate yield code in RX200/Renesas compiler port.
2013-04-17 Richard BarryUpdate yield code in RX600/IAR compiler port.
2013-04-17 Richard BarryUpdate yield code in RX600/Renesas compiler port.
2013-04-17 Richard BarryUpdate yield code in RX600/GCC port.
2013-04-16 Richard BarryAdd RX100 Renesas compiler port layer.
2013-04-16 Richard BarryAdd RX100 IAR port layer.
2013-04-16 Richard BarryAdd RX100 GCC port layer.
2013-04-16 Richard BarryAdd memory barrier instructions to Tasking CM4F port.
2013-04-16 Richard BarryAdd memory barrier instructions to the RVDS CM3 ports.
2013-04-16 Richard BarryAdd barrier instructions to IAR CM3 ports.
2013-04-16 Richard BarryReplace the read back of the software interrupt registe...
2013-04-16 Richard BarryAdd barrier instructions to the GCC CM3 ports.
2013-04-16 Richard BarryRemove infinite loop from task delete function.
2013-04-07 Richard BarryAdd barrier instructions to GCC CM3/4 code.
2013-03-25 Richard BarryRL78/IAR port - Allow the end user to define their...
2013-03-25 Richard BarryMinor mods common files to fix warnings generated by...
2013-03-18 Richard BarryEnsure IAR RL port layer works on devices using two...
2013-03-17 Richard BarryUpdated IAR RL78 port layer.
2013-02-24 Richard BarryAdded YRDKRL78G14 build configuration to the IAR RL78...
2013-02-19 Richard BarryPrepare for V7.4.0 release.
2013-02-18 Richard BarryUpdate PIC32 demo application to remove reliance on...
2013-02-18 Richard BarryCorrect spelling of xSuspendedTaskList in eTaskConfirmS...
2013-02-18 Richard BarryAdd default definition for configUSE_QUEUE_SETS.
2013-02-12 Richard BarryAdded more files to the Rowley and IAR LM3S demos to...
2013-02-12 Richard BarryImprove QueueSet.c test coverage by reading the queue...
2013-02-08 Richard BarryFix a few compiler warnings when compiling the QueueSet...
2013-02-08 Richard BarryContinue working on queue set implementation and testing.
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...
next