Commit Graph

  • 4a3c9204ff
    Update comment in the example for declaration of xTimerReset (#1133) Rahul Kar 2024-09-02 15:46:23 +00:00
  • 6dab25ae4e
    Pend a yield in portPRE_TASK_DELETE_HOOK (#1132) Gaurav-Aggarwal-AWS 2024-08-29 21:21:35 +05:30
  • e6d8308fde
    GCC: ARM_CM0: Fix L6286E error on Keil MDK (#1131) Tomas Galbicka 2024-08-29 10:36:33 +02:00
  • 23cfd114d3
    Update CMakeLists.txt to proper name for the ports (#1129) Rahul Kar 2024-08-22 04:33:58 +00:00
  • 0b904a553a
    Remove access check from ISR function (#1127) Rahul Kar 2024-08-21 09:54:46 +00:00
  • 18a168bcd2
    Add heap protector to allocted heap blocks (#1125) Saiiijchan 2024-08-20 21:04:43 +08:00
  • e43553af1e
    Yield for task when core affinity of a ready task is changed (#1123) chinglee-iot 2024-08-20 12:34:01 +08:00
  • 2faa8bc154
    Remove hardware dependence in portmacros.h (#1112) mayl 2024-08-19 02:01:30 -04:00
  • 49e88310be
    Fix compilation issue of IA32_flat port (#1122) Rahul Kar 2024-08-19 05:37:24 +00:00
  • 294569e495
    Optimize xTaskIncrementTick for configNUMBER_OF_CORES > 1 (#1118) Chen YM 2024-08-19 13:04:33 +08:00
  • a936c10e2c
    Modify the name of a private function to reflect what it actually does (#1119) xuelix 2024-08-14 11:08:32 -07:00
  • 40dbccf142
    Updated the return values for functions in queue.c based on the actua… (#1117) xuelix 2024-08-12 15:47:30 -07:00
  • 190906aeaf
    Add portMEMORY_BARRIER defination to fix over-optimization in xTaskResumeAll. (#1116) superroc 2024-08-12 19:36:47 +08:00
  • da3c35aa48
    Add CC-RH port for Renesas F1Kx devices (#1100) Trong Nguyen 2024-08-09 12:51:21 +07:00
  • c963d24001
    Add support for vApplicationFPUSafeIRQHandler (#1113) Rahul Kar 2024-08-08 21:07:11 +05:30
  • 53c7e7c46f
    Reset xNextTaskUnblockTime in task notify FromISR APIs (#1111) Gaurav-Aggarwal-AWS 2024-08-06 10:49:48 +05:30
  • d750173b76
    Only check for stream buffer dependencies, if configUSE_STREAM_BUFFERS==1. (#1109) Daniel Otte 2024-08-05 12:41:33 +02:00
  • 3d935e86d9
    Update broken links in readme and comments (#1110) Rahul Kar 2024-08-05 16:00:47 +05:30
  • fffed5e809
    Define vApplicationGetTimerTaskMemory only when configUSE_TIMERS is set (#1104) Björn Schäpers 2024-07-26 08:48:35 +02:00
  • d844312131
    Fix POSIX port to respect configUSE_TIME_SLICING (#1103) Gaurav-Aggarwal-AWS 2024-07-26 10:42:33 +05:30
  • 5588ae68c8
    Update ARM_CRx_No_GIC port (#1101) Rahul Kar 2024-07-22 21:05:17 +05:30
  • 0452603a94
    Update LTS 202406 information (#1099) chinglee-iot 2024-07-01 17:02:00 +08:00
  • f4f2e1596b
    Fix gcc warning in posix port (#1098) Florian La Roche 2024-06-29 17:20:45 +02:00
  • 646881e7f9
    fix typo gab -> gap and adjust indentation level (#1097) Florian La Roche 2024-06-29 08:07:15 +02:00
  • 17dfd0f808
    Update XMOS xcore.ai port to be compatible with v11.x (#1096) Angel Cascarino 2024-06-27 23:49:53 +01:00
  • 9e838293c2
    Update README.md (#1094) Eric Dawe 2024-06-24 12:40:51 +01:00
  • 31419bfcee
    FreeRTOS MPU: Add Privileged eXecute Never MPU attribute support (#1092) Ahmed Ismail 2024-06-19 16:12:50 +01:00
  • 0c79e74eaa
    Remove run state assertion in prvCheckForRunStateChange (#1093) chinglee-iot 2024-06-19 18:29:04 +08:00
  • 76eb443821
    Fix traceMALLOC() allocated bytes (#1089) 耀眼的大神 2024-06-13 13:25:54 +08:00
  • 663eaad1b2
    Update link in third_party_tools.md (#1090) Gaurav-Aggarwal-AWS 2024-06-12 13:43:43 +05:30
  • 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
  • e64d1e06b3
    Add traceSTARTING_SCHEDULER tracing hook. (#1082) Philipp Schilk 2024-06-10 19:44:10 +02:00
  • bee9037c46
    Fix compilation warning about undelcared pthread_setname_np (#1079) maxiao 2024-06-10 18:32:04 +08:00
  • c431b358c8
    event_create(): check malloc() return value to be non-NULL (#1084) Florian La Roche 2024-06-07 10:17:13 +02:00
  • 11174fb860
    Add a list of third party tools (#1080) Gaurav-Aggarwal-AWS 2024-06-07 11:50:56 +05:30
  • 5a0898288d
    Give queue set queues a unique type number. (#1083) Philipp Schilk 2024-06-06 17:36:09 +02:00
  • 69e1b7c64a
    Clarify documentation of xTaskNumber in TaskStatus_t. (#1081) Philipp Schilk 2024-06-06 06:53:34 +02:00
  • 65e6297b68 Add missing Extern "C" to MSVC portmacro.h Ethan Slattery 2024-05-19 19:03:30 -07:00
  • 9f22177c02
    Readability enhancements in heap_1.c (#1074) wdfk-prog 2024-05-30 02:13:07 +08:00
  • ef22228bda
    Change UBaseType_t to BaseType_t for a boolean variable (#1072) Rahul Kar 2024-05-24 12:53:54 +05:30
  • 27c4feff66
    typo: add space to examples/template_configuration/FreeRTOSConfig.h (#1069) Florian La Roche 2024-05-23 11:51:29 +02:00
  • 9697f8c9b0
    Update documentation of prvGetExpectedIdleTime (#1061) Gaurav-Aggarwal-AWS 2024-05-20 14:24:54 +05:30
  • 0801c91bc6
    Add Noreturn attribute in template port for static analysis (#1060) Rahul Kar 2024-05-16 21:11:05 +05:30
  • c9e3949f02
    added configUSE_POSIX_ERRNO to the template FreeRTOSConfig.h (#1052) Joseph Julicher 2024-05-14 20:58:41 -07:00
  • a8376dbe81
    Revert the change introduced in PR #1051 (#1056) Gaurav-Aggarwal-AWS 2024-05-14 16:24:49 +05:30
  • 2e0c623351
    Fix race in prvProcessSimulatedInterrupts (#1055) Gaurav-Aggarwal-AWS 2024-05-14 16:15:54 +05:30
  • 29b202a41e
    list.c: improve code comments to point to official documentation about problems which may cause code to get stuck inside of list.c (#1051) Gabriel Staples 2024-05-13 04:19:50 -07:00
  • 55eceb2203
    Add configUSE_TASK_FPU_SUPPORT to AARCH64 port (#1048) StefanBalt 2024-05-08 13:37:52 +02:00
  • 067d04e44e
    Add vPortGenerateSimulatedInterruptFromWindowsThread in MSVC port (#1044) chinglee-iot 2024-05-08 14:33:11 +08:00
  • 78c8bbde0e
    Update xPortRunning before resuming first task (#1049) Gaurav-Aggarwal-AWS 2024-05-07 20:47:14 +05:30
  • 2eb2d653bf
    Move header includes before extern c (#1047) Holden 2024-05-06 17:24:05 -07:00
  • 30afc1a2c0
    Fix wrong source file list in CMake of GCC_ARM_CM0 port. (#1045) 0mhu 2024-04-29 17:21:35 +02:00
  • 8e07366994
    Update kernel version v11.1.0+ in tasks.h (#1043) chinglee-iot 2024-04-22 17:48:45 +08:00
  • dbf70559b2 [AUTO][RELEASE]: Update SBOM V11.1.0 chinglee-iot 2024-04-22 07:38:21 +00:00
  • 57df8a0f9f [AUTO][RELEASE]: Update version number in manifest.yml chinglee-iot 2024-04-22 07:38:19 +00:00
  • d12c012a11 [AUTO][RELEASE]: Bump file header version to "11.1.0" chinglee-iot 2024-04-22 07:38:19 +00:00
  • 2a343ea4a4 [AUTO][RELEASE]: Bump task.h version macros to "11.1.0" chinglee-iot 2024-04-22 07:38:18 +00:00
  • 111e775060
    Update History.txt for V11.1.0 (#1042) chinglee-iot 2024-04-22 15:35:18 +08:00
  • c02a347880
    Use suffix "U" for unsigned constant (#1041) chinglee-iot 2024-04-19 17:11:16 +08:00
  • fdf4695c1e
    Adding SMP coverity example (#1039) chinglee-iot 2024-04-19 12:48:00 +08:00
  • 2a014ce0b3
    Update submodule pointer (#1040) chinglee-iot 2024-04-19 12:39:36 +08:00
  • 8d280217cd
    armv8-m: Remove redundant constant pools (#1035) Devaraj Ranganna 2024-04-18 19:45:04 +01:00
  • bbc058967b
    Fix cmake example errors (#1037) Rahul Kar 2024-04-18 19:08:51 +05:30
  • e143832ad4
    tf-m: Update tf-m to TF-Mv2.0.0 release (#1038) Devaraj Ranganna 2024-04-18 13:25:14 +01:00
  • c6487d9472
    Fix build with C90 (#1036) Tony Josi 2024-04-18 14:42:53 +05:30
  • f69b1db45c
    Add Stream Batching Buffer (#916) Caleb Perkinson 2024-04-17 10:54:00 -04:00
  • 5a72344c9a
    Add MPU wrapper from xStreamBufferResetFromISR (#1034) Rahul Kar 2024-04-17 14:27:58 +05:30
  • 9bfd0abb55
    Add IRQ safe API for message buffer reset (#1033) HagaiMoshe 2024-04-17 01:41:55 +03:00
  • 1ed681cc43
    Add readme to example directory (#1032) Aniruddha Kanhere 2024-04-15 21:41:50 -07:00
  • 6de0d7a737
    Fix the pxTopcOfStack typo in the RISC-V ports. (#1030) Soren Ptak 2024-04-15 00:40:10 -04:00
  • 4d4f8d0d50
    Fix vTaskSuspendAll assert for critical nesting count (#1029) chinglee-iot 2024-04-11 15:12:03 +08:00
  • 73851fb6da
    Remove unwanted volatile keyword (#1028) Rahul Kar 2024-04-11 11:30:29 +05:30
  • 2829f3eccc
    Replace volatile with configLIST_VOLATILE (#1027) Rahul Kar 2024-04-10 20:58:48 +05:30
  • 030c1aa646
    Add event group and stream buffer config option in template (#1026) Rahul Kar 2024-04-09 15:26:34 +05:30
  • 6270e2aebf
    Update the memory alignment within the Cortex-R5 port asm code (#1023) Florian La Roche 2024-04-09 07:21:12 +02:00
  • 5da55ba8ad
    Add configCHECK_HANDLER_INSTALLATION description in template file (#1025) Rahul Kar 2024-04-09 10:31:53 +05:30
  • f0ff3834bc
    Fix spelling in comment (#1024) Rahul Kar 2024-04-09 10:00:23 +05:30
  • 8afb3a5b82
    fix typos in comments: interace -> interface, swtich -> switch (#1022) Florian La Roche 2024-04-09 02:50:55 +02:00
  • 8c49c54987
    Fix TFM about link (#1021) Kody Stribrny 2024-04-04 22:10:43 -07:00
  • ccbbf04e5b
    Update coverity example README (#1020) chinglee-iot 2024-04-04 14:29:36 +08:00
  • 52ee9faa72
    Add in CI-CD builds of the Cortex-Rx MPU Demos (#1018) Soren Ptak 2024-03-28 22:37:38 -07:00
  • 7c910499ec
    Update checkout action used in workflow files (#1017) Soren Ptak 2024-03-28 10:47:34 -07:00
  • e8289dfee6
    Add config option for event groups and stream buffers (#994) Rahul Kar 2024-03-27 14:49:47 +05:30
  • 39dbff7204
    Allow xPortIsAuthorizedToAccessBuffer() API call only from mpu_wrappers_v2 (#992) Rahul Kar 2024-03-27 14:05:20 +05:30
  • a455b86bd3
    Add removed unprivileged access check to ARM_CRx_MPU xPortIsAuthorizedToAccessBuffer() (#1016) Soren Ptak 2024-03-26 22:07:11 -07:00
  • 345a86d49b
    ARM CM0+ MPU Port (#1005) Soren Ptak 2024-03-26 13:25:07 -07:00
  • 625b24a104
    Remove duplicate pop from MPU Wrappers ASM Files (#1008) Soren Ptak 2024-03-18 03:51:21 -07:00
  • 6dcce92490
    Improvement for 64bit Windows port (#1011) wat 2024-03-18 15:09:49 +09:00
  • 4732b96dba
    Add daemon task startup hook / timer task creation consistency check (#1009) RichardBarry 2024-03-06 23:08:15 -08:00
  • d95451d924
    Define portNOP in RP2040 port (#1003) chinglee-iot 2024-03-06 16:24:19 +08:00
  • 30f6061f48
    Not using pxIndex to iterate ready list in trace utility (#1000) chinglee-iot 2024-03-06 15:34:21 +08:00
  • cff947acd0
    Update comment in template FreeRTOSConfig.h (#1007) Gaurav-Aggarwal-AWS 2024-03-04 10:48:05 +05:30
  • 83b5b24950
    Fix typo in croutine.c (#1004) Asmeili 2024-02-28 12:21:29 +01:00
  • 61111b1460
    Add ARMv7-R MPU Port (#938) Soren Ptak 2024-02-26 14:01:25 -05:00
  • 839ccb719b
    Use Regex for Copyright Year in Header Check (#1002) Soren Ptak 2024-02-26 12:26:42 -05:00
  • 2fcb0f48b1
    Fix small bugs in Kernel (#998) Aniruddha Kanhere 2024-02-20 08:49:41 -08:00
  • 81c623212a
    Update SMP branch readme for port migration (#999) smp chinglee-iot 2024-02-20 16:50:51 +08:00
  • 1a500f1a74
    Support reset kernel state for restarting scheduler (#944) chinglee-iot 2024-02-19 14:39:31 +08:00
  • e68975fcf7
    Add default core affinity config value. (#996) Christoph Seitz 2024-02-16 06:42:18 +01:00
  • 4d34700bcc
    Fix MISRA C 2012 Rule 13.3 Violations (#988) bradleysmith23 2024-02-13 22:18:35 -08:00