]> git.sur5r.net Git - freertos/history - FreeRTOS/Source
Update version number to 8.1.1 for patch release that re-enables mutexes to be given...
[freertos] / FreeRTOS / Source /
2014-08-29 rtelUpdate version number to 8.1.1 for patch release that...
2014-08-29 rtelCore kernel code:
2014-08-26 rtelMinor edits prior to tagging V8.1.0.
2014-08-16 rtel***IMMINENT RELEASE NOTICE***
2014-08-16 rtelDemo application related:
2014-08-04 rtelGeneral maintenance - changing comments and correcting...
2014-08-03 rtelCortex-A5 IAR port:
2014-08-03 rtelCortex-A5 IAR port baseline prior to removing all SAMA5...
2014-07-29 rtelContinue working on the GIC-less Cortex-A5 port for...
2014-07-12 rtelRename ARM_CAx_No_GIC ARM_CA5_No_GIC and add FreeRTOSCo...
2014-07-12 rtelAdd new port layer for Cortex-A devices without the...
2014-07-04 rtelMake the parameters to vPortDefineHeapRegions() const.
2014-07-03 rtelSimply some of the alignment calculations in heap_4...
2014-07-02 rtelCheck in the portable.h version required to use heap_5.c.
2014-07-02 rtelCheck in the new memory allocator that allows the heap...
2014-06-16 rtelImplementation of mutex held counting in tasks.c -...
2014-06-16 rtelDefault the definition of portASSERT_IF_IN_ISR() to...
2014-06-15 rtelAdd code to assert() if non ISR safe API function is...
2014-06-14 rtelAdd code to assert() if non ISR safe API function is...
2014-06-13 rtelSimplify the assert that checks if a non-ISR safe funct...
2014-06-12 rtelAdded portASSERT_IF_IN_INTERRUPT() macro to the GCC...
2014-06-05 rtelCheck in RL78 GCC port layer now it has been verified...
2014-06-04 rtelReverse order of projdefs.h and FreeRTOSConfig.h includ...
2014-05-19 rtelAdd some missing volatiles to __asm statements in the...
2014-04-24 rtelUpdate version number ready for release. V8.0.1
2014-04-24 rtelAdd xQueueGetMutexHolder() to MPU functions.
2014-04-23 rtelEvent Groups: Convert the 'clear bits from ISR' functio...
2014-04-09 rtelEnsure xNewLib_reent is reclaimed when a task is deleted.
2014-03-31 rtelAdd test and correct code for the unusual case of a...
2014-03-28 rtelAdd the pcTimerGetTimerName() API function.
2014-03-25 rtelUpdate Cortex-A port layers to ensure the ICCRPR and...
2014-03-07 rtelFirst pass at RXv2 port layer.
2014-02-23 rtelCast away a few unused return types to ensure lint...
2014-02-19 rtelAdd extra #error message as a configuration sanity... V8.0.0
2014-02-19 rtelMinor updates to ensure all kernel aware debuggers...
2014-02-18 rtelUpdate version number to V8.0.0 (without the release...
2014-02-18 rtelAdd logic to determine the tick timer source and vector...
2014-02-17 rtelLinting.
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...
next