]> git.sur5r.net Git - freertos/history - FreeRTOS/Source
Add event groups demo to SAM4E demo.
[freertos] / FreeRTOS / Source /
2014-02-14 rtelMake xEventGroupSetBitsFromISR() a function when config...
2014-02-10 rtelMake xTaskIsTaskSuspended() a private function as it...
2014-02-04 rtelAdd configCLEAR_TICK_INTERRUPT() to the IAR and RVDS...
2014-02-04 rtelComplete GCC/Cortex-A9 port.
2014-01-28 rtelvQueueAddToRegistry() now takes a const char * instead...
2014-01-25 rtelIntroduce xTimerPendFunctionCall().
2014-01-24 rtelTidy up GCC Cortex-A port layer - still a work in progress.
2014-01-24 rtelContinue work on GCC/Cortex-A port layer.
2014-01-23 rtelRemove #error that attempted to catch stdint.h not...
2014-01-23 rtelContinue working on GCC/CA_9 port layer - tick interrup...
2014-01-22 rtelCarry on working on the Cortex-A/GCC port layer - still...
2014-01-20 rtelBeginnings of GCC Cortex-A port - not yet completely...
2014-01-17 rtelAdd extern 'C' to FreeRTOS.h.
2014-01-13 rtelIntroduce configENABLE_BACKWARD_COMPATIBILITY to allow...
2014-01-10 rtelAdd additional NOP after EINT instruction in MSP430...
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 rtelRevert some library files back to using standard types...
2013-12-29 rtelReplace standard types with stdint.h types.
2013-12-27 rtelChange the type used for strings and single characters...
2013-12-24 rtelAdd additional const qualifiers.
2013-12-24 rtelDon't free xQueue->ucHead if it is NULL.
2013-12-23 rtelAdd coverage test markers.
2013-12-23 rtelIn process of module testing event_groups.c.
2013-12-15 rtelForce the SysTick clock bit to be set in Cortex-M3...
2013-12-14 rtelUpdate the ucQueueNumber member of the queue structure...
2013-12-13 rtelIntroduce prvResetNextTaskUnblockTime() to encapsulate...
2013-12-12 rtelChange the way one thread deletes another in the Window...
2013-12-12 rtelUpdate Cortex-M3 and Cortex-M4F ports to allow the...
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...
next