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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Demo project only:
rtel
2014-10-01
11
-69
/
+2214
*
Demo project only: Cyclone V SoC now running from external RAM.
rtel
2014-10-01
2
-2
/
+14
*
Added project for Altera Cyclone V SoC, currently running from internal RAM.
rtel
2014-09-30
108
-0
/
+431276
*
Core kernel code:
rtel
2014-09-16
9
-163
/
+493
*
SAM4L tickless implementation: Bug fix and update the demo project to exerci...
rtel
2014-09-16
7
-159
/
+715
*
Demo project only:
rtel
2014-09-12
5
-4
/
+14
*
Demo tasks only, with the aim of improving test coverage:
rtel
2014-09-11
4
-101
/
+488
*
Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_...
rtel
2014-09-02
1210
-1220
/
+1274
*
Demo code only:
rtel
2014-09-02
11
-411
/
+1409
*
Correct potential compiler warning when configUSE_MUTEXES is set to 0.
rtel
2014-08-30
4
-24
/
+25
*
Update version number to 8.1.1 for patch release that re-enables mutexes to b...
rtel
2014-08-29
1217
-1241
/
+12205
*
Core kernel code:
rtel
2014-08-29
13
-173
/
+376
*
Lower the minimum stack size used by the ATSAMA5 demo.
rtel
2014-08-26
1
-2
/
+2
*
Minor edits prior to tagging V8.1.0.
rtel
2014-08-26
12
-1398
/
+125
*
***IMMINENT RELEASE NOTICE***
rtel
2014-08-16
1213
-1219
/
+1220
*
Demo application related:
rtel
2014-08-16
37
-120
/
+259
*
General maintenance - changing comments and correcting spellings only.
rtel
2014-08-04
4
-3
/
+10
*
Common demo tasks:
rtel
2014-08-04
21
-596
/
+213
*
Cortex-A5 IAR port:
rtel
2014-08-03
1
-6
/
+5
*
Cortex-A5 IAR port baseline prior to removing all SAMA5 specifics to make it ...
rtel
2014-08-03
4
-14
/
+15
*
Continue working on the GIC-less Cortex-A5 port for IAR:
rtel
2014-07-29
3
-19
/
+26
*
Carry on working on SAMA5D3 demo:
rtel
2014-07-29
14
-85
/
+205
*
SAMA5D3 demo: Add CDC driver code and use CDC to create a simple command con...
rtel
2014-07-23
50
-509
/
+8851
*
Re-test Zynq demo now it is using the latest tools.
rtel
2014-07-14
5
-9
/
+12
*
Add back Zynq demo - this time using SDK V14.2.
rtel
2014-07-14
381
-0
/
+269762
*
Remove Zynq demo project ready to recreate the project using the 14.2 version...
rtel
2014-07-14
81
-182982
/
+0
*
Add 'full' demo to the SAMA5 Xplained demo - but so far without interrupt nes...
rtel
2014-07-12
11
-39
/
+1270
*
Rename ARM_CAx_No_GIC ARM_CA5_No_GIC and add FreeRTOSConfig setting to specif...
rtel
2014-07-12
4
-0
/
+4
*
SAMA5D3 Xplained demo blinky running.
rtel
2014-07-12
15
-368
/
+112
*
Add new port layer for Cortex-A devices without the means to mask interrupt p...
rtel
2014-07-12
4
-0
/
+856
*
Start of SAMA5D3 XPlained demo.
rtel
2014-07-09
277
-0
/
+67714
*
Make the parameters to vPortDefineHeapRegions() const.
rtel
2014-07-04
5
-6
/
+44
*
Update the MSVC simulator demo to demonstrate heap_5 allocator and pdTICKS_TO...
rtel
2014-07-03
5
-30
/
+87
*
Simply some of the alignment calculations in heap_4.c to match those used in ...
rtel
2014-07-03
3
-38
/
+50
*
Check in the portable.h version required to use heap_5.c.
rtel
2014-07-02
1
-0
/
+21
*
Check in the new memory allocator that allows the heap to span multiple blocks.
rtel
2014-07-02
1
-0
/
+519
*
Update timer demo in PIC32MZ demo to remove multiple extern definition create...
rtel
2014-06-16
1
-1
/
+0
*
Implementation of mutex held counting in tasks.c - needs optimisation before ...
rtel
2014-06-16
1
-20
/
+64
*
Default the definition of portASSERT_IF_IN_ISR() to nothing if it is not defi...
rtel
2014-06-16
7
-26
/
+79
*
Add code to assert() if non ISR safe API function is called from ISR in Taski...
rtel
2014-06-15
2
-0
/
+17
*
Add code to assert() if non ISR safe API function is called from ISR in IAR a...
rtel
2014-06-14
7
-5
/
+62
*
Simplify the assert that checks if a non-ISR safe function is called from an ...
rtel
2014-06-13
1
-12
/
+9
*
Add additional comments to the Zynq lwIP demo.
rtel
2014-06-13
2
-2
/
+16
*
Added portASSERT_IF_IN_INTERRUPT() macro to the GCC Cortex A9 port layer.
rtel
2014-06-12
1
-4
/
+15
*
Zynq demo: Fix Xilinx network driver by deferring the function that allocate...
rtel
2014-06-12
7
-36
/
+78
*
Remove some of the lwip asserts to allow use with 64-bit alignment.
rtel
2014-06-10
2
-2
/
+4
*
Switch to using the private watchdog as the run time stats timer in the Zynq ...
rtel
2014-06-10
7
-20
/
+56
*
Reorganise Zynq project after spitting lwIP example into a separate configura...
rtel
2014-06-09
55
-155
/
+88
*
Move the Zynq's lwIP example from the Full demo into its own configuration as...
rtel
2014-06-09
9
-53
/
+273
*
Update lwIP byte alignment to make Zynq pings more reliable.
rtel
2014-06-09
4
-17
/
+33
[prev]
[next]