summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/Common/Minimal
Commit message (Expand)AuthorAgeFilesLines
* Add additional configASSERTS() to some standard demo tasks.richardbarry2013-09-013-52/+132
* Add additional critical section to the default tickless implementations.richardbarry2013-07-2427-27/+27
* Update version number.richardbarry2013-07-2327-27/+27
* Minor updates and change version number for V7.5.0 release.richardbarry2013-07-1727-1002/+732
* Remove commented out code.richardbarry2013-07-101-2/+0
* Update QueueOverwrite.c to include a call to xQueuePeekFromISR().richardbarry2013-06-281-1/+8
* Add xQueueOverwriteFromISR() and update the QueueOverwrite.c to demonstrate i...richardbarry2013-06-271-12/+81
* Add xQueueOverwrite() and a common demo task to demonstrate its use.richardbarry2013-06-271-0/+197
* Improve the error detection in some of the standard demo tasks.richardbarry2013-06-113-111/+134
* Remove the Chan FATfs code as FreeRTOS now ships with a proprietary file system.richardbarry2013-05-191-1/+13
* Update flop.c and FreeRTOS.h to include a macro (and a default null implement...richardbarry2013-05-091-0/+20
* Update version number ready to release the FAT file system demo.richardbarry2013-04-3026-26/+26
* Update version numbers to V7.4.1.richardbarry2013-04-1826-53/+53
* Add volatile keyword to GenQTest loop counter for consistency.richardbarry2013-04-141-1/+1
* Minor mods common files to fix warnings generated by Renesas compiler.richardbarry2013-03-252-3/+3
* Prepare for V7.4.0 release.richardbarry2013-02-1926-569/+725
* Added more files to the Rowley and IAR LM3S demos to test building the newer ...richardbarry2013-02-121-5/+5
* Adjusted the wrap checks in the QueueSet test task.richardbarry2013-02-121-8/+21
* Improve QueueSet.c test coverage by reading the queue set from an ISR to forc...richardbarry2013-02-121-166/+297
* Fix a few compiler warnings when compiling the QueueSet.c test code with GCC.richardbarry2013-02-081-2/+5
* Continue working on queue set implementation and testing.richardbarry2013-02-081-26/+234
* Next revision of queue set implementation.richardbarry2013-02-072-27/+280
* Prepare for V7.3.0 release.richardbarry2012-10-1625-124/+174
* Add tickless idle support in Cortex-M ports.richardbarry2012-10-161-1/+1
* Prepare for V7.2.0 release.richardbarry2012-08-1425-25/+25
* Add FreeRTOS-Plus directory.richardbarry2012-08-1125-0/+9853