summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/Common
Commit message (Expand)AuthorAgeFilesLines
* Change version numbers in preparation for V7.6.0 release.richardbarry2013-11-0874-74/+74
* Update some standard demo task implementations so they can be used with the c...richardbarry2013-11-077-43/+105
* Update semtest.c to use xSemaphoreCreateBinary() in place of vSemaphoreCreate...richardbarry2013-11-071-2/+4
* Added an additional configASSERT() to test the new eTaskGetState() behaviour ...richardbarry2013-10-221-0/+8
* Update FreeRTOS version number to V7.5.3richardbarry2013-10-1474-74/+148
* Clear up a few compiler warnings.richardbarry2013-10-072-9/+3
* Make self monitoring in QueueSet.c more robust to prevent false positives.richardbarry2013-09-101-34/+24
* Make the QueueSet.c standard demo task a little friendlier to lower priority ...richardbarry2013-09-022-23/+88
* Add additional configASSERTS() to some standard demo tasks.richardbarry2013-09-013-52/+132
* Add additional critical section to the default tickless implementations.richardbarry2013-07-2474-74/+74
* Update version number.richardbarry2013-07-2374-74/+74
* Minor updates and change version number for V7.5.0 release.richardbarry2013-07-1774-2788/+2048
* 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-272-12/+82
* Add xQueueOverwrite() and a common demo task to demonstrate its use.richardbarry2013-06-272-0/+280
* 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-19101-45479/+23
* 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-3072-72/+72
* Clarify license blurb at the top of the FreeRTOS+UDP and FreeRTOS+CLI source ...richardbarry2013-04-301-9/+9
* Update version numbers to V7.4.1.richardbarry2013-04-1872-145/+145
* 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-1972-1581/+2013
* 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-122-167/+298
* 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-082-28/+237
* Next revision of queue set implementation.richardbarry2013-02-073-27/+357
* Prepare for V7.3.0 release.richardbarry2012-10-1670-349/+489
* Add tickless idle support in Cortex-M ports.richardbarry2012-10-161-1/+1
* Prepare for V7.2.0 release.richardbarry2012-08-1470-70/+70
* Add FreeRTOS-Plus directory.richardbarry2012-08-111007-0/+389192