summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src
Commit message (Expand)AuthorAgeFilesLines
* Update the demo directory to use the version 8 type naming conventions.rtel2014-02-115-18/+18
* Change version numbers ready for V8.0.0 release candidate 1 tag.rtel2013-12-318-8/+8
* Update FreeRTOS+ more demos that use FreeRTOS+CLI to remove casting to int8_t...rtel2013-12-302-18/+18
* Update demos that use FreeRTOS+CLI to remove casting to int8_t * from strings.rtel2013-12-302-76/+77
* Remove casting from definition of configMAX_PRIORITIES to allow its use in pr...rtel2013-12-301-1/+1
* Change 'signed char *pcTaskName) to 'char *pcTaskName' in vApplicationStackOv...rtel2013-12-271-2/+2
* Start to remove unnecessary 'signed char *' casts from strings that are now j...rtel2013-12-274-12/+12
* Change version numbers in preparation for V7.6.0 release.richardbarry2013-11-088-8/+8
* Remove the SVC handler from the SAMD20 FreeRTOSConfig.h as the GCC Cortex-M0 ...richardbarry2013-10-221-1/+0
* Update FreeRTOS version number to V7.5.3richardbarry2013-10-148-9/+17
* Increase minimal stack size for the SAMD20 demo.richardbarry2013-10-091-1/+1
* Complete tidy up of SAMD20 demo.richardbarry2013-10-092-20/+62
* Complete SAMD20 demo - still needs tidy up.richardbarry2013-10-089-24/+1175
* Complete CLI demo on SAMD20.richardbarry2013-10-033-6/+105
* Get CLI functioning in SAMD20 demo.richardbarry2013-10-024-71/+862
* Starting point for the SAMD20 demo.richardbarry2013-10-02140-0/+56552