summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus
Commit message (Expand)AuthorAgeFilesLines
* Update the FreeRTOS+ Win32 MSVC demos to account for the changes to the Win32...richardbarry2013-10-292-8/+9
* 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
* Update FreeRTOS version number to V7.5.3richardbarry2013-10-1472-71/+154
* Add a configASSERT() that checks the gateway address is on the same subnet as...richardbarry2013-10-141-0/+4
* 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
* Improve DCHP handling by removing the yiaddr field from outgoing DHCP packets...richardbarry2013-10-075-6/+35
* Convert double quotes in a command help string to single quotes to allow the ...richardbarry2013-08-161-1/+1
* Update version numbers.richardbarry2013-07-2439-39/+39
* Rename xTaskGetSystemState() uxTaskGetSystemState().richardbarry2013-07-184-4/+4
* For consistency change the name of configINCLUDE_STATS_FORMATTING_FUNCTIONS t...richardbarry2013-07-184-4/+4
* Minor updates and change version number for V7.5.0 release.richardbarry2013-07-1732-1149/+829
* Correct compiler warnings in trace recorder code.richardbarry2013-07-163-3/+6
* Update FreeRTOS+Trace recorder code.richardbarry2013-07-1614-160/+181
* Add the new configINCLUDE_STATS_FORMATTING_FUNCTIONS configuration parameter ...richardbarry2013-07-025-2/+26
* Re-implement the LPC18xx and SmartFusion2 run time stats implementation to us...richardbarry2013-06-251-37/+44
* Update trace recorder code in the LPC18xx project.richardbarry2013-06-237-34/+1014
* Remove old trace recorder source from LPC18xx project.richardbarry2013-06-2315-6391/+0
* Split the LPC18xx FreeRTOS+UDP drivers between those that use the LPCOpen lib...richardbarry2013-06-236-0/+1158
* Remove DemoIPTrace.h from LPC18xx demo as it should be copied from is standar...richardbarry2013-06-231-164/+0
* Back out changes to LPC18xx UDP demo.richardbarry2013-06-23312-63034/+59959
* Add the APPLICATION_DEFINED port type to the trcHardwarePort.h template.richardbarry2013-06-111-0/+8
* Remove compiler warnings from the trace recorder code.richardbarry2013-06-053-6/+6
* Update the FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator demo to use the lat...richardbarry2013-06-058-189/+314
* Update to latest FreeRTOS+Trace recorder code.richardbarry2013-06-0517-2996/+3143
* Update the FreeRTOS+UDP LPC18xx MAC driver to use the LPCOpen drivers.richardbarry2013-06-035-911/+446
* Update LPC18xx FreeRTOS+UDP demo to use LPCOpen USB and Ethernet drivers.richardbarry2013-06-03314-60059/+63137
* Slight modification to license blub text in header comments.richardbarry2013-05-2162-285/+393
* Fix compiler warning in psp_test.c when compiled with ARM compiler.richardbarry2013-05-191-1/+1
* Minor cosmetics to comments.richardbarry2013-05-091-3/+3
* Update version numbers in a couple of files that got left behind.richardbarry2013-05-017-7/+7
* Update version number ready to release the FAT file system demo.richardbarry2013-04-3033-33/+33
* Add FAT SL code and demo project.richardbarry2013-04-3050-0/+13847
* Clarify license blurb at the top of the FreeRTOS+UDP and FreeRTOS+CLI source ...richardbarry2013-04-3029-407/+468
* Update version numbers to V7.4.1.richardbarry2013-04-1835-66/+88
* Change version number in common files within the FreeRTOS-plus directory and ...richardbarry2013-04-1823-475/+531
* Add FreeRTOS-Plus directory with new directory structure so it matches the Fr...richardbarry2013-04-18528-0/+228252
* Remove subdirectories of FreeRTOS-Plus in preparation for changing the direct...richardbarry2013-04-18334-142327/+0
* Update PIC32 demo application to remove reliance on PLIB functions.richardbarry2013-02-181-1/+1
* Update the FreeRTOS+Trace recorder and Win32 demo app.richardbarry2013-02-1017-744/+1779
* Allow mutex type semaphores to be given from an interrupt (not a normal thing...richardbarry2012-09-051-1/+6
* Improve command input string handling in FreeRTOS+CLI to allow allow commands...richardbarry2012-08-311-10/+27
* Prepare for V7.2.0 release.richardbarry2012-08-1472-1451/+7713
* Add readme files to the various FreeRTOS+ directories.richardbarry2012-08-118-0/+80
* Add FreeRTOS-Plus directory.richardbarry2012-08-11309-0/+134928