]> begriffs open source - freertos/history - FreeRTOS/Demo/WIN32-MSVC
Introduce xTimerPendFunctionCall().
[freertos] / FreeRTOS / Demo / WIN32-MSVC /
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.