Commit Graph

  • 98c7fbbf8d Thead_common: refactor float-point save/store macro bl808 Paul Pan 2023-02-01 16:16:23 +0800
  • c9bf3486c6 RISC-V: add float-point and C906 MTIMER support Paul Pan 2023-01-31 22:07:39 +0800
  • def7d2df2b [AUTO][RELEASE]: Bump file header version to "10.5.1" Skptak 2022-11-15 20:10:13 +0000
  • 612d9a87e8 [AUTO][RELEASE]: Bump task.h version macros to "10.5.1" Skptak 2022-11-15 20:10:12 +0000
  • 444ac21115 Update SBOM Skptak 2022-11-15 20:10:07 +0000
  • 0dde662c42 Updating version number for LTS 2 Patch Soren Ptak 2022-11-15 20:07:52 +0000
  • cd1f51cb5e
    Add support for the configUSE_TASK_FPU_SUPPORT constant in the GCC/ARM_CR5 port (#584) ChristosZosi 2022-11-14 06:18:47 +0100
  • 1072988de7
    Fix context switch when time slicing is off (#568) Gaurav-Aggarwal-AWS 2022-11-08 14:05:35 +0530
  • 44e02bff31
    Update Cortex-M55 and Cortex-M85 ports (#579) Gaurav-Aggarwal-AWS 2022-10-28 10:41:56 +0530
  • d7b712668d
    Update the NIOSII port to enable longer jumps (#578) RichardBarry 2022-10-19 22:04:53 -0700
  • 4e2bf2c639
    Removed the 'configASSERT( xInheritanceOccurred == pdFALSE )' assertion from xQueueSemaphoreTake as the reasoning behind it is wrong; it can trigger on wrongly on highly-contested semaphores on multicore systems. See https://forums.freertos.org/t/15967 (#576) Niklas Gürtler 2022-10-13 19:22:24 +0200
  • 1d20f0eba2
    Add warning message to ensure min stack size (#575) arshi016 2022-10-12 00:17:02 -0400
  • 963abe6c48
    Updated ESP32 port-layer to ESP-IDF v4.4.2 (#572) Laukik Hase 2022-10-12 02:57:32 +0530
  • 195a351ec7
    Tickless idle fixes/improvement (#59) Jeff Tenney 2022-10-03 12:39:17 -0700
  • 6311ad13b9
    Update doc comments in task.h (#570) Gaurav-Aggarwal-AWS 2022-09-28 21:42:05 +0530
  • 24ade42a37
    Added better pointer declaration readability (#567) Cristian Cristea 2022-09-27 00:43:30 +0300
  • f789a0e790
    Update RISC-V IAR port to support vector mode. (#458) Ming Yue 2022-09-20 15:32:41 -0700
  • 49777e3387 Update History.txt as per the PR feedback Gaurav Aggarwal 2022-09-16 22:15:49 +0530
  • 8e4be9ff1b Update History.txt Gaurav Aggarwal 2022-09-16 16:34:04 +0530
  • 331362d45a Restrict unpriv task to invoke code with privilege Gaurav Aggarwal 2022-09-07 14:58:52 +0530
  • 79704b8213 Remove local stack variable form MPU wrappers Gaurav Aggarwal 2022-09-07 14:57:37 +0530
  • c2d616eaee Make RAM regions non-executable Gaurav Aggarwal 2022-09-07 14:50:30 +0530
  • ea9c26f524 Use highest numbered MPU regions for kernel Gaurav Aggarwal 2022-09-07 14:47:14 +0530
  • ca099b9e9b
    Update CMakeLists.txt for Cortex-M55 and Cortex-M85 ports (#560) Paul Bartell 2022-09-16 00:00:11 -0700
  • ff88fc8b6c
    portable-RP2040: Fix typo in README.md (#559) Paul Bartell 2022-09-13 23:43:10 -0700
  • 030e76681b
    M85 support (#556) Gabor Toth 2022-09-13 18:38:25 +0200
  • c09187e73b
    Update of three badly terminated macro definitions (#555) newbrain 2022-09-08 19:33:41 +0200
  • 6324f6fc3e
    Added checks for index in ThreadLocalStorage APIs (#552) Aniruddha Kanhere 2022-09-01 13:23:02 -0700
  • d91cd6fd05
    RISC-V: Add support for RV32E extension in GCC port (#543) Jakub Lužný 2022-08-31 01:49:37 +0200
  • dc8f8be53e
    [Fix] Type for pointers operations (#550) Octaviarius 2022-08-30 23:27:39 +0300
  • ac69aa858a
    Add FreeRTOS config directory to include dirs (#548) Gaurav-Aggarwal-AWS 2022-08-22 20:58:07 +0530
  • 11c72bc075
    Add support for MISRA rule 20.7 (#546) Monika Singh 2022-08-19 15:51:57 +0530
  • 992ff1bb50
    Fix warnings in posix port (#544) Archit Gupta 2022-08-16 04:11:17 -0700
  • 48ad473891 correct grammar in include/FreeRTOS.h Paul Bartell 2022-08-09 15:48:56 -0700
  • ab25da6087 Fix formatting of FreeRTOS.h Paul Bartell 2022-08-09 11:13:12 -0700
  • c2bbe92cab Move some of the complex pre-processor guards on prvWriteNameToBuffer() to compile time checks in FreeRTOS.h. RichardBarry 2021-12-19 11:18:54 -0800
  • 8741c4f919
    Include string.h at the top of portable/GCC/ARM_CA9/port.c to prevent memset() generating a warning. (#430) RichardBarry 2022-08-09 10:37:24 -0700
  • b0a8bd8f28
    Change default value of INCLUDE_xTaskGetCurrentTaskHandle (#542) Ravishankar Bhagavandas 2022-08-09 09:48:44 -0700
  • 95669cc1a1
    Generalize Thread Local Storage (TLS) support (#540) Gaurav-Aggarwal-AWS 2022-08-08 21:23:29 +0530
  • 3b18a07568
    Add .syntax unified to GCC assembly functions (#538) Gaurav-Aggarwal-AWS 2022-08-07 22:46:11 +0530
  • 4649d58899
    Update History.txt (#535) Gaurav-Aggarwal-AWS 2022-08-07 22:31:47 +0530
  • fc615627f6
    Block SIG_RESUME in the main thread of the Posix port so that sigwait works as expected (#532) Chris Copeland 2022-08-04 11:11:31 -0700
  • 4a8c06689e
    Change type of message buffer handle (#537) Ravishankar Bhagavandas 2022-08-04 10:07:49 -0700
  • 618e165fa7 Fix NULL pointer dereference in vPortGetHeapStats Gaurav Aggarwal 2022-08-04 16:41:33 +0530
  • dc9c034c85
    Add vPortRemoveInterruptHandler API (#533) Gaurav-Aggarwal-AWS 2022-08-03 13:45:27 -0700
  • 2070d9d3e5 Update codecov action to v3.1.0 Paul Bartell 2022-06-28 14:07:17 -0700
  • 63f86fc7a2
    Implement MicroBlazeV9 stack protection (#523) Gavin Lambert 2022-08-03 18:31:18 +1200
  • bfe057367d
    add portDONT_DISCARD to pxCurrentTCB (#479) Patrick Oppenlander 2022-08-02 20:39:58 +1000
  • c22f40d9a5
    Add SBOM Generation in auto_release.yml (#524) Xin Lin 2022-07-28 10:35:29 -0700
  • 349e803314
    Posix: Removed unused signal set from port (#528) 0xjakob 2022-07-26 01:05:30 +0800
  • 859dbaf504
    RP2040: Use indirect reference for pxCurrentTCB (#525) NomiChirps 2022-07-18 16:05:30 -0700
  • 2dfdfc4ba4
    Add Cortex M7 r0p1 Errata 837070 workaround to CM4_MPU ports (#513) Paul Bartell 2022-06-29 22:05:26 -0700
  • 8e89acfc98
    Update submodule pointer of Community Supported Ports (#486) Gaurav-Aggarwal-AWS 2022-06-29 08:01:00 -0700
  • 57530af294
    Update to TF-M version TF-Mv1.6.0 (#517) Xinyu Zhang 2022-06-29 14:52:30 +0800
  • d2a81539e0
    RP2040: Allow FreeRTOS to be added to the parent CMake project post initialization of the Pico SDK (#497) Graham Sanderson 2022-06-24 06:52:49 -0500
  • 7af41c29cb
    Ensure that xTaskGetCurrentTaskHandle is included (#507) Gaurav-Aggarwal-AWS 2022-06-23 10:17:17 -0700
  • 90d920466e
    RP2040: Remove incorrect assertion (#508) Graham Sanderson 2022-06-22 12:27:26 -0500
  • d5771a7a60
    Add configUSE_MUTEXES to function declarations in header (#504) Gaurav-Aggarwal-AWS 2022-06-21 03:34:52 -0700
  • 0b46492740
    Add callback overrides for stream buffer and message buffers (#437) Ravishankar Bhagavandas 2022-06-20 17:48:34 -0700
  • 49cb8e8b28
    Update feature_request.md (#500) Tanmoy Sen 2022-06-08 10:09:39 -0700
  • daf544fbc4
    add extra check for compiler time (#499) AndreiCherniaev 2022-06-02 21:03:37 +0400
  • 719ceee352
    Add suppport for ARM CM55 (#494) alfred gedeon 2022-06-02 00:00:10 +0200
  • 1ec8e49de4
    Aligned nullptr check for heap3. (#493) Dusan Cervenka 2022-05-17 18:56:01 +0200
  • cf6850583c
    queue.h: cTaskWokenByPost -> xTaskWokenByReceive (#491) Robert Berger 2022-04-26 00:11:51 +0300
  • ec7c40335d
    Format code, and rmove implicit tests (#489) alfred gedeon 2022-04-21 10:18:58 -0700
  • 15bc8664b5
    Add atomic flag for 16-bit ticks PIC24 (#488) Kody Stribrny 2022-04-15 08:13:14 -0700
  • d5b95c9eda Corrected spelling mistake in mpu_prototypes.h Anton Lagerholm 2022-04-14 08:09:38 +0200
  • 9204f9f28d Correct spelling mistake in mpu_wrappers.h Anton Lagerholm 2022-04-14 08:05:42 +0200
  • e73fabce9a
    Declare vApplicationMallocFailedHook function in task.h instead in each C heap file (#483) pierrenoel-bouteville-act 2022-04-13 19:44:14 +0200
  • b00250372e
    Enable use of --text-section-literals in Xtensa port (#485) Archit Gupta 2022-04-11 15:07:08 -0700
  • 40c37bd3ab
    Add configSYSTICK_CLOCK_HZ to Cortex-M0 ports (#484) Gaurav-Aggarwal-AWS 2022-04-08 23:43:11 +0530
  • cf4ff121a9
    tasks.c:2067:11: warning: this condition has identical branches [-Wduplicated-branches] (#482) pierrenoel-bouteville-act 2022-04-06 20:08:44 +0200
  • b5b1ff02dd
    Add a guard around mpu_wrappers.c (#480) Gaurav-Aggarwal-AWS 2022-04-05 22:59:30 +0530
  • 356fff8028
    Update portable/ThirdParty/README.md (#474) Gaurav-Aggarwal-AWS 2022-03-10 19:41:45 -0800
  • bdec3b6e54
    fix: add additional .ltorg directives to GCC CM3/CM4 mpu ports (#473) niniemann 2022-03-10 18:19:58 +0100
  • f18e432d49
    Update the README to align with TF-M v1.5.0 in TF-M integration (#469) xinyu-tfm 2022-03-06 08:31:08 +0800
  • 58770b0f51
    Check for add overflow only once (#467) Gaurav-Aggarwal-AWS 2022-03-03 15:16:39 -0800
  • 8eb3585252
    Move MSB check after final size calculation (#463) Gaurav-Aggarwal-AWS 2022-02-28 11:59:00 -0800
  • 82be77995e
    Heap improvements (#462) Gaurav-Aggarwal-AWS 2022-02-24 10:52:10 -0800
  • 4539e1c574
    Migrated RL78/IAR port to EWRL78v3+ (#461) Felipe Torrezan 2022-02-24 18:04:46 +0100
  • 840214dc29
    Update documentation of uxTaskGetTaskNumber function (#460) Gaurav-Aggarwal-AWS 2022-02-22 10:44:05 -0800
  • 38efd2689e
    CMake: Move mpu_wrapper to ports library. (#459) imi415 2022-02-23 00:30:09 +0900
  • 09a2c0b324
    Remove exception loop tags. (#457) Ming Yue 2022-02-17 15:28:04 -0800
  • 25d180a09b
    Use a dedicated symbol for in-function loop to avoid the weak symbol JAL range error when a strong symbol is defined outside. (#455) Ming Yue 2022-02-15 14:56:13 -0800
  • d5b2413f48
    Fix typo (#454) mikisama 2022-02-14 07:47:52 +0800
  • 4014abb943
    Fix some warnings in doxygen comments (#453) Muneeb Ahmed 2022-02-10 12:36:42 -0700
  • 4a490d64a5
    portable/Xtensa_ESP32: Add SPDX license identifiers (#452) Shubham Kulkarni 2022-02-09 05:58:07 +0530
  • d5a10e4595
    Add alignment for the direct mode handler (#449) Gaurav-Aggarwal-AWS 2022-02-08 11:51:25 -0800
  • cf248aec2d
    Add support for 16 MPU regions to GCC Cortex-M33 ports (#448) Gaurav-Aggarwal-AWS 2022-02-07 16:51:19 -0800
  • 76a8335b23
    Update History.txt to include 10.4.6 changes (#451) Gaurav-Aggarwal-AWS 2022-02-07 16:33:53 -0800
  • 364f0e585f
    Fix description of configQUEUE_REGISTRY_SIZE (#446) Tobias Nießen 2022-01-31 20:12:47 +0100
  • 89e4823a49
    Update uncrustify configuration to 0.69 (#445) swaldhoer 2022-01-28 19:48:03 +0100
  • 9efca75d1e
    Riscv re-factoring (#444) Gaurav-Aggarwal-AWS 2022-01-26 17:55:01 -0800
  • a3843bd5b1
    Fix warning message error. (#443) isus-ipanienko 2022-01-21 19:10:22 +0100
  • cdd406a62f
    Add CMake build (#421) yhsb2k 2022-01-20 22:35:04 +0200
  • dca4f80a6b
    Add configUSE_MINI_LIST_ITEM configuration option to enable the MiniListItem_t type. (#433) Paul Bartell 2022-01-19 13:12:57 -0800
  • 043c2c7ef6
    Fix GCC/RX100 function naming error. (#440) Ming Yue 2022-01-13 10:30:26 -0800
  • 990643ebe8
    Fix support for stepping tick by xExpectedIdleTime (#73) Jeff Tenney 2022-01-10 12:44:12 -0700
  • abd887c687
    Clean some spell check words. (#439) Jon Enz 2022-01-07 10:45:58 -0800
  • c4f9e27c28
    Feature: Add task top/end of stack to task info report (#436) Joseph Julicher 2022-01-06 12:03:56 -0700