Commit graph

  • 61d68492c0 New API xTaskPeriodicDelay (#1349) Nicola Fontana 2026-02-17 16:22:07 +01:00
  • d877cd5398
    Fix MPU wrapper macro mapping for ARMv8M ports (#1419) Gaurav-Aggarwal-AWS 2026-05-30 08:38:02 +05:30
  • a890428976
    Merge branch 'main' into armv8m_mpu Gaurav-Aggarwal-AWS 2026-05-27 09:38:07 +05:30
  • b4005374c7
    fix: make vPortYield weak in ARM_CRx_No_GIC port (#1414) Maxim De Clercq 2026-05-26 03:28:54 +02:00
  • 5b850181f1 Fix MPU wrapper macro mapping for ARMv8M ports Gaurav Aggarwal 2026-05-23 23:57:48 +05:30
  • 882cca6ddf fix: make vPortYield weak in ARM_CRx_No_GIC port Maxim De Clercq 2026-05-09 12:26:52 +02:00
  • 66b84c848e
    test: add unit tests for stream buffer extension API Srikanth Patchava 2026-04-25 01:34:08 -07:00
  • ddeac629f0
    fix: prevent integer overflow in stream buffer size calculations Srikanth Patchava 2026-04-25 01:34:00 -07:00
  • df4760e7c6
    feat: add stream buffer peek and snapshot API Srikanth Patchava 2026-04-25 01:33:49 -07:00
  • 80d4694ed5
    fix: TOCTOU race condition in vTaskListTasks() Srikanth Patchava 2026-04-24 20:22:22 -07:00
  • b2bbcf8e1e
    chore: add .editorconfig for consistent code formatting Srikanth Patchava 2026-04-24 19:41:17 -07:00
  • aca328e173 Merge branch 'main' of https://github.com/kuopinghsu/FreeRTOS-Kernel Kuoping Hsu 2026-05-19 23:32:25 +08:00
  • 0d77e4755b Enhance core mask validation and task yielding logic in vTaskSetSchedulerCoreMask Kuoping Hsu 2026-05-19 23:32:20 +08:00
  • 259b41b80c
    Merge branch 'main' into main Kuoping Hsu 2026-05-18 08:08:20 +08:00
  • d3b074a01e
    Add affinity to IDLE tasks in SMP systems (#1415) rus084 2026-05-17 23:36:59 +03:00
  • 54c3e971da Fix undefined behavior in uxSchedulerCoreMask initialization and clamping logic Kuoping Hsu 2026-05-15 20:37:20 +08:00
  • 4f32c359ef Add tracing macros for core scheduling functions and enhance documentation Kuoping Hsu 2026-05-15 20:27:13 +08:00
  • eb5f4ad197
    Potential fix for pull request finding Kuoping Hsu 2026-05-15 16:34:33 +08:00
  • 657932c563 Add configUSE_SCHEDULER_CORE_MASK and vTaskSetSchedulerCoreMask API Kuoping Hsu 2026-05-15 16:04:14 +08:00
  • 14ae22289a Add affinity to IDLE tasks in SMP systems rus084 2026-05-12 12:41:36 +03:00
  • ea5224c779 Merge branch 'fix/1416-microblaze-stack-protection-undefined-offsets' of https://github.com/furkanyilmazgtb/FreeRTOS-Kernel into fix/1416-microblaze-stack-protection-undefined-offsets furkanyilmazgtb 2026-05-12 17:08:02 +03:00
  • 66c021af55 Added missing stack protection offsets. furkanyilmazgtb 2026-05-12 14:21:19 +03:00
  • f1c4e29a4e Added missing stack protection offsets. furkanyilmaz2 2026-05-12 14:21:19 +03:00
  • 53c59b6190
    Add affinity to IDLE tasks in SMP systems rus084 2026-05-08 11:01:03 +03:00
  • c985868d34 Add ARM_AARCH64_ARMV9 port with SVE2 context switch Richard Elberger 2026-05-07 10:10:58 -07:00
  • a8c9d35152
    Fix undefined behavior from signed left-shift in MSVC-MingW port (#1411) Anubhav Rawal 2026-05-06 16:11:51 -07:00
  • f8599deaf2 Fix undefined behavior from signed left-shift in MSVC-MingW port Anubhav Rawal 2026-05-06 15:14:50 -07:00
  • 4b51b12901 Add missing configuration macros to FreeRTOSConfig.h template Anand Kumar 2026-04-11 14:47:42 +05:30
  • d1f551e253 - Fixed the wrong pre-processor comment and function parameters Ramesh 2026-04-22 16:49:12 +05:30
  • ab7312d5b4 - Fixed the wrong pre-processor comment and function parameters Ramesh 2026-04-22 16:49:12 +05:30
  • 5b9a8ca934 Remove post-timeout re-check in queue receive paths AniruddhaKanhere 2026-04-22 17:19:46 -07:00
  • 587fe6df0d Fix long path errors on Windows demos Kody Stribrny 2026-04-22 11:05:16 -07:00
  • 2737e45c24 Fix long path errors on Windows demos Kody Stribrny 2026-04-22 11:05:16 -07:00
  • 0ab20dd78b Batching buffers read when reaching threshold Kody Stribrny 2026-04-22 10:45:02 -07:00
  • 5f2cc25b17 fix stream/message buffer type and timeout in example 1294644079@qq.com 2026-04-18 23:35:43 +08:00
  • 0d8099058a fix stream/message buffer type and timeout in example 1294644079@qq.com 2026-04-18 23:35:43 +08:00
  • aa6f95790c fix stream buffer example 1294644079@qq.com 2026-04-18 23:22:12 +08:00
  • 54bda71ea3 fix: Correct example type and timeout 1294644079@qq.com 2026-04-18 22:19:13 +08:00
  • b6499d9caa fix: Correct xStreamBufferReceive and xMessageBufferReceiveFromISR example type and timeout 1294644079@qq.com 2026-04-18 21:46:31 +08:00
  • 7c0c890c64
    Add stack size validation in SecureContext_AllocateContext (#1402) Patrick Zhang 2026-04-16 14:18:23 -07:00
  • 26229fd249 Add stack size validation in SecureContext_AllocateContext patrzhan 2026-04-15 16:32:48 -07:00
  • bdcde9583d
    Cleanup: remove unnecessary const variable (#1399) Clement 2026-04-15 18:45:01 +02:00
  • d75a425525 Cleanup: remove unnecessary const variable Clement Amar 2026-04-11 13:22:53 +02:00
  • 75936642cb
    Merge 2fe3c61c26 into 4467fa8e41 Hesham Almatary 2026-04-15 09:50:40 +02:00
  • 4467fa8e41 Fix: Change PUBLIC to INTERFACE for interface library in error message 1294644079@qq.com 2026-04-11 22:19:14 +08:00
  • a1471c9404
    Merge branch 'main' into fix/smp-preemption-disable-yield-pending Harsh Abasaheb Chavan 2026-04-12 16:53:51 +04:00
  • 47691e6c90 Fix suppressed ISR yield reporting in SMP preemption fix Harsh Abasaheb Chavan 2026-04-12 18:20:59 +05:30
  • 38b342313b Fix: Change PUBLIC to INTERFACE for interface library in error message 1294644079@qq.com 2026-04-11 22:19:14 +08:00
  • 4c399f3a0e Provide alternative approach for consuming freeRTOS by cmake projects mkowalski 2026-04-08 08:58:27 +02:00
  • 129b09fb1d
    Correct RISC-V port #endif preprocessor comments (#1395) cui 2026-04-04 06:49:47 +08:00
  • 03132e4481 Correct RISC-V port #endif preprocessor comments Weixie Cui 2026-04-04 01:32:56 +08:00
  • fba8b2c4a2
    Fix template configuration path in README (#1394) Clement 2026-04-03 23:07:52 +02:00
  • 385a58ce77 Corrected path in README: ./template_configuration → ./examples/template_configuration YAHIA-AMAR 2026-04-03 15:09:08 +02:00
  • f965eda041
    Add Multicore SMP on Armv8-M ports (#1385) Ahmed Ismail 2026-04-03 01:10:12 +01:00
  • 68eb1eb387 Armv8-M: Copy SMP changes to all Armv8-M based ports Ahmed Ismail 2026-03-13 17:16:25 +00:00
  • 5cf9ac5296 ARMv8-M: Add SMP support to CM33 NTZ non-MPU port Ahmed Ismail 2026-03-13 17:14:03 +00:00
  • c5c6f1514c
    Fix: missing V prefix in release_tag and namespace-prefix (#1393) Felicity Zhao 2026-04-01 11:16:45 -07:00
  • 4ac96355d6 Fix: missing V prefix in release_tag and namespace-prefix felicityzhao9 2026-03-30 23:19:58 -07:00
  • 9b777ae5c5 [AUTO][RELEASE]: Update SBOM V11.3.0 kstribrnAmzn 2026-03-30 23:50:07 +00:00
  • 7651e1a661 [AUTO][RELEASE]: Update version number in manifest.yml and source files kstribrnAmzn 2026-03-30 23:48:58 +00:00
  • 2af3631144 [AUTO][RELEASE]: Bump file header version to "11.3.0" kstribrnAmzn 2026-03-30 23:48:57 +00:00
  • 06e36231cb [AUTO][RELEASE]: Bump task.h version macros to "11.3.0" kstribrnAmzn 2026-03-30 23:48:56 +00:00
  • 97a7c2bbc0 [AUTO][RELEASE]: Update version number in manifest.yml and source files kstribrnAmzn 2026-03-30 23:48:58 +00:00
  • 5b00f9b502 [AUTO][RELEASE]: Bump file header version to "11.3.0" kstribrnAmzn 2026-03-30 23:48:57 +00:00
  • 290d989396 [AUTO][RELEASE]: Bump task.h version macros to "11.3.0" kstribrnAmzn 2026-03-30 23:48:56 +00:00
  • 2624889925
    Remove github_token input, correct for SBOM file placement (#1391) Kody Stribrny 2026-03-30 16:47:57 -07:00
  • 35ba94246f Copy over generated SBOM files Kody Stribrny 2026-03-30 16:38:39 -07:00
  • d43e358e86 Remove github_token input Kody Stribrny 2026-03-30 16:26:47 -07:00
  • e365da1b12
    Make the Github token optional (#1390) Kody Stribrny 2026-03-30 16:16:16 -07:00
  • 41b6a6205b Make the Github token optional Kody Stribrny 2026-03-30 16:01:49 -07:00
  • fb2ab8d575
    Provide a default token value (#1389) Kody Stribrny 2026-03-30 15:52:02 -07:00
  • d83c9e4fd1 Provide a default token value Kody Stribrny 2026-03-30 14:58:42 -07:00
  • caee8b6a94
    Updating Auto-Release Workflow (#1388) Kody Stribrny 2026-03-30 14:50:31 -07:00
  • bf431d4495 Create a release branch which can be deleted. Update SBOM workflow params. No more secrets. Kody Stribrny 2026-03-30 13:16:21 -07:00
  • 90137a03cd Revert fork repo testing changes Kody Stribrny 2026-03-27 16:27:51 -07:00
  • 131f19962a [AUTO][RELEASE]: Update version number in manifest.yml and source files kstribrnAmzn 2026-03-27 23:23:06 +00:00
  • 4543c45f69 [AUTO][RELEASE]: Bump file header version to "12.3.4" kstribrnAmzn 2026-03-27 23:23:06 +00:00
  • f3e9da1711 [AUTO][RELEASE]: Bump task.h version macros to "12.3.4" kstribrnAmzn 2026-03-27 23:23:05 +00:00
  • ad5cd112c8 Fix detached head issue Kody Stribrny 2026-03-27 16:21:59 -07:00
  • 9c7caf8346 Debugging attempt Kody Stribrny 2026-03-27 16:18:44 -07:00
  • 0ee5930076 Maybe dev changes? Kody Stribrny 2026-03-27 16:11:47 -07:00
  • 4582e77cd4 Revert - dev testing changes Kody Stribrny 2026-03-27 16:05:43 -07:00
  • 80ff337b11 Updating kernel release workflow Kody Stribrny 2026-03-27 15:01:23 -07:00
  • 522911cdb6 Updating kernel release workflow Kody Stribrny 2026-03-27 15:01:23 -07:00
  • fcc665325c
    Add history.txt for release V11.3.0 (#1373) Kody Stribrny 2026-03-16 13:09:58 -07:00
  • 930b0aedd0 I suck at punctuation Kody Stribrny 2026-03-16 12:58:30 -07:00
  • 0291b01825 Remove the date since we need this in so that other packages may be tested Kody Stribrny 2026-03-16 12:57:51 -07:00
  • a53e9337e9 fix: use inherited priority for event item value in vTaskPrioritySet Harsha 2026-03-15 21:04:41 +05:30
  • c926adcf6e Fix SMP scheduler evicting task when preemption is disabled Harsh Abasaheb Chavan 2026-03-15 04:12:12 +05:30
  • a266f76c1e
    Merge branch 'main' into yFreeRTOS_ex_u545 Kuna Yaswanth 2026-03-06 17:34:41 +05:30
  • 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
  • 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
  • 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) 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