]> begriffs open source - freertos/history - portable/GCC
Fix typo in the include directory for the the GCC_ARM_CM55_TFM port (#764)
[freertos] / portable / GCC /
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-28 Zim KalinowskiAlign some Linux and RL78 port types with other ports...
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-12 chinglee-iot Use portTASK_FUNCTION_PROTO to replace portNORETURN...
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-06 Paul BartellEnable building the GCC Cortex-R5 port without an FPU...
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-23 phelterFeature/fixing clang gnu compiler warnings (#620)
2023-02-13 bbainIntroduce portMEMORY_BARRIER for Microblaze port. ...
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-11-14 ChristosZosiAdd support for the configUSE_TASK_FPU_SUPPORT constant...
2022-10-28 Gaurav-Aggarwal-AWSUpdate Cortex-M55 and Cortex-M85 ports (#579)
2022-10-20 RichardBarryUpdate the NIOSII port to enable longer jumps (#578)
2022-10-03 Jeff TenneyTickless idle fixes/improvement (#59)
2022-09-26 Cristian CristeaAdded better pointer declaration readability (#567)
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-08-30 Jakub LužnýRISC-V: Add support for RV32E extension in GCC port...
2022-08-09 RichardBarryInclude string.h at the top of portable/GCC/ARM_CA9...
2022-08-07 Gaurav-Aggarwal-AWSAdd .syntax unified to GCC assembly functions (#538)
2022-08-03 Gaurav-Aggarwal-AWSAdd vPortRemoveInterruptHandler API (#533)
2022-08-03 Gavin LambertImplement MicroBlazeV9 stack protection (#523)
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-03-10 niniemannfix: add additional .ltorg directives to GCC CM3/CM4...
2022-02-17 Ming YueRemove exception loop tags. (#457)
2022-02-15 Ming YueUse a dedicated symbol for in-function loop to avoid...
2022-02-08 Gaurav-Aggarwal-AWSAdd alignment for the direct mode handler (#449)
2022-02-08 Gaurav-Aggarwal-AWSAdd support for 16 MPU regions to GCC Cortex-M33 ports...
2022-01-27 Gaurav-Aggarwal-AWSRiscv re-factoring (#444)
2022-01-13 Ming YueFix GCC/RX100 function naming error. (#440)
2021-12-29 Amit Tomarfix alignment exception for ullPortInterruptNesting...
2021-12-28 FabianRISC-V: No #error on RV64 regarding byte alignment...
2021-12-28 leonaFix: Interrut Handler Register Function and Exception...
2021-11-15 Gaurav AggarwalAdd option to disable unprivileged critical sections
2021-11-15 Gaurav AggarwalChange xPortRaisePrivilege and vPortResetPrivilege...
2021-10-16 Gaurav-Aggarwal-AWSUpdate comments for the ARM_CA53_64_BIT_SRE port (...
2021-10-15 Stephane ViauHandle interrupt acknowledge register in Cortex-A53...
2021-10-06 swaldhoerfix typo (#399)
2021-09-15 Gaurav-Aggarwal-AWSRemove AVR ports from main repo (#394)
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-09-01 Gaurav-Aggarwal-AWSAdd freertos_risc_v_chip_specific_extensions.h for...
2021-07-20 Kristine JassmannWarning fixes. (#356)
2021-06-30 swaldhoerReplace two dashes and one whitespace with their corres...
2021-06-23 Gaurav-Aggarwal-AWSAdd Cortex-A53 port with system register interface...
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-26 Joseph Julicherdeprecating the mcf5235 port (#334)
2021-05-24 j4cboWrap macros in do { ... } while( 0 ) (#240)
2021-03-19 Tobias SchulteAdjust portPOINTER_SIZE_TYPE to correct size (#275)
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 ...
2020-10-26 Jon Snowupdate interrupt vector names for ATMega32 (#196)
2020-09-28 NoMaY (a user of... Maintenance: Add readme.txt in each Renesas RX folder...
2020-09-21 alfred gedeonFix some broken/redirected URL (#172)
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-09-10 Joseph JulicherRevert "RISC-V: Add RV32E / FPU support for GCC (#140...
2020-09-09 Emmanuel PuertoRISC-V: Add RV32E / FPU support for GCC (#140)
2020-08-28 alfred gedeonRevert "Fix: Add Parenthesis around if-statement in...
2020-08-28 Ming YueRevert "Fix race condition when tracing is enabled...
2020-08-26 alfred gedeonFix: Add Parenthesis around if-statement in macro ...
2020-08-24 Ravishankar Bhagav... Update Renesas GCC compiler ports (#135)
2020-08-21 alfred gedeonStyle: Make freertos.org = FreeRTOS.org and add https...
2020-08-20 alfred gedeonStyle: Change FreeRTOS websites in comments (#131)
next