index
:
delta/freertos.git
V9.0.0rc1
master
svn.code.sf.net: Obsolete (use freertos-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
FreeRTOS-Plus
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update final demos that use the trace recorder code to use the new version.
rtel
2014-02-17
5
-554
/
+356
*
Update LPC1830 example to use the latest trace recorder code.
rtel
2014-02-17
6
-1173
/
+240
*
Update trace recorder to include heap tracing and new v8 features.
rtel
2014-02-17
15
-616
/
+1226
*
Fixes to FreeRTOS+UDP trace macro parameters and placements.
rtel
2014-01-25
3
-28
/
+28
*
Change version numbers ready for V8.0.0 release candidate 1 tag.
rtel
2013-12-31
79
-118
/
+158
*
Update FreeRTOS+ more demos that use FreeRTOS+CLI to remove casting to int8_t...
rtel
2013-12-30
21
-210
/
+212
*
Update FreeRTOS+ demos that use FreeRTOS+CLI to remove casting to int8_t * fr...
rtel
2013-12-30
10
-609
/
+610
*
Change 'signed char *pcTaskName) to 'char *pcTaskName' in vApplicationStackOv...
rtel
2013-12-27
1
-1
/
+1
*
Remove unnecessary 'signed char *' casts from strings that are now just plain...
rtel
2013-12-27
26
-130
/
+130
*
Update the ucQueueNumber member of the queue structure (used with FreeRTOS+Tr...
rtel
2013-12-14
2
-3
/
+3
*
Tidy up SAM4E NetworkInterface.c.
richardbarry
2013-11-17
1
-6
/
+8
*
Make SAM4E network driver a little more robust.
richardbarry
2013-11-17
1
-1
/
+8
*
Update version numbers in FreeRTOS-Plus demo files.
richardbarry
2013-11-17
46
-283
/
+2225
*
Add basic SAM4E driver.
richardbarry
2013-11-17
5
-59
/
+399
*
Change version numbers in preparation for V7.6.0 release.
richardbarry
2013-11-08
29
-32
/
+40
*
Update the FreeRTOS+ Win32 MSVC demos to account for the changes to the Win32...
richardbarry
2013-10-29
2
-8
/
+9
*
Add missing header file to the UDP BufferAllocation_1.c scheme.
richardbarry
2013-10-26
1
-0
/
+1
*
Second attempt - Ensure the private port number wrap check is inside the crit...
richardbarry
2013-10-23
1
-2
/
+2
*
Ensure the private port number wrap check is inside the critical section in p...
richardbarry
2013-10-23
2
-9
/
+28
*
Update FreeRTOS version number to V7.5.3
richardbarry
2013-10-14
72
-71
/
+154
*
Add a configASSERT() that checks the gateway address is on the same subnet as...
richardbarry
2013-10-14
1
-0
/
+4
*
Ensure the statically configured gateway address is on the same subnet.
richardbarry
2013-10-08
1
-3
/
+3
*
Take out nonsensical #if configMAC_INTERRUPT_PRIORITY > configMAC_INTERRUPT_P...
richardbarry
2013-10-07
1
-4
/
+0
*
Update FreeRTOS_FD_SET() to check there is enough space in the queue before a...
richardbarry
2013-10-07
5
-26
/
+59
*
Make corrections to the interrupt priority configuration in the LPC1800 UDP d...
richardbarry
2013-10-07
5
-9
/
+5
*
Improve DCHP handling by removing the yiaddr field from outgoing DHCP packets...
richardbarry
2013-10-07
5
-6
/
+35
*
Convert double quotes in a command help string to single quotes to allow the ...
richardbarry
2013-08-16
1
-1
/
+1
*
Update version numbers.
richardbarry
2013-07-24
39
-39
/
+39
*
Rename xTaskGetSystemState() uxTaskGetSystemState().
richardbarry
2013-07-18
4
-4
/
+4
*
For consistency change the name of configINCLUDE_STATS_FORMATTING_FUNCTIONS t...
richardbarry
2013-07-18
4
-4
/
+4
*
Minor updates and change version number for V7.5.0 release.
richardbarry
2013-07-17
32
-1149
/
+829
*
Correct compiler warnings in trace recorder code.
richardbarry
2013-07-16
3
-3
/
+6
*
Update FreeRTOS+Trace recorder code.
richardbarry
2013-07-16
14
-160
/
+181
*
Add the new configINCLUDE_STATS_FORMATTING_FUNCTIONS configuration parameter ...
richardbarry
2013-07-02
5
-2
/
+26
*
Re-implement the LPC18xx and SmartFusion2 run time stats implementation to us...
richardbarry
2013-06-25
1
-37
/
+44
*
Update trace recorder code in the LPC18xx project.
richardbarry
2013-06-23
7
-34
/
+1014
*
Remove old trace recorder source from LPC18xx project.
richardbarry
2013-06-23
15
-6391
/
+0
*
Split the LPC18xx FreeRTOS+UDP drivers between those that use the LPCOpen lib...
richardbarry
2013-06-23
6
-0
/
+1158
*
Remove DemoIPTrace.h from LPC18xx demo as it should be copied from is standar...
richardbarry
2013-06-23
1
-164
/
+0
*
Back out changes to LPC18xx UDP demo.
richardbarry
2013-06-23
312
-63034
/
+59959
*
Add the APPLICATION_DEFINED port type to the trcHardwarePort.h template.
richardbarry
2013-06-11
1
-0
/
+8
*
Remove compiler warnings from the trace recorder code.
richardbarry
2013-06-05
3
-6
/
+6
*
Update the FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator demo to use the lat...
richardbarry
2013-06-05
8
-189
/
+314
*
Update to latest FreeRTOS+Trace recorder code.
richardbarry
2013-06-05
17
-2996
/
+3143
*
Update the FreeRTOS+UDP LPC18xx MAC driver to use the LPCOpen drivers.
richardbarry
2013-06-03
5
-911
/
+446
*
Update LPC18xx FreeRTOS+UDP demo to use LPCOpen USB and Ethernet drivers.
richardbarry
2013-06-03
314
-60059
/
+63137
*
Slight modification to license blub text in header comments.
richardbarry
2013-05-21
62
-285
/
+393
*
Fix compiler warning in psp_test.c when compiled with ARM compiler.
richardbarry
2013-05-19
1
-1
/
+1
*
Minor cosmetics to comments.
richardbarry
2013-05-09
1
-3
/
+3
*
Update version numbers in a couple of files that got left behind.
richardbarry
2013-05-01
7
-7
/
+7
[next]