]> git.sur5r.net Git - freertos/shortlog
freertos
2014-12-24 rtelRelease candidate - this will be tagged as FreeRTOS... V8.2.0rc1
2014-12-24 rtelRename SAM4E demo directory to include the 'F' in ...
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-09 rtelDemo projects only:
2014-10-08 rtelCore kernel files:
2014-10-05 rtelMSP430 Demo projects only:
2014-10-01 rtelDemo project only:
2014-10-01 rtelDemo project only: Cyclone V SoC now running from...
2014-09-30 rtelAdded project for Altera Cyclone V SoC, currently runni...
2014-09-16 rtelCore kernel code:
2014-09-16 rtelSAM4L tickless implementation: Bug fix and update...
2014-09-12 rtelDemo project only:
2014-09-11 rtelDemo tasks only, with the aim of improving test coverage:
2014-09-02 rtelUpdate version number to 8.1.2 after moving the default... V8.1.2
2014-09-02 rtelDemo code only:
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 rtelLower the minimum stack size used by the ATSAMA5 demo. V8.1.0
2014-08-26 rtelMinor edits prior to tagging V8.1.0.
2014-08-16 rtel***IMMINENT RELEASE NOTICE***
2014-08-16 rtelRemove some irrelevant CyaSSL files.
2014-08-16 rtelDemo application related:
2014-08-04 rtelGeneral maintenance - changing comments and correcting...
2014-08-04 rtelCommon demo tasks:
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-29 rtelCarry on working on SAMA5D3 demo:
2014-07-23 rtelSAMA5D3 demo: Add CDC driver code and use CDC to creat...
2014-07-18 rtelUpdate CyaSSL to latest version.
2014-07-14 rtelRe-test Zynq demo now it is using the latest tools.
2014-07-14 rtelAdd back Zynq demo - this time using SDK V14.2.
2014-07-14 rtelRemove Zynq demo project ready to recreate the project...
2014-07-12 rtelAdd 'full' demo to the SAMA5 Xplained demo - but so...
2014-07-12 rtelRename ARM_CAx_No_GIC ARM_CA5_No_GIC and add FreeRTOSCo...
2014-07-12 rtelSAMA5D3 Xplained demo blinky running.
2014-07-12 rtelAdd new port layer for Cortex-A devices without the...
2014-07-09 rtelStart of SAMA5D3 XPlained demo.
2014-07-04 rtelMake the parameters to vPortDefineHeapRegions() const.
2014-07-03 rtelUpdate the MSVC simulator demo to demonstrate heap_5...
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-20 rtelUpdate FreeRTOS+ components and demos to use typedef...
2014-06-16 rtelUpdate timer demo in PIC32MZ demo to remove multiple...
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-13 rtelAdd additional comments to the Zynq lwIP demo.
2014-06-12 rtelAdded portASSERT_IF_IN_INTERRUPT() macro to the GCC...
2014-06-12 rtelZynq demo: Fix Xilinx network driver by deferring...
2014-06-10 rtelRemove some of the lwip asserts to allow use with 64...
2014-06-10 rtelSwitch to using the private watchdog as the run time...
2014-06-09 rtelReorganise Zynq project after spitting lwIP example...
2014-06-09 rtelMove the Zynq's lwIP example from the Full demo into...
2014-06-09 rtelUpdate lwIP byte alignment to make Zynq pings more...
2014-06-05 rtelUpdate RL78 GCC demo application after testing with...
2014-06-05 rtelCheck in RL78 GCC port layer now it has been verified...
2014-06-04 rtelComplete RX64M GCC demo.
2014-06-04 rtelReverse order of projdefs.h and FreeRTOSConfig.h includ...
2014-05-29 rtelAdd -nomessage command line option to RX64M demo to...
2014-05-29 rtelEnsure demo app files are using FreeRTOS V8 names ...
2014-05-29 rtelA few additional casts to keep the Renesas RX compiler...
2014-05-23 rtelAdd lwIP driver into Zynq demo - not yet fully functional.
2014-05-23 rtelAdd brackets in lwIP assert statement to prevent compil...
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-23 rtelUpdate demos that use FreeRTOS+FAT SL to have correct...
2014-04-23 rtelUpdate IAR XMC4200 project to fix link error that resul...
2014-04-23 rtelUpdate FreeRTOS+FAT SL to version 1.0.1.
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-28 rtelAdd interrupt nesting test code into RX64M demo.
2014-03-28 rtelAdd RSK definition and LED flash tasks into RX64M demo.
2014-03-25 rtelUpdate Cortex-A port layers to ensure the ICCRPR and...
2014-03-20 rtelStarted to create RX64M GCC project - building but...
2014-03-19 rtelDelete old RL78 launch configurations.
2014-03-19 rtelAdd RL78/L1C configuration into e2studio demo.
2014-03-19 rtelRL78/L1C configuration added to the IAR RL78 demo projects.
2014-03-07 rtelWorking but incomplete RXv2 demo.
2014-03-07 rtelFirst pass at RXv2 port layer.
2014-03-06 rtelRXv1 tests running before updating to RXv2.
2014-03-03 rtelStart to create an RX64M demo.
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-18 rtelAdd event group code to the PIC32MZ demo.
next