]> git.sur5r.net Git - freertos/shortlog
freertos
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.
2014-02-17 rtelLinting.
2014-02-17 rtelAdd #define INCLUDE_eTaskGetState 1 to the demos that...
2014-02-17 rtelUpdate final demos that use the trace recorder code...
2014-02-17 rtelUpdate LPC1830 example to use the latest trace recorder...
2014-02-17 rtelRemove test of trace functions from the Win32/GCC build...
2014-02-17 rtelRemove test of trace functions from the Win32 build...
2014-02-17 rtelUpdate trace recorder to include heap tracing and new...
2014-02-16 rtelAdd event groups demo to SAM4E demo.
2014-02-16 rtelAdd event group tests to IAR LM3S demo.
2014-02-14 rtelMake xEventGroupSetBitsFromISR() a function when config...
2014-02-11 rtelFollow instructions on http://blogs.msdn.com/b/vsprojec...
2014-02-11 rtelUpdate the demo directory to use the version 8 type...
2014-02-11 rtelReplace xTaskIsTaskSuspended() call with eTaskGetState...
2014-02-11 rtelAdd a small amount of randomisation into the Zynq demo.
2014-02-11 rtelAdd event groups demo to Zynq demo.
2014-02-10 rtelUpdate IAR RL78 demo regtest tasks to make use of SKZ...
2014-02-10 rtelMake xTaskIsTaskSuspended() a private function as it...
2014-02-10 rtelRemove inclusion of now removed header file from the...
2014-02-10 rtelThird attempt: Improve how TimerDemo.c manages differen...
2014-02-10 rtelUpdate the Win32/MingW demo to match the latest Win32...
2014-02-04 rtelAdd configCLEAR_TICK_INTERRUPT() to the IAR and RVDS...
2014-02-04 rtelSecond attempt: Improve how TimerDemo.c manages differe...
2014-02-04 rtelImprove how TimerDemo.c manages differences between...
2014-02-04 rtelRelated to Zynq demo: Remove compiler warnings when...
2014-02-04 rtelComplete GCC/Cortex-A9 port.
2014-02-03 rtelFinish the Zynq demo.
2014-01-30 rtelAdd in interrupt nesting test.
2014-01-30 rtelCheck in working IntQueueTimer.c for Zynq before overha...
2014-01-29 rtelUpdate Zynq serial.c to be interrupt driven.
2014-01-28 rtelAdd very basic serial CLI to the Zynq demo - needs...
2014-01-28 rtelvQueueAddToRegistry() now takes a const char * instead...
2014-01-27 rtelUncheck the "Do not search standard system directories...
2014-01-25 rtelIntroduce xTimerPendFunctionCall().
2014-01-25 rtelFixes to FreeRTOS+UDP trace macro parameters and placem...
2014-01-24 rtelAdd main_full.c to Zynq demo. Still a work in progress.
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-24 rtelContinue Zynq demo - ParTest.c now working (with single...
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-23 rtelContinue working on Zynq demo - tick interrupt now...
2014-01-22 rtelCarry on working on the Zynq demo - still a work in...
2014-01-22 rtelCarry on working on the Cortex-A/GCC port layer - still...
2014-01-20 rtelBeginnings of a project to build the GCC Cortex-A port...
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 rtelRemove obsolete OpenOCD driver.
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 link to upgrading information.
2013-12-31 rtelAdd the event group interrupt tests to the Win32 demo...
2013-12-31 rtelComment the event groups standard demo files.
2013-12-31 rtelAdd xEventGroupClearBitsFromISR() and xEventGroupGetBit...
2013-12-30 rtelUpdate FreeRTOS+ more demos that use FreeRTOS+CLI to...
next