{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":207354223,"defaultBranch":"main","name":"FreeRTOS-Kernel","ownerLogin":"FreeRTOS","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-09-09T16:28:01.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/54647343?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715080137.0","currentOid":""},"activityList":{"items":[{"before":"067d04e44e00f9970f43a44d3325f0c4e035523e","after":"55eceb2203742042714a8dfedd3a8e48908d10c0","ref":"refs/heads/main","pushedAt":"2024-05-08T11:37:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aggarg","name":"Gaurav-Aggarwal-AWS","path":"/aggarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33462878?s=80&v=4"},"commit":{"message":"Add configUSE_TASK_FPU_SUPPORT to AARCH64 port (#1048)\n\n* Add configUSE_TASK_FPU_SUPPORT to AARCH64 port\r\n\r\nNEON SIMD is required by standard AARCH64 and its registers are\r\nfrequently utilized by standard functions such as memcpy().\r\nThis means that even simple tasks that do not use any floating point\r\narithmetics may still alter the contents of the FPU registers.\r\n\r\nFor this reason it makes sense to add support for\r\nconfigUSE_TASK_FPU_SUPPORT to be able to enforce FPU register saving and\r\nrestoring globally.\r\n\r\nThe implementation was largely adopted from the ARM_CA9 port. However,\r\nthe FPU registers must be placed on the stack before the critical\r\nnesting count to match the AARCH64 portASM.S.","shortMessageHtmlLink":"Add configUSE_TASK_FPU_SUPPORT to AARCH64 port (#1048)"}},{"before":"78c8bbde0e7cbcca40ba3ed97ea1fd2b34e255be","after":"067d04e44e00f9970f43a44d3325f0c4e035523e","ref":"refs/heads/main","pushedAt":"2024-05-08T06:33:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aggarg","name":"Gaurav-Aggarwal-AWS","path":"/aggarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33462878?s=80&v=4"},"commit":{"message":"Add vPortGenerateSimulatedInterruptFromWindowsThread in MSVC port (#1044)\n\nAdd vPortGenerateSimulatedInterruptFromWindowsThread in MSVC port\r\nto enable native windows threads to notify FreeRTOS tasks.","shortMessageHtmlLink":"Add vPortGenerateSimulatedInterruptFromWindowsThread in MSVC port (#1044"}},{"before":"2eb2d653bff44addcc03ee8f72b2d3bdc33a787f","after":"78c8bbde0e7cbcca40ba3ed97ea1fd2b34e255be","ref":"refs/heads/main","pushedAt":"2024-05-07T15:17:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aggarg","name":"Gaurav-Aggarwal-AWS","path":"/aggarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33462878?s=80&v=4"},"commit":{"message":"Update xPortRunning before resuming first task (#1049)\n\nThe variable `xPortRunning` is now updated before starting the first\r\ntask.\r\n\r\nIt fixes the following issue -\r\nhttps://forums.freertos.org/t/possible-bug-in-the-way-prvtimertask-thread-function-is-started-in-win32-port/19959/\r\n\r\nSigned-off-by: Gaurav Aggarwal ","shortMessageHtmlLink":"Update xPortRunning before resuming first task (#1049)"}},{"before":"f44071af639bd0cd7f46b1874867e36ec62e6456","after":null,"ref":"refs/heads/msvc","pushedAt":"2024-05-07T11:08:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"aggarg","name":"Gaurav-Aggarwal-AWS","path":"/aggarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33462878?s=80&v=4"}},{"before":null,"after":"f44071af639bd0cd7f46b1874867e36ec62e6456","ref":"refs/heads/msvc","pushedAt":"2024-05-07T11:08:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"aggarg","name":"Gaurav-Aggarwal-AWS","path":"/aggarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33462878?s=80&v=4"},"commit":{"message":"Update xPortRunning before resuming first task\n\nThe variable `xPortRunning` is now updated before starting the first\ntask.\n\nIt fixes the following issue -\nhttps://forums.freertos.org/t/possible-bug-in-the-way-prvtimertask-thread-function-is-started-in-win32-port/19959/\n\nSigned-off-by: Gaurav Aggarwal ","shortMessageHtmlLink":"Update xPortRunning before resuming first task"}},{"before":"30afc1a2c05157fcac1a46dc773b0125bd680b82","after":"2eb2d653bff44addcc03ee8f72b2d3bdc33a787f","ref":"refs/heads/main","pushedAt":"2024-05-07T00:24:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"n9wxu","name":"Joseph Julicher","path":"/n9wxu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/750641?s=80&v=4"},"commit":{"message":"Move header includes before extern c (#1047)","shortMessageHtmlLink":"Move header includes before extern c (#1047)"}},{"before":"8e07366994f81354a2d4556ca1da9f73dab781e6","after":"30afc1a2c05157fcac1a46dc773b0125bd680b82","ref":"refs/heads/main","pushedAt":"2024-04-29T15:21:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"moninom1","name":"Monika Singh","path":"/moninom1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/108652024?s=80&v=4"},"commit":{"message":"Fix wrong source file list in CMake of GCC_ARM_CM0 port. (#1045)\n\nAdd GCC/ARM_CM0/mpu_wrappers_v2_asm.c and GCC/ARM_CM0/portasm.c as source files to 'freertos_kernel_port' library.\r\nThis fixes the FREERTOS_PORT \"GCC_ARM_CM0\" CMake configuration.","shortMessageHtmlLink":"Fix wrong source file list in CMake of GCC_ARM_CM0 port. (#1045)"}},{"before":"111e7750606f25321c849e94888fcfa7be92896f","after":"8e07366994f81354a2d4556ca1da9f73dab781e6","ref":"refs/heads/main","pushedAt":"2024-04-22T09:48:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"chinglee-iot","name":null,"path":"/chinglee-iot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61685396?s=80&v=4"},"commit":{"message":"Update kernel version v11.1.0+ in tasks.h (#1043)","shortMessageHtmlLink":"Update kernel version v11.1.0+ in tasks.h (#1043)"}},{"before":"111e7750606f25321c849e94888fcfa7be92896f","after":null,"ref":"refs/heads/11.1.0","pushedAt":"2024-04-22T07:38:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"}},{"before":null,"after":"111e7750606f25321c849e94888fcfa7be92896f","ref":"refs/heads/11.1.0","pushedAt":"2024-04-22T07:38:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update History.txt for V11.1.0 (#1042)","shortMessageHtmlLink":"Update History.txt for V11.1.0 (#1042)"}},{"before":"c02a347880a912ebd479228beb599f4d67a5cf8d","after":"111e7750606f25321c849e94888fcfa7be92896f","ref":"refs/heads/main","pushedAt":"2024-04-22T07:35:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"chinglee-iot","name":null,"path":"/chinglee-iot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61685396?s=80&v=4"},"commit":{"message":"Update History.txt for V11.1.0 (#1042)","shortMessageHtmlLink":"Update History.txt for V11.1.0 (#1042)"}},{"before":"fdf4695c1ed6460b4f4c086ea0ccc7236554fb4a","after":"c02a347880a912ebd479228beb599f4d67a5cf8d","ref":"refs/heads/main","pushedAt":"2024-04-19T09:11:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kar-rahul-aws","name":"Rahul Kar","path":"/kar-rahul-aws","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/118818625?s=80&v=4"},"commit":{"message":"Use suffix \"U\" for unsigned constant (#1041)\n\n* Fix the constant suffix to U\r\n\r\n* Fix more unsigned contant suffix\r\n\r\n---------\r\n\r\nCo-authored-by: Ubuntu ","shortMessageHtmlLink":"Use suffix \"U\" for unsigned constant (#1041)"}},{"before":"2a014ce0b3647de41a41bc84754f86c73cef33ba","after":"fdf4695c1ed6460b4f4c086ea0ccc7236554fb4a","ref":"refs/heads/main","pushedAt":"2024-04-19T04:48:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kar-rahul-aws","name":"Rahul Kar","path":"/kar-rahul-aws","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/118818625?s=80&v=4"},"commit":{"message":"Adding SMP coverity example (#1039)\n\n* Adding SMP coverity example\r\n\r\n* Add coverity scan flow\r\n\r\n* Fix format\r\n\r\n* Update README.md\r\n\r\n* Code review suggestions\r\n\r\nSigned-off-by: Gaurav Aggarwal \r\n\r\n---------\r\n\r\nSigned-off-by: Gaurav Aggarwal \r\nCo-authored-by: Ubuntu \r\nCo-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>\r\nCo-authored-by: Gaurav Aggarwal ","shortMessageHtmlLink":"Adding SMP coverity example (#1039)"}},{"before":"8d280217cde3462373cfd7e361988f566b26cbc4","after":"2a014ce0b3647de41a41bc84754f86c73cef33ba","ref":"refs/heads/main","pushedAt":"2024-04-19T04:39:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"chinglee-iot","name":null,"path":"/chinglee-iot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61685396?s=80&v=4"},"commit":{"message":"Update submodule pointer (#1040)","shortMessageHtmlLink":"Update submodule pointer (#1040)"}},{"before":"bbc058967be6446f5e4cf486cad736856b53dd69","after":"8d280217cde3462373cfd7e361988f566b26cbc4","ref":"refs/heads/main","pushedAt":"2024-04-18T18:45:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aggarg","name":"Gaurav-Aggarwal-AWS","path":"/aggarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33462878?s=80&v=4"},"commit":{"message":"armv8-m: Remove redundant constant pools (#1035)\n\nCurrently in Armv8-M GCC/ArmClang ports, constant pool is used to\r\ndefine literals needed for `ldr` instructions. However, those\r\nconstant pools are defined with `.align 4` which increases code size.\r\nInstead of defining the constant pool with `.align 4`, let the\r\ncompiler hanlde the constant pool and the required alignment.\r\n\r\nSigned-off-by: Devaraj Ranganna \r\nCo-authored-by: chinglee-iot <61685396+chinglee-iot@users.noreply.github.com>\r\nCo-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>","shortMessageHtmlLink":"armv8-m: Remove redundant constant pools (#1035)"}},{"before":"e143832ad41bcee55cb8103aa82944534225fd3a","after":"bbc058967be6446f5e4cf486cad736856b53dd69","ref":"refs/heads/main","pushedAt":"2024-04-18T13:38:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aggarg","name":"Gaurav-Aggarwal-AWS","path":"/aggarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33462878?s=80&v=4"},"commit":{"message":"Fix cmake example errors (#1037)\n\nAdd typecasts to prevent compiler warnings. Remove ULL suffix to adhere\r\nto C90.","shortMessageHtmlLink":"Fix cmake example errors (#1037)"}},{"before":"c6487d94726e204b09c8bd98aba2e1ce9fd6011e","after":"e143832ad41bcee55cb8103aa82944534225fd3a","ref":"refs/heads/main","pushedAt":"2024-04-18T12:25:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kar-rahul-aws","name":"Rahul Kar","path":"/kar-rahul-aws","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/118818625?s=80&v=4"},"commit":{"message":"tf-m: Update tf-m to TF-Mv2.0.0 release (#1038)\n\nThe `portable/ThirdParty/GCC/ARM_TFM/README.md` and\r\n`portable/ThirdParty/GCC/ARM_TFM/os_wrapper_freertos.c` are updated to\r\nsupport `TF-Mv2.0.0` of trusted-firmware-m release.\r\n\r\nSigned-off-by: Devaraj Ranganna ","shortMessageHtmlLink":"tf-m: Update tf-m to TF-Mv2.0.0 release (#1038)"}},{"before":"f69b1db45c294444306f9cc840feef2ead1bca03","after":"c6487d94726e204b09c8bd98aba2e1ce9fd6011e","ref":"refs/heads/main","pushedAt":"2024-04-18T09:12:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tony-josi-aws","name":"Tony Josi","path":"/tony-josi-aws","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/117763118?s=80&v=4"},"commit":{"message":"Fix build with C90 (#1036)\n\n* Fix build with C90\r\n\r\n* Fix formatting","shortMessageHtmlLink":"Fix build with C90 (#1036)"}},{"before":"5a72344c9a57306d175c20e117b2b82b16fa332e","after":"f69b1db45c294444306f9cc840feef2ead1bca03","ref":"refs/heads/main","pushedAt":"2024-04-17T14:54:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aggarg","name":"Gaurav-Aggarwal-AWS","path":"/aggarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33462878?s=80&v=4"},"commit":{"message":"Add Stream Batching Buffer (#916)\n\nThe difference between a stream buffer and a stream batching buffer is when\r\na task performs read on a non-empty buffer:\r\n- The task reading from a non-empty stream buffer returns immediately\r\n regardless of the amount of data in the buffer.\r\n- The task reading from a non-empty steam batching buffer blocks until the\r\n amount of data in the buffer exceeds the trigger level or the block time\r\n expires.","shortMessageHtmlLink":"Add Stream Batching Buffer (#916)"}},{"before":"9bfd0abb55e660a7040c6f38cd31f27b51ab23f5","after":"5a72344c9a57306d175c20e117b2b82b16fa332e","ref":"refs/heads/main","pushedAt":"2024-04-17T08:57:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"chinglee-iot","name":null,"path":"/chinglee-iot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61685396?s=80&v=4"},"commit":{"message":"Add MPU wrapper from xStreamBufferResetFromISR (#1034)\n\n* Add MPU wrapper from xStreamBufferResetFromISR in V10.6.x\r\n\r\n* Code review suggestions\r\n\r\nSigned-off-by: Gaurav Aggarwal \r\n\r\n---------\r\n\r\nSigned-off-by: Gaurav Aggarwal \r\nCo-authored-by: chinglee-iot <61685396+chinglee-iot@users.noreply.github.com>\r\nCo-authored-by: Gaurav Aggarwal ","shortMessageHtmlLink":"Add MPU wrapper from xStreamBufferResetFromISR (#1034)"}},{"before":"1ed681cc43e77b187ae4a8a1fe31a8820f8a473d","after":"9bfd0abb55e660a7040c6f38cd31f27b51ab23f5","ref":"refs/heads/main","pushedAt":"2024-04-16T22:41:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xuelix","name":null,"path":"/xuelix","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33909469?s=80&v=4"},"commit":{"message":"Add IRQ safe API for message buffer reset (#1033)\n\n* Add API xStreamBufferResetFromISR\r\n\r\nAllow reseting the stream buffer from ISR context\r\n\r\nSigned-off-by: hagai.moshe \r\nSigned-off-by: Gaurav Aggarwal \r\nCo-authored-by: hagai.moshe \r\nCo-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>\r\nCo-authored-by: kar-rahul-aws \r\nCo-authored-by: Gaurav Aggarwal ","shortMessageHtmlLink":"Add IRQ safe API for message buffer reset (#1033)"}},{"before":"6de0d7a73703e225637ee19030ed981624b1bc49","after":"1ed681cc43e77b187ae4a8a1fe31a8820f8a473d","ref":"refs/heads/main","pushedAt":"2024-04-16T04:41:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kar-rahul-aws","name":"Rahul Kar","path":"/kar-rahul-aws","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/118818625?s=80&v=4"},"commit":{"message":"Add readme to example directory (#1032)\n\n* Add readme to example directory\r\n\r\n* Add readme to example directory\r\n\r\n* Add readme to example directory\r\n\r\n* Add readme to example directory\r\n\r\n* remove whitespace\r\n\r\n* Update wording\r\n\r\n* Update examples/README.md\r\n\r\nCo-authored-by: chinglee-iot <61685396+chinglee-iot@users.noreply.github.com>\r\n\r\n* Add Coverity webpage link\r\n\r\n---------\r\n\r\nCo-authored-by: chinglee-iot <61685396+chinglee-iot@users.noreply.github.com>","shortMessageHtmlLink":"Add readme to example directory (#1032)"}},{"before":"4d4f8d0d50bedc37e1d07c96aded7d2bc20f0d6c","after":"6de0d7a73703e225637ee19030ed981624b1bc49","ref":"refs/heads/main","pushedAt":"2024-04-15T04:40:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kar-rahul-aws","name":"Rahul Kar","path":"/kar-rahul-aws","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/118818625?s=80&v=4"},"commit":{"message":"Fix the pxTopcOfStack typo in the RISC-V ports. (#1030)\n\n* Fix the pxTopcOfStack typo in the RISC-V ports.\r\n\r\n* Add a missing o to to","shortMessageHtmlLink":"Fix the pxTopcOfStack typo in the RISC-V ports. (#1030)"}},{"before":"4f55fc01ebe58d7ece2607e195583c1eb85df2fa","after":null,"ref":"refs/heads/revert-988-Misra13.3","pushedAt":"2024-04-12T06:24:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"chinglee-iot","name":null,"path":"/chinglee-iot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61685396?s=80&v=4"}},{"before":"92ae6cf59984be1d95657b0e2f2c4251e9f927b2","after":null,"ref":"refs/heads/FixBugs","pushedAt":"2024-04-12T06:24:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"chinglee-iot","name":null,"path":"/chinglee-iot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61685396?s=80&v=4"}},{"before":"73851fb6da6fdc639824246638e5347d25844d10","after":"4d4f8d0d50bedc37e1d07c96aded7d2bc20f0d6c","ref":"refs/heads/main","pushedAt":"2024-04-11T07:12:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"chinglee-iot","name":null,"path":"/chinglee-iot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61685396?s=80&v=4"},"commit":{"message":"Fix vTaskSuspendAll assert for critical nesting count (#1029)\n\n* Accessing the critical nesting count in current task's TCB is performed with interrupt disabled to ensure atomicity.","shortMessageHtmlLink":"Fix vTaskSuspendAll assert for critical nesting count (#1029)"}},{"before":"2829f3eccc30f41f85d0989ea0b5a4354244880e","after":"73851fb6da6fdc639824246638e5347d25844d10","ref":"refs/heads/main","pushedAt":"2024-04-11T06:00:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kar-rahul-aws","name":"Rahul Kar","path":"/kar-rahul-aws","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/118818625?s=80&v=4"},"commit":{"message":"Remove unwanted volatile keyword (#1028)\n\n* Remove unwanted volatile keyword\r\n\r\n* Declare variable initially","shortMessageHtmlLink":"Remove unwanted volatile keyword (#1028)"}},{"before":"e99220f5df77187e2a9bccce5627cfdf6abcd5e4","after":"4f55fc01ebe58d7ece2607e195583c1eb85df2fa","ref":"refs/heads/revert-988-Misra13.3","pushedAt":"2024-04-10T15:29:06.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"kar-rahul-aws","name":"Rahul Kar","path":"/kar-rahul-aws","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/118818625?s=80&v=4"},"commit":{"message":"Merge branch 'main' into revert-988-Misra13.3","shortMessageHtmlLink":"Merge branch 'main' into revert-988-Misra13.3"}},{"before":"030c1aa64634d4c8db65c6cd13391890dd10c46a","after":"2829f3eccc30f41f85d0989ea0b5a4354244880e","ref":"refs/heads/main","pushedAt":"2024-04-10T15:28:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kar-rahul-aws","name":"Rahul Kar","path":"/kar-rahul-aws","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/118818625?s=80&v=4"},"commit":{"message":"Replace volatile with configLIST_VOLATILE (#1027)","shortMessageHtmlLink":"Replace volatile with configLIST_VOLATILE (#1027)"}},{"before":"63b1301043894086003fce6468f3b821a69c56d9","after":"e99220f5df77187e2a9bccce5627cfdf6abcd5e4","ref":"refs/heads/revert-988-Misra13.3","pushedAt":"2024-04-10T05:55:46.000Z","pushType":"push","commitsCount":25,"pusher":{"login":"kar-rahul-aws","name":"Rahul Kar","path":"/kar-rahul-aws","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/118818625?s=80&v=4"},"commit":{"message":"Merge branch 'main' into revert-988-Misra13.3","shortMessageHtmlLink":"Merge branch 'main' into revert-988-Misra13.3"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAERI3rHQA","startCursor":null,"endCursor":null}},"title":"Activity ยท FreeRTOS/FreeRTOS-Kernel"}