summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source/portable/RVDS
Commit message (Expand)AuthorAgeFilesLines
* Update version numbers ready for release.rtel2018-09-0718-18/+18
* Update copyright date ready for tagging V10.1.0.rtel2018-08-2218-18/+18
* Update version numbers in preparation for a new release.rtel2018-08-2118-18/+18
* Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 rea...rtel2017-12-1818-54/+36
* Update to MIT licensed FreeRTOS V10.0.0 - see https://www.freertos.org/Histor...rtel2017-11-2918-1165/+485
* Correct long time mis-spelled portINITIAL_EXEC_RETURN to portINITIAL_EXC_RETURNrtel2017-05-303-26/+26
* Updates to the Cortex-M tickless idle code to reduce clock slippage.rtel2017-03-283-125/+168
* Update version number in preparation for maintenance release.rtel2017-01-2218-18/+18
* Correct alignment issue in GCC and RVDS Cortex-A9 port that was preventing fu...rtel2017-01-181-4/+5
* Changes to core code and port layer:rtel2016-08-165-8/+101
* Remove clrex instruction from Cortex-M ports again as it is implicit in inter...rtel2016-06-284-8/+0
* Improvements to the Cortex-M ports:rtel2016-06-275-10/+40
* Prepare for V9.0.0 release:rtel2016-05-2018-18/+18
* Prepare for V9.0.0 release.rtel2016-05-191-1/+3
* Add GCC ARM Cortex-M4F MPU port.rtel2016-05-182-0/+1193
* Update the GCC Cortex-A9 port to introduce a version of the IRQ handler that ...rtel2016-04-231-1/+1
* xTaskGetTaskHandle() changed to xTaskGetHandle().rtel2016-04-153-7/+25
* Update version number to 9.0.0rc2.rtel2016-03-3016-16/+16
* Add Pearl Gecko demo.rtel2016-03-021-1/+0
* Update version number ready for version 9 release candidate 1.rtel2016-02-1816-73/+176
* Prepare for a FreeRTOS V9 release candidate:rtel2016-02-182-2/+2
* Kernel source code:rtel2016-02-092-5/+42
* FreeRTOS Source files:rtel2015-11-221-0/+1
* Kernel changes:rtel2015-11-203-0/+6
* Update version number ready for the V8.2.3 release.rtel2015-10-1616-28/+28
* Update version numbers in preparation for new release.rtel2015-08-0516-16/+16
* Update version number ready for V8.2.1 release.rtel2015-03-2116-148/+148
* Kernel changes:rtel2015-03-214-0/+1066
* Minor updates relating to formatting and comments only.rtel2015-03-201-0/+1
* Work-in-progress check in of MicroBlaze Kintex7 demo.rtel2015-03-101-1/+0
* Update version number in preparation for official V8.2.0 release.rtel2015-01-1614-404/+144
* Update version numbers in preparation for V8.2.0 release candidate 1.rtel2014-12-2114-208/+507
* Kernel changes:rtel2014-12-211-1/+16
* + Update demos that use FreeRTOS+Trace to work with the latest trace recorder...rtel2014-12-184-0/+16
* + New feature added: Task notifications.rtel2014-12-153-47/+60
* Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_...rtel2014-09-0214-14/+26
* Update version number to 8.1.1 for patch release that re-enables mutexes to b...rtel2014-08-2914-14/+14
* ***IMMINENT RELEASE NOTICE***rtel2014-08-1614-14/+14
* Demo application related:rtel2014-08-163-7/+38
* Make the parameters to vPortDefineHeapRegions() const.rtel2014-07-042-0/+30
* Update version number ready for release.rtel2014-04-2414-54/+54
* Update Cortex-A port layers to ensure the ICCRPR and ICCPMR registers are alw...rtel2014-03-251-5/+5
* Update version number to V8.0.0 (without the release candidate number).rtel2014-02-1814-14/+14
* Add configCLEAR_TICK_INTERRUPT() to the IAR and RVDS Cortex-A9 ports.rtel2014-02-043-4/+10
* Introduce configENABLE_BACKWARD_COMPATIBILITY to allow the #defines that prov...rtel2014-01-131-1/+1
* Map portTICK_RATE_MS to portTICK_PERIOD_MS.rtel2014-01-055-5/+5
* Minor tidy ups that don't effect code generation, plus:rtel2014-01-052-2/+2
* Change version numbers ready for V8.0.0 release candidate 1 tag.rtel2013-12-3114-14/+14
* Add xEventGroupClearBitsFromISR() and xEventGroupGetBitsFromISR() functions.rtel2013-12-315-5/+5
* Minor updates to demo projects to ensure correct building with V8 rc1.rtel2013-12-302-10/+10