summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/CORTEX_MPU_Simulator_Keil_GCC/main.c
Commit message (Expand)AuthorAgeFilesLines
* Update version number in readiness for V10.3.0 release. Sync SVN with reviewe...yuhzheng2020-02-071-2/+2
* Update libraries and sundry check-ins ready for the V10.3.0 kernel release.rtel2020-02-061-1/+1
* Ensure both one-shot and auto-reload are written consistently with a hyphen i...rtel2020-01-161-3/+3
* Update version number ready for next release.rtel2019-05-111-1/+1
* Update version number in readiness for V10.2.0 release.rtel2019-02-171-2/+2
* Add xTaskGetIdleRunTimeCounter() API function to return the run time stats co...rtel2019-01-211-0/+3
* Add vTimerSetReloadMode() calls to the code coverage tests.rtel2018-12-171-16/+15
* Update the the MPU simulator project to exercise the timer API.rtel2018-12-171-15/+81
* Added uxTaskGetStackHighWaterMark2(), which is the same as uxTaskGetStackHigh...rtel2018-09-301-1/+2
* Update version numbers ready for release.rtel2018-09-071-1/+1
* Update copyright date ready for tagging V10.1.0.rtel2018-08-221-1/+1
* Update version numbers in preparation for a new release.rtel2018-08-211-1/+1
* Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 rea...rtel2017-12-181-3/+2
* Update to MIT licensed FreeRTOS V10.0.0 - see https://www.freertos.org/Histor...rtel2017-11-291-71/+92
* Update version number in preparation for maintenance release.rtel2017-01-221-1/+1
* Prepare for V9.0.0 release:rtel2016-05-201-1/+1
* Increase the test coverage of the GCC MPU demo that runs in the Keil simulator.rtel2016-05-181-329/+226
* Remove obsolete MPU demos.rtel2016-04-251-3/+10
* Improve coverage of the MPU API in the new MPU demo, fixing typos in the MPU ...rtel2016-04-241-30/+155
* Add software timer use to the new MPU demo.rtel2016-04-241-4/+41
* Update the MPU port so it supports all the public functions found in V9.0.0rc2.rtel2016-04-201-82/+197
* Updates to support FreeRTOS MPU in FreeRTOS V9.0.0 - including a GCC project ...rtel2016-04-181-0/+961