summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add some defensive programming in the default tickless mode in case the appli...richardbarry2013-10-086-13/+112
* Introduce the prvTaskExitError() function for all ARM_CMn ports.richardbarry2013-10-087-29/+217
* Ensure the statically configured gateway address is on the same subnet.richardbarry2013-10-081-3/+3
* Take out nonsensical #if configMAC_INTERRUPT_PRIORITY > configMAC_INTERRUPT_P...richardbarry2013-10-071-4/+0
* Update FreeRTOS_FD_SET() to check there is enough space in the queue before a...richardbarry2013-10-075-26/+59
* Make corrections to the interrupt priority configuration in the LPC1800 UDP d...richardbarry2013-10-075-9/+5
* Clear up a few compiler warnings.richardbarry2013-10-0710-63/+241
* Improve DCHP handling by removing the yiaddr field from outgoing DHCP packets...richardbarry2013-10-075-6/+35
* Add traceMALLOC() and traceFREE() macros.richardbarry2013-10-044-1/+11
* Complete CLI demo on SAMD20.richardbarry2013-10-033-6/+105
* Get CLI functioning in SAMD20 demo.richardbarry2013-10-026-72/+868
* Starting point for the SAMD20 demo.richardbarry2013-10-02143-0/+57627
* Finalise XMC4000 GCC demos.richardbarry2013-10-015-17/+25
* Finalise XMC4000 IAR demos.richardbarry2013-10-018-514/+530
* Finalise XMC4000 Keil demos.richardbarry2013-10-016-36/+39
* Add the configUSE_STATS_FORMATTING_FUNCTIONS parameter to a couple of FreeRTO...richardbarry2013-09-172-4/+12