]> begriffs open source - freertos/history - portable
Update CMakeLists.txt for Cortex-M55 and Cortex-M85 ports (#560)
[freertos] / portable /
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)
2022-01-03 Gaurav-Aggarwal-AWSAdd a Known Issues file in the Third Party folder ...
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-12-21 Gaurav-Aggarwal-AWSUpdate third party ports readme (#428)
2021-12-21 Graham SandersonRP2040 fixes (#424)
2021-11-15 Gaurav AggarwalAdd option to disable unprivileged critical sections
2021-11-15 Gaurav AggarwalChange xPortRaisePrivilege and vPortResetPrivilege...
2021-11-08 Kevin ThibedeauBuild with -Wmissing-prototypes flags vPortYieldFromISR...
2021-11-01 andrewtjsbugfix: Initialise stack correctly on dsPIC port (...
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-10-04 QikaiFix the defect that Heap_1.c may waste first portBYTE_A...
2021-09-16 Shubham KulkarniXtensa_ESP32: Add definition for portMEMORY_BARRIER...
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-08-27 sherryzhangUpdate the README to align with TF-Mv1.4.0 in TF-M...
2021-08-13 Shubham KulkarniXtensa_ESP32: Fix build issues when external SPIRAM...
2021-08-12 Jack LamTidy up the 8051 sdcc port (#376)
2021-07-28 Gaurav-Aggarwal-AWSAdd ReadMe for third party port contributions (#371)
2021-07-20 Kristine JassmannWarning fixes. (#356)
2021-06-30 swaldhoerReplace two dashes and one whitespace with their corres...
2021-06-30 Graham SandersonAdd RP2040 support (#341)
2021-06-30 Archit GuptaMove the community/partner supported ports to correct...
2021-06-23 Gaurav-Aggarwal-AWSAdd Cortex-A53 port with system register interface...
2021-06-14 RichardBarryMake the type used to hold run-time counter values...
2021-06-11 Thomas PedersenPosix: fix event_wait_timed() (#346)
2021-06-02 Paul BartellNormalize files with mixed line endings (introduced...
2021-05-28 Paul BartellAdd license header to wait_for_event.c and wait_for_event.h
2021-05-28 Paul BartellCleanup license text in Xtensa XCC and Xtensa ESP32...
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-04-21 Evgeny ErmakovPosix: fix copyright (#250)
2021-04-19 Meco Jianting Man[kernel & MemMang] use space to replace tab and remove...
2021-04-07 carlo-dev-gitCode cleanup (#288)
2021-03-19 Tobias SchulteAdjust portPOINTER_SIZE_TYPE to correct size (#275)
2021-03-19 carlo-dev-gitUpdate port.c (#283)
2021-01-15 David ChalcoAdd git attributes (#245)
2021-01-08 Thomas PedersenPosix: fix build failure (#235)
2020-12-22 Shubham KulkarniUpdate ESP32 port to ESP-IDF release v4.2 and add ESP...
2020-12-15 sherryzhangAlign the TF-M version of the integration with kernel...
2020-12-14 Cobus van Eeden[AUTO][RELEASE]: Bump file header version to "10.4.3"
2020-12-14 alfred gedeonPosix Port: Comment and remove unused variables (#230)
next