summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-svn-id: http://svn.code.sf.net/p/freertos/code/tags/V7.6.0@2108 1d2547de-...V7.6.0richardbarry2013-11-180-0/+0
* Tidy up SAM4E NetworkInterface.c.richardbarry2013-11-171-6/+8
* 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-1735-2/+5528
* Make SAM4E network driver a little more robust.richardbarry2013-11-171-1/+8
* 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
* Update version numbers in FreeRTOS-Plus demo files.richardbarry2013-11-1746-283/+2225
* Add basic SAM4E driver.richardbarry2013-11-175-59/+399
* 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
* Reorder the license text wording so the exception text is at the top rather t...richardbarry2013-11-121-79/+33
* Correct build of helper function for ports where the stack grows up.richardbarry2013-11-121-1/+1
* 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-081152-1161/+1168
* Ensure the Win32 demo runs in co-operative mode.richardbarry2013-11-083-14/+58
* Add configASSERT()s to ensure counting semaphores are not created with a max ...richardbarry2013-11-072-3/+6
* Ensure the definition of prvTaskExitError()does not result in a compiler warn...richardbarry2013-11-076-47/+65
* Change behaviour when configUSE_PREEMPTION is 0 (preemption is turned off). ...richardbarry2013-11-073-27/+58
* Add ehb instructions back into PIC32 port layer (upon advice).richardbarry2013-11-075-80/+218
* 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
* Add xSemaphoreCreateBinary() so vSemaphoreCreate() can be deprecated.richardbarry2013-11-071-101/+155
* 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
* Update the FreeRTOS+ Win32 MSVC demos to account for the changes to the Win32...richardbarry2013-10-292-8/+9
* Update the main Win32 MSVC demo to account for the changes to the Win32 port ...richardbarry2013-10-293-17/+14
* Add missing header file to the UDP BufferAllocation_1.c scheme.richardbarry2013-10-261-0/+1
* Second attempt - Ensure the private port number wrap check is inside the crit...richardbarry2013-10-231-2/+2
* Ensure the private port number wrap check is inside the critical section in p...richardbarry2013-10-232-9/+28
* Remove the SVC handler from the XMC1000 demo as it is no longer used by the C...richardbarry2013-10-221-1/+0
* Update the Keil and IAR CM0 port layers to match the changes made to the GCC ...richardbarry2013-10-223-49/+35
* Remove the SVC handler from the SAMD20 FreeRTOSConfig.h as the GCC Cortex-M0 ...richardbarry2013-10-221-1/+0
* Improve how the scheduler is started in the GCC Cortex-M0 port.richardbarry2013-10-221-33/+23
* Added an additional configASSERT() to test the new eTaskGetState() behaviour ...richardbarry2013-10-221-0/+8
* Added a little intelligence to eTaskGetState() so it can distinguish between ...richardbarry2013-10-221-2/+10
* Remove maths library dependency form SAMD20 project.richardbarry2013-10-141-5/+0
* Update FreeRTOS version number to V7.5.3richardbarry2013-10-141194-1217/+2400
* Add a configASSERT() that checks the gateway address is on the same subnet as...richardbarry2013-10-141-0/+4
* Add workaround to XMC4000 silicon bug to Tasking Cortex-M4F port layer.richardbarry2013-10-143-8/+119
* Complete XMC4000 Tasking project.richardbarry2013-10-142-2/+12
* Fix broken link in Atmel Studio SAMD20 project.richardbarry2013-10-122-3/+4
* Increase minimal stack size for the SAMD20 demo.richardbarry2013-10-091-1/+1
* Complete tidy up of SAMD20 demo.richardbarry2013-10-094-23/+62
* Complete SAMD20 demo - still needs tidy up.richardbarry2013-10-0814-26/+1249