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
/
Source
/
portable
/
GCC
/
ARM_CA9
Commit message (
Expand
)
Author
Age
Files
Lines
*
commit 70dcbe4527a45ab4fea6d58c016e7d3032f31e8c
HEAD
master
lundinc
2020-08-12
3
-4
/
+4
*
Update version number in readiness for V10.3.0 release. Sync SVN with reviewe...
yuhzheng
2020-02-07
3
-6
/
+6
*
Update version number ready for next release.
rtel
2019-05-11
3
-3
/
+3
*
Added portMEMORY_BARRIER() implemented as __asm volatile( "" ::: "memory" ) i...
rtel
2019-04-21
1
-0
/
+2
*
Update version number in readiness for V10.2.0 release.
rtel
2019-02-17
3
-6
/
+6
*
Update version numbers ready for release.
rtel
2018-09-07
3
-3
/
+3
*
Update copyright date ready for tagging V10.1.0.
rtel
2018-08-22
3
-3
/
+3
*
Update version numbers in preparation for a new release.
rtel
2018-08-21
3
-3
/
+3
*
Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 rea...
rtel
2017-12-18
3
-9
/
+6
*
Update to MIT licensed FreeRTOS V10.0.0 - see https://www.freertos.org/Histor...
rtel
2017-11-29
3
-186
/
+78
*
Add additional memory barriers into ARM GCC asm code to ensure no re-ordering...
rtel
2017-03-07
2
-12
/
+12
*
Update version number in preparation for maintenance release.
rtel
2017-01-22
3
-3
/
+3
*
Correct alignment issue in GCC and RVDS Cortex-A9 port that was preventing fu...
rtel
2017-01-18
1
-4
/
+5
*
Prepare for V9.0.0 release:
rtel
2016-05-20
3
-3
/
+3
*
Completely re-generate the Zynq 7000 demo using the 2016.1 SDK tools.
rtel
2016-04-25
2
-18
/
+55
*
Update the GCC Cortex-A9 port to introduce a version of the IRQ handler that ...
rtel
2016-04-23
2
-1
/
+67
*
Update version number to 9.0.0rc2.
rtel
2016-03-30
3
-3
/
+3
*
Update version number ready for version 9 release candidate 1.
rtel
2016-02-18
3
-4
/
+4
*
Prepare for a FreeRTOS V9 release candidate:
rtel
2016-02-18
1
-1
/
+1
*
Update version number ready for the V8.2.3 release.
rtel
2015-10-16
3
-5
/
+6
*
Changes in common files:
rtel
2015-10-03
1
-1
/
+1
*
Update version numbers in preparation for new release.
rtel
2015-08-05
3
-3
/
+3
*
Common scheduler code:
rtel
2015-08-04
1
-3
/
+3
*
Kernel changes to improve power saving:
rtel
2015-05-20
1
-1
/
+1
*
Add the errno definitions used by FreeRTOS+TCP and FreeRTOS+FAT into FreeRTOS...
rtel
2015-04-13
1
-1
/
+0
*
Update version number ready for V8.2.1 release.
rtel
2015-03-21
3
-25
/
+25
*
Update version number in preparation for official V8.2.0 release.
rtel
2015-01-16
3
-81
/
+29
*
Update version numbers in preparation for V8.2.0 release candidate 1.
rtel
2014-12-21
3
-39
/
+99
*
+ Update demos that use FreeRTOS+Trace to work with the latest trace recorder...
rtel
2014-12-18
1
-0
/
+4
*
+ New feature added: Task notifications.
rtel
2014-12-15
1
-2
/
+2
*
Core kernel files:
rtel
2014-10-08
1
-3
/
+0
*
Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_...
rtel
2014-09-02
3
-3
/
+7
*
Update version number to 8.1.1 for patch release that re-enables mutexes to b...
rtel
2014-08-29
3
-3
/
+3
*
***IMMINENT RELEASE NOTICE***
rtel
2014-08-16
3
-4
/
+7
*
Demo application related:
rtel
2014-08-16
2
-6
/
+38
*
Add code to assert() if non ISR safe API function is called from ISR in IAR a...
rtel
2014-06-14
1
-4
/
+5
*
Simplify the assert that checks if a non-ISR safe function is called from an ...
rtel
2014-06-13
1
-12
/
+9
*
Added portASSERT_IF_IN_INTERRUPT() macro to the GCC Cortex A9 port layer.
rtel
2014-06-12
1
-4
/
+15
*
Add some missing volatiles to __asm statements in the CA9 GCC port.
rtel
2014-05-19
2
-6
/
+6
*
Update version number ready for release.
rtel
2014-04-24
3
-11
/
+11
*
Event Groups: Convert the 'clear bits from ISR' function into a pended functi...
rtel
2014-04-23
2
-0
/
+3
*
Update Cortex-A port layers to ensure the ICCRPR and ICCPMR registers are alw...
rtel
2014-03-25
2
-7
/
+7
*
Update version number to V8.0.0 (without the release candidate number).
rtel
2014-02-18
3
-3
/
+3
*
Complete GCC/Cortex-A9 port.
rtel
2014-02-04
2
-23
/
+8
*
vQueueAddToRegistry() now takes a const char * instead of a char *.
rtel
2014-01-28
1
-4
/
+8
*
Tidy up GCC Cortex-A port layer - still a work in progress.
rtel
2014-01-24
2
-71
/
+48
*
Continue work on GCC/Cortex-A port layer.
rtel
2014-01-24
2
-25
/
+36
*
Continue working on GCC/CA_9 port layer - tick interrupt now working but need...
rtel
2014-01-23
2
-1
/
+3
*
Carry on working on the Cortex-A/GCC port layer - still a work in progress.
rtel
2014-01-22
3
-189
/
+209
*
Beginnings of GCC Cortex-A port - not yet completely converted from IAR version.
rtel
2014-01-20
4
-0
/
+1045