Commit graph

  • 2abeb3e52f
    Demo/CORTEX_MPS2_QEMU_IAR_GCC: increase min stack size from 80 to 88 (#1332) Florian La Roche 2025-03-06 19:44:29 +01:00
  • 4d9cd906d3
    RISCV Add FPU context save (#1250) Jonathan Cubides 2025-03-06 19:34:48 +01:00
  • dec30a8193 port: riscv: Apply @aggarg's sugestions Jonathan Cubides 2025-03-05 15:45:56 +01:00
  • 1198daba4d port: riscv: Fix a few typos Jonathan Cubides 2025-03-05 09:36:22 +01:00
  • 621e8fbd7d Update dictionary to include some risc-v instructions Jonathan Cubides 2025-01-23 15:55:24 +01:00
  • f40d89f49d port: riscv: Add a chip_specific_extensions file that includes the F extension Jonathan Cubides 2025-01-23 15:13:58 +01:00
  • a864fe3e08 port: riscv: Update the stack init function to include the fpu context size Jonathan Cubides 2025-01-23 15:04:11 +01:00
  • 0fc228dc9b port: riscv: Add a couple of macros that store fpu context Jonathan Cubides 2025-01-23 14:52:15 +01:00
  • 214b8092f2 port: riscv: Create some macros for the FPU context Jonathan Cubides 2025-01-23 14:54:40 +01:00
  • f38a54b42a port: riscv: Split the number of registers and the size of the context Jonathan Cubides 2025-01-23 14:48:05 +01:00
  • d82b6d1dc9 port: riscv: Fix typo Jonathan Cubides 2025-01-23 15:02:06 +01:00
  • fda472bbd6
    Update the coreMQTT submodule pointer (#1331) Dakshit Babbar 2025-03-06 11:08:38 +05:30
  • 742729ed29
    Add an assert o catch overflow of recursive mutex counter (#1254) Stefan Innerhofer 2025-03-04 10:55:19 +01:00
  • b98a2d238b Code review suggestion Gaurav Aggarwal 2025-03-04 09:12:50 +00:00
  • d4ad35175c
    Merge branch 'main' into main Gaurav-Aggarwal-AWS 2025-03-04 14:05:34 +05:30
  • 0adc196d4b [AUTO][RELEASE]: Update SBOM V11.2.0 rohitmadan07 2025-03-04 08:34:20 +00:00
  • ad245af689 [AUTO][RELEASE]: Update version number in manifest.yml rohitmadan07 2025-03-04 08:34:19 +00:00
  • 12a09f8004 [AUTO][RELEASE]: Bump file header version to "11.2.0" rohitmadan07 2025-03-04 08:34:19 +00:00
  • 82c897ae30 [AUTO][RELEASE]: Bump task.h version macros to "11.2.0" rohitmadan07 2025-03-04 08:34:17 +00:00
  • 60f34f8503
    Add history.txt for release V11.2.0 (#1253) Rahul Kar 2025-03-04 13:18:43 +05:30
  • 51f6b0082a Code review suggestions Gaurav Aggarwal 2025-03-04 07:28:38 +00:00
  • 0cf7c9550d
    Fix spelling Rahul Kar 2025-03-03 16:36:17 +05:30
  • ee2ee4dc7c Fix add overflow check on recursive mutex counter Stefan 2025-03-03 08:43:10 +01:00
  • d5654516cf Add history.txt for release V11.2.0 kar-rahul-aws 2025-03-03 10:39:35 +05:30
  • 3fd7f174db
    Fix MISRA violations for Kernel release V11.2.0 (#1251) Rahul Kar 2025-02-28 17:10:08 +05:30
  • 4b7338c6dd Merge branch 'fix_misra_violations' of github.com:kar-rahul-aws/FreeRTOS-Kernel into fix_misra_violations kar-rahul-aws 2025-02-28 11:01:15 +05:30
  • c361e68a6b Remove redundant configASSERT in timers.c kar-rahul-aws 2025-02-28 11:00:58 +05:30
  • 4f51ec1a30 Fix formatting Rahul Kar 2025-02-27 10:25:29 +00:00
  • f0f8e9e743 Fix MISRA violations for Kernel release V11.2.0 kar-rahul-aws 2025-02-27 15:29:20 +05:30
  • df0aa5a815
    Disable stack overflow check for MPU ports (#1231) Gaurav-Aggarwal-AWS 2025-02-24 21:54:15 +05:30
  • 2feb8bd8a9 Address review feedback Gaurav Aggarwal 2025-02-24 15:57:35 +00:00
  • 9779830a4a Uncrustify: triggered by comment. GitHub Action 2025-02-19 20:06:55 +00:00
  • 54325540ea [FIX] add NULL pointer check to xTaskIncrementTick() Stefan 2025-02-19 18:18:41 +01:00
  • b0d5547ba7
    Merge branch 'main' into stack_overflow_check Gaurav-Aggarwal-AWS 2025-02-16 14:26:48 +05:30
  • 8eba8b5c9f
    Update URI for FreeRTOS Quick start guide and FAQ (#1328) Tony Josi 2025-02-16 11:24:31 +05:30
  • 200e13bbe7
    Update URI for Quick_Start_Guide (#1327) Tony Josi 2025-02-14 10:50:54 +05:30
  • 1a1ae36f9a
    Update instruction to suppress SIGUSR1 in Posix with LLDB debugger (#1248) Bhoomika R S 2025-02-13 15:03:23 +05:30
  • 8003b6ff04
    Update port.c Bhoomika R S 2025-02-13 14:49:05 +05:30
  • 93b1ae25f5
    Merge branch 'FreeRTOS:main' into posixPortUpdate Bhoomika R S 2025-02-13 14:46:32 +05:30
  • 15ec8b8995
    POSIX Simulator: Assert if vPortYield called from a non-FreeRTOS thread (#1247) John Boiles 2025-02-12 21:14:22 -08:00
  • da54520beb POSIX Simulator: Assert if vPortYield called from a non-FreeRTOS thread John Boiles 2025-02-12 10:37:51 -08:00
  • f32e92ba25
    Merge branch 'main' into stack_overflow_check Gaurav-Aggarwal-AWS 2025-02-12 20:57:44 +05:30
  • 29e817b70e
    Include current task runtime in ulTaskGetRunTimeCounter (#1234) Gaurav-Aggarwal-AWS 2025-02-12 20:57:18 +05:30
  • 19661e559d
    Merge branch 'main' into stack_overflow_check Gaurav-Aggarwal-AWS 2025-02-12 16:22:48 +05:30
  • 76f639c8f3 Fix formatting check Gaurav Aggarwal 2025-02-12 10:32:54 +00:00
  • 36cb6aff16
    Merge branch 'main' into ulTaskGetRunTimeCounter Gaurav-Aggarwal-AWS 2025-02-12 15:01:50 +05:30
  • 99d3767409 Update vTaskGetInfo Gaurav Aggarwal 2025-02-12 09:31:23 +00:00
  • 51a1598e4e
    Add instruction to suppress SIGUSR1 in Posix with LLDB debugger (#1245) Bhoomika R S 2025-02-12 14:57:03 +05:30
  • 3712f5191a Update Idle task runtime calculations Gaurav Aggarwal 2025-02-12 09:24:19 +00:00
  • 5eef7bfc1a Add instruction for debugging posix application with LLDB Bhoomika R S 2025-02-12 14:27:09 +05:30
  • 4bb54a3cdc Add #if __APPLE__ to lldb workaround John Boiles 2025-02-10 10:50:37 -08:00
  • 6d040ebf0f
    Merge branch 'main' into ulTaskGetRunTimeCounter Rahul Kar 2025-02-10 13:50:00 +05:30
  • fbaeba352e
    fix(freertos): Correct taskRESERVED_TASK_NAME_LENGTH macro definition (#1241) Sudeep Mohanty 2025-02-10 09:17:36 +01:00
  • f70182dffc
    Merge branch 'main' into fix/reserved_task_name_len_define Gaurav-Aggarwal-AWS 2025-02-10 13:20:05 +05:30
  • 57620922e0 fix(freertos): Correct taskRESERVED_TASK_NAME_LENGTH macro definition Sudeep Mohanty 2025-02-07 08:53:32 +01:00
  • 617657c57f
    Added TraceRecorder also in IAR project for CORTEX_MPS2_QEMU_IAR_GCC demo (#1325) Johan Kraft 2025-02-10 08:02:38 +01:00
  • a304184654
    Merge branch 'main' into clear-pending-signals Rahul Kar 2025-02-10 11:05:22 +05:30
  • a470b2d375
    RP2040: update FreeRTOS_Kernel_import.cmake to match the newer version in Community-Supported-Ports (#1243) Graham Sanderson 2025-02-09 23:32:36 -06:00
  • b290aa5a1e RP2040: update FreeRTOS_Kernel_import.cmake to match the newer version in Community-Supported-Ports graham sanderson 2025-02-07 11:21:38 -06:00
  • c7e59d67bb
    Merge branch 'main' into ulTaskGetRunTimeCounter Rahul Kar 2025-02-07 17:34:33 +05:30
  • 313790da8d
    Merge branch 'main' into clear-pending-signals Rahul Kar 2025-02-07 16:52:12 +05:30
  • d10ee46811
    Fix GCC/Posix port compilation on FreeBSD (#1239) (#1240) Jakub Tymejczyk 2025-02-07 02:21:34 +01:00
  • b71be3e293
    Merge branch 'main' into clear-pending-signals Rahul Kar 2025-02-06 18:07:17 +05:30
  • 64b3f74948
    Merge branch 'main' into ulTaskGetRunTimeCounter Rahul Kar 2025-02-06 18:06:58 +05:30
  • 7324ad53c3 Fix GCC/Posix port compilation on FreeBSD (#1239) Jakub Tymejczyk 2025-02-06 13:25:30 +01:00
  • b268df41ef
    Merge branch 'main' into posix-only-yield-freertos-threads Rahul Kar 2025-02-06 15:20:15 +05:30
  • ae0a5913c8
    Call key creation before checking if a thread is FreeRTOS (#1238) Rahul Kar 2025-02-06 14:41:19 +05:30
  • 2784d5b520 Call key creation before checking if a thread is FreeRTOS Rahul Kar 2025-02-06 07:34:17 +00:00
  • 3973fc64a9 POSIX Simulator: Don't yield non-FreeRTOS threads John Boiles 2025-02-05 16:59:46 -08:00
  • e64f248740
    Merge branch 'main' into clear-pending-signals Rahul Kar 2025-02-04 16:06:10 +05:30
  • d731a85d0b
    Merge branch 'main' into stack_overflow_check Rahul Kar 2025-02-04 16:05:52 +05:30
  • 0f7edaff73
    Reinstate "Fix inaccurate ticks in windows port" (#1198) Ben Nicholls 2025-02-04 16:33:44 +11:00
  • 3171dea155 Reinstate "Fix inaccurate ticks in windows port" Ben Nicholls 2024-11-28 08:53:22 +11:00
  • 3d82c5d617
    Merge branch 'main' into stack_overflow_check Rahul Kar 2025-01-31 12:53:32 +05:30
  • 53eb75624a Fix formatting and spell check Rahul Kar 2025-01-31 07:22:01 +00:00
  • b736fc8c2d Fix CI formatting check Gaurav Aggarwal 2025-01-30 12:12:07 +00:00
  • 6e6e9347bc Include current task runtime in ulTaskGetRunTimeCounter Gaurav Aggarwal 2025-01-30 11:55:02 +00:00
  • 94263d23bd Simpler, more targeted solution John Boiles 2025-01-29 13:36:14 -08:00
  • 0e644d3cd0
    Merge branch 'main' into clear-pending-signals John Boiles 2025-01-29 12:08:49 -08:00
  • ad4e723829
    Mark mutex as robust to prevent deadlocks (#1233) Gaurav-Aggarwal-AWS 2025-01-29 07:27:30 +05:30
  • 1a0f0cd512
    Merge branch 'main' into posix_port Gaurav-Aggarwal-AWS 2025-01-28 22:43:31 +05:30
  • f94bc89108
    fix: SA violation fixes and simplification for idle task length restrictions (#1227) Kody Stribrny 2025-01-28 09:13:17 -08:00
  • e7e7005eb6
    Merge branch 'main' into idleTaskSAFixes Gaurav-Aggarwal-AWS 2025-01-28 21:27:24 +05:30
  • 1f59ce71b1 Fix github batch addition Kody Stribrny 2025-01-28 07:42:33 -08:00
  • f9c020eaeb
    Apply suggestions from code review Kody Stribrny 2025-01-28 07:21:30 -08:00
  • 3d927557dc
    Add tests to cover xQueueCreateSetStatic (#1323) Gaurav-Aggarwal-AWS 2025-01-28 20:44:20 +05:30
  • 92be5d47ee Mutex robust APIs are not available on Mac Gaurav Aggarwal 2025-01-25 11:23:07 +00:00
  • 2e38eb5423 Address warnings introduced in PR #1223 Gaurav Aggarwal 2025-01-25 11:12:42 +00:00
  • a0a249b792
    Merge branch 'main' into stack_overflow_check Gaurav-Aggarwal-AWS 2025-01-25 16:10:01 +05:30
  • 42135c1a22 Mark mutex as robust to prevent deadlocks Gaurav Aggarwal 2025-01-25 10:26:19 +00:00
  • b421abc7c3
    Update Community-Supported-Ports submod to fix RP2350 port - FreeRTOS-Kernel#1220 (#1232) Cavin McKinley 2025-01-25 03:38:49 -06:00
  • 3c543a12b5
    Merge branch 'main' into main Gaurav-Aggarwal-AWS 2025-01-25 13:58:07 +05:30
  • 6534df98f5
    Merge branch 'main' into stack_overflow_check Gaurav-Aggarwal-AWS 2025-01-25 13:34:27 +05:30
  • 11d0caa614
    Fix the context array size for MPU ports (#1230) Gaurav-Aggarwal-AWS 2025-01-25 13:34:03 +05:30
  • e6fd0c4222
    Merge branch 'main' into mpu_context_size Gaurav-Aggarwal-AWS 2025-01-25 13:24:22 +05:30
  • 2b35979a1a
    POSIX Simulator: Handle pthreads not created by FreeRTOS differently (#1223) John Boiles 2025-01-24 16:56:59 -08:00
  • 9b7810acc2 Assert that thread_data != NULL John Boiles 2025-01-24 16:43:08 -08:00
  • 8110c05629 PR feedback to eliminate early returns John Boiles 2025-01-24 16:32:57 -08:00
  • 48e41661a8 Fix suppression numbering Kody Stribrny 2025-01-24 10:45:44 -08:00
  • ea2a07694a Correcting suppression line Kody Stribrny 2025-01-24 10:43:33 -08:00