summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-svn-id: http://svn.code.sf.net/p/freertos/code/tags/V7.5.3@2067 1d2547de-...V7.5.3richardbarry2013-10-140-0/+0
* 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
* Remove the math library as a build dependency in the SAM4L demo.richardbarry2013-09-171-221/+247
* Move the #error message about running the CreateProjectDirectoryStructure bat...richardbarry2013-09-104-16/+16
* Add the uxQueueSpacesAvailable() API function.richardbarry2013-09-103-15/+50
* Make self monitoring in QueueSet.c more robust to prevent false positives.richardbarry2013-09-101-34/+24
* Enable RX62N_RDK project to build with the blink configuration.richardbarry2013-09-102-7/+5
* Add #error into Tasking project to remind users that they need to run the Cre...richardbarry2013-09-102-2/+4
* Update Keil XMC1000 to later version.richardbarry2013-09-106-67/+160
* Finalise XMC1000 GCC demos.richardbarry2013-09-1013-5/+683
* Finalise XMC1000 IAR demos.richardbarry2013-09-1021-99/+14564
* Finalise XMC1000 Keil demos.richardbarry2013-09-109-98/+726
* Finalise XMC4000 Dave/GCC demos.richardbarry2013-09-095-27/+36
* Finalise XMC4000 Keil demos.richardbarry2013-09-098-67/+72
* Finalise XMC4000 IAR demos.richardbarry2013-09-0913-32/+415
* Add build configurations for the XMC4400 and XMC4200 to the Tasking demo proj...richardbarry2013-09-0511-62/+399
* Update XMC4000 tasking project to use latest system files.richardbarry2013-09-0512-309/+2263
* Rename directories with XMC4500 in their name that now contain XMC4200 and XM...richardbarry2013-09-0410-0/+0
* Rename directories with XMC4500 in their name that now contain XMC4200 and XM...richardbarry2013-09-0441-0/+0
* Reworked XMC4500 IAR project to use latest system files and include build con...richardbarry2013-09-0433-22470/+53419
* Add XMC4200 and XMC4400 build configurations to the XMC4000 Dave project.richardbarry2013-09-0419-3341/+50256
* Add Dave project for the XMC4500.richardbarry2013-09-0414-0/+6481
* Update the Keil XMC4500 demo project to include build configurations for the ...richardbarry2013-09-0315-960/+5698
* Make the QueueSet.c standard demo task a little friendlier to lower priority ...richardbarry2013-09-022-23/+88
* Add a build configuration for the XMC1100 boot kit.richardbarry2013-09-0215-42/+3524
* Update RX600/Renesas compiler build configurations to use the latest compiler...richardbarry2013-09-022-267/+267