summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source/portable/Tasking
Commit message (Expand)AuthorAgeFilesLines
* 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
* Put comments in the code that give a reference to people who think that setti...richardbarry2012-08-141-1/+4
* Prepare for V7.2.0 release.richardbarry2012-08-143-3/+3
* Remove the remnants of the legacy trace functionality (since replaced with Fr...richardbarry2012-08-121-4/+4
* Add FreeRTOS-Plus directory.richardbarry2012-08-113-0/+581