summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source/portable/Tasking
Commit message (Expand)AuthorAgeFilesLines
* commit 70dcbe4527a45ab4fea6d58c016e7d3032f31e8cHEADmasterlundinc2020-08-123-3/+3
* 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
* 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
* Correct long time mis-spelled portINITIAL_EXEC_RETURN to portINITIAL_EXC_RETURNrtel2017-05-302-4/+4
* Update version number in preparation for maintenance release.rtel2017-01-223-3/+3
* Prepare for V9.0.0 release:rtel2016-05-203-3/+3
* xTaskGetTaskHandle() changed to xTaskGetHandle().rtel2016-04-151-1/+5
* 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-3/+3
* Update version number ready for the V8.2.3 release.rtel2015-10-163-5/+5
* Changes in common files:rtel2015-10-031-1/+1
* Update version numbers in preparation for new release.rtel2015-08-053-3/+3
* 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-1/+1
* Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_...rtel2014-09-023-3/+3
* 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-3/+3
* Add code to assert() if non ISR safe API function is called from ISR in Taski...rtel2014-06-152-0/+17
* Update version number ready for release.rtel2014-04-243-11/+11
* Update version number to V8.0.0 (without the release candidate number).rtel2014-02-183-3/+3
* Map portTICK_RATE_MS to portTICK_PERIOD_MS.rtel2014-01-051-1/+1
* Change version numbers ready for V8.0.0 release candidate 1 tag.rtel2013-12-313-3/+3
* Add xEventGroupClearBitsFromISR() and xEventGroupGetBitsFromISR() functions.rtel2013-12-311-1/+1
* Replace standard types with stdint.h types.rtel2013-12-292-25/+30
* Update Cortex-M3 and Cortex-M4F ports to allow the SysTick to be clocked at a...rtel2013-12-121-0/+7
* Multiple tidy up, documentation corrections and typo corrections highlighted ...rtel2013-11-282-8/+10
* Change version numbers in preparation for V7.6.0 release.richardbarry2013-11-083-3/+3
* Ensure the definition of prvTaskExitError()does not result in a compiler warn...richardbarry2013-11-071-6/+6
* Update FreeRTOS version number to V7.5.3richardbarry2013-10-143-3/+6
* Add workaround to XMC4000 silicon bug to Tasking Cortex-M4F port layer.richardbarry2013-10-143-8/+119
* Add additional critical section to the default tickless implementations.richardbarry2013-07-243-3/+3
* Update version number.richardbarry2013-07-232-2/+2
* Minor updates and change version number for V7.5.0 release.richardbarry2013-07-172-64/+44
* Remove portALIGNMENT_ASSERT_pxCurrentTCB() macro, which serves no purpose.richardbarry2013-06-251-4/+0
* Convert the remaining ports to use xTaskIncrementTick() in place of vTaskIncr...richardbarry2013-06-071-6/+5
* Fix compiler warning in psp_test.c when compiled with ARM compiler.richardbarry2013-05-191-0/+1
* Update version number ready to release the FAT file system demo.richardbarry2013-04-303-3/+3
* Update version numbers to V7.4.1.richardbarry2013-04-183-5/+5
* Add memory barrier instructions to Tasking CM4F port.richardbarry2013-04-162-29/+35
* Prepare for V7.4.0 release.richardbarry2013-02-193-45/+57
* Prepare for V7.3.0 release.richardbarry2012-10-163-10/+14