summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/IntQueueTimer.c
Commit message (Collapse)AuthorAgeFilesLines
* Update version number to V10.4.1 (#281)syncBack10_4_1David Chalco2020-09-171-1/+1
|
* Update Version number to 10.4.0 (#237)David Chalco2020-09-101-1/+1
|
* Update version number in readiness for V10.3.0 release. Sync SVN with ↵Yuhui.Zheng2020-02-071-2/+2
| | | | reviewed release candidate.
* Update version number ready for next release.Richard Barry2019-05-111-1/+1
|
* Update version number in readiness for V10.2.0 release.Richard Barry2019-02-171-2/+2
|
* Update version numbers ready for release.Richard Barry2018-09-071-1/+1
|
* Update copyright date ready for tagging V10.1.0.Richard Barry2018-08-221-1/+1
|
* Update version numbers in preparation for a new release.Richard Barry2018-08-211-1/+1
|
* Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ↵Richard Barry2017-12-181-3/+2
| | | | ready for release.
* Update to MIT licensed FreeRTOS V10.0.0 - see ↵Richard Barry2017-11-291-67/+26
| | | | https://www.freertos.org/History.txt
* Update version number in preparation for maintenance release.Richard Barry2017-01-221-1/+1
|
* Prepare for V9.0.0 release:Richard Barry2016-05-201-1/+1
| | | | + Change version number from V9.0.0rc2 to V9.0.0.
* Update version number to 9.0.0rc2.Richard Barry2016-03-301-1/+1
|
* Update version number ready for version 9 release candidate 1.Richard Barry2016-02-181-1/+1
|
* Update version number ready for the V8.2.3 release.Richard Barry2015-10-161-2/+2
|
* Update version numbers in preparation for new release.Richard Barry2015-08-051-1/+1
|
* Update version number ready for V8.2.1 release.Richard Barry2015-03-211-12/+12
|
* Update version number in preparation for official V8.2.0 release.Richard Barry2015-01-161-40/+14
|
* Update version numbers in preparation for V8.2.0 release candidate 1.Richard Barry2014-12-211-19/+49
|
* Update version number to 8.1.2 after moving the defaulting of ↵Richard Barry2014-09-021-1/+1
| | | | configUSE_PORT_OPTIMISED_TASK_SELECTION into individual port layers so it does not affect ports that do not support the definition.
* Update version number to 8.1.1 for patch release that re-enables mutexes to ↵Richard Barry2014-08-291-1/+1
| | | | be given from an interrupt.
* ***IMMINENT RELEASE NOTICE***Richard Barry2014-08-161-1/+1
| | | | Update version numbers ready for FreeRTOS V8.1.0 release in about 10 days.
* Demo application related:Richard Barry2014-08-161-0/+4
| | | | | | | | | | | | | + Update the RZ IAR project so it targets the RZ RSK rather than custom hardware. + Update the RZ ARM/DS-5 project so it targets the RZ RSK rather than custom hardware. + Updated RX64M demos to use the new iodefine.h naming. Cortex-A9 port related: + Update IAR, ARM and GCC Cortex-A9 port layers to include a 'task exit error' function which is called if a task attempts to incorrectly exit its implementing function. + Moved the instruction which switches into system mode out of the restore context macro, as it is only needed when starting the first task. Core kernel files related: + Ensure there are no references to the mutexes held count when mutexes are excluded from the build.
* Complete RX64M GCC demo.Richard Barry2014-06-041-0/+181