summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
Commit message (Expand)AuthorAgeFilesLines
* commit 70dcbe4527a45ab4fea6d58c016e7d3032f31e8cHEADmasterlundinc2020-08-121-1/+1
* Update version number in readiness for V10.3.0 release. Sync SVN with reviewe...yuhzheng2020-02-071-2/+2
* + Moved the History.txt file from the website git repo into the source code S...rtel2019-08-251-1/+1
* Update version number ready for next release.rtel2019-05-111-1/+1
* Update version number in readiness for V10.2.0 release.rtel2019-02-171-2/+2
* Update version numbers ready for release.rtel2018-09-071-1/+1
* Update copyright date ready for tagging V10.1.0.rtel2018-08-221-1/+1
* Update version numbers in preparation for a new release.rtel2018-08-211-1/+1
* Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 rea...rtel2017-12-181-3/+2
* Update to MIT licensed FreeRTOS V10.0.0 - see https://www.freertos.org/Histor...rtel2017-11-291-67/+26
* Updates to prevent warnings when compiled with LLVM.rtel2017-04-101-2/+13
* Updates to the Cortex-M tickless idle code to reduce clock slippage.rtel2017-03-281-33/+46
* Add additional memory barriers into ARM GCC asm code to ensure no re-ordering...rtel2017-03-071-9/+9
* Introduce vTaskInternalSetTimeOutState() which does not have a critical secti...rtel2017-02-241-1/+1
* Update BSP source files for UltraScale Cortex-A53 and Cortex-R5 and Microblaz...rtel2017-01-191-10/+13
* Changes to core code and port layer:rtel2016-08-161-0/+18
* Remove clrex instruction from Cortex-M ports again as it is implicit in inter...rtel2016-06-281-1/+0
* Improvements to the Cortex-M ports:rtel2016-06-271-0/+5
* Prepare for V9.0.0 release:rtel2016-05-201-1/+1
* xTaskGetTaskHandle() changed to xTaskGetHandle().rtel2016-04-151-1/+7
* Update version number to 9.0.0rc2.rtel2016-03-301-1/+1
* Update version number ready for version 9 release candidate 1.rtel2016-02-181-48/+3
* Prepare for a FreeRTOS V9 release candidate:rtel2016-02-181-1/+1
* Rename DummyTCB_t to StaticTCB_t.rtel2016-01-181-4/+4
* Update version number ready for the V8.2.3 release.rtel2015-10-161-2/+2
* Changes in common files:rtel2015-10-031-1/+1
* Update version numbers in preparation for new release.rtel2015-08-051-1/+1
* Update version number ready for V8.2.1 release.rtel2015-03-211-12/+12
* Update version number in preparation for official V8.2.0 release.rtel2015-01-161-40/+14
* Update version numbers in preparation for V8.2.0 release candidate 1.rtel2014-12-211-19/+49
* + New feature added: Task notifications.rtel2014-12-151-1/+1
* Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_...rtel2014-09-021-1/+1
* Update version number to 8.1.1 for patch release that re-enables mutexes to b...rtel2014-08-291-1/+1
* ***IMMINENT RELEASE NOTICE***rtel2014-08-161-1/+1
* Add code to assert() if non ISR safe API function is called from ISR in IAR a...rtel2014-06-141-0/+14
* Update version number ready for release.rtel2014-04-241-5/+5
* Update version number to V8.0.0 (without the release candidate number).rtel2014-02-181-1/+1
* Minor tidy ups that don't effect code generation, plus:rtel2014-01-051-1/+1
* Change version numbers ready for V8.0.0 release candidate 1 tag.rtel2013-12-311-1/+1
* Add xEventGroupClearBitsFromISR() and xEventGroupGetBitsFromISR() functions.rtel2013-12-311-1/+1
* Minor updates to demo projects to ensure correct building with V8 rc1.rtel2013-12-301-5/+5
* Replace standard types with stdint.h types.rtel2013-12-291-34/+34
* Force the SysTick clock bit to be set in Cortex-M3 and Cortex-M4F bits if con...rtel2013-12-151-2/+7
* Update Cortex-M3 and Cortex-M4F ports to allow the SysTick to be clocked at a...rtel2013-12-121-10/+18
* Change version numbers in preparation for V7.6.0 release.richardbarry2013-11-081-1/+1
* Ensure the definition of prvTaskExitError()does not result in a compiler warn...richardbarry2013-11-071-12/+18
* Update FreeRTOS version number to V7.5.3richardbarry2013-10-141-1/+2
* Add some defensive programming in the default tickless mode in case the appli...richardbarry2013-10-081-2/+14
* Introduce the prvTaskExitError() function for all ARM_CMn ports.richardbarry2013-10-081-1/+37
* Add additional critical section to the default tickless implementations.richardbarry2013-07-241-9/+11