summaryrefslogtreecommitdiff
path: root/FreeRTOS
Commit message (Expand)AuthorAgeFilesLines
* Checked in header file missed form previous checkin.Richard Barry2013-11-221-2/+2
* Add additional event group tests - and update implementation as required by t...Richard Barry2013-11-226-24/+177
* Add event groups test/demo tasks.Richard Barry2013-11-212-0/+952
* Add event_groups.c and associated functions in other core files.Richard Barry2013-11-2111-83/+1514
* Continue work on STM32L demo.Richard Barry2013-11-214-244/+734
* Add STM32L Discovery board project as a starting point to adapt to an RTOS demo.Richard Barry2013-11-20139-0/+71905
* Change backslashes to forward slashes for all PIC projects.Richard Barry2013-11-181-4/+4
* Change conf_eth.h to provide additional Rx buffers in SAM4E demo.Richard Barry2013-11-173-6/+5
* Final tidy up before V7.6.0 zip file creation.Richard Barry2013-11-1735-2/+5528
* Add link to documentation page inside main_full() of the SAM4E demo.Richard Barry2013-11-172-30/+2
* Add additional comments to SAM4E demo.Richard Barry2013-11-1710-122/+211
* Add graphics to the SAM4E demo.Richard Barry2013-11-1620-33/+19732
* Add UDP related commands to SAM4E demo.Richard Barry2013-11-163-7/+40
* Add standard demo tasks to SAM4E demo.Richard Barry2013-11-168-30/+349
* Add SAM4E-EK demo with UDP and CLI. Not yet complete.Richard Barry2013-11-16149-0/+46910
* Reorder the license text wording so the exception text is at the top rather t...Richard Barry2013-11-121-79/+33
* Correct build of helper function for ports where the stack grows up.Richard Barry2013-11-121-1/+1
* Update the SAM4L low power demo to use the ASF enable/disable interrupts func...Richard Barry2013-11-112-20/+15
* Change version numbers in preparation for V7.6.0 release.Richard Barry2013-11-081123-1129/+1128
* Ensure the Win32 demo runs in co-operative mode.Richard Barry2013-11-083-14/+58
* Add configASSERT()s to ensure counting semaphores are not created with a max ...Richard Barry2013-11-072-3/+6
* Ensure the definition of prvTaskExitError()does not result in a compiler warn...Richard Barry2013-11-076-47/+65
* Change behaviour when configUSE_PREEMPTION is 0 (preemption is turned off). ...Richard Barry2013-11-073-27/+58
* Add ehb instructions back into PIC32 port layer (upon advice).Richard Barry2013-11-075-80/+218
* Update some standard demo task implementations so they can be used with the c...Richard Barry2013-11-077-43/+105
* Update semtest.c to use xSemaphoreCreateBinary() in place of vSemaphoreCreate...Richard Barry2013-11-071-2/+4
* Add xSemaphoreCreateBinary() so vSemaphoreCreate() can be deprecated.Richard Barry2013-11-071-101/+155
* Ensure PIC32MX MPLAB 8 project builds with XC.Richard Barry2013-11-073-8/+8
* Update PIC32 MPLAB8 project so it builds with the new partest file names.Richard Barry2013-11-071-1/+1
* Update PIC32MX demo:Richard Barry2013-11-0721-449/+1430
* Set the MSVC Win32 demo back to create the simply blinky demo by default.Richard Barry2013-10-292-2/+2
* Update the Eclipse/MingW project to account for the new Win32 simulator port ...Richard Barry2013-10-293-257/+260
* Update the main Win32 MSVC demo to account for the changes to the Win32 port ...Richard Barry2013-10-293-17/+14
* Remove the SVC handler from the XMC1000 demo as it is no longer used by the C...Richard Barry2013-10-221-1/+0
* Update the Keil and IAR CM0 port layers to match the changes made to the GCC ...Richard Barry2013-10-223-49/+35
* Remove the SVC handler from the SAMD20 FreeRTOSConfig.h as the GCC Cortex-M0 ...Richard Barry2013-10-221-1/+0
* Improve how the scheduler is started in the GCC Cortex-M0 port.Richard Barry2013-10-221-33/+23
* Added an additional configASSERT() to test the new eTaskGetState() behaviour ...Richard Barry2013-10-221-0/+8
* Added a little intelligence to eTaskGetState() so it can distinguish between ...Richard Barry2013-10-221-2/+10
* Remove maths library dependency form SAMD20 project.Richard Barry2013-10-141-5/+0
* Update FreeRTOS version number to V7.5.3Richard Barry2013-10-141122-1146/+2246
* Add workaround to XMC4000 silicon bug to Tasking Cortex-M4F port layer.Richard Barry2013-10-143-8/+119
* Complete XMC4000 Tasking project.Richard Barry2013-10-142-2/+12
* Fix broken link in Atmel Studio SAMD20 project.Richard Barry2013-10-122-3/+4
* Increase minimal stack size for the SAMD20 demo.Richard Barry2013-10-091-1/+1
* Complete tidy up of SAMD20 demo.Richard Barry2013-10-094-23/+62
* Complete SAMD20 demo - still needs tidy up.Richard Barry2013-10-0814-26/+1249
* Add some defensive programming in the default tickless mode in case the appli...Richard Barry2013-10-086-13/+112
* Introduce the prvTaskExitError() function for all ARM_CMn ports.Richard Barry2013-10-087-29/+217
* Clear up a few compiler warnings.Richard Barry2013-10-0710-63/+241