]> begriffs open source - freertos/history - portable/RVDS
FreeRTOS MPU: Remove MPU region number check (#1261)
[freertos] / portable / RVDS /
2025-01-25 Gaurav-Aggarwal-AWSFix the context array size for MPU ports (#1230)
2024-11-04 ActoryOuMove configASSERT default definition above before inclu...
2024-11-01 ActoryOuFix spelling typos (#1168)
2024-10-31 Kody StribrnyFix AutoReload variable name (#1166)
2024-08-05 Rahul KarUpdate broken links in readme and comments (#1110)
2024-04-09 Rahul KarFix spelling in comment (#1024)
2024-04-09 Florian La Rochefix typos in comments: interace -> interface, swtich...
2024-03-27 Rahul KarAdd config option for event groups and stream buffers...
2024-03-27 Rahul KarAllow xPortIsAuthorizedToAccessBuffer() API call only...
2024-03-18 Soren PtakRemove duplicate pop from MPU Wrappers ASM Files (...
2024-02-26 Soren PtakUse Regex for Copyright Year in Header Check (#1002)
2024-01-27 Phillip Stevensuse configSTACK_DEPTH_TYPE consequently (updated for...
2024-01-23 Soren PtakAdd check for if the scheduler is running to MPU ports...
2023-12-11 Jeff TenneyDetect more startup config errors on Cortex M (#832)
2023-11-23 Gaurav-Aggarwal-AWSUpdate system call entry mechanism (#898)
2023-09-26 Soren PtakFix portSWITCH_TO_USER_MODE() on Armv7-M MPU ports...
2023-09-26 kar-rahul-awsRemove unwanted variable portACL_ENTRY_SIZE_BYTES ...
2023-09-25 Moral-HaoReduce memory usage of ACL. (#809)
2023-09-20 Boris van der MeerAdd trace hook macro for most ports (#794)
2023-09-18 kar-rahul-awsAdd Access Control List to MPU ports (#765)
2023-09-05 Soren PtakCI-CD Updates (#768)
2023-08-21 Gaurav-Aggarwal-AWSFix remarks emitted by IAR compiler (#763)
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 portSTACK_REGION macro for continuity with user...
2023-07-17 Soren PtakFix the comments in the CM3 and CM4 MPU Ports about...
2023-07-13 kar-rahul-awsMemory Protection Unit (MPU) Enhancements (#705)
2023-06-21 chinglee-iotFix typo in check comment of configMAX_SYSCALL_INTERRUP...
2023-06-08 chinglee-iotRemove __NVIC_PRIO_BITS and configPRIO_BITS check in...
2023-04-25 Paul Bartelltree-wide: Unify formatting of __cplusplus ifdefs
2023-04-20 Paul Bartellportable/ARM_CM0: Add xPortIsInsideInterrupt
2023-04-20 Paul BartellFormat portmacro.h in arm CM0 ports
2023-04-20 Paul BartellARMv7M: Adjust implemented priority bit assertions...
2023-04-04 Vo Trung Chifix conversion warning (#658)
2023-03-23 kar-rahul-awsCortex-M Assert when NVIC implements 8 PRIO bits (...
2023-03-02 Chris CopelandInterrupt priority assert improvements for CM3/4/7...
2023-02-03 Dusan CervenkaAdded support of 64bit events. (#597)
2022-11-29 Paul BartellNormalize line endings and whitespace in source files
2022-10-03 Jeff TenneyTickless idle fixes/improvement (#59)
2022-09-16 Gaurav AggarwalRemove local stack variable form MPU wrappers
2022-09-16 Gaurav AggarwalMake RAM regions non-executable
2022-09-16 Gaurav AggarwalUse highest numbered MPU regions for kernel
2022-06-30 Paul BartellAdd Cortex M7 r0p1 Errata 837070 workaround to CM4_MPU...
2021-11-15 Gaurav AggarwalAdd option to disable unprivileged critical sections
2021-11-15 Gaurav AggarwalChange xPortRaisePrivilege and vPortResetPrivilege...
2021-10-06 swaldhoerfix typo (#399)
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 BartellRemove "1 tab == 4 spaces!" line from files that still...
2021-05-28 Paul BartellUpdate copyright year from 2020 to 2021
2021-05-28 Paul BartellChange kernel revision in each file header from V10...
2021-05-24 j4cboWrap macros in do { ... } while( 0 ) (#240)
2021-04-07 carlo-dev-gitCode cleanup (#288)
2021-03-19 carlo-dev-gitUpdate port.c (#283)
2020-12-14 Cobus van Eeden[AUTO][RELEASE]: Bump file header version to "10.4.3"
2020-11-10 David Chalco[AUTO][RELEASE]: Bump file header version to "10.4.2"
2020-09-18 Cobus van EedenUpdate History.txt and fix versioning in asm files...
2020-09-17 David ChalcoUpdate version number to 10.4.1 (#173)
2020-09-15 NoMaY (a user of... Fix broken #warning message in ARM_CMx_MPU/portmacro... V10.4.0-kernel-only
2020-09-14 RichardBarrySets the version number to 10.4.0 in assembly files...
2020-09-11 David ChalcoUpdate version number to 10.4.0 (#153)
2020-08-24 alfred gedeonStyle: Add uncrustify guards, fix asm (#136)
2020-08-21 alfred gedeonStyle: Make freertos.org = FreeRTOS.org and add https...
2020-08-20 alfred gedeonStyle: Change FreeRTOS websites in comments (#131)
2020-08-17 alfred gedeonStyle: Remove tabs and tab == 4 spaces (#120)
2020-08-17 alfred gedeonStyle: Revert uncrustify for portable directories ...
2020-08-09 Gaurav-Aggarwal-AWSAllow application to override TEX,S,C and B bits for...
2020-07-24 Gaurav-Aggarwal-AWSAdd support for 16 MPU regions to Cortex-M4 MPU ports...
2020-07-16 Gaurav-Aggarwal-AWSUpdate incorrect port in comments (#87)
2020-07-16 Gaurav-Aggarwal-AWSUpdate portNVIC_SYSPRI2_REG to portNVIC_SHPR3_REG ...
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-04-06 Gaurav-Aggarwal-AWSEnable ARMv7-M MPU ports to place FreeRTOS kernel code...
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