]> begriffs open source - freertos/history - portable
Backport PR 836 to FreeRTOS-Kernel V10.6.1 (#837)
[freertos] / portable /
2023-10-17 Gaurav-Aggarwal-AWSBackport PR 836 to FreeRTOS-Kernel V10.6.1 (#837)
2023-08-17 kar-rahul-aws[AUTO][RELEASE]: Bump file header version to "10.6.1"
2023-08-17 kar-rahul-awsAdd runtime parameter checks (#758)
2023-08-17 kar-rahul-awsUpdate version number in manifest.yml (#756)
2023-07-13 kar-rahul-aws[AUTO][RELEASE]: Bump file header version to "10.6.0"
2023-07-13 kar-rahul-awsMemory Protection Unit (MPU) Enhancements (#705)
2023-07-10 Patrick CookFix circular dependency in CMake project (#700)
2023-06-29 Joris PutcuypsFix #697: Missing portPOINTER_SIZE_TYPE definition...
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-12 chinglee-iotUse UBaseType_t as interrupt mask (#689)
2023-06-08 chinglee-iotRemove __NVIC_PRIO_BITS and configPRIO_BITS check in...
2023-06-02 Aniruddha KanhereAdd back croutines by reverting PR#590 (#685)
2023-05-15 Gaurav-Aggarwal-AWSUse the extended movx instruction instead of mov (...
2023-05-11 Devaraj RangannaArmv8-M (except Cortex-M23) interrupt priority checking...
2023-05-10 Monika SinghAlign StackSize and StackAddress for macOS (#674)
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-28 Gaurav-Aggarwal-AWSOnly add alignment padding when needed (#650)
2023-03-23 kar-rahul-awsCortex-M Assert when NVIC implements 8 PRIO bits (...
2023-03-07 Kody StribrnyFix freertos_kernel cmake property, Posix Port (#640)
2023-03-06 Paul BartellEnable building the GCC Cortex-R5 port without an FPU...
2023-03-04 Joseph Julicheradded portPOINTER_SIZE_TYPE and SIZE_MAX definition...
2023-03-02 Chris CopelandInterrupt priority assert improvements for CM3/4/7...
2023-03-02 Keith PackardAdd Thread Local Storage (TLS) support using Picolibc...
2023-02-28 Devaraj RangannaCortex-M35P: Add Cortex-M35P port (#631)
2023-02-27 jacky309POSIX port fixes (#626)
2023-02-23 phelterFeature/fixing clang gnu compiler warnings (#620)
2023-02-15 Ju1He1Do not call exit() on MSVC Port when calling vPortEndSc... 589/head
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-28 Paul BartellRemove croutine.c from RP2040 cmake include file
2022-11-18 Paul HelterRemoving compiler warnings for GNU and Clang. (#571)
2022-11-18 Paul HelterAdding in ability to support a library for freertos_con...
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-12 arshi016Add warning message to ensure min stack size (#575)
2022-10-11 Laukik HaseUpdated ESP32 port-layer to ESP-IDF `v4.4.2` (#572)
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 AggarwalRestrict unpriv task to invoke code with privilege
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-16 Paul BartellUpdate CMakeLists.txt for Cortex-M55 and Cortex-M85...
2022-09-14 Paul Bartellportable-RP2040: Fix typo in README.md (#559)
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-30 Octaviarius[Fix] Type for pointers operations (#550)
2022-08-22 Gaurav-Aggarwal-AWSAdd FreeRTOS config directory to include dirs (#548)
2022-08-16 Archit GuptaFix warnings in posix port (#544)
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-04 Chris CopelandBlock SIG_RESUME in the main thread of the Posix port...
2022-08-04 Gaurav AggarwalFix NULL pointer dereference in vPortGetHeapStats
2022-08-03 Gaurav-Aggarwal-AWSAdd vPortRemoveInterruptHandler API (#533)
2022-08-03 Gavin LambertImplement MicroBlazeV9 stack protection (#523)
2022-07-25 0xjakobPosix: Removed unused signal set from port (#528)
2022-07-18 NomiChirpsRP2040: Use indirect reference for pxCurrentTCB (#525)
2022-06-30 Paul BartellAdd Cortex M7 r0p1 Errata 837070 workaround to CM4_MPU...
2022-06-29 Gaurav-Aggarwal-AWSUpdate submodule pointer of Community Supported Ports...
2022-06-29 Xinyu ZhangUpdate to TF-M version TF-Mv1.6.0 (#517)
2022-06-24 Graham SandersonRP2040: Allow FreeRTOS to be added to the parent CMake...
2022-06-22 Graham SandersonRP2040: Remove incorrect assertion (#508)
2022-06-21 Ravishankar Bhagav... Add callback overrides for stream buffer and message...
2022-06-02 AndreiCherniaevadd extra check for compiler time (#499)
2022-06-01 alfred gedeonAdd suppport for ARM CM55 (#494)
2022-05-17 Dusan CervenkaAligned nullptr check for heap3. (#493)
2022-04-21 alfred gedeonFormat code, and rmove implicit tests (#489)
2022-04-15 Kody StribrnyAdd atomic flag for 16-bit ticks PIC24 (#488)
2022-04-13 pierrenoel-boutevi... Declare vApplicationMallocFailedHook function in task...
2022-04-11 Archit GuptaEnable use of --text-section-literals in Xtensa port...
2022-04-08 Gaurav-Aggarwal-AWSAdd configSYSTICK_CLOCK_HZ to Cortex-M0 ports (#484)
2022-04-05 Gaurav-Aggarwal-AWSAdd a guard around mpu_wrappers.c (#480)
2022-03-11 Gaurav-Aggarwal-AWSUpdate portable/ThirdParty/README.md (#474)
2022-03-10 niniemannfix: add additional .ltorg directives to GCC CM3/CM4...
2022-03-06 xinyu-tfmUpdate the README to align with TF-M v1.5.0 in TF-M...
2022-03-03 Gaurav-Aggarwal-AWSCheck for add overflow only once (#467)
2022-02-28 Gaurav-Aggarwal-AWSMove MSB check after final size calculation (#463)
2022-02-24 Gaurav-Aggarwal-AWSHeap improvements (#462)
2022-02-24 Felipe TorrezanMigrated RL78/IAR port to EWRL78v3+ (#461)
2022-02-22 imi415CMake: Move mpu_wrapper to ports library. (#459)
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-09 Shubham Kulkarniportable/Xtensa_ESP32: Add SPDX license identifiers...
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-28 swaldhoerUpdate uncrustify configuration to 0.69 (#445)
2022-01-27 Gaurav-Aggarwal-AWSRiscv re-factoring (#444)
2022-01-20 yhsb2kAdd CMake build (#421)
2022-01-13 Ming YueFix GCC/RX100 function naming error. (#440)
next