summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source/portable/Common/mpu_wrappers.c
Commit message (Expand)AuthorAgeFilesLines
* commit 70dcbe4527a45ab4fea6d58c016e7d3032f31e8cHEADmasterlundinc2020-08-121-1/+1
* Update version number in readiness for V10.3.0 release. Sync SVN with reviewe...yuhzheng2020-02-071-2/+2
* Added uxTimerGetReloadMode() API function.rtel2020-01-161-0/+13
* Added xTaskAbortDelayFromISR() and ulTaskNotifyValueClear() API functions.rtel2020-01-021-0/+13
* Minor bug fix in NTPDemo.c -> use of FREERTOS_INVALID_SOCKET in place of NULL.rtel2019-09-041-3/+14
* Update version number ready for next release.rtel2019-05-111-1/+1
* First Official Release of ARMV8M Support. This release removes Pre-Release fr...gaurav-aws2019-02-191-112/+145
* 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/+13
* Remove "FromISR' functions from the list of functions that switch to a privil...rtel2018-12-171-48/+11
* Add xTaskGetApplicationTaskTagFromISR(), which is an interrupt safe version o...rtel2018-10-081-0/+13
* Added uxTaskGetStackHighWaterMark2(), which is the same as uxTaskGetStackHigh...rtel2018-09-301-0/+13
* 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
* Fix misra violations in queue.c by introducing a union that allows the correc...rtel2018-06-111-2/+2
* First pass at updating from MISRA 2004 to MISRA 2012:rtel2018-06-031-1/+1
* Complete testing of changes that allow xQueueOverwrite() to be used on a queu...rtel2018-03-051-0/+12
* Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 rea...rtel2017-12-181-5/+4
* Update to MIT licensed FreeRTOS V10.0.0 - see https://www.freertos.org/Histor...rtel2017-11-291-67/+181
* Update version number in preparation for maintenance release.rtel2017-01-221-1/+1
* Update TaskNotify.c to test the condition where a direct to task notification...rtel2016-11-251-2/+24
* Add support for statically allocated memory protected tasks - previously only...rtel2016-09-201-29/+44
* 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-1/+1
* Add GCC ARM Cortex-M4F MPU port.rtel2016-05-181-1/+1
* Remove obsolete MPU demos.rtel2016-04-251-0/+1140