Commit Graph

  • c4ad77f694 Make RAM regions non-executable Gaurav Aggarwal 2022-09-07 16:04:19 +05:30
  • acd9279fc2 Use highest numbered MPU regions for kernel Gaurav Aggarwal 2022-09-07 16:01:11 +05:30
  • ca099b9e9b
    Update CMakeLists.txt for Cortex-M55 and Cortex-M85 ports (#560) Paul Bartell 2022-09-16 00:00:11 -07:00
  • ff88fc8b6c
    portable-RP2040: Fix typo in README.md (#559) Paul Bartell 2022-09-13 23:43:10 -07:00
  • 030e76681b
    M85 support (#556) Gabor Toth 2022-09-13 18:38:25 +02:00
  • c09187e73b
    Update of three badly terminated macro definitions (#555) newbrain 2022-09-08 19:33:41 +02:00
  • 6324f6fc3e
    Added checks for index in ThreadLocalStorage APIs (#552) Aniruddha Kanhere 2022-09-01 13:23:02 -07:00
  • d91cd6fd05
    RISC-V: Add support for RV32E extension in GCC port (#543) Jakub Lužný 2022-08-31 01:49:37 +02:00
  • dc8f8be53e
    [Fix] Type for pointers operations (#550) Octaviarius 2022-08-30 23:27:39 +03:00
  • ac69aa858a
    Add FreeRTOS config directory to include dirs (#548) Gaurav-Aggarwal-AWS 2022-08-22 20:58:07 +05:30
  • 11c72bc075
    Add support for MISRA rule 20.7 (#546) Monika Singh 2022-08-19 15:51:57 +05:30
  • 992ff1bb50
    Fix warnings in posix port (#544) Archit Gupta 2022-08-16 04:11:17 -07:00
  • 48ad473891 correct grammar in include/FreeRTOS.h Paul Bartell 2022-08-09 15:48:56 -07:00
  • ab25da6087 Fix formatting of FreeRTOS.h Paul Bartell 2022-08-09 11:13:12 -07:00
  • 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 -08:00
  • 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 -07:00
  • b0a8bd8f28
    Change default value of INCLUDE_xTaskGetCurrentTaskHandle (#542) Ravishankar Bhagavandas 2022-08-09 09:48:44 -07:00
  • 95669cc1a1
    Generalize Thread Local Storage (TLS) support (#540) Gaurav-Aggarwal-AWS 2022-08-08 21:23:29 +05:30
  • 3b18a07568
    Add .syntax unified to GCC assembly functions (#538) Gaurav-Aggarwal-AWS 2022-08-07 22:46:11 +05:30
  • 4649d58899
    Update History.txt (#535) Gaurav-Aggarwal-AWS 2022-08-07 22:31:47 +05:30
  • 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 -07:00
  • 4a8c06689e
    Change type of message buffer handle (#537) Ravishankar Bhagavandas 2022-08-04 10:07:49 -07:00
  • 618e165fa7 Fix NULL pointer dereference in vPortGetHeapStats Gaurav Aggarwal 2022-08-04 16:41:33 +05:30
  • dc9c034c85
    Add vPortRemoveInterruptHandler API (#533) Gaurav-Aggarwal-AWS 2022-08-03 13:45:27 -07:00
  • 2070d9d3e5 Update codecov action to v3.1.0 Paul Bartell 2022-06-28 14:07:17 -07:00
  • 63f86fc7a2
    Implement MicroBlazeV9 stack protection (#523) Gavin Lambert 2022-08-03 18:31:18 +12:00
  • bfe057367d
    add portDONT_DISCARD to pxCurrentTCB (#479) Patrick Oppenlander 2022-08-02 20:39:58 +10:00
  • c22f40d9a5
    Add SBOM Generation in auto_release.yml (#524) Xin Lin 2022-07-28 10:35:29 -07:00
  • 349e803314
    Posix: Removed unused signal set from port (#528) 0xjakob 2022-07-26 01:05:30 +08:00
  • 859dbaf504
    RP2040: Use indirect reference for pxCurrentTCB (#525) NomiChirps 2022-07-18 16:05:30 -07:00
  • 2dfdfc4ba4
    Add Cortex M7 r0p1 Errata 837070 workaround to CM4_MPU ports (#513) Paul Bartell 2022-06-29 22:05:26 -07:00
  • 8e89acfc98
    Update submodule pointer of Community Supported Ports (#486) Gaurav-Aggarwal-AWS 2022-06-29 08:01:00 -07:00
  • 57530af294
    Update to TF-M version TF-Mv1.6.0 (#517) Xinyu Zhang 2022-06-29 14:52:30 +08:00
  • 13f034eb74
    RP2040: Fix compiler warning and comment (#509) Graham Sanderson 2022-06-24 06:53:51 -05:00
  • 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 -05:00
  • b3918c7f38
    Remove ThirdParty from core checker in smp branch (#512) Gaurav-Aggarwal-AWS 2022-06-24 04:52:15 -07:00
  • b87dfa3e97 RP2040: Allow FreeRTOS to be added to the parent CMake project post initialization of the Pico SDK graham sanderson 2022-06-04 11:16:01 -05:00
  • 7af41c29cb
    Ensure that xTaskGetCurrentTaskHandle is included (#507) Gaurav-Aggarwal-AWS 2022-06-23 10:17:17 -07:00
  • 90d920466e
    RP2040: Remove incorrect assertion (#508) Graham Sanderson 2022-06-22 12:27:26 -05:00
  • 2eff037080
    Update prvYieldCore() compile warning for single core targets (#505) Sudeep Mohanty 2022-06-22 06:33:44 +02:00
  • d5771a7a60
    Add configUSE_MUTEXES to function declarations in header (#504) Gaurav-Aggarwal-AWS 2022-06-21 03:34:52 -07:00
  • 0b46492740
    Add callback overrides for stream buffer and message buffers (#437) Ravishankar Bhagavandas 2022-06-20 17:48:34 -07:00
  • 45dd83a8e3
    Fix RP2040 assertion due to yield spin lock info being wrongly shared between multiple cores (#501) Graham Sanderson 2022-06-09 12:59:35 -05:00
  • 49cb8e8b28
    Update feature_request.md (#500) Tanmoy Sen 2022-06-08 10:09:39 -07:00
  • daf544fbc4
    add extra check for compiler time (#499) AndreiCherniaev 2022-06-02 21:03:37 +04:00
  • 719ceee352
    Add suppport for ARM CM55 (#494) alfred gedeon 2022-06-02 00:00:10 +02:00
  • 34b8e24d7c
    Add support for newlib dynamic reentrancy (#496) Darian 2022-06-01 07:11:02 +08:00
  • 1ec8e49de4
    Aligned nullptr check for heap3. (#493) Dusan Cervenka 2022-05-17 18:56:01 +02:00
  • cf6850583c
    queue.h: cTaskWokenByPost -> xTaskWokenByReceive (#491) Robert Berger 2022-04-26 00:11:51 +03:00
  • ec7c40335d
    Format code, and rmove implicit tests (#489) alfred gedeon 2022-04-21 10:18:58 -07:00
  • 15bc8664b5
    Add atomic flag for 16-bit ticks PIC24 (#488) Kody Stribrny 2022-04-15 08:13:14 -07:00
  • d5b95c9eda Corrected spelling mistake in mpu_prototypes.h Anton Lagerholm 2022-04-14 08:09:38 +02:00
  • 9204f9f28d Correct spelling mistake in mpu_wrappers.h Anton Lagerholm 2022-04-14 08:05:42 +02:00
  • e73fabce9a
    Declare vApplicationMallocFailedHook function in task.h instead in each C heap file (#483) pierrenoel-bouteville-act 2022-04-13 19:44:14 +02:00
  • b00250372e
    Enable use of --text-section-literals in Xtensa port (#485) Archit Gupta 2022-04-11 15:07:08 -07:00
  • 40c37bd3ab
    Add configSYSTICK_CLOCK_HZ to Cortex-M0 ports (#484) Gaurav-Aggarwal-AWS 2022-04-08 23:43:11 +05:30
  • cf4ff121a9
    tasks.c:2067:11: warning: this condition has identical branches [-Wduplicated-branches] (#482) pierrenoel-bouteville-act 2022-04-06 20:08:44 +02:00
  • b5b1ff02dd
    Add a guard around mpu_wrappers.c (#480) Gaurav-Aggarwal-AWS 2022-04-05 22:59:30 +05:30
  • a97741a08d
    Add task creation with affinity functions (#470) Darian 2022-03-19 01:16:21 +08:00
  • 356fff8028
    Update portable/ThirdParty/README.md (#474) Gaurav-Aggarwal-AWS 2022-03-10 19:41:45 -08:00
  • bdec3b6e54
    fix: add additional .ltorg directives to GCC CM3/CM4 mpu ports (#473) niniemann 2022-03-10 18:19:58 +01:00
  • 4446c8f0ea
    Fix pxPreviousTCB compile warning (#464) Darian 2022-03-07 06:21:39 +08:00
  • 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 +08:00
  • 58770b0f51
    Check for add overflow only once (#467) Gaurav-Aggarwal-AWS 2022-03-03 15:16:39 -08:00
  • 8eb3585252
    Move MSB check after final size calculation (#463) Gaurav-Aggarwal-AWS 2022-02-28 11:59:00 -08:00
  • 82be77995e
    Heap improvements (#462) Gaurav-Aggarwal-AWS 2022-02-24 10:52:10 -08:00
  • 4539e1c574
    Migrated RL78/IAR port to EWRL78v3+ (#461) Felipe Torrezan 2022-02-24 18:04:46 +01:00
  • 840214dc29
    Update documentation of uxTaskGetTaskNumber function (#460) Gaurav-Aggarwal-AWS 2022-02-22 10:44:05 -08:00
  • 38efd2689e
    CMake: Move mpu_wrapper to ports library. (#459) imi415 2022-02-23 00:30:09 +09:00
  • 09a2c0b324
    Remove exception loop tags. (#457) Ming Yue 2022-02-17 15:28:04 -08:00
  • 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 -08:00
  • d5b2413f48
    Fix typo (#454) mikisama 2022-02-14 07:47:52 +08:00
  • 4014abb943
    Fix some warnings in doxygen comments (#453) Muneeb Ahmed 2022-02-10 12:36:42 -07:00
  • 4a490d64a5
    portable/Xtensa_ESP32: Add SPDX license identifiers (#452) Shubham Kulkarni 2022-02-09 05:58:07 +05:30
  • d5a10e4595
    Add alignment for the direct mode handler (#449) Gaurav-Aggarwal-AWS 2022-02-08 11:51:25 -08:00
  • cf248aec2d
    Add support for 16 MPU regions to GCC Cortex-M33 ports (#448) Gaurav-Aggarwal-AWS 2022-02-07 16:51:19 -08:00
  • 76a8335b23
    Update History.txt to include 10.4.6 changes (#451) Gaurav-Aggarwal-AWS 2022-02-07 16:33:53 -08:00
  • 364f0e585f
    Fix description of configQUEUE_REGISTRY_SIZE (#446) Tobias Nießen 2022-01-31 20:12:47 +01:00
  • 89e4823a49
    Update uncrustify configuration to 0.69 (#445) swaldhoer 2022-01-28 19:48:03 +01:00
  • 9efca75d1e
    Riscv re-factoring (#444) Gaurav-Aggarwal-AWS 2022-01-26 17:55:01 -08:00
  • a3843bd5b1
    Fix warning message error. (#443) isus-ipanienko 2022-01-21 19:10:22 +01:00
  • cdd406a62f
    Add CMake build (#421) yhsb2k 2022-01-20 22:35:04 +02:00
  • dca4f80a6b
    Add configUSE_MINI_LIST_ITEM configuration option to enable the MiniListItem_t type. (#433) Paul Bartell 2022-01-19 13:12:57 -08:00
  • 043c2c7ef6
    Fix GCC/RX100 function naming error. (#440) Ming Yue 2022-01-13 10:30:26 -08:00
  • 990643ebe8
    Fix support for stepping tick by xExpectedIdleTime (#73) Jeff Tenney 2022-01-10 12:44:12 -07:00
  • abd887c687
    Clean some spell check words. (#439) Jon Enz 2022-01-07 10:45:58 -08:00
  • c4f9e27c28
    Feature: Add task top/end of stack to task info report (#436) Joseph Julicher 2022-01-06 12:03:56 -07:00
  • becbb89181
    Add a cap to the queue locks (#435) Gaurav-Aggarwal-AWS 2022-01-05 21:14:01 -08:00
  • 8e2dd5b861
    Add a Known Issues file in the Third Party folder (#434) Gaurav-Aggarwal-AWS 2022-01-03 13:26:43 -08:00
  • c13719d2d0
    fix alignment exception for ullPortInterruptNesting. (#317) Amit Tomar 2021-12-30 02:23:10 +05:30
  • 7b95420ad9
    fixed deadlock in event groups when a mutex is used for memory allocation (#284) clemenskresser 2021-12-29 17:58:24 +01:00
  • f5df2c140c
    Documentation update for xEventGroupClearBitsFromISR (#432) Joseph Julicher 2021-12-28 14:20:33 -07:00
  • 4832377117
    smp branch: bugfix for race condition on RP2040 (#431) Timo Sandmann 2021-12-28 21:30:03 +01:00
  • 481c722ef3
    RISC-V: No #error on RV64 regarding byte alignment (#367) Fabian 2021-12-28 20:52:33 +01:00
  • 81d15dc550
    Fix: Interrut Handler Register Function and Exception Process (#41) leona 2021-12-29 02:54:23 +09:00
  • 455df7a07a
    uxAutoReload replaced with xAutoReload to improve MISRA compliance (#429) Joseph Julicher 2021-12-27 11:36:59 -07:00
  • 53b9a80b8e
    Update third party ports readme (#428) Gaurav-Aggarwal-AWS 2021-12-21 14:10:06 -08:00
  • debbd254b6
    RP2040 fixes (#424) Graham Sanderson 2021-12-21 13:08:41 -06:00
  • 7d11089624
    Rp2040 fixes smp (#425) Graham Sanderson 2021-12-17 17:06:35 -06:00
  • 4c4089b154
    Remove tickless idle mode dependency with include v task suspend (#422) Pramith K V 2021-12-09 05:17:07 +05:30