]> git.sur5r.net Git - freertos/history - FreeRTOS/Source
Add trace macros into the event groups implementation.
[freertos] / FreeRTOS / Source /
2013-12-12 rtelAdd trace macros into the event groups implementation.
2013-11-28 rtelMultiple tidy up, documentation corrections and typo...
2013-11-27 rtelContinue work on new event groups functionality - fixup...
2013-11-24 rtelAdd additional asserts() to ensure certain operations...
2013-11-22 richardbarryAdd additional event group tests - and update implement...
2013-11-21 richardbarryAdd event_groups.c and associated functions in other...
2013-11-18 richardbarryChange backslashes to forward slashes for all PIC projects.
2013-11-17 richardbarryFinal tidy up before V7.6.0 zip file creation.
2013-11-12 richardbarryCorrect build of helper function for ports where the...
2013-11-08 richardbarryChange version numbers in preparation for V7.6.0 release.
2013-11-07 richardbarryAdd configASSERT()s to ensure counting semaphores are...
2013-11-07 richardbarryEnsure the definition of prvTaskExitError()does not...
2013-11-07 richardbarryChange behaviour when configUSE_PREEMPTION is 0 (preemp...
2013-11-07 richardbarryAdd ehb instructions back into PIC32 port layer (upon...
2013-11-07 richardbarryAdd xSemaphoreCreateBinary() so vSemaphoreCreate()...
2013-10-22 richardbarryUpdate the Keil and IAR CM0 port layers to match the...
2013-10-22 richardbarryImprove how the scheduler is started in the GCC Cortex...
2013-10-22 richardbarryAdded a little intelligence to eTaskGetState() so it...
2013-10-14 richardbarryUpdate FreeRTOS version number to V7.5.3
2013-10-14 richardbarryAdd workaround to XMC4000 silicon bug to Tasking Cortex...
2013-10-08 richardbarryAdd some defensive programming in the default tickless...
2013-10-08 richardbarryIntroduce the prvTaskExitError() function for all ARM_C...
2013-10-07 richardbarryClear up a few compiler warnings.
2013-10-04 richardbarryAdd traceMALLOC() and traceFREE() macros.
2013-09-10 richardbarryAdd the uxQueueSpacesAvailable() API function.
2013-09-01 richardbarryMake Cortex-M0 set/clear interrupt flag from ISR functi...
2013-08-25 richardbarryStarting point for Keil Cortex-M0 port.
2013-08-16 richardbarryFix a few typos and remove the "register" keyword.
2013-08-14 richardbarryAllow compilation when portALT_GET_RUN_TIME_COUNTER_VAL...
2013-07-24 richardbarryAdd additional critical section to the default tickless...
2013-07-23 richardbarryUpdate version number. V7.5.1
2013-07-23 richardbarryVoid a few unused return values and make casting more...
2013-07-23 richardbarryUpdate the header file included in the PIC32 port_asm...
2013-07-23 richardbarryUpdate the Cortex-M vPortValidateInterruptPriority...
2013-07-19 richardbarryTidy up pre-processor as final act before tagging as... V7.5.0
2013-07-19 richardbarryChanges to comments only.
2013-07-18 richardbarryRename xTaskGetSystemState() uxTaskGetSystemState().
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-15 richardbarryLinting and MISRA checking
2013-07-14 richardbarryTidy up comments only.
2013-07-14 richardbarryVariable name change in the PIC32 port layer only.
2013-07-13 richardbarryUpdate doxygen comments.
2013-07-13 richardbarryUpdate Cortex-M MPU version to include new API functions.
2013-07-13 richardbarryUpdate RX ports to only include additional check on...
2013-07-12 richardbarryImplement portASSERT_IF_INTERRUPT_PRIORITY_INVALID...
2013-07-12 richardbarryKernel optimisations.
2013-07-11 richardbarryAdd comments to the portASSERT_IF_INTERRUPT_PRIORITY_IN...
2013-07-11 richardbarryComplete additions of portASSERT_IF_INTERRUPT_PRIORITY_...
2013-07-09 richardbarryAdd portASSERT_IF_INTERRUPT_PRIORITY_INVALID() implemen...
2013-07-09 richardbarryEnhance heap_4.c to prevent blocks accidentally being...
2013-07-04 richardbarryAdded portASSERT_IF_INTERRUPT_PRIORITY_INVALID() implem...
2013-07-02 richardbarryRemove compiler warnings.
2013-07-02 richardbarryAdd new xTaskGetSystemState() API function to return...
2013-07-01 richardbarryAdd additional comment only.
2013-06-30 richardbarryRefine the default tickless idle implementation in...
2013-06-28 richardbarryUpdate QueueOverwrite.c to include a call to xQueuePeek...
2013-06-27 richardbarryAdd xQueueOverwriteFromISR() and update the QueueOverwr...
2013-06-27 richardbarryAdd xQueueOverwrite() and a common demo task to demonst...
2013-06-26 richardbarryAdd Newlib reent support.
2013-06-26 richardbarryImprove efficiency and behaviour of vListInsertEnd().
2013-06-25 richardbarryRemove reliance on strncpy() function.
2013-06-25 richardbarryRemove portALIGNMENT_ASSERT_pxCurrentTCB() macro, which...
2013-06-25 richardbarrySlight correction to coding standard in heap_2.c and...
2013-06-25 richardbarryImprove efficiency of memory allocation when the memory...
2013-06-25 richardbarryRe-implement the LPC18xx and SmartFusion2 run time...
2013-06-24 richardbarryReplace the #define that maps the uxRecursiveCallCount...
2013-06-23 richardbarryAdd extra debug comment into list.c.
2013-06-20 richardbarryAdd missing function prototype.
2013-06-20 richardbarryUpdate RVDS port layer to match IAR port layer.
2013-06-20 richardbarryRVDS ARM Cortex-A port layer.
2013-06-20 richardbarryIAR ARM Cortex-A port layer.
2013-06-11 richardbarryModify the GCC/AVR port to make use of the xTaskIncreme...
2013-06-08 richardbarryUpdate port layers to make better use of the xTaskIncre...
2013-06-08 richardbarryCheck in implementation of xTaskIncrementTick (replaced...
2013-06-07 richardbarryUpdate ports that have their tick configuration in...
2013-06-07 richardbarryConvert the remaining ports to use xTaskIncrementTick...
2013-06-07 richardbarryUpdate the PIC32 port to use xTaskIncrementTick() and...
2013-06-07 richardbarryAdd configINCLUDE_APPLICATION_DEFINED_PRIVILEGED_FUNCTI...
2013-06-07 richardbarryEnsure queue functions go into the privileged code...
2013-06-06 richardbarryConvert more ports to use xTaskIncrementTick() in place...
2013-06-06 richardbarryConvert mpre ports to use xTaskIncrementTick() in place...
2013-06-06 richardbarryConvert some ports to use xTaskIncrementTick() in place...
2013-06-06 richardbarryAdd default value for configUSE_TIME_SLICING
2013-06-06 richardbarryUpdate RM48/TMS570 port to use xTaskIncrementTick in...
2013-05-19 richardbarryEnsure a queue or semaphore that is not empty cannot...
2013-05-19 richardbarryUpdate the code that generates the run time stats strin...
2013-05-19 richardbarryFix compiler warning in psp_test.c when compiled with...
2013-05-09 richardbarryUpdate comments in Atmel Studio CreateProjectDirectoryS...
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-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.
next