Commit Graph

  • d0d55f3031
    Enhancements and Bug Fixes for F1Kx Port (#1169) Trong Nguyen 2024-11-05 15:09:50 +07:00
  • f0d79459d6
    Fix SMP debugging issue on rp2040 (#1174) Vishwanath Martur 2024-11-04 21:51:51 +05:30
  • b4a970729b
    Fix RISC-V configMTIMECMP_BASE_ADDRESS (64-bit) stored in 32-bit int (#1176) Vishwanath Martur 2024-11-04 18:02:35 +05:30
  • a27d6650ee
    Move configASSERT default definition above before including portable.h. (#1185) ActoryOu 2024-11-04 19:05:52 +08:00
  • 445336aad9
    Follow GitHub recommendation to update release.yml (#1178) ActoryOu 2024-11-04 17:23:28 +08:00
  • 7d76dceaad
    Add assert check for NULL TCB handle (#1177) Rahul Kar 2024-11-02 08:13:53 +05:30
  • a081ba8b9c
    Fix variable name mismatch, mpu_wrappers type mismatch. (#1181) Kody Stribrny 2024-11-01 10:56:18 -07:00
  • de276eb023
    Fix spelling typos (#1168) ActoryOu 2024-11-02 01:09:49 +08:00
  • 8225a7f554
    Fix AutoReload variable name (#1166) Kody Stribrny 2024-10-31 09:03:25 -07:00
  • c0585ad814
    freertos-config: Fix library definitions scope (#1164) Ahmed Ismail 2024-10-25 23:33:33 +01:00
  • 7215c89aa8
    POSIX Port: Remove pthread_attr_setstacksize call (#1161) Paul Hollinsky 2024-10-23 23:42:27 -07:00
  • 7081e76f5a
    Armv8.1-m: Add pacbti support (#1147) Ahmed Ismail 2024-10-24 07:25:16 +01:00
  • e400cc93b7
    Update .github/CODEOWNERS (#1162) Tony Josi 2024-10-22 18:16:46 +05:30
  • a49c35b5dc
    Fix incorrect error checking of prvCreateIdleTasks (#1158) kakkoko 2024-10-16 18:36:20 +09:00
  • 5f3bab1a32
    Xtensa support updated and moved to Partner-Supported submodules (#1156) Ian Thompson 2024-10-15 09:02:11 -07:00
  • f5cf45d86e
    [Fixed the Issue] Fixed the Issue#1102 of RL78 of the Context switch issue. https://github.com/FreeRTOS/FreeRTOS-Kernel/issues/1102 (#1157) K.Kashi 2024-10-15 14:39:45 +09:00
  • e81ad46b0e
    refactor: change methods ENTER|EXIT critical (#1140) Guilherme Giácomo Simões 2024-10-07 02:07:50 -03:00
  • 1cb8042961
    Update MPU prototypes (#1150) Gaurav-Aggarwal-AWS 2024-09-30 11:41:52 +05:30
  • de7c014e92
    Change the cast from UBaseType_t to size_t (#1153) Gaurav-Aggarwal-AWS 2024-09-30 11:20:04 +05:30
  • c0bfbb9692
    Remove error for 16 MPU resgion from IAR ports (#1149) Gaurav-Aggarwal-AWS 2024-09-23 10:39:29 +05:30
  • 9788e7e46a
    modernize ARM assembler syntax (#1148) Florian La Roche 2024-09-20 19:19:09 +02:00
  • 61440fc664
    Refine heap_5 heap protector (#1146) Saiiijchan 2024-09-19 13:06:52 +08:00
  • d3052f1f50
    Event Groups: snapshot xEventGroupSetBits returning value while in vTaskSuspendAll (#1143) あく 2024-09-11 18:37:08 +01:00
  • d806240dfe
    Task: fix compiler warning for architectures that does not define portARMV8M_MINOR_VERSION (#1144) あく 2024-09-11 14:56:16 +01:00
  • 40031cfc4c
    Update upload-artifact GH action's version (#1145) Gaurav-Aggarwal-AWS 2024-09-11 11:36:58 +05:30
  • 310ace5dd0
    Add configuration include to secure_heap.c (#1141) Oliver Mueller 2024-09-10 07:46:40 +02:00
  • 93e8199078
    Fix IA32 compilation with common IRQ entry disabled (#1137) Ryzee119 2024-09-09 16:54:38 +09:30
  • a045081f73
    Update config macro for xTaskGetCurrentTaskHandle (#1136) Rahul Kar 2024-09-04 09:31:42 +00:00
  • 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