summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo
Commit message (Expand)AuthorAgeFilesLines
* Change version numbers ready for V8.0.0 release candidate 1 tag.rtel2013-12-31913-913/+913
* Add the event group interrupt tests to the Win32 demo projects.rtel2013-12-313-7/+10
* Comment the event groups standard demo files.rtel2013-12-312-352/+583
* Update FreeRTOS+ more demos that use FreeRTOS+CLI to remove casting to int8_t...rtel2013-12-3011-87/+92
* Update demos that use FreeRTOS+CLI to remove casting to int8_t * from strings.rtel2013-12-309-337/+340
* Minor updates to demo projects to ensure correct building with V8 rc1.rtel2013-12-309-75/+136
* Remove casting from definition of configMAX_PRIORITIES to allow its use in pr...rtel2013-12-30120-135/+135
* Minor updates to demo projects to ensure correct building with V8 rc1.rtel2013-12-305-24/+32
* Revert some library files back to using standard types as they are not FreeRT...rtel2013-12-294-153/+5
* Replace use of legacy portTYPE macros from old demos and standard demo files.rtel2013-12-29123-737/+737
* Change 'signed char *pcTaskName) to 'char *pcTaskName' in vApplicationStackOv...rtel2013-12-2784-111/+111
* Continue to remove unnecessary 'signed char *' casts from strings that are no...rtel2013-12-274-162/+8
* Start to remove unnecessary 'signed char *' casts from strings that are now j...rtel2013-12-27261-2817/+2824
* Move the event groups single tasks test out of the common demo file (they are...rtel2013-12-237-229/+117
* Change some task priorities in the MingW simulator demo.rtel2013-12-204-7/+13
* Update GCC/Eclipse Win32 simulator port to make better use of Eclipse resourc...rtel2013-12-1912-541/+2444
* Change the configCPU_CLOCK_HZ setting in the SAM4E demo to use the SystemCore...rtel2013-12-154-8/+7
* Update the ucQueueNumber member of the queue structure (used with FreeRTOS+Tr...rtel2013-12-141-5/+5
* Comment typo correction only.rtel2013-12-111-1/+1
* Complete STM32L low power demo.rtel2013-12-112-2/+5
* Remove [unused] touch library files from the STM32L discovery demo.rtel2013-12-1159-18802/+120
* Remove unused files from STM32L discovery board demo directory structure and ...rtel2013-12-1048-21394/+331
* Tidy up STM32L low power demo and add 'comprehensive demo' option.rtel2013-12-108-1153/+789
* Remove duplication of comments at the top of the file.rtel2013-12-101-65/+0
* STM32L discovery demo is now demonstrating three low power modes - still need...rtel2013-12-107-124/+884
* Minor change to SAM4L_low_power_tick_management.c to ensure the alarm value c...rtel2013-12-082-8/+14
* Spelling corrections in comments only.rtel2013-11-288-9/+9
* 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-225-11/+163
* Add event groups test/demo tasks.richardbarry2013-11-212-0/+952
* Continue work on STM32L demo.richardbarry2013-11-214-244/+734
* Add STM32L Discovery board project as a starting point to adapt to an RTOS demo.richardbarry2013-11-20139-0/+71905
* Change conf_eth.h to provide additional Rx buffers in SAM4E demo.richardbarry2013-11-173-6/+5
* Final tidy up before V7.6.0 zip file creation.richardbarry2013-11-1729-0/+4293
* Add link to documentation page inside main_full() of the SAM4E demo.richardbarry2013-11-172-30/+2
* Add additional comments to SAM4E demo.richardbarry2013-11-1710-122/+211
* Add graphics to the SAM4E demo.richardbarry2013-11-1620-33/+19732
* Add UDP related commands to SAM4E demo.richardbarry2013-11-163-7/+40
* Add standard demo tasks to SAM4E demo.richardbarry2013-11-168-30/+349
* Add SAM4E-EK demo with UDP and CLI. Not yet complete.richardbarry2013-11-16149-0/+46910
* Update the SAM4L low power demo to use the ASF enable/disable interrupts func...richardbarry2013-11-112-20/+15
* Change version numbers in preparation for V7.6.0 release.richardbarry2013-11-08881-882/+882
* Ensure the Win32 demo runs in co-operative mode.richardbarry2013-11-083-14/+58
* 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
* Ensure PIC32MX MPLAB 8 project builds with XC.richardbarry2013-11-073-8/+8
* Update PIC32 MPLAB8 project so it builds with the new partest file names.richardbarry2013-11-071-1/+1
* Update PIC32MX demo:richardbarry2013-11-0721-449/+1430
* Set the MSVC Win32 demo back to create the simply blinky demo by default.richardbarry2013-10-292-2/+2
* Update the Eclipse/MingW project to account for the new Win32 simulator port ...richardbarry2013-10-293-257/+260