Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRTOS/FreeRTOS-Kernel.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-30Fix prototype of MPU_vTimerSetReloadMode (#913)Rahul Kar
2023-11-23Update system call entry mechanism (#898)Gaurav-Aggarwal-AWS
2023-10-20Covert object type check to runtime check (#846)Gaurav-Aggarwal-AWS
2023-10-19Fix size alignment in the integer overflow issue (#839)Rahul Kar
2023-10-19Removes redundant API calls in MPU wrappers (#838)Rahul Kar
2023-10-17Fix possible integer overflow (#836)Gaurav-Aggarwal-AWS
2023-10-17Add base priority get APIs (#818)chinglee-iot
2023-09-18Add Access Control List to MPU ports (#765)kar-rahul-aws
2023-08-18Add runtime parameter checks (#761)kar-rahul-aws
2023-08-08fix MPU wrapper for vTaskDelete for calling task deletion (#745)kar-rahul-aws
2023-08-04Update MPU wrapper for pcTaskGetName API (#737)kar-rahul-aws
2023-08-01Update MPU wrapper for xTimerGenericCommand API (#734)kar-rahul-aws
2023-07-20Update mpu_wrappers_v2.c (#709)kar-rahul-aws
2023-07-13Memory Protection Unit (MPU) Enhancements (#705)kar-rahul-aws
2022-11-30Normalize line endings and whitespace in source filesPaul Bartell
2022-09-16Restrict unpriv task to invoke code with privilegeGaurav Aggarwal
2022-09-16Remove local stack variable form MPU wrappersGaurav Aggarwal
2022-06-21Add callback overrides for stream buffer and message buffers (#437)Ravishankar Bhagavandas
2022-04-05Add a guard around mpu_wrappers.c (#480)Gaurav-Aggarwal-AWS
2021-11-16Change xPortRaisePrivilege and vPortResetPrivilege to macrosGaurav Aggarwal
2021-09-11Associate secure context with task handleGaurav Aggarwal
2021-06-14Make the type used to hold run-time counter values configurable (#350)RichardBarry
2021-06-02Normalize files with mixed line endings (introduced in commit 3a413d1)Paul Bartell
2021-05-28Add SPDX-License-Identifier: MIT to MIT licensed files.Paul Bartell
2021-05-28Update copyright year from 2020 to 2021Paul Bartell
2021-05-28Change kernel revision in each file header from V10.4.3 to <DEVELOPMENT BRANCH>Paul Bartell
2020-12-14[AUTO][RELEASE]: Bump file header version to "10.4.3"Cobus van Eeden
2020-12-07Prevent unprivileged task from altering MPU configuration (#227)Gaurav-Aggarwal-AWS
2020-11-11[AUTO][RELEASE]: Bump file header version to "10.4.2"David Chalco
2020-10-12Recently vTaskDelayUntil() was updated to xTaskDelayUntil() because the funct...RichardBarry
2020-10-09matching the preprocessor conditionals for xTaskGetCurrentTaskHandle() (#197)Joseph Julicher
2020-09-18Update version number to 10.4.1 (#173)David Chalco
2020-09-11Update version number to 10.4.0 (#153)David Chalco
2020-08-21Style: Change FreeRTOS websites in comments (#131)alfred gedeon
2020-08-18Style: Remove tabs and tab == 4 spaces (#120)alfred gedeon
2020-07-31Change the xRunningPrivileged check from "!=true" to "==false" (#109)Gaurav-Aggarwal-AWS
2020-07-16Rmove MPU_pvPortMalloc and MPU_vPortFree from mpu_wrappers.c (#88)Gaurav-Aggarwal-AWS
2020-07-08Style: uncrustify kernel filesAlfred Gedeon
2020-07-08Style: uncrustifyAlfred Gedeon
2020-07-08Style: uncrusitfyAlfred Gedeon
2020-07-08Style: uncrustify kernel filesAlfred Gedeon
2020-06-26Update mpu_wrappers with task notification changes (#79)Gaurav-Aggarwal-AWS
2020-02-19version bump to v10.3.1 (#16)V10.3.1-kernel-onlyYuhui.Zheng
2020-02-11Re-sync with upstream and stripping away none kernel related.V10.3.0-kernel-onlyYuhui Zheng