summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus
Commit message (Expand)AuthorAgeFilesLines
* ***IMMINENT RELEASE NOTICE***Richard Barry2014-08-1680-78/+88
* Remove some irrelevant CyaSSL files.Richard Barry2014-08-16128-78413/+1
* General maintenance - changing comments and correcting spellings only.Richard Barry2014-08-041-0/+4
* Update CyaSSL to latest version.Richard Barry2014-07-18445-25369/+161562
* Update FreeRTOS+ components and demos to use typedef names introduced in Free...Richard Barry2014-06-2066-395/+395
* Update version number ready for release.Richard Barry2014-04-2447-235/+235
* Update FreeRTOS+FAT SL to version 1.0.1.Richard Barry2014-04-2341-763/+1166
* Update version number to V8.0.0 (without the release candidate number).Richard Barry2014-02-1847-47/+47
* Update final demos that use the trace recorder code to use the new version.Richard Barry2014-02-175-554/+356
* Update LPC1830 example to use the latest trace recorder code.Richard Barry2014-02-176-1173/+240
* Update trace recorder to include heap tracing and new v8 features.Richard Barry2014-02-1715-616/+1226
* Fixes to FreeRTOS+UDP trace macro parameters and placements.Richard Barry2014-01-253-28/+28
* Change version numbers ready for V8.0.0 release candidate 1 tag.Richard Barry2013-12-3179-118/+158
* Update FreeRTOS+ more demos that use FreeRTOS+CLI to remove casting to int8_t...Richard Barry2013-12-3021-210/+212
* Update FreeRTOS+ demos that use FreeRTOS+CLI to remove casting to int8_t * fr...Richard Barry2013-12-3010-609/+610
* Change 'signed char *pcTaskName) to 'char *pcTaskName' in vApplicationStackOv...Richard Barry2013-12-271-1/+1
* Remove unnecessary 'signed char *' casts from strings that are now just plain...Richard Barry2013-12-2726-130/+130
* Update the ucQueueNumber member of the queue structure (used with FreeRTOS+Tr...Richard Barry2013-12-142-3/+3
* 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