Commit graph

  • 09dc387341
    Merge ea5224c779 into a8c9d35152 furkanyilmazgtb 2026-05-12 14:08:10 +00: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
  • 00f947305a
    Merge b90464f4c2 into a8c9d35152 rus084 2026-05-12 13:01:47 +03:00
  • b90464f4c2 Add affinity to IDLE tasks in SMP systems rus084 2026-05-12 12:41:36 +03:00
  • 8403caaa3a
    Merge 6f2a4b5dd9 into a8c9d35152 Srikanth Patchava 2026-05-11 20:09:31 +00:00
  • 6f2a4b5dd9
    test: add unit tests for stream buffer extension API Srikanth Patchava 2026-04-25 01:34:08 -07:00
  • bf268c5984
    fix: prevent integer overflow in stream buffer size calculations Srikanth Patchava 2026-04-25 01:34:00 -07:00
  • 5113496d41
    feat: add stream buffer peek and snapshot API Srikanth Patchava 2026-04-25 01:33:49 -07:00
  • 717b8a099b
    fix: TOCTOU race condition in vTaskListTasks() Srikanth Patchava 2026-04-24 20:22:22 -07:00
  • 2c9a217e87
    chore: add .editorconfig for consistent code formatting Srikanth Patchava 2026-04-24 19:41:17 -07:00
  • 7360c37dd8
    Merge 3bfd03b201 into a8c9d35152 Kody Stribrny 2026-05-11 23:39:55 +05:00
  • a9238515f9
    Merge a266f76c1e into a8c9d35152 Kuna Yaswanth 2026-05-11 23:39:55 +05:00
  • c63cf06762
    Merge a8eb1a6f7d into a8c9d35152 Kody Stribrny 2026-05-11 23:39:55 +05:00
  • 44e2508425
    Merge 4b51b12901 into a8c9d35152 Anand Kumar 2026-05-11 23:39:55 +05:00
  • 8e924684ec
    Merge 0ab20dd78b into a8c9d35152 Kody Stribrny 2026-05-11 23:39:55 +05:00
  • f423257a48
    Merge 4df89dcf5e into a8c9d35152 Asish Kumar 2026-05-11 06:33:21 +00:00
  • 002eeb10cb
    Merge e1eb15a20d into a8c9d35152 Nicola Fontana 2026-05-10 22:55:04 +00:00
  • 5bd9d53062
    Merge 5b9a8ca934 into a8c9d35152 Aniruddha Kanhere 2026-05-10 03:00:54 +00:00
  • aafb7cd21d
    Merge f7e264f369 into a8c9d35152 Maxim De Clercq 2026-05-09 12:36:00 +02:00
  • f7e264f369 fix: make vPortYield weak in ARM_CRx_No_GIC port Maxim De Clercq 2026-05-09 12:26:52 +02:00
  • 8c1da1902d
    Merge 4c399f3a0e into a8c9d35152 eMKa 2026-05-08 21:30:03 +02:00
  • 53c59b6190
    Add affinity to IDLE tasks in SMP systems rus084 2026-05-08 11:01:03 +03:00
  • 549d1456e0
    Merge a1471c9404 into a8c9d35152 Harsh Abasaheb Chavan 2026-05-07 21:36:00 +03:00
  • e28d57b2f7
    Merge 5b9ef011ae into a8c9d35152 SKB 2026-05-07 18:02:14 +02:00
  • 7c0b95b389
    Merge b0ee053752 into a8c9d35152 elsonwei 2026-05-07 14:06:07 +00:00
  • b0ee053752 Fix formating Elson Wei 2026-05-06 17:39:53 +08:00
  • 1630e69c12 Fix MISRA C 2012 Rule 20.4: Replace #define static with STATIC macro Elson Wei 2026-05-01 22:15:27 +08:00
  • f76d2da633
    Merge a53e9337e9 into a8c9d35152 Kannajosyula Harsha Vardhan 2026-05-06 18:28:30 -05:00
  • 24ae61c503
    Merge 63017388f1 into a8c9d35152 Anubhav Rawal 2026-05-06 16:27:49 -07:00
  • 63017388f1 Fix: Invalidate MPU object pool entry on timer delete in MPU wrappers v2 timerFree Anubhav Rawal 2026-05-06 16:26:57 -07:00
  • a8c9d35152
    Fix undefined behavior from signed left-shift in MSVC-MingW port (#1411) main 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
  • 4df89dcf5e stream_buffer: require batching buffers to exceed trigger level Asish Kumar 2026-04-04 17:03:22 +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
  • 3346ee9078 change(freertos-smp): Reconcile granular lock changes from upstream development Sudeep Mohanty 2026-04-23 15:36:59 +02:00
  • 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