]> begriffs open source - freertos/shortlog
freertos
2014-02-19 Richard Barry(no commit message) V8.0.0
2014-02-19 Richard BarryAdd extra #error message as a configuration sanity...
2014-02-19 Richard BarryMinor updates to ensure all kernel aware debuggers...
2014-02-18 Richard BarryUpdate version number to V8.0.0 (without the release...
2014-02-18 Richard BarryAdd logic to determine the tick timer source and vector...
2014-02-18 Richard BarryAdd event group code to the PIC32MZ demo.
2014-02-17 Richard BarryLinting.
2014-02-17 Richard BarryAdd #define INCLUDE_eTaskGetState 1 to the demos that...
2014-02-17 Richard BarryUpdate final demos that use the trace recorder code...
2014-02-17 Richard BarryUpdate LPC1830 example to use the latest trace recorder...
2014-02-17 Richard BarryRemove test of trace functions from the Win32/GCC build...
2014-02-17 Richard BarryRemove test of trace functions from the Win32 build...
2014-02-17 Richard BarryUpdate trace recorder to include heap tracing and new...
2014-02-16 Richard BarryAdd event groups demo to SAM4E demo.
2014-02-16 Richard BarryAdd event group tests to IAR LM3S demo.
2014-02-14 Richard BarryMake xEventGroupSetBitsFromISR() a function when config...
2014-02-11 Richard BarryFollow instructions on http://blogs.msdn.com/b/vsprojec...
2014-02-11 Richard BarryUpdate the demo directory to use the version 8 type...
2014-02-11 Richard BarryReplace xTaskIsTaskSuspended() call with eTaskGetState...
2014-02-11 Richard BarryAdd a small amount of randomisation into the Zynq demo.
2014-02-11 Richard BarryAdd event groups demo to Zynq demo.
2014-02-10 Richard BarryUpdate IAR RL78 demo regtest tasks to make use of SKZ...
2014-02-10 Richard BarryMake xTaskIsTaskSuspended() a private function as it...
2014-02-10 Richard BarryRemove inclusion of now removed header file from the...
2014-02-10 Richard BarryThird attempt: Improve how TimerDemo.c manages differen...
2014-02-10 Richard BarryUpdate the Win32/MingW demo to match the latest Win32...
2014-02-04 Richard BarryAdd configCLEAR_TICK_INTERRUPT() to the IAR and RVDS...
2014-02-04 Richard BarrySecond attempt: Improve how TimerDemo.c manages differe...
2014-02-04 Richard BarryImprove how TimerDemo.c manages differences between...
2014-02-04 Richard BarryRelated to Zynq demo: Remove compiler warnings when...
2014-02-04 Richard BarryComplete GCC/Cortex-A9 port.
2014-02-03 Richard BarryFinish the Zynq demo.
2014-01-30 Richard BarryAdd in interrupt nesting test.
2014-01-30 Richard BarryCheck in working IntQueueTimer.c for Zynq before overha...
2014-01-29 Richard BarryUpdate Zynq serial.c to be interrupt driven.
2014-01-28 Richard BarryAdd very basic serial CLI to the Zynq demo - needs...
2014-01-28 Richard BarryvQueueAddToRegistry() now takes a const char * instead...
2014-01-27 Richard BarryUncheck the "Do not search standard system directories...
2014-01-25 Richard BarryIntroduce xTimerPendFunctionCall().
2014-01-25 Richard BarryFixes to FreeRTOS+UDP trace macro parameters and placem...
2014-01-24 Richard BarryAdd main_full.c to Zynq demo. Still a work in progress.
2014-01-24 Richard BarryTidy up GCC Cortex-A port layer - still a work in progress.
2014-01-24 Richard BarryContinue work on GCC/Cortex-A port layer.
2014-01-24 Richard BarryContinue Zynq demo - ParTest.c now working (with single...
2014-01-23 Richard BarryRemove #error that attempted to catch stdint.h not...
2014-01-23 Richard BarryContinue working on GCC/CA_9 port layer - tick interrup...
2014-01-23 Richard BarryContinue working on Zynq demo - tick interrupt now...
2014-01-22 Richard BarryCarry on working on the Zynq demo - still a work in...
2014-01-22 Richard BarryCarry on working on the Cortex-A/GCC port layer - still...
2014-01-20 Richard BarryBeginnings of a project to build the GCC Cortex-A port...
2014-01-20 Richard BarryBeginnings of GCC Cortex-A port - not yet completely...
2014-01-17 Richard BarryAdd extern 'C' to FreeRTOS.h.
2014-01-13 Richard BarryIntroduce configENABLE_BACKWARD_COMPATIBILITY to allow...
2014-01-10 Richard BarryAdd additional NOP after EINT instruction in MSP430...
2014-01-05 Richard BarryRemove obsolete OpenOCD driver.
2014-01-05 Richard BarryMap portTICK_RATE_MS to portTICK_PERIOD_MS.
2014-01-05 Richard BarryMinor tidy ups that don't effect code generation, plus:
2013-12-31 Richard BarryMinor comment corrections prior to tagging.
2013-12-31 Richard BarryChange version numbers ready for V8.0.0 release candida...
2013-12-31 Richard BarryAdd link to upgrading information.
2013-12-31 Richard BarryAdd the event group interrupt tests to the Win32 demo...
2013-12-31 Richard BarryComment the event groups standard demo files.
2013-12-31 Richard BarryAdd xEventGroupClearBitsFromISR() and xEventGroupGetBit...
2013-12-30 Richard BarryUpdate FreeRTOS+ more demos that use FreeRTOS+CLI to...
2013-12-30 Richard BarryUpdate FreeRTOS+ demos that use FreeRTOS+CLI to remove...
2013-12-30 Richard BarryUpdate demos that use FreeRTOS+CLI to remove casting...
2013-12-30 Richard BarryMinor updates to demo projects to ensure correct buildi...
2013-12-30 Richard BarryRemove casting from definition of configMAX_PRIORITIES...
2013-12-30 Richard BarryMinor updates to demo projects to ensure correct buildi...
2013-12-29 Richard BarryRevert some library files back to using standard types...
2013-12-29 Richard BarryReplace use of legacy portTYPE macros from old demos...
2013-12-29 Richard BarryReplace standard types with stdint.h types.
2013-12-27 Richard BarryChange 'signed char *pcTaskName) to 'char *pcTaskName...
2013-12-27 Richard BarryRemove unnecessary 'signed char *' casts from strings...
2013-12-27 Richard BarryContinue to remove unnecessary 'signed char *' casts...
2013-12-27 Richard BarryStart to remove unnecessary 'signed char *' casts from...
2013-12-27 Richard BarryChange the type used for strings and single characters...
2013-12-24 Richard BarryAdd additional const qualifiers.
2013-12-24 Richard BarryDon't free xQueue->ucHead if it is NULL.
2013-12-23 Richard BarryMove the event groups single tasks test out of the...
2013-12-23 Richard BarryAdd coverage test markers.
2013-12-23 Richard BarryIn process of module testing event_groups.c.
2013-12-20 Richard BarryChange some task priorities in the MingW simulator...
2013-12-19 Richard BarryUpdate GCC/Eclipse Win32 simulator port to make better...
2013-12-15 Richard BarryForce the SysTick clock bit to be set in Cortex-M3...
2013-12-15 Richard BarryChange the configCPU_CLOCK_HZ setting in the SAM4E...
2013-12-14 Richard BarryUpdate the ucQueueNumber member of the queue structure...
2013-12-13 Richard BarryIntroduce prvResetNextTaskUnblockTime() to encapsulate...
2013-12-12 Richard BarryChange the way one thread deletes another in the Window...
2013-12-12 Richard BarryUpdate Cortex-M3 and Cortex-M4F ports to allow the...
2013-12-12 Richard BarryAdd trace macros into the event groups implementation.
2013-12-11 Richard BarryComment typo correction only.
2013-12-11 Richard BarryComplete STM32L low power demo.
2013-12-11 Richard BarryRemove [unused] touch library files from the STM32L...
2013-12-10 Richard BarryRemove unused files from STM32L discovery board demo...
2013-12-10 Richard BarryTidy up STM32L low power demo and add 'comprehensive...
2013-12-10 Richard BarryRemove duplication of comments at the top of the file.
2013-12-10 Richard BarrySTM32L discovery demo is now demonstrating three low...
2013-12-08 Richard BarryMinor change to SAM4L_low_power_tick_management.c to...
2013-11-28 Richard BarrySpelling corrections in comments only.
next