Commit graph

  • 3aa226a79b
    Merge a266f76c1e into f1043c49d5 Kuna Yaswanth 2026-03-06 17:34:43 +05:30
  • a266f76c1e
    Merge branch 'main' into yFreeRTOS_ex_u545 Kuna Yaswanth 2026-03-06 17:34:41 +05:30
  • 7219871e2a
    Merge a8eb1a6f7d into f1043c49d5 Kody Stribrny 2026-03-04 13:42:15 -08:00
  • a8eb1a6f7d Suppress MISRA 4.7 for SMP taskENTER_CRITICAL_FROM_ISR Kody Stribrny 2026-03-04 13:40:14 -08:00
  • ba804f593e
    Merge 929c9f9112 into f1043c49d5 Covenan 2026-03-02 21:23:57 +00:00
  • 427f7c8a51
    Merge 3bfd03b201 into f1043c49d5 Kody Stribrny 2026-03-02 18:12:13 +05:00
  • e7e1c86f17
    Merge 5b9ef011ae into f1043c49d5 SKB 2026-02-26 23:05:10 +08:00
  • a1a98bb7b2
    Merge e1eb15a20d into f1043c49d5 Nicola Fontana 2026-02-25 11:34:48 +00:00
  • bdb15119c5
    Merge 2fe3c61c26 into f1043c49d5 Hesham Almatary 2026-02-24 18:38:47 -08:00
  • 2fe3c61c26 RISC-V: add configMTIME_INIT_IN_BSP Hesham Almatary 2026-02-18 07:37:52 +00:00
  • ab6ccbb04e RISC-V: fix xTaskReturnAddress type Hesham Almatary 2026-02-18 07:35:40 +00:00
  • 807283ba03 RISC-V: change pointer and stack types Hesham Almatary 2026-02-18 06:50:21 +00:00
  • 692204de48
    Merge 92d60e8710 into f1043c49d5 Kody Stribrny 2026-02-24 16:59:32 -08:00
  • 92d60e8710 Add history.txt for release V11.3.0 Kody Stribrny 2026-02-20 15:29:57 -08:00
  • f1043c49d5
    MISRA 17.12 fixes, justifications for other reporting issues. (#1372) main Kody Stribrny 2026-02-24 13:59:45 -08:00
  • 5b9ef011ae [Refactor] Optimize and refine the behavior logic of pvPortRealloc skb666 2026-01-06 23:56:44 +08:00
  • 602a9df6df Update include/FreeRTOS.h SKB 2025-12-31 11:34:41 +08:00
  • eed2044bfb [Feature] Support pvPortRealloc skb666 2025-12-25 21:36:23 +08:00
  • 98ffa0d892 Suppress false null dereference Kody Stribrny 2026-02-23 08:36:28 -08:00
  • 9a39b1d39c Remove two suppressions which I forgot Kody Stribrny 2026-02-20 14:30:22 -08:00
  • 82c80e631d Fix spelling, formatting Kody Stribrny 2026-02-20 14:23:38 -08:00
  • 47d94cb6b0 [8.6] Remove suppression, instead explain reporting Kody Stribrny 2026-02-20 14:15:51 -08:00
  • 34d51f74b7 [4.12] Explain deviation for dynamic allocation Kody Stribrny 2026-02-20 14:05:51 -08:00
  • ce00f074dc [17.12] Add addressing operator to callback function Kody Stribrny 2026-02-20 14:00:50 -08:00
  • 501ce1fadc [2.1] Justify unreachable code in example Kody Stribrny 2026-02-20 13:43:34 -08:00
  • 1688966a94 [2.2] Disclose dead code warning Kody Stribrny 2026-02-20 13:39:41 -08:00
  • edbeef2a72 [21.3] Document unsupressed deviation Kody Stribrny 2026-02-20 13:20:19 -08:00
  • 0eeb0097d5 [8.6] Suppress declaration without definitions warnings Kody Stribrny 2026-02-20 12:55:02 -08:00
  • 0f8efd98cc
    Correct minor mistakes in code comments (#1371) wirelinker 2026-02-21 03:11:15 +08:00
  • 3aeabbedaa
    Merge branch 'main' into comment_revise Kody Stribrny 2026-02-20 10:33:50 -08:00
  • 850d29477c
    Add Arm China STAR-MC3 port support (#1363) Armchina_JidongMei 2026-02-21 02:33:34 +08:00
  • abef845ee4
    Merge branch 'main' into feature/add-star-mc3-support Kody Stribrny 2026-02-20 09:31:48 -08:00
  • 6a73c99b72 Correct minor mistakes in code comments joechang 2026-02-20 10:01:01 +08:00
  • ad0b86262e added example project for porting of freertos to stm32u54re mcu yaswanthksas 2026-02-19 11:47:27 +05:30
  • e1eb15a20d New API xTaskPeriodicDelay (#1349) Nicola Fontana 2026-02-17 16:22:07 +01:00
  • 540068699a Revise minor mistakes in code comments joechang 2026-02-17 17:35:30 +08:00
  • 6cd736cfeb
    Arm-Cortex-R82: Add MPU support (#1347) Ahmed Ismail 2026-02-11 04:48:55 +00:00
  • 90dd76f28f tasks: Disable stack-depth check if MPU wrappers is set Ahmed Ismail 2026-01-22 15:20:58 +00:00
  • 7417c8338b cortex-r82: Minor code improvements Ahmed Ismail 2025-10-09 14:45:09 +01:00
  • a9b9085d7b arm-cortex-r82: Add MPU support Ahmed Ismail 2025-07-31 16:27:38 +01:00
  • bffdf848fa Rename STAR_MC3 to ARM_STAR_MC3 for portable/ARMv8M/ directory JidongMei 2026-02-10 09:18:59 +08:00
  • d33a460b99 fix(freertos-smp): Fixed deferred action race condition Sudeep Mohanty 2026-02-09 10:59:37 +01:00
  • 118bfded41 feat(freertos-smp): Added support for TCB locks Sudeep Mohanty 2026-01-30 18:53:27 +01:00
  • e9a590fc04 Fix left issue of STAR-MC3 Code Review JidongMei 2026-02-09 16:25:26 +08:00
  • 9cbea5cbff Optimize for STAR-MC3 Code Reviw: 1 Rename form STAR_MC3 to ARM_STAR_MC3 2 Modify kernel_checker.py to pass license check JidongMei 2026-02-09 16:04:51 +08:00
  • 9ba0caa292 Add Arm China STAR-MC3 port support: Fix corresponding issue #1359 JidongMei 2026-02-03 20:54:46 +08:00
  • d33d04b14c remove stray semicolon from gcc-ARM_CRx_MPU port.c Florian La Roche 2026-01-29 11:13:42 +01:00
  • e2484f96d5 remove stray semicolon from gcc-ARM_CRx_MPU port.c Florian La Roche 2026-01-29 11:13:42 +01:00
  • 5eabaaaabb
    Fix an UB of comparing pointers Tedlion 2026-01-29 16:09:31 +08:00
  • ec60aa00c6
    Fix undefined behavior in pointer comparison Tedlion 2026-01-29 15:47:38 +08:00
  • 67f59a5f58
    Add missing include to fix compile error (#1358) Mike Bloom 2026-01-18 13:38:16 -05:00
  • 1d97ec60ff Add missing include to fix compile error mike919192 2026-01-17 15:30:52 -05:00
  • 5282247346
    Add assert to check for overflow in xStreamBufferSendFromISR. (#1357) jasonpcarroll 2026-01-13 13:35:01 -08:00
  • 95591a5269 Add assert to check for overflow in xStreamBufferSendFromISR. czjaso 2026-01-12 14:08:57 -08:00
  • 8a416d79c0
    fix: Add big-endian support to ARM_CRx_No_GIC port (#1355) Maxim De Clercq 2026-01-12 16:52:07 +01:00
  • b080a09228
    Merge branch 'main' into main-arm-crx-be32 Maxim De Clercq 2026-01-12 16:22:35 +01:00
  • d5c3c98ae4
    Add CFI frame unwind info in portable/IAR/RXv2/port_asm.s (#1341) Bernd Edlinger 2026-01-12 13:23:32 +01:00
  • d5e28107b3 Add CFI frame unwind info in portable/IAR/RXv2/port_asm.s Bernd Edlinger 2025-12-15 07:22:36 +01:00
  • c53a6b0547
    RP2040: Add xPortIsInsideInterrupt to match other ARM ports (#1356) Graham Sanderson 2026-01-12 00:58:27 -06:00
  • e290eca5ce RP2040: Add xPortIsInsideInterrupt to match other ARM ports graham sanderson 2026-01-10 15:45:43 -06:00
  • 3169c924b4
    fix: Add big-endian support to ARM_CRx_No_GIC port Maxim De Clercq 2026-01-08 14:58:35 +01:00
  • 1dbc77697f
    [Fix] Reset correct priority on disinherit timeout (#1338) Kody Stribrny 2025-12-31 10:07:49 -08:00
  • a2c57f12f2
    Merge branch 'main' into disinheritTimeoutFix Gaurav-Aggarwal-AWS 2025-12-31 13:15:28 +05:30
  • 26f9a2fdd3
    Add cast in stack allocation for task creation (#1340) Sidharth 2025-12-31 12:43:24 +05:30
  • d383ebad7b Add cast in stack allocation for task creation Sidharth 2025-12-14 17:30:02 +05:30
  • dd83fb7347 Adding support for Xen for x86 (32bit and 64bit) Sahoo 2025-12-30 16:07:27 +05:30
  • 14b30f209f
    fix: Add missing macro guards in task.h (#1342) Harsh Soni 2025-12-29 23:37:57 +05:30
  • 4607008810
    Merge e850728909 into 3ace38969b Sudeep Mohanty 2025-12-29 14:44:08 +08:00
  • a03fac19e5
    Merge branch 'FreeRTOS:main' into fix/task_macro_guard_conditions Harsh Soni 2025-12-29 06:18:03 +05:30
  • 10f3405880 [Feature] Support pvPortRealloc skb666 2025-12-25 21:36:23 +08:00
  • 3ace38969b Add asserts to check stack overflow at task creation AniruddhaKanhere 2025-12-19 12:12:44 -08:00
  • fc997f3d8e Add asserts to check stack overflow at task creation AniruddhaKanhere 2025-12-19 12:12:44 -08:00
  • a9cb459206
    Win32: Guard timeapi.h include for MinGW compatibility (#1345) nordync 2025-12-23 23:01:31 +03:00
  • 0052fde7a3
    Merge branch 'main' into port/win32-mingw-timeapi-fix Monika Singh 2025-12-24 00:50:14 +05:30
  • 536914b2a4
    Add catch up behavior to xTaskDelayUntil. (#1348) Kody Stribrny 2025-12-23 09:30:36 -08:00
  • 943af4257a
    fix: clean up Windows timer includes nordync 2025-12-23 12:48:48 +03:00
  • 1674007989 Add catch up behavior to xTaskDelayUntil. Kody Stribrny 2025-12-22 09:14:28 -08:00
  • c90321712e bugfix/mingw-timeapi Metehan Öztürk 2025-12-21 02:20:28 +03:00
  • 7d6890e650
    Add ARM Cortex-M52 port support FreeRTOS#1305 (#1334) Armchina_JidongMei 2025-12-19 20:22:58 +08:00
  • 3436cee756 Another attempt at fixing link check Gaurav Aggarwal 2025-12-19 11:42:14 +00:00
  • 4290a278d2 Fix link check Gaurav Aggarwal 2025-12-19 10:04:14 +00:00
  • f23951aa3f Fix link-verifier check Gaurav Aggarwal 2025-12-19 09:40:47 +00:00
  • 1171353426 Fix header check Gaurav Aggarwal 2025-12-19 05:58:49 +00:00
  • 4258666441 fix: Add missing macro guards in task.h Harsh Soni 2025-12-17 03:20:17 +05:30
  • e850728909 feat(freertos-smp): Add support for queue direct transfer buffer in task TCB Sudeep Mohanty 2025-12-03 15:43:05 +05:30
  • 1a89d1c9c3 [Fix] Reset correct priority on disinherit timeout Kody Stribrny 2025-11-28 12:30:39 -08:00
  • 3bfd03b201 Verify EXL bit only Kody Stribrny 2025-11-26 13:20:37 -08:00
  • 40f51fd08f Inline as a macro Kody Stribrny 2025-08-11 14:12:43 -07:00
  • d82e32d25a Further clean up Kody Stribrny 2025-08-11 14:04:33 -07:00
  • 45d332f972 Add declaration before definition Kody Stribrny 2025-08-11 13:22:43 -07:00
  • c1d93c7cdd [Work In Progress] Adding the xPortIsInsideInterrupt to the PIC32MZ port Kody Stribrny 2025-07-25 16:55:00 -07:00
  • 530cdce024
    Update port.c Sam Ledden 2025-11-24 16:06:45 -05:00
  • 624e0e20a2 Follow review suggestion to update code changes JidongMei 2025-11-18 10:18:15 +08:00
  • 9478a6562e
    Merge branch 'main' into feature/add-cortex-m52-support Gaurav-Aggarwal-AWS 2025-11-14 09:36:55 +05:30
  • f8091f70ba Add ARM Cortex-M52 port support Fixes #1305 - Add ARM_CM52 and ARM_CM52_NTZ port implementations for GCC and IAR compilers JidongMei 2025-11-13 17:29:38 +08:00
  • fed39c5ea7
    Refine comments related to taskYIELD in queue.h (#1333) Saiiijchan 2025-11-12 16:21:08 +08:00
  • c47148316d queue.h: refine comments related to taskYIELD wangfei_chen 2025-11-06 10:40:41 +08:00
  • 439af33c52
    riscv: refine vector context layout on stack (#1329) Saiiijchan 2025-11-05 00:44:16 +08:00
  • 5c5e690ef3
    Merge branch 'main' into refine_rvv_context Gaurav-Aggarwal-AWS 2025-11-03 12:32:28 +05:30
  • c8d31ddcff
    Use saved mstatus for FPU/VPU state determination (#1330) Gaurav-Aggarwal-AWS 2025-11-03 12:32:08 +05:30