Commit graph

  • da14835687 Additional commentary Angel Cascarino 2024-06-19 19:27:05 +01:00
  • 50958c1659 Create dummy pxCurrentTCBs for xcore.ai port Angel Cascarino 2024-06-19 17:56:27 +01:00
  • 31419bfcee
    FreeRTOS MPU: Add Privileged eXecute Never MPU attribute support (#1092) Ahmed Ismail 2024-06-19 16:12:50 +01:00
  • 47e47e7670 Fix kexcept function Angel Cascarino 2024-06-19 15:32:21 +01:00
  • b7c0fc1c8f Code review suggestions Gaurav Aggarwal 2024-06-17 16:19:14 +00:00
  • ea60cd130a freertos-mpu: Add privileged execute never MPU attribute Ahmed Ismail 2024-05-23 13:19:10 +01:00
  • 0c79e74eaa
    Remove run state assertion in prvCheckForRunStateChange (#1093) chinglee-iot 2024-06-19 18:29:04 +08:00
  • b2b177aa59
    Remove the configASSERT unit test for prvCheckForRunStateChange (#1231) chinglee-iot 2024-06-19 17:30:18 +08:00
  • 62940d3d56 Remove run state assertion in prvCheckForRunStateChange Ching-Hsin,Lee 2024-06-19 15:07:08 +08:00
  • 76eb443821
    Fix traceMALLOC() allocated bytes (#1089) 耀眼的大神 2024-06-13 13:25:54 +08:00
  • e841d59192
    Merge branch 'main' into main Gaurav-Aggarwal-AWS 2024-06-12 14:34:33 +05:30
  • 3a6f50487e Create a new variable xAllocatedBlockSize for traceMALLOC() WangGaoJie 2024-06-12 16:16:07 +08:00
  • 663eaad1b2
    Update link in third_party_tools.md (#1090) Gaurav-Aggarwal-AWS 2024-06-12 13:43:43 +05:30
  • 06f71b8a2c
    Merge branch 'main' into link chinglee-iot 2024-06-12 14:39:30 +08:00
  • 7740185b0b Update link in third_party_tools.md Gaurav Aggarwal 2024-06-12 06:35:48 +00:00
  • 28b6a141ea
    - Changed macro __VFP_FP__ to __ARM_FP for ports GCC/ARM_CM7, GCC/ARM_CM4_MPU, and GCC/ARM_CM4F to accurately reflect if floating point hardware support is enabled (#1088) haydenridd 2024-06-10 22:00:08 -07:00
  • e94aa346aa
    Merge branch 'main' into haydenridd/issue-1087 Gaurav-Aggarwal-AWS 2024-06-11 10:19:11 +05:30
  • 2d5c193a0f Fix traceMALLOC() memory count is inaccurate. (#1078) WangGaoJie 2024-06-11 09:38:27 +08:00
  • e64d1e06b3
    Add traceSTARTING_SCHEDULER tracing hook. (#1082) Philipp Schilk 2024-06-10 19:44:10 +02:00
  • 285b31b4f9 - Changed macro __VFP_FP__ to __ARM_FP for ports GCC/ARM_CM7, GCC/ARM_CM4_MPU, and GCC/ARM_CM4F to accurately reflect if floating point hardware support is enabled Hayden Riddiford 2024-06-10 10:17:29 -07:00
  • 2b7f18000b
    Merge branch 'main' into schilkp/sched_started_tracing_hook Gaurav-Aggarwal-AWS 2024-06-10 21:01:20 +05:30
  • bf046c15f7
    Fix unit test for kernel PR #1082 (#1228) Gaurav-Aggarwal-AWS 2024-06-10 21:00:21 +05:30
  • bee9037c46
    Fix compilation warning about undelcared pthread_setname_np (#1079) maxiao 2024-06-10 18:32:04 +08:00
  • 6e1b9d8f79 Resolve the issue of low version glibc and gcc compilation not being able to be resolved due to the definition of __USE_GNU (#1077) maxiao 2024-06-10 16:48:10 +08:00
  • 7cad591f4b Revert "Resolve the issue of low version glibc and gcc compilation not being able to be resolved due to the definition of __USE_GNU (#1077)" maxiao 2024-06-10 16:43:51 +08:00
  • 44db556ff5 Revert "Solve the macos compilation issue (#1077)" maxiao 2024-06-10 16:43:43 +08:00
  • 5f85f43c39
    Posix_GCC: update compiler options (#1227) Florian La Roche 2024-06-10 08:02:23 +02:00
  • b547e7c577 Spell check fix Gaurav Aggarwal 2024-06-10 05:58:18 +00:00
  • bd662a41ad
    Merge branch 'main' into schilkp/sched_started_tracing_hook Gaurav-Aggarwal-AWS 2024-06-10 11:01:59 +05:30
  • 6695a6fad3
    Merge branch 'main' into maxiao_posix maxiao 2024-06-08 08:24:38 +08:00
  • 19e901e3e8 Add extended traceTASK_DELAY hook, clarified traceTASK_DELAY_UNTIL. schilkp 2024-06-07 09:58:46 +02:00
  • d39654e813 Add traceSTREAM_BUFFER_SET_TRIGGER_LEVEL and traceSTREAM_BUFFER_SET_NOTIFICATION_INDEX hooks. schilkp 2024-06-06 13:43:48 +02:00
  • 8c87469263 Split traceTASK_NOTIFY_WAIT into _EXT and _FAILED hooks. schilkp 2024-06-06 12:31:02 +02:00
  • ab558f5f97 Add extended versions of all notify / notify give tracing hooks. schilkp 2024-06-06 12:14:03 +02:00
  • e786375a1c Add traceTASK_NOTIFY_STATE_CLEAR and traceTASK_NOTIFY_VALUE_CLEAR hooks. schilkp 2024-06-06 09:19:51 +02:00
  • 402f715cb2 Split traceTASK_NOTIFY_TAKE into _EXT and _FAILED hooks. schilkp 2024-06-06 08:45:29 +02:00
  • 93f008b8bb Add extended traceCREATE_COUNTING_SEMAPHORE hook. schilkp 2024-06-06 07:39:46 +02:00
  • 9c3f7706a3 Add extended queue send and queue send failed hooks. schilkp 2024-06-05 11:12:01 +02:00
  • 1fb36a0e60 Add traceQUEUE_RESET and traceQUEUE_RESET_FAILED hooks. schilkp 2024-06-05 11:10:52 +02:00
  • c431b358c8
    event_create(): check malloc() return value to be non-NULL (#1084) Florian La Roche 2024-06-07 10:17:13 +02:00
  • cba502370b Code review suggestion Gaurav Aggarwal 2024-06-07 08:04:13 +00:00
  • 91e6449523
    Merge branch 'main' into lr30 Gaurav-Aggarwal-AWS 2024-06-07 13:30:46 +05:30
  • bcda6de2df Solve the macos compilation issue (#1077) maxiao 2024-06-07 15:11:41 +08:00
  • 11174fb860
    Add a list of third party tools (#1080) Gaurav-Aggarwal-AWS 2024-06-07 11:50:56 +05:30
  • 967ae591c6
    Update third_party_tools.md with relative path chinglee-iot 2024-06-07 10:35:08 +08:00
  • 94e73f6f0c event_create(): check malloc() to be non-NULL Florian La Roche 2024-06-06 21:36:02 +02:00
  • a15c30a433 Rename file Gaurav Aggarwal 2024-06-06 16:42:36 +00:00
  • e9651d4f0c
    Merge branch 'main' into 3ptools Gaurav-Aggarwal-AWS 2024-06-06 22:10:38 +05:30
  • 1faaefe598 Address code review comments Gaurav Aggarwal 2024-06-06 16:40:12 +00:00
  • e3194f40f0
    Merge branch 'main' into maxiao_posix Gaurav-Aggarwal-AWS 2024-06-06 21:42:50 +05:30
  • 5a0898288d
    Give queue set queues a unique type number. (#1083) Philipp Schilk 2024-06-06 17:36:09 +02:00
  • ab6ba20666
    Merge branch 'main' into maxiao_posix Gaurav-Aggarwal-AWS 2024-06-06 18:27:51 +05:30
  • cfbb6f7433
    Merge branch 'main' into schilkp/sched_started_tracing_hook Rahul Kar 2024-06-06 15:25:43 +05:30
  • 723f078354
    Merge branch 'main' into 3ptools Rahul Kar 2024-06-06 15:24:16 +05:30
  • df4e327f01
    Merge branch 'main' into schilkp/queue_type_set_id Rahul Kar 2024-06-06 15:23:06 +05:30
  • 69e1b7c64a
    Clarify documentation of xTaskNumber in TaskStatus_t. (#1081) Philipp Schilk 2024-06-06 06:53:34 +02:00
  • df0b764ed6 Add traceSTARTING_SCHEDULER tracing hook. schilkp 2024-06-05 10:00:34 +02:00
  • 881c540aa2 Clarify documentation of xTaskNumber in TaskStatus_t. schilkp 2024-06-05 09:24:08 +02:00
  • c96b208327 Give queue set queues a unique type number. schilkp 2024-06-05 11:16:10 +02:00
  • 593871a29e Rename file Gaurav Aggarwal 2024-06-05 05:15:18 +00:00
  • efec510714 Add a list of third party tools Gaurav Aggarwal 2024-06-05 05:09:15 +00:00
  • e31d0ba097 Resolve the issue of low version glibc and gcc compilation not being able to be resolved due to the definition of __USE_GNU (#1077) maxiao 2024-06-05 11:46:22 +08:00
  • 995a030a92
    MPS2_AN385 improvements (#1225) Florian La Roche 2024-06-04 16:38:16 +02:00
  • 65e6297b68 Add missing Extern "C" to MSVC portmacro.h Ethan Slattery 2024-05-19 19:03:30 -07:00
  • 51f529888b
    Merge branch 'main' into fix/missing-extern-c Rahul Kar 2024-05-29 23:53:44 +05:30
  • 9f22177c02
    Readability enhancements in heap_1.c (#1074) wdfk-prog 2024-05-30 02:13:07 +08:00
  • 24a20e20b3 Readability improvements Gaurav Aggarwal 2024-05-29 17:07:24 +00:00
  • 4c04d2485a Revert "Remove useless alignment calculations and increase heap usage size" Gaurav Aggarwal 2024-05-29 16:47:00 +00:00
  • 7832a4bc11 Remove useless alignment calculations and increase heap usage size huangly 2024-05-29 20:47:07 +08:00
  • 4a8993f47f Remove that Heap_1.c unnecessary judgment and code logic huangly 2024-05-29 17:52:05 +08:00
  • 49bbe71166
    Demo/CORTEX_MPS2_QEMU_IAR_GCC add path to IMAGE and remove mapfile (#1223) Florian La Roche 2024-05-24 09:26:03 +02:00
  • ef22228bda
    Change UBaseType_t to BaseType_t for a boolean variable (#1072) Rahul Kar 2024-05-24 12:53:54 +05:30
  • 45a8f56752 Change UBaseType_t to BaseType_t for a boolean variable kar-rahul-aws 2024-05-24 12:30:31 +05:30
  • 8e54579341
    Demo/CORTEX_MPU_M3_MPS2_QEMU_GCC/syscall.c: remove unused g_ulBase (#1224) Florian La Roche 2024-05-24 08:27:01 +02:00
  • cb24fb97b4 Fix formatting warnings Mark Hermeling 2024-05-23 20:11:07 +00:00
  • 940dad1d0c Add CodeSonar example directory Mark Hermeling 2024-05-23 15:58:20 +00:00
  • d024f50a0b
    Merge branch 'main' into mismatch-op-type Rahul Kar 2024-05-23 15:21:57 +05:30
  • 27c4feff66
    typo: add space to examples/template_configuration/FreeRTOSConfig.h (#1069) Florian La Roche 2024-05-23 11:51:29 +02:00
  • 6fe13e9c06 typo: add space to examples/template_configuration/FreeRTOSConfig.h Florian La Roche 2024-05-23 06:51:14 +02:00
  • 2462bcd93b add a . at the end of the line Mark Hermeling 2024-05-21 13:11:22 -04:00
  • 2883653d9a Update for performance Ching-Hsin,Lee 2024-05-21 23:50:33 +08:00
  • 510a5f04fc Fix for mismatched op-types on line 3937 on tasks.c Mark Hermeling 2024-05-21 11:24:40 -04:00
  • c72f6124dc
    Merge branch 'main' into schilkp/queue_tracing Gaurav-Aggarwal-AWS 2024-05-20 16:07:39 +05:30
  • 8200e590f1 Remove pxCurrentTCB define in SMP Ching-Hsin,Lee 2024-05-20 18:13:17 +08:00
  • 1c9130fbfa Update usage again Ching-Hsin,Lee 2024-05-20 17:59:07 +08:00
  • 080b840a01 Update pxCurrentTCB Ching-Hsin,Lee 2024-05-20 17:56:19 +08:00
  • 69581faaa0 Fix compiler error Ching-Hsin,Lee 2024-05-20 17:52:50 +08:00
  • c774dfda63 Revert select highest priority task Ching-Hsin,Lee 2024-05-20 17:33:56 +08:00
  • bade1a671a Fix typo Ching-Hsin,Lee 2024-05-20 17:16:20 +08:00
  • 028ccda316
    Merge branch 'main' into update-pxcurrentTCB chinglee-iot 2024-05-20 17:07:25 +08:00
  • b2f9dadcc4 Refine the implementation Ching-Hsin,Lee 2024-05-20 17:01:23 +08:00
  • 9697f8c9b0
    Update documentation of prvGetExpectedIdleTime (#1061) Gaurav-Aggarwal-AWS 2024-05-20 14:24:54 +05:30
  • 5e2227f3d3
    Merge branch 'main' into update-pxcurrentTCB chinglee-iot 2024-05-20 16:50:16 +08:00
  • edfa323bf3 Update the usage of pxCurrentTCB Ching-Hsin,Lee 2024-05-20 16:34:59 +08:00
  • 6518cb153d
    Update cellular comm interface to generate interrupt from windows thread (#1221) chinglee-iot 2024-05-20 16:15:02 +08:00
  • 20575a2986 Add traceQUEUE_SEND{_FROM_ISR,}_EXT and traceQUEUE_RESET hooks. schilkp 2024-05-17 18:47:03 +02:00
  • d4b8bfdb36 First version of pxCurrentTCB Ching-Hsin,Lee 2024-05-20 12:36:28 +08:00
  • 59adc33fe6
    Add missing Extern "C" to MSVC portmacro.h Ethan Slattery 2024-05-19 19:03:30 -07:00
  • e8a98c9cb3 Update documentation of prvGetExpectedIdleTime Gaurav Aggarwal 2024-05-17 11:08:15 +00:00
  • a3f42a78e7
    Fleet provisioning winsim demo - fix warnings and reduce demo path length (#1222) Tony Josi 2024-05-17 11:29:10 +05:30