- 170a291 Add Access Control List to MPU ports (#765) by kar-rahul-aws · 1 year, 6 months ago
- cdd3678 Add runtime parameter checks (#761) by kar-rahul-aws · 1 year, 7 months ago
- 6f35865 fix MPU wrapper for vTaskDelete for calling task deletion (#745) by kar-rahul-aws · 1 year, 8 months ago
- 02be485 Update MPU wrapper for pcTaskGetName API (#737) by kar-rahul-aws · 1 year, 8 months ago
- b51a373 Update MPU wrapper for xTimerGenericCommand API (#734) by kar-rahul-aws · 1 year, 8 months ago
- 50b2d8f Update mpu_wrappers_v2.c (#709) by kar-rahul-aws · 1 year, 8 months ago
- 97050a1 Memory Protection Unit (MPU) Enhancements (#705) by kar-rahul-aws · 1 year, 8 months ago
- 01820d3 Normalize line endings and whitespace in source files by Paul Bartell · 2 years, 4 months ago
- 331362d Restrict unpriv task to invoke code with privilege by Gaurav Aggarwal · 2 years, 6 months ago
- 79704b8 Remove local stack variable form MPU wrappers by Gaurav Aggarwal · 2 years, 6 months ago
- 0b46492 Add callback overrides for stream buffer and message buffers (#437) by Ravishankar Bhagavandas · 2 years, 9 months ago
- b5b1ff0 Add a guard around mpu_wrappers.c (#480) by Gaurav-Aggarwal-AWS · 3 years ago
- 7a38487 Change xPortRaisePrivilege and vPortResetPrivilege to macros by Gaurav Aggarwal · 3 years, 4 months ago
- 61f7560 Associate secure context with task handle by Gaurav Aggarwal · 3 years, 6 months ago
- ddc840f Make the type used to hold run-time counter values configurable (#350) by RichardBarry · 3 years, 9 months ago
- eec4233 Normalize files with mixed line endings (introduced in commit 3a413d1) by Paul Bartell · 3 years, 10 months ago
- 3a413d1 Add SPDX-License-Identifier: MIT to MIT licensed files. by Paul Bartell · 3 years, 10 months ago
- adfc533 Update copyright year from 2020 to 2021 by Paul Bartell · 3 years, 10 months ago
- 08dc6f6 Change kernel revision in each file header from V10.4.3 to <DEVELOPMENT BRANCH> by Paul Bartell · 3 years, 10 months ago
- ec62f69 [AUTO][RELEASE]: Bump file header version to "10.4.3" by Cobus van Eeden · 4 years, 3 months ago
- b5020cb Prevent unprivileged task from altering MPU configuration (#227) by Gaurav-Aggarwal-AWS · 4 years, 4 months ago
- 337bca6 [AUTO][RELEASE]: Bump file header version to "10.4.2" by David Chalco · 4 years, 4 months ago
- 5fb26de Recently vTaskDelayUntil() was updated to xTaskDelayUntil() because the function now returns a value. The PR didn't make the same change in the MPU port, or update the constants required to include the xTaskDelayUntil() function in the build. (#199) by RichardBarry · 4 years, 5 months ago
- 6375d52 matching the preprocessor conditionals for xTaskGetCurrentTaskHandle() (#197) by Joseph Julicher · 4 years, 6 months ago
- 3604527 Update version number to 10.4.1 (#173) by David Chalco · 4 years, 6 months ago
- 5dfab03 Update version number to 10.4.0 (#153) by David Chalco · 4 years, 6 months ago
- 0b0a206 Style: Change FreeRTOS websites in comments (#131) by alfred gedeon · 4 years, 7 months ago
- 8c77117 Style: Remove tabs and tab == 4 spaces (#120) by alfred gedeon · 4 years, 7 months ago
- 4383c8f Change the xRunningPrivileged check from "!=true" to "==false" (#109) by Gaurav-Aggarwal-AWS · 4 years, 8 months ago
- c273690 Rmove MPU_pvPortMalloc and MPU_vPortFree from mpu_wrappers.c (#88) by Gaurav-Aggarwal-AWS · 4 years, 8 months ago
- 587a83d Style: uncrustify kernel files by Alfred Gedeon · 4 years, 9 months ago
- 2c530ba Style: uncrustify by Alfred Gedeon · 4 years, 9 months ago
- 718178c Style: uncrusitfy by Alfred Gedeon · 4 years, 9 months ago
- a5dbc2b Style: uncrustify kernel files by Alfred Gedeon · 4 years, 9 months ago
- b47ca71 Update mpu_wrappers with task notification changes (#79) by Gaurav-Aggarwal-AWS · 4 years, 9 months ago
- 88e3232 version bump to v10.3.1 (#16) by Yuhui.Zheng · 5 years ago V10.3.1-kernel-only
- 210b1ff Re-sync with upstream and stripping away none kernel related. by Yuhui Zheng · 5 years ago V10.3.0-kernel-only