]> begriffs open source - freertos/history - portable/IAR
FreeRTOS MPU: Remove MPU region number check (#1261)
[freertos] / portable / IAR /
2025-03-19 ErickReyesRFreeRTOS MPU: Remove MPU region number check (#1261) main
2025-03-17 Gaurav-Aggarwal-AWSUse UBaseType_t for ullMachineTimerCompareRegisterBase...
2025-02-24 Gaurav-Aggarwal-AWSDisable stack overflow check for MPU ports (#1231)
2025-01-25 Gaurav-Aggarwal-AWSFix the context array size for MPU ports (#1230)
2025-01-14 Ahmed IsmailARMv8.1-M: Add task dedicated PAC key support (#1195)
2024-12-16 Rahul KarAdd macro guard configUSE_MPU_WRAPPERS_V1 to remove...
2024-11-14 Ahmed Ismailarmv8.1-m: Remove portHAS_PACBTI_FEATURE macro (#1192)
2024-11-04 Vishwanath MarturFix RISC-V configMTIMECMP_BASE_ADDRESS (64-bit) stored...
2024-11-04 ActoryOuMove configASSERT default definition above before inclu...
2024-11-01 ActoryOuFix spelling typos (#1168)
2024-10-24 Ahmed IsmailArmv8.1-m: Add pacbti support (#1147)
2024-10-15 K.Kashi[Fixed the Issue] Fixed the Issue#1102 of RL78 of the...
2024-09-23 Gaurav-Aggarwal-AWSRemove error for 16 MPU resgion from IAR ports (#1149)
2024-09-10 Oliver MuellerAdd configuration include to secure_heap.c (#1141)
2024-08-19 maylRemove hardware dependence in portmacros.h (#1112)
2024-08-05 Rahul KarUpdate broken links in readme and comments (#1110)
2024-06-29 Florian La Rochefix typo gab -> gap and adjust indentation level (...
2024-06-19 Ahmed IsmailFreeRTOS MPU: Add Privileged eXecute Never MPU attribut...
2024-06-13 耀眼的大神Fix traceMALLOC() allocated bytes (#1089)
2024-04-15 Soren PtakFix the pxTopcOfStack typo in the RISC-V ports. (#1030)
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 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-30 Gaurav-Aggarwal-AWSAdd a check for configENABLE_MVE to M23, M33 ports...
2024-01-27 Phillip Stevensuse configSTACK_DEPTH_TYPE consequently (updated for...
2024-01-24 Soren PtakAdd check for if the scheduler is running to ARMv8M...
2024-01-23 Soren PtakAdd check for if the scheduler is running to MPU ports...
2024-01-03 chinglee-iotFix portSET_INTERRUPT_MASK_FROM_ISR definition for...
2023-12-29 Jeff TenneyFix build error for MSP430 and Cortex A with IAR (...
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-11-18 Ha Thachfix IAR/CM0/portmacro.h missing semicolon (#894)
2023-10-27 Joe BenczarskiSupport configurable RISC-V chip extension (#773)
2023-10-06 Gaurav-Aggarwal-AWSMake taskYIELD available to unprivileged tasks (#817) 819/head
2023-09-28 Devaraj RangannaCortex-M23: Do not use PSPLIM_NS (#791)
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-16 Moral-HaoBring the heap_4 improvements to secure_heap (#749)
2023-08-04 kar-rahul-awsUpdate MPU wrapper for pcTaskGetName API (#737)
2023-08-03 Moral-HaoImprove the speed of split memory. (#738)
2023-08-01 kar-rahul-awsUpdate MPU wrapper for xTimerGenericCommand API (#734)
2023-07-27 Jeff TenneyWork around SysTick bug for QEMU ARMv8-M (#724)
2023-07-20 kar-rahul-awsUpdate portSTACK_REGION macro for continuity with user...
2023-07-19 Jeff TenneyAdd port-optimised task selection for ARMv8-M (#703)
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-26 Evgeny ErmakovFix typos in comments for the AT91SAM7S port (#695)
2023-06-26 chinglee-iotAdd constant type for portMAX_DELAY in port (#691)
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-05-11 Devaraj RangannaArmv8-M (except Cortex-M23) interrupt priority checking...
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-28 Devaraj RangannaCortex-M35P: Add Cortex-M35P port (#631)
2023-02-03 Dusan CervenkaAdded support of 64bit events. (#597)
2022-11-29 Paul BartellNormalize line endings and whitespace in source files
2022-11-29 Kody StribrnyAdd IAR RISC-V 32 Embedded Extension Support (#588)
2022-10-28 Gaurav-Aggarwal-AWSUpdate Cortex-M55 and Cortex-M85 ports (#579)
2022-10-03 Jeff TenneyTickless idle fixes/improvement (#59)
2022-09-26 Cristian CristeaAdded better pointer declaration readability (#567)
2022-09-20 Ming YueUpdate RISC-V IAR port to support vector mode. (#458)
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-09-13 Gabor TothM85 support (#556)
2022-06-30 Paul BartellAdd Cortex M7 r0p1 Errata 837070 workaround to CM4_MPU...
2022-06-01 alfred gedeonAdd suppport for ARM CM55 (#494)
2022-04-08 Gaurav-Aggarwal-AWSAdd configSYSTICK_CLOCK_HZ to Cortex-M0 ports (#484)
2022-02-24 Felipe TorrezanMigrated RL78/IAR port to EWRL78v3+ (#461)
2022-02-08 Gaurav-Aggarwal-AWSAdd support for 16 MPU regions to GCC Cortex-M33 ports...
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-09-10 Gaurav AggarwalFix free secure context for Cortex-M23 ports
2021-09-10 Gaurav AggarwalImplement secure stack sealing as per ARM's recommendation
2021-09-10 Gaurav AggarwalAssociate secure context with task handle
2021-09-10 Gaurav AggarwalPre-allocate secure-side context structures
2021-07-20 Kristine JassmannWarning fixes. (#356)
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 license text for ports that were previously...
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)
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-11-05 Gaurav-Aggarwal-AWSEnsure interrupts are enabled at first task start ...
next