summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source/portable/GCC/ARM_CA9
Commit message (Expand)AuthorAgeFilesLines
* commit 70dcbe4527a45ab4fea6d58c016e7d3032f31e8cHEADmasterlundinc2020-08-123-4/+4
* Update version number in readiness for V10.3.0 release. Sync SVN with reviewe...yuhzheng2020-02-073-6/+6
* Update version number ready for next release.rtel2019-05-113-3/+3
* Added portMEMORY_BARRIER() implemented as __asm volatile( "" ::: "memory" ) i...rtel2019-04-211-0/+2
* Update version number in readiness for V10.2.0 release.rtel2019-02-173-6/+6
* Update version numbers ready for release.rtel2018-09-073-3/+3
* Update copyright date ready for tagging V10.1.0.rtel2018-08-223-3/+3
* Update version numbers in preparation for a new release.rtel2018-08-213-3/+3
* Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 rea...rtel2017-12-183-9/+6
* Update to MIT licensed FreeRTOS V10.0.0 - see https://www.freertos.org/Histor...rtel2017-11-293-186/+78
* Add additional memory barriers into ARM GCC asm code to ensure no re-ordering...rtel2017-03-072-12/+12
* Update version number in preparation for maintenance release.rtel2017-01-223-3/+3
* Correct alignment issue in GCC and RVDS Cortex-A9 port that was preventing fu...rtel2017-01-181-4/+5
* Prepare for V9.0.0 release:rtel2016-05-203-3/+3
* Completely re-generate the Zynq 7000 demo using the 2016.1 SDK tools.rtel2016-04-252-18/+55
* Update the GCC Cortex-A9 port to introduce a version of the IRQ handler that ...rtel2016-04-232-1/+67
* Update version number to 9.0.0rc2.rtel2016-03-303-3/+3
* Update version number ready for version 9 release candidate 1.rtel2016-02-183-4/+4
* Prepare for a FreeRTOS V9 release candidate:rtel2016-02-181-1/+1
* Update version number ready for the V8.2.3 release.rtel2015-10-163-5/+6
* Changes in common files:rtel2015-10-031-1/+1
* Update version numbers in preparation for new release.rtel2015-08-053-3/+3
* Common scheduler code:rtel2015-08-041-3/+3
* Kernel changes to improve power saving:rtel2015-05-201-1/+1
* Add the errno definitions used by FreeRTOS+TCP and FreeRTOS+FAT into FreeRTOS...rtel2015-04-131-1/+0
* Update version number ready for V8.2.1 release.rtel2015-03-213-25/+25
* Update version number in preparation for official V8.2.0 release.rtel2015-01-163-81/+29
* Update version numbers in preparation for V8.2.0 release candidate 1.rtel2014-12-213-39/+99
* + Update demos that use FreeRTOS+Trace to work with the latest trace recorder...rtel2014-12-181-0/+4
* + New feature added: Task notifications.rtel2014-12-151-2/+2
* Core kernel files:rtel2014-10-081-3/+0
* Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_...rtel2014-09-023-3/+7
* Update version number to 8.1.1 for patch release that re-enables mutexes to b...rtel2014-08-293-3/+3
* ***IMMINENT RELEASE NOTICE***rtel2014-08-163-4/+7
* Demo application related:rtel2014-08-162-6/+38
* Add code to assert() if non ISR safe API function is called from ISR in IAR a...rtel2014-06-141-4/+5
* Simplify the assert that checks if a non-ISR safe function is called from an ...rtel2014-06-131-12/+9
* Added portASSERT_IF_IN_INTERRUPT() macro to the GCC Cortex A9 port layer.rtel2014-06-121-4/+15
* Add some missing volatiles to __asm statements in the CA9 GCC port.rtel2014-05-192-6/+6
* Update version number ready for release.rtel2014-04-243-11/+11
* Event Groups: Convert the 'clear bits from ISR' function into a pended functi...rtel2014-04-232-0/+3
* Update Cortex-A port layers to ensure the ICCRPR and ICCPMR registers are alw...rtel2014-03-252-7/+7
* Update version number to V8.0.0 (without the release candidate number).rtel2014-02-183-3/+3
* Complete GCC/Cortex-A9 port.rtel2014-02-042-23/+8
* vQueueAddToRegistry() now takes a const char * instead of a char *.rtel2014-01-281-4/+8
* Tidy up GCC Cortex-A port layer - still a work in progress.rtel2014-01-242-71/+48
* Continue work on GCC/Cortex-A port layer.rtel2014-01-242-25/+36
* Continue working on GCC/CA_9 port layer - tick interrupt now working but need...rtel2014-01-232-1/+3
* Carry on working on the Cortex-A/GCC port layer - still a work in progress.rtel2014-01-223-189/+209
* Beginnings of GCC Cortex-A port - not yet completely converted from IAR version.rtel2014-01-204-0/+1045