]> begriffs open source - freertos/history - FreeRTOS/Demo/WIN32-MSVC
Continue to add the ability to create RTOS objects using static rather than dynamic...
[freertos] / FreeRTOS / Demo / WIN32-MSVC /
2015-12-21 Richard BarryFreeRTOS source updates:
2015-12-20 Richard BarryChanges to the FreeRTOS code:
2015-12-08 Richard BarryFreeRTOS source:
2015-10-16 Richard BarryUpdate version number ready for the V8.2.3 release.
2015-10-05 Richard BarryDemo tasks:
2015-08-05 Richard BarryUpdate version numbers in preparation for new release.
2015-08-01 Richard BarryPreparing for new release...
2015-07-26 Richard BarryMSP430:
2015-06-24 Richard BarryMicroblaze: Add a port optimised task selection implem...
2015-03-21 Richard BarryUpdate version number ready for V8.2.1 release.
2015-03-04 Richard BarryKernel code:
2015-01-16 Richard BarryUpdate version number in preparation for official V8...
2014-12-21 Richard BarryUpdate version numbers in preparation for V8.2.0 releas...
2014-12-19 Richard BarryKernel changes:
2014-12-18 Richard Barry+ Update demos that use FreeRTOS+Trace to work with...
2014-12-15 Richard Barry+ New feature added: Task notifications.
2014-09-12 Richard BarryDemo project only:
2014-09-02 Richard BarryUpdate version number to 8.1.2 after moving the default...
2014-08-29 Richard BarryUpdate version number to 8.1.1 for patch release that...
2014-08-29 Richard BarryCore kernel code:
2014-08-16 Richard Barry***IMMINENT RELEASE NOTICE***
2014-07-03 Richard BarryUpdate the MSVC simulator demo to demonstrate heap_5...
2014-04-24 Richard BarryUpdate version number ready for release.
2014-02-18 Richard BarryUpdate version number to V8.0.0 (without the release...
2014-02-17 Richard BarryRemove test of trace functions from the Win32 build...
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-01-05 Richard BarryMinor tidy ups that don't effect code generation, plus:
2013-12-31 Richard BarryChange version numbers ready for V8.0.0 release candida...
2013-12-31 Richard BarryAdd the event group interrupt tests to the Win32 demo...
2013-12-29 Richard BarryRevert some library files back to using standard types...
2013-12-27 Richard BarryChange 'signed char *pcTaskName) to 'char *pcTaskName...
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-14 Richard BarryUpdate the ucQueueNumber member of the queue structure...
2013-11-22 Richard BarryAdd additional event group tests - and update implement...
2013-11-08 Richard BarryChange version numbers in preparation for V7.6.0 release.
2013-11-08 Richard BarryEnsure the Win32 demo runs in co-operative mode.
2013-10-29 Richard BarrySet the MSVC Win32 demo back to create the simply blink...
2013-10-29 Richard BarryUpdate the main Win32 MSVC demo to account for the...
2013-10-14 Richard BarryUpdate FreeRTOS version number to V7.5.3
2013-10-07 Richard BarryClear up a few compiler warnings.
2013-07-24 Richard BarryAdd additional critical section to the default tickless...
2013-07-23 Richard BarryUpdate version number.
2013-07-23 Richard BarryRemove duplicate definition from FreeRTOSConfig.h.
2013-07-17 Richard BarryMinor updates and change version number for V7.5.0...
2013-06-28 Richard BarryUpdate Win32 MSVC demo to include a simple blinky build...
2013-06-27 Richard BarryAdd xQueueOverwriteFromISR() and update the QueueOverwr...
2013-06-27 Richard BarryAdd xQueueOverwrite() and a common demo task to demonst...
2013-06-05 Richard BarryUpdate the standard Win32 demo to use the latest versio...
2013-05-09 Richard BarryUpdate Win32 simulator so it references the FreeRTOS...
2013-04-30 Richard BarryUpdate version number ready to release the FAT file...
2013-04-18 Richard BarryUpdate version numbers to V7.4.1.
2013-04-14 Richard BarryAdd volatile keyword to GenQTest loop counter for consi...
2013-02-19 Richard BarryPrepare for V7.4.0 release.
2013-02-18 Richard BarryCommit demos that have been updated for testing purpose...
2013-02-12 Richard BarryAdded more files to the Rowley and IAR LM3S demos to...
2013-02-12 Richard BarryAdjusted the wrap checks in the QueueSet test task.
2013-02-12 Richard BarryReduce RAM used by trace by updating trcConfig.h.
2013-02-12 Richard BarryImprove QueueSet.c test coverage by reading the queue...
2013-02-08 Richard BarryContinue working on queue set implementation and testing.
2013-02-07 Richard BarryNext revision of queue set implementation.
2013-01-31 Richard BarryAdded INCLUDE_xSemaphoreGetMutexHolder() default.
2012-10-16 Richard BarryPrepare for V7.3.0 release.
2012-09-25 Richard BarryUpdate PIC32 port to make use of configUSE_PORT_OPTIMIS...
2012-09-24 Richard BarryAdded Cortex-M optimised code to the IAR, GCC and Keil...
2012-09-23 Richard BarryIntroduced configUSE_PORT_OPTIMISED_TASK_SELECTION...
2012-09-22 Richard BarryAdded eTaskStateGet().
2012-08-14 Richard BarryPrepare for V7.2.0 release.
2012-08-11 Richard BarryAdd FreeRTOS-Plus directory.