]> git.sur5r.net Git - freertos/history - FreeRTOS/Source
Update version number ready for V8.2.1 release.
[freertos] / FreeRTOS / Source /
2015-03-21 rtelUpdate version number ready for V8.2.1 release.
2015-03-21 rtelKernel changes:
2015-03-20 rtelMinor updates relating to formatting and comments only.
2015-03-10 rtelWork-in-progress check in of MicroBlaze Kintex7 demo.
2015-03-04 rtelKernel code:
2015-02-17 rtelCorrect typeo that broke the Win32 port.
2015-02-11 rtelKernel updates:
2015-01-26 rtelKernel updates:
2015-01-16 rtelUpdate version number in preparation for official V8...
2015-01-15 rtelDemo app changes:
2014-12-24 rtelRelease candidate - this will be tagged as FreeRTOS... V8.2.0rc1
2014-12-21 rtelUpdate version numbers in preparation for V8.2.0 releas...
2014-12-21 rtelKernel changes:
2014-12-19 rtelKernel changes:
2014-12-18 rtel+ Update demos that use FreeRTOS+Trace to work with...
2014-12-15 rtel+ New feature added: Task notifications.
2014-10-15 rtelCore kernel code:
2014-10-08 rtelCore kernel files:
2014-09-16 rtelCore kernel code:
2014-09-02 rtelUpdate version number to 8.1.2 after moving the default... V8.1.2
2014-08-30 rtelCorrect potential compiler warning when configUSE_MUTEX... V8.1.1
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.
next