summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus
Commit message (Expand)AuthorAgeFilesLines
* Tidy up SAM4E NetworkInterface.c.Richard Barry2013-11-171-6/+8
* Make SAM4E network driver a little more robust.Richard Barry2013-11-171-1/+8
* Update version numbers in FreeRTOS-Plus demo files.Richard Barry2013-11-1746-283/+2225
* Add basic SAM4E driver.Richard Barry2013-11-175-59/+399
* Change version numbers in preparation for V7.6.0 release.Richard Barry2013-11-0829-32/+40
* Update the FreeRTOS+ Win32 MSVC demos to account for the changes to the Win32...Richard Barry2013-10-292-8/+9
* Add missing header file to the UDP BufferAllocation_1.c scheme.Richard Barry2013-10-261-0/+1
* Second attempt - Ensure the private port number wrap check is inside the crit...Richard Barry2013-10-231-2/+2
* Ensure the private port number wrap check is inside the critical section in p...Richard Barry2013-10-232-9/+28
* Update FreeRTOS version number to V7.5.3Richard Barry2013-10-1472-71/+154
* Add a configASSERT() that checks the gateway address is on the same subnet as...Richard Barry2013-10-141-0/+4
* Ensure the statically configured gateway address is on the same subnet.Richard Barry2013-10-081-3/+3
* Take out nonsensical #if configMAC_INTERRUPT_PRIORITY > configMAC_INTERRUPT_P...Richard Barry2013-10-071-4/+0
* Update FreeRTOS_FD_SET() to check there is enough space in the queue before a...Richard Barry2013-10-075-26/+59
* Make corrections to the interrupt priority configuration in the LPC1800 UDP d...Richard Barry2013-10-075-9/+5
* Improve DCHP handling by removing the yiaddr field from outgoing DHCP packets...Richard Barry2013-10-075-6/+35
* Convert double quotes in a command help string to single quotes to allow the ...Richard Barry2013-08-161-1/+1
* Update version numbers.Richard Barry2013-07-2439-39/+39
* Rename xTaskGetSystemState() uxTaskGetSystemState().Richard Barry2013-07-184-4/+4
* For consistency change the name of configINCLUDE_STATS_FORMATTING_FUNCTIONS t...Richard Barry2013-07-184-4/+4
* Minor updates and change version number for V7.5.0 release.Richard Barry2013-07-1732-1149/+829
* Correct compiler warnings in trace recorder code.Richard Barry2013-07-163-3/+6
* Update FreeRTOS+Trace recorder code.Richard Barry2013-07-1614-160/+181
* Add the new configINCLUDE_STATS_FORMATTING_FUNCTIONS configuration parameter ...Richard Barry2013-07-025-2/+26
* Re-implement the LPC18xx and SmartFusion2 run time stats implementation to us...Richard Barry2013-06-251-37/+44
* Update trace recorder code in the LPC18xx project.Richard Barry2013-06-237-34/+1014
* Remove old trace recorder source from LPC18xx project.Richard Barry2013-06-2315-6391/+0
* Split the LPC18xx FreeRTOS+UDP drivers between those that use the LPCOpen lib...Richard Barry2013-06-236-0/+1158
* Remove DemoIPTrace.h from LPC18xx demo as it should be copied from is standar...Richard Barry2013-06-231-164/+0
* Back out changes to LPC18xx UDP demo.Richard Barry2013-06-23312-63034/+59959
* Add the APPLICATION_DEFINED port type to the trcHardwarePort.h template.Richard Barry2013-06-111-0/+8
* Remove compiler warnings from the trace recorder code.Richard Barry2013-06-053-6/+6
* Update the FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator demo to use the lat...Richard Barry2013-06-058-189/+314
* Update to latest FreeRTOS+Trace recorder code.Richard Barry2013-06-0517-2996/+3143
* Update the FreeRTOS+UDP LPC18xx MAC driver to use the LPCOpen drivers.Richard Barry2013-06-035-911/+446
* Update LPC18xx FreeRTOS+UDP demo to use LPCOpen USB and Ethernet drivers.Richard Barry2013-06-03314-60059/+63137
* Slight modification to license blub text in header comments.Richard Barry2013-05-2162-285/+393
* Fix compiler warning in psp_test.c when compiled with ARM compiler.Richard Barry2013-05-191-1/+1
* Minor cosmetics to comments.Richard Barry2013-05-091-3/+3
* Update version numbers in a couple of files that got left behind.Richard Barry2013-05-017-7/+7
* Update version number ready to release the FAT file system demo.Richard Barry2013-04-3033-33/+33
* Add FAT SL code and demo project.Richard Barry2013-04-3050-0/+13847
* Clarify license blurb at the top of the FreeRTOS+UDP and FreeRTOS+CLI source ...Richard Barry2013-04-3029-407/+468
* Update version numbers to V7.4.1.Richard Barry2013-04-1835-66/+88
* Change version number in common files within the FreeRTOS-plus directory and ...Richard Barry2013-04-1823-475/+531
* Add FreeRTOS-Plus directory with new directory structure so it matches the Fr...Richard Barry2013-04-18528-0/+228252
* Remove subdirectories of FreeRTOS-Plus in preparation for changing the direct...Richard Barry2013-04-18334-142327/+0
* Update PIC32 demo application to remove reliance on PLIB functions.Richard Barry2013-02-181-1/+1
* Update the FreeRTOS+Trace recorder and Win32 demo app.Richard Barry2013-02-1017-744/+1779
* Allow mutex type semaphores to be given from an interrupt (not a normal thing...Richard Barry2012-09-051-1/+6