summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source/portable/CCS
Commit message (Expand)AuthorAgeFilesLines
* Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 rea...rtel2017-12-1813-39/+26
* Update to MIT licensed FreeRTOS V10.0.0 - see https://www.freertos.org/Histor...rtel2017-11-2913-830/+349
* Correct long time mis-spelled portINITIAL_EXEC_RETURN to portINITIAL_EXC_RETURNrtel2017-05-302-4/+4
* Updates to the Cortex-M tickless idle code to reduce clock slippage.rtel2017-03-282-89/+115
* Introduce vTaskInternalSetTimeOutState() which does not have a critical secti...rtel2017-02-241-1/+1
* Update version number in preparation for maintenance release.rtel2017-01-2213-13/+13
* Update TaskNotify.c to test the condition where a direct to task notification...rtel2016-11-253-0/+1041
* Changes to core code and port layer:rtel2016-08-162-0/+24
* Remove clrex instruction from Cortex-M ports again as it is implicit in inter...rtel2016-06-281-3/+0
* Improvements to the Cortex-M ports:rtel2016-06-272-0/+7
* Prepare for V9.0.0 release:rtel2016-05-2010-10/+10
* xTaskGetTaskHandle() changed to xTaskGetHandle().rtel2016-04-151-1/+8
* Update version number to 9.0.0rc2.rtel2016-03-3010-10/+10
* Update version number ready for version 9 release candidate 1.rtel2016-02-1810-10/+10
* Prepare for a FreeRTOS V9 release candidate:rtel2016-02-181-1/+1
* Update version number ready for the V8.2.3 release.rtel2015-10-1610-17/+17
* Update version numbers in preparation for new release.rtel2015-08-0510-10/+10
* MSP430: rtel2015-07-261-0/+2
* Finalise MSP43FR5969 IAR and CCS demos (hopefully).rtel2015-04-281-0/+1
* Update version number ready for V8.2.1 release.rtel2015-03-2110-76/+76
* Kernel changes:rtel2015-03-213-0/+1058
* Update version number in preparation for official V8.2.0 release.rtel2015-01-167-163/+59
* Update version numbers in preparation for V8.2.0 release candidate 1.rtel2014-12-217-79/+199
* + Update demos that use FreeRTOS+Trace to work with the latest trace recorder...rtel2014-12-181-0/+4
* Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_...rtel2014-09-027-7/+11
* Update version number to 8.1.1 for patch release that re-enables mutexes to b...rtel2014-08-297-7/+7
* ***IMMINENT RELEASE NOTICE***rtel2014-08-167-7/+7
* Default the definition of portASSERT_IF_IN_ISR() to nothing if it is not defi...rtel2014-06-161-4/+4
* Update version number ready for release.rtel2014-04-247-23/+23
* Update version number to V8.0.0 (without the release candidate number).rtel2014-02-187-7/+7
* Add additional NOP after EINT instruction in MSP430 ports.rtel2014-01-101-3/+3
* Map portTICK_RATE_MS to portTICK_PERIOD_MS.rtel2014-01-052-2/+2
* Change version numbers ready for V8.0.0 release candidate 1 tag.rtel2013-12-317-7/+7
* Add xEventGroupClearBitsFromISR() and xEventGroupGetBitsFromISR() functions.rtel2013-12-312-2/+2
* Replace standard types with stdint.h types.rtel2013-12-294-95/+103
* Multiple tidy up, documentation corrections and typo corrections highlighted ...rtel2013-11-282-4/+5
* Change version numbers in preparation for V7.6.0 release.richardbarry2013-11-087-7/+7
* Update FreeRTOS version number to V7.5.3richardbarry2013-10-147-27/+34
* Add additional critical section to the default tickless implementations.richardbarry2013-07-247-7/+7
* Update version number.richardbarry2013-07-234-4/+4
* Minor updates and change version number for V7.5.0 release.richardbarry2013-07-174-140/+100
* Convert some ports to use xTaskIncrementTick() in place of vTaskIncrementTick().richardbarry2013-06-061-3/+3
* Update RM48/TMS570 port to use xTaskIncrementTick in place of vTaskIncrementT...richardbarry2013-06-062-11/+12
* Update version number ready to release the FAT file system demo.richardbarry2013-04-307-7/+7
* Update version numbers to V7.4.1.richardbarry2013-04-187-11/+11
* Replace the read back of the software interrupt register with barrier instruc...richardbarry2013-04-161-8/+8
* Prepare for V7.4.0 release.richardbarry2013-02-197-91/+115
* Replace the CLZ function with a CLZ intrinsic in the Cortex-R4 port layer.richardbarry2013-01-232-13/+1
* Work around compiler bug in CCS5 by replacing the _call_swi() function with a...richardbarry2012-10-291-2/+4
* Re-jig some of the new functions to correctly assign them public or private l...richardbarry2012-10-221-1/+1