summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/Common
Commit message (Expand)AuthorAgeFilesLines
* Demo application related:rtel2014-08-161-6/+6
* Common demo tasks:rtel2014-08-045-73/+114
* Remove some of the lwip asserts to allow use with 64-bit alignment.rtel2014-06-102-2/+4
* Ensure demo app files are using FreeRTOS V8 names - a few were missed previou...rtel2014-05-2960-422/+422
* A few additional casts to keep the Renesas RX compiler happy.rtel2014-05-293-5/+6
* Add brackets in lwIP assert statement to prevent compiler warnings.rtel2014-05-231-1/+1
* Add some missing volatiles to __asm statements in the CA9 GCC port.rtel2014-05-191-46/+46
* Update version number ready for release.rtel2014-04-2476-380/+380
* Update demos that use FreeRTOS+FAT SL to have correct version numbers after t...rtel2014-04-231-2/+2
* Add test and correct code for the unusual case of a task using an event group...rtel2014-03-311-0/+32
* Add the pcTimerGetTimerName() API function.rtel2014-03-282-13/+2
* Update version number to V8.0.0 (without the release candidate number).rtel2014-02-1876-76/+76
* Add #define INCLUDE_eTaskGetState 1 to the demos that use the int queue test.rtel2014-02-172-0/+8
* Update the demo directory to use the version 8 type naming conventions.rtel2014-02-1154-353/+353
* Replace xTaskIsTaskSuspended() call with eTaskGetState() call in IntQueue.c a...rtel2014-02-111-5/+4
* Third attempt: Improve how TimerDemo.c manages differences between the tick c...rtel2014-02-101-2/+2
* Second attempt: Improve how TimerDemo.c manages differences between the tick ...rtel2014-02-041-9/+23
* Improve how TimerDemo.c manages differences between the tick count and its ow...rtel2014-02-042-36/+26
* Remove obsolete OpenOCD driver.rtel2014-01-053-6/+0
* Minor comment corrections prior to tagging.rtel2013-12-311-2/+2
* Change version numbers ready for V8.0.0 release candidate 1 tag.rtel2013-12-3176-76/+76
* Comment the event groups standard demo files.rtel2013-12-312-352/+583
* Replace use of legacy portTYPE macros from old demos and standard demo files.rtel2013-12-2912-76/+76
* Start to remove unnecessary 'signed char *' casts from strings that are now j...rtel2013-12-2734-175/+175
* Move the event groups single tasks test out of the common demo file (they are...rtel2013-12-232-226/+34
* Checked in header file missed form previous checkin.richardbarry2013-11-221-2/+2
* Add additional event group tests - and update implementation as required by t...richardbarry2013-11-221-10/+147
* Add event groups test/demo tasks.richardbarry2013-11-212-0/+952
* 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