]> begriffs open source - freertos/history - portable/GCC
Fix failed CI check
[freertos] / portable / GCC /
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
2021-10-07 Gaurav Aggarwal[AUTO][RELEASE]: Bump file header version to "10.4...
2021-10-07 Gaurav AggarwalChange xPortRaisePrivilege and vPortResetPrivilege...
2021-08-19 Gaurav Aggarwal[AUTO][RELEASE]: Bump file header version to "10.4...
2021-08-19 Gaurav AggarwalFix free secure context for Cortex-M23 ports
2021-08-19 Gaurav AggarwalImplement secure stack sealing as per ARM's recommendation
2021-08-19 Gaurav AggarwalAssociate secure context with task handle
2021-08-18 Gaurav AggarwalPre-allocate secure-side context structures
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)
2020-08-17 Joseph Julicheradded a warning concerning the incomplete testing of...
2020-08-17 alfred gedeonStyle: Remove tabs and tab == 4 spaces (#120)
2020-08-17 alfred gedeonStyle: Revert uncrustify for portable directories ...
2020-08-14 NoMaY (a user of... Add Renesas RXv3 port layer supporting RXv3's double...
2020-08-10 Simon BeaudoinFix race condition when tracing is enabled (#95)
2020-08-09 Gaurav-Aggarwal-AWSAllow application to override TEX,S,C and B bits for...
2020-08-06 m17336Update to AVR_Mega0 and AVR_Dx GCC ports + addition...
2020-07-24 Gaurav-Aggarwal-AWSUse configSYSTICK_CLOCK_HZ to configure SysTick (#103)
2020-07-24 Gaurav-Aggarwal-AWSAdd support for 16 MPU regions to Cortex-M4 MPU ports...
2020-07-21 m17336Added GCC port files for AVR Mega0 and AVR Dx. (#101)
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-14 Gaurav-Aggarwal-AWSPlace privileged symbols correctly (#84)
2020-07-14 Gaurav-Aggarwal-AWSAdd support for privileged heap to ARMV8-M ports (#85)
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-10 Gaurav-Aggarwal-AWSFix out of offset errors when LTO is enabled (#71)
2020-05-02 RichardBarryFix/clear MIE bit in initial RISC-V mstatus register...
2020-04-21 Yuhui ZhengGCC/ATmegaxxxx port path and name change. (#51)
2020-04-16 Phillip StevensATmegaxxxx - generalised support (#48)
2020-04-14 Gaurav-Aggarwal-AWSAdd definition of portDONT_DISCARD to ARMv7-M ports...
2020-04-06 Gaurav-Aggarwal-AWSEnable ARMv7-M MPU ports to place FreeRTOS kernel code...
2020-03-16 Gaurav-Aggarwal-AWSAdd "Tickless Idle" support for ARMv8M ports (#29)
2020-03-13 Vladimir UmekCortex-A9 port: Adding stack alignment directive to...
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