]> begriffs open source - freertos/history - portable/Common
Update community supported ports submodulees (#1218)
[freertos] / portable / Common /
2024-11-01 Kody StribrnyFix variable name mismatch, mpu_wrappers type mismatch...
2024-10-31 Kody StribrnyFix AutoReload variable name (#1166)
2024-09-30 Gaurav-Aggarwal-AWSUpdate MPU prototypes (#1150)
2024-09-04 Rahul KarUpdate config macro for xTaskGetCurrentTaskHandle ...
2024-08-21 Rahul KarRemove access check from ISR function (#1127)
2024-04-17 Caleb PerkinsonAdd Stream Batching Buffer (#916)
2024-04-17 Rahul KarAdd MPU wrapper from xStreamBufferResetFromISR (#1034)
2024-03-27 Rahul KarAdd config option for event groups and stream buffers...
2024-02-26 Soren PtakUse Regex for Copyright Year in Header Check (#1002)
2024-02-05 bradleysmith23Fix MISRA C 2012 Rule 10.4 Violations (#972)
2024-02-01 bradleysmith23Fix MISRA C 2012 Rule 20.7 Violations (#971)
2024-02-01 Rahul KarFix MISRA directive 4.7 warning (#977)
2024-02-01 bradleysmith23Fix MISRA C 2012 Rule 10.3 Violations (#974)
2024-02-01 bradleysmith23Fix MISRA C 2012 Rule 9.3 violations (#973)
2024-02-01 bradleysmith23Fix MISRA Rule 10.1 violations (#976)
2024-01-27 Phillip Stevensuse configSTACK_DEPTH_TYPE consequently (updated for...
2023-11-30 Rahul KarFix prototype of MPU_vTimerSetReloadMode (#913)
2023-11-23 Gaurav-Aggarwal-AWSUpdate system call entry mechanism (#898)
2023-10-20 Gaurav-Aggarwal-AWSCovert object type check to runtime check (#846)
2023-10-19 Rahul KarFix size alignment in the integer overflow issue (...
2023-10-19 Rahul KarRemoves redundant API calls in MPU wrappers (#838)
2023-10-17 Gaurav-Aggarwal-AWSFix possible integer overflow (#836)
2023-10-17 chinglee-iotAdd base priority get APIs (#818)
2023-09-18 kar-rahul-awsAdd Access Control List to MPU ports (#765)
2023-08-18 kar-rahul-awsAdd runtime parameter checks (#761)
2023-08-08 kar-rahul-awsfix MPU wrapper for vTaskDelete for calling task deleti...
2023-08-04 kar-rahul-awsUpdate MPU wrapper for pcTaskGetName API (#737)
2023-08-01 kar-rahul-awsUpdate MPU wrapper for xTimerGenericCommand API (#734)
2023-07-20 kar-rahul-awsUpdate mpu_wrappers_v2.c (#709)
2023-07-13 kar-rahul-awsMemory Protection Unit (MPU) Enhancements (#705)
2022-11-29 Paul BartellNormalize line endings and whitespace in source files
2022-09-16 Gaurav AggarwalRestrict unpriv task to invoke code with privilege
2022-09-16 Gaurav AggarwalRemove local stack variable form MPU wrappers
2022-06-21 Ravishankar Bhagav... Add callback overrides for stream buffer and message...
2022-04-05 Gaurav-Aggarwal-AWSAdd a guard around mpu_wrappers.c (#480)
2021-11-15 Gaurav AggarwalChange xPortRaisePrivilege and vPortResetPrivilege...
2021-09-10 Gaurav AggarwalAssociate secure context with task handle
2021-06-14 RichardBarryMake the type used to hold run-time counter values...
2021-06-02 Paul BartellNormalize files with mixed line endings (introduced...
2021-05-28 Paul BartellAdd SPDX-License-Identifier: MIT to MIT licensed files.
2021-05-28 Paul BartellUpdate copyright year from 2020 to 2021
2021-05-28 Paul BartellChange kernel revision in each file header from V10...
2020-12-14 Cobus van Eeden[AUTO][RELEASE]: Bump file header version to "10.4.3"
2020-12-07 Gaurav-Aggarwal-AWSPrevent unprivileged task from altering MPU configurati...
2020-11-10 David Chalco[AUTO][RELEASE]: Bump file header version to "10.4.2"
2020-10-11 RichardBarryRecently vTaskDelayUntil() was updated to xTaskDelayUnt...
2020-10-09 Joseph Julichermatching the preprocessor conditionals for xTaskGetCurr...
2020-09-17 David ChalcoUpdate version number to 10.4.1 (#173)
2020-09-11 David ChalcoUpdate version number to 10.4.0 (#153)
2020-08-20 alfred gedeonStyle: Change FreeRTOS websites in comments (#131)
2020-08-17 alfred gedeonStyle: Remove tabs and tab == 4 spaces (#120)
2020-07-31 Gaurav-Aggarwal-AWSChange the xRunningPrivileged check from "!=true" to...
2020-07-16 Gaurav-Aggarwal-AWSRmove MPU_pvPortMalloc and MPU_vPortFree from mpu_wrapp...
2020-07-08 Alfred GedeonStyle: uncrustify kernel files
2020-07-08 Alfred GedeonStyle: uncrustify
2020-07-08 Alfred GedeonStyle: uncrusitfy
2020-07-08 Alfred GedeonStyle: uncrustify kernel files
2020-06-26 Gaurav-Aggarwal-AWSUpdate mpu_wrappers with task notification changes...
2020-02-19 Yuhui.Zhengversion bump to v10.3.1 (#16) V10.3.1-kernel-only
2020-02-10 Yuhui ZhengRe-sync with upstream and stripping away none kernel... V10.3.0-kernel-only