{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":206121828,"defaultBranch":"main","name":"FreeRTOS","ownerLogin":"FreeRTOS","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-09-03T16:25:27.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/54647343?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1711575539.0","currentOid":""},"activityList":{"items":[{"before":"6cda0cf7fc0a2efb418914dacd34d115fe8514b1","after":"680a1255e2e52e63ffd528f3c1d968bc0fe5c752","ref":"refs/heads/main","pushedAt":"2024-05-08T05:53:02.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 coreHTTP demo compile warning (#1219)\n\nCo-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>","shortMessageHtmlLink":"Fix coreHTTP demo compile warning (#1219)"}},{"before":"8f3277f7eb56412500f87ce0ef6f54f3e0a4b9ca","after":"6cda0cf7fc0a2efb418914dacd34d115fe8514b1","ref":"refs/heads/main","pushedAt":"2024-05-03T07:17:33.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":"Update coreSNTP demo file to fix warnings (#1218)\n\n* Update demo file to fix warnings\r\n\r\n* Remove extra overflow check in sntpClient_GetTime function\r\n\r\n* Add assert checking for UTC rollover\r\n\r\n* Fix configASSERT condition\r\n\r\n---------\r\n\r\nCo-authored-by: GitHub Action \r\nCo-authored-by: Ching-Hsin,Lee ","shortMessageHtmlLink":"Update coreSNTP demo file to fix warnings (#1218)"}},{"before":"97b800e339ca96f761bb59cba43a305ac1a385b5","after":"8f3277f7eb56412500f87ce0ef6f54f3e0a4b9ca","ref":"refs/heads/main","pushedAt":"2024-04-26T04:25:32.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 MQTT wolfssl demo, add wolfssl config WOLFSSL_ALT_CERT_CHAINS (#1217)","shortMessageHtmlLink":"Fix MQTT wolfssl demo, add wolfssl config WOLFSSL_ALT_CERT_CHAINS (#1217"}},{"before":"24ad46b7f84b39baff959436e646519785806249","after":"97b800e339ca96f761bb59cba43a305ac1a385b5","ref":"refs/heads/main","pushedAt":"2024-04-25T06:46:15.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":"Update MQTT broker setup steps (#1215)\n\n* Update MQTT broker setup in FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Multitask/mqtt_broker_setup.txt\r\n\r\n* Minor fix\r\n\r\n---------\r\n\r\nCo-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>","shortMessageHtmlLink":"Update MQTT broker setup steps (#1215)"}},{"before":"140ce293201b253462dee9ba055f05dbb767f62b","after":"24ad46b7f84b39baff959436e646519785806249","ref":"refs/heads/main","pushedAt":"2024-04-22T17:43:45.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 MQTT multitask demo build (#1214)\n\n* Fix MQTT multitask demo build\r\n\r\n* Fix formatting\r\n\r\n* Update FreeRTOS-Plus/Demo/Common/coreMQTT_Agent_Interface/freertos_command_pool.c\r\n\r\nCo-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>\r\n\r\n---------\r\n\r\nCo-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>","shortMessageHtmlLink":"Fix MQTT multitask demo build (#1214)"}},{"before":"022447b855880b3e618bdc6cf3030ec282d37fe2","after":"140ce293201b253462dee9ba055f05dbb767f62b","ref":"refs/heads/main","pushedAt":"2024-04-22T09:30: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":"Demo/CORTEX_MPS2_QEMU_IAR_GCC cleanup (#1213)\n\nSome small changes for Demo/CORTEX_MPS2_QEMU_IAR_GCC:\r\n- FreeRTOSConfig.h: define configENABLE_BACKWARD_COMPATIBILITY to 0\r\n- build/gcc/Makefile: remove unused SUB_MAKEFILE_DIR\r\n- build/gcc/Makefile: no trailing slash(/) for FREERTOS_ROOT\r\n- build/gcc/Makefile: commented out, but prepared:\r\n - CFLAGS += -Wpedantic -Wshadow -fanalyzer\r\n - CFLAGS += -flto\r\n- build/gcc/startup_gcc.c:\r\n - \"__attribute__( ( naked ) )\" for Reset_Handler\r\n - \"__attribute__( ( used ) )\" for isr_vector and prvGetRegistersFromStack\r\n\r\nSigned-off-by: Florian La Roche \r\nCo-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>","shortMessageHtmlLink":"Demo/CORTEX_MPS2_QEMU_IAR_GCC cleanup (#1213)"}},{"before":"17eeb79698efc50d072b087b172547e3ae666595","after":"022447b855880b3e618bdc6cf3030ec282d37fe2","ref":"refs/heads/main","pushedAt":"2024-04-18T23:56:06.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":"Demo/CORTEX_MPU_M3_MPS2_QEMU_GCC: optimize _sbrk() (#1211)\n\nOptimize _sbrk() from runtime to compiletime initialization.\r\nFix compiler warnings by adjusting (void *) and (char *) types.\r\n\r\nComplete function declarations for uart_init() and _getpid().\r\n\r\nSigned-off-by: Florian La Roche \r\nCo-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>","shortMessageHtmlLink":"Demo/CORTEX_MPU_M3_MPS2_QEMU_GCC: optimize _sbrk() (#1211)"}},{"before":"2023ac64043a05839cdffaa752eff693fb26e6a6","after":"17eeb79698efc50d072b087b172547e3ae666595","ref":"refs/heads/main","pushedAt":"2024-04-18T13:37:34.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":"Demo/Posix_GCC cleanup (#1212)\n\nDemo/Posix_GCC cleanup\r\n\r\n- Guard prvSaveTraceFile() function definition.\r\n- Remove \"cid\" as it is unused.\r\n- handle_sigint(): quiet compiler warning about unused param.\r\n- main_full.c: prvCheckTask(): Remove unused var \"xHeapStats\".\r\n\r\nSigned-off-by: Florian La Roche ","shortMessageHtmlLink":"Demo/Posix_GCC cleanup (#1212)"}},{"before":"469b8ad1756c9df2d2612519a6610243d4493647","after":"2023ac64043a05839cdffaa752eff693fb26e6a6","ref":"refs/heads/main","pushedAt":"2024-04-17T20:55:05.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":"Fix the erroneous check (#1210)\n\nThis is to address this issue: https://github.com/FreeRTOS/FreeRTOS/issues/1206","shortMessageHtmlLink":"Fix the erroneous check (#1210)"}},{"before":"2b499ab780ce086f505f6c7e2f5eb9b275784042","after":"469b8ad1756c9df2d2612519a6610243d4493647","ref":"refs/heads/main","pushedAt":"2024-04-17T10:57:30.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 MQTT keep alive and winsim logging warnings (#1209)\n\n* Fix MQTT keep alive and winsim logging warnigs\r\n\r\n* Fix winsim logging warnings\r\n\r\n* Fix winsim logging warnings","shortMessageHtmlLink":"Fix MQTT keep alive and winsim logging warnings (#1209)"}},{"before":"66b0b0a5a07422b2e4a7a75f32a82d254f57371f","after":"2b499ab780ce086f505f6c7e2f5eb9b275784042","ref":"refs/heads/main","pushedAt":"2024-04-17T08:56:07.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":"[WIN32-MingW Demo] Modify project setting files to resolve compiler errors on Eclipse (#1203)\n\n* Exclude unnecessary directories from build.\r\n1. \"FreeRTOS/Source/example\"\r\n2. \"FreeRTOS+Trace Recorder/extras\"\r\n3. \"FreeRTOS+Trace Recorder/kernelports/BareMetal\"\r\n4. \"FreeRTOS+Trace Recorder/kernelports/ESP-IDF_FreeRTOS\"\r\n5. \"FreeRTOS+Trace Recorder/kernelports/ThreadX\"\r\n6. \"FreeRTOS+Trace Recorder/kernelports/Zephyr\"\r\n\r\n1 is applied to both of \"Debug\" configuration and \"Debug_CodeCoverage\" configuration.\r\nOthers are applied to only \"Debug\" configuration because those directories are already excluded from build on \"Debug_Coverage\" configuration.\r\n\r\n* Include path setting is modified.\r\n1.Directory name is modified.(\"Include\" -> \"include\")\r\n2.New path is added.(FreeRTOS+Trace Recorder/kernelports/FreeRTOS/include)\r\nThese modifications are needed to build \"Debug\" configuration. They are not needed for \"Debug_CodeCoverage\" configuration because these paths are not used. But these modifications are applied to both of \"Debug\" configuration and \"Debug_CodeCoverage\" configuration because of future potential risk.\r\n\r\n* [WIN32-MingW Demo] Replace \"Exclude from Build\" by \"Resource Filter\".\r\n\r\n\"Resource Filter\" is better than \"Exclude from Build\" because \"Resource Filter\" makes excluded directories invisible on Eclipse GUI. But some directories are still \"Exclude from Build\" because they should be excluded only on \"Debug_CodeCoverage\" configuration. \"Resource Filter\" cannot be specified to each configuration separately.\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: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>\r\nCo-authored-by: Gaurav Aggarwal ","shortMessageHtmlLink":"[WIN32-MingW Demo] Modify project setting files to resolve compiler e…"}},{"before":"e6b4e8288ff30fb8312e318012f02b322a4a7f93","after":"66b0b0a5a07422b2e4a7a75f32a82d254f57371f","ref":"refs/heads/main","pushedAt":"2024-04-16T06:11:57.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 corePKCS11 submodule pointer (#1208)\n\n* Update corePKCS11 submodule pointer\r\n* Fix corePKCS11 MQTT mutual authenticated demo\r\n* Sync with other demo to wait for network up.\r\n* Fix compiler warning.","shortMessageHtmlLink":"Update corePKCS11 submodule pointer (#1208)"}},{"before":"dd4789cdba278c760f52af5ee935b737fef7ca93","after":"e6b4e8288ff30fb8312e318012f02b322a4a7f93","ref":"refs/heads/main","pushedAt":"2024-04-15T02:27:02.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 corePKCS11 demo logging message (#1205)\n\n* Flush demo log before demo exit in corePKCS11 demo\r\n* Fix logging line break problem\r\n* Flush log when there is assertion","shortMessageHtmlLink":"Fix corePKCS11 demo logging message (#1205)"}},{"before":"28177788d06abb8fa7924408564203f99f74d5b0","after":"dd4789cdba278c760f52af5ee935b737fef7ca93","ref":"refs/heads/main","pushedAt":"2024-04-11T07:42:13.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 submodule for vTaskSuspendAll change (#1207)\n\n* Update kernel submodule pointer for vTaskSuspendAll change","shortMessageHtmlLink":"Update kernel submodule for vTaskSuspendAll change (#1207)"}},{"before":"eb97c5d325c58cb7d67b34aa735350d8d684120d","after":"28177788d06abb8fa7924408564203f99f74d5b0","ref":"refs/heads/main","pushedAt":"2024-04-11T06:49:30.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 assertion unit test (#1204)\n\n* Update kernel submodule to address vTaskDelete and vTaskSuspend change","shortMessageHtmlLink":"Fix vTaskSuspendAll assertion unit test (#1204)"}},{"before":"7514cd3d5471eddc223fbbac6609322d77f26c3d","after":"eb97c5d325c58cb7d67b34aa735350d8d684120d","ref":"refs/heads/main","pushedAt":"2024-04-03T04:43: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":"Make a couple of demos build using picolibc (#1202)\n\n* [RISC-V-Qemu-virt_GCC Demo] Add picolibc support\r\n\r\nAdd minimal picolibc support:\r\n\r\n * Use --specs=picolibc.specs to direct gcc at picolibc\r\n * Use -DPICOLIBC_INTEGER_PRINTF_SCANF to enable smaller printf implementation\r\n * Enable configUSE_PICOLIBC_TLS for thread local storage\r\n * Add TLS section to linker script\r\n\r\nSigned-off-by: Keith Packard \r\n\r\n* [CORTEX_MPU_M3_MPS2_QEMU_GCC Demo] Add picolibc support\r\n\r\nAdd minimal picolibc support to this demo\r\n\r\n * Use --specs=picolibc.specs to direct gcc at picolibc\r\n * Use -DPICOLIBC_INTEGER_PRINTF_SCANF to enable smaller printf implementation\r\n * Enable configUSE_PICOLIBC_TLS for thread local storage\r\n * Add TLS section to linker script\r\n * Replace newlib syscall hooks with picolibc ones\r\n\r\nSigned-off-by: Keith Packard \r\n\r\n---------\r\n\r\nSigned-off-by: Keith Packard \r\nCo-authored-by: Keith Packard ","shortMessageHtmlLink":"Make a couple of demos build using picolibc (#1202)"}},{"before":"4592acca4ceb2103d087008f825b88fa0068b152","after":"7514cd3d5471eddc223fbbac6609322d77f26c3d","ref":"refs/heads/main","pushedAt":"2024-04-01T04:46:08.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":"[WIN32-MSVC Demo] Define TickType_t width based on the target platform(32bit/64bit). (#1201)\n\n* [WIN32-MSVC Demo] Add tick type width definition based on the target platform.(32bit/64bit)\r\n32bit TickType_t is used on Win32 target. 64bit TickType_t is used on x64 target.\r\n\r\nReason of change: Before this change, 32bit TickType_t is always used in MSVC demo. It is inefficient for 64bit target. In addition, compiler reported warnings for the cast operation between TickType_t and (void *) pointer if the target is x64 because of different width. 64bit TickType_t should be used instead of 32bit if target is 64bit.\r\n\r\n* [WIN32-MSVC Demo] Change type of some variables from uint32_t to UBaseType_t.\r\n\r\nReason of change: These variables are cast to/from pointer type in existing codes. x64 compiler reports warnings for the cast operations between uint32_t and pointer type. UBaseType_t solves those warnings because it has same width as pointer type on both of Win32 platform and x64 platform.\r\n\r\n* [WIN32-MSVC Demo]Correct prefix of variables and indent to follow coding style guide.\r\n\r\n* [WIN32-MSVC Demo]Correct type of the argument in vApplicationGetIdleTaskMemory() prototype declaration.\r\nIt is corrected to match original declaration described in task.h.\r\n\r\n* [WIN32-MSVC] Add cast operation to solve compiler warnings on x64 platform.\r\nBefore this change, compiler claimed that the cast operation to wider type should be applied before other arithmetic operations because of overflow risk. There is no overflow risk here but it is modified to solve compiler warnings.","shortMessageHtmlLink":"[WIN32-MSVC Demo] Define TickType_t width based on the target platfor…"}},{"before":"076430b2abe03f5018030e51b010914128a8871b","after":"4592acca4ceb2103d087008f825b88fa0068b152","ref":"refs/heads/main","pushedAt":"2024-03-28T19:37:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Skptak","name":"Soren Ptak","path":"/Skptak","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24749346?s=80&v=4"},"commit":{"message":"Update Cortex R4F and Cortex R5F MPU Demos (#1200)\n\n* Set configUSE_EVENT_GROUPS to 0 in the CORTEX_MPU_R4/5F Demos.\r\n* Update the FreeRTOS-Kernel submodule to use the latest FreeRTOS-Kernel.","shortMessageHtmlLink":"Update Cortex R4F and Cortex R5F MPU Demos (#1200)"}},{"before":"bbca35e334fb57779bdeee0bdad88ba30e7e5ed2","after":null,"ref":"refs/heads/updateCspellWordList","pushedAt":"2024-03-27T21:38:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Skptak","name":"Soren Ptak","path":"/Skptak","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24749346?s=80&v=4"}},{"before":"273fb94328f6532b9ff1b30187322a5af940fc58","after":"076430b2abe03f5018030e51b010914128a8871b","ref":"refs/heads/main","pushedAt":"2024-03-27T07:34:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ActoryOu","name":"ActoryOu","path":"/ActoryOu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13195926?s=80&v=4"},"commit":{"message":"[WIN32-MingW Demo] TickType_t width is defined based on compiler type.(32bit/64bit) (#1199)\n\n* [WIN32-MingW Demo] Add tick type width definition based on compiler type.(32bit/64bit)\r\n32bit TickType_t is used if compiler is MinGW32. 64bit TickType_t is used if compiler is MinGW64.\r\n\r\nReason of change: Before this change, 32bit TickType_t is always used in MinGW demo. It is inefficient for 64bit compiler. In addition, MinGW64 reported warnings for the cast operation between TickType_t and (void *) pointer because of different width. 64bit TickType_t should be used instead of 32bit if compiler is 64bit.\r\n\r\n* [WIN32-MingW Demo] Change printf() format specifiers from %u to %llu.\r\n\r\nReason of change: %u specifier corrupts 64bit tick count because it supports only 32bit value. %llu can be used for both of 64bit value and 32bit value.(After casting to 64bit)\r\n\r\n* [WIN32-MingW Demo] Change type of some variables from uint32_t to UBaseType_t.\r\n\r\nReason of change: These variables are cast to/from pointer type in existing codes. 64bit compiler(MinGW64) reports warnings for the cast operations between uint32_t and pointer type. UBaseType_t solves those warnings because it has same width as pointer type on both of MinGW32 and MinGW64.\r\n\r\n* [WIN32-MingW Demo] Change type of some variables from uint32_t to UBaseType_t.\r\n\r\nSame change as previous commit is applied to source codes which are built only on Debug configuration.\r\n\r\n* [WIN32-MingW Demo] Add brackets to the condition in #if statement. Behavior is not changed. Reason of change is to follow coding style guide of FreeRTOS.\r\n\r\n* Update \"FreeRTOS/Source\" submodule(FreeRTOS-kernel) to #1008.\r\n\r\n* [WIN32-MingW Demo] Change type of one more variable from uint32_t to UBaseType_t.\r\n\r\nAdditional modification for solving compiler warnings for the cast operation on MinGW64.\r\n\r\n* Update FreeRTOS-kernel submodule version in manifest.yml.\r\n\r\n* Modify prefix of variables to follow coding style guide.\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: ActoryOu \r\nCo-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>\r\nCo-authored-by: Gaurav Aggarwal ","shortMessageHtmlLink":"[WIN32-MingW Demo] TickType_t width is defined based on compiler type…"}},{"before":"8517050490857935ebde8c318994a8fe8c6f5229","after":"273fb94328f6532b9ff1b30187322a5af940fc58","ref":"refs/heads/main","pushedAt":"2024-03-26T16:24:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Skptak","name":"Soren Ptak","path":"/Skptak","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24749346?s=80&v=4"},"commit":{"message":"ARMv7-R MPU Port Demos (#1149)\n\n* Add in a Cortex R5F MPU demo for the Hercules RM57 Development Kit.\r\n* Add in a Cortex R4F MPU demo for the Hercules RM46 Development Kit.\r\n* Provide a Code Composer Studio (CCS) project for running these demos.\r\n* Provide a CMakeLists.txt file to allow for compilation of the demos without use of an IDE.\r\n* Add a CI-CD build of these demos using CMake with Fetch-Content.\r\n* Include necessary README to explain the new demos.\r\n---------","shortMessageHtmlLink":"ARMv7-R MPU Port Demos (#1149)"}},{"before":"857962d63814e1bbce52c52b7143bd876415f93d","after":"8517050490857935ebde8c318994a8fe8c6f5229","ref":"refs/heads/main","pushedAt":"2024-03-26T05:55: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":"Fix HTTP_S3_Download compile warning (#1195)\n\n* Fix xPlatformIsNetworkUp() is undeclared warning\r\n* Fix cast const type warning\r\n\r\nCo-authored-by: Soren Ptak \r\nCo-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>","shortMessageHtmlLink":"Fix HTTP_S3_Download compile warning (#1195)"}},{"before":"bc5587ce5f35d16a10d118c4d61ac75ae4ef6108","after":"857962d63814e1bbce52c52b7143bd876415f93d","ref":"refs/heads/main","pushedAt":"2024-03-26T05:32:49.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 support to build Posix Demo with Dynamic Allocation (#1198)\n\nAdd support for dynamic allocation in posix demo","shortMessageHtmlLink":"Add support to build Posix Demo with Dynamic Allocation (#1198)"}},{"before":"c5c41ef3af679c77657431da528b8e7c33423d32","after":"bc5587ce5f35d16a10d118c4d61ac75ae4ef6108","ref":"refs/heads/main","pushedAt":"2024-03-26T04:23: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":"Fix FreeRTOS-Plus device defender, shadow and job demo warnings (#1193)\n\n* Fix FreeRTOS-Plus device defender, shadow and job demo warnings\r\n* Cast to void * for vPortFree","shortMessageHtmlLink":"Fix FreeRTOS-Plus device defender, shadow and job demo warnings (#1193)"}},{"before":"7de1b5098d80e3d6ea2f92ffd3b0c26776c9b904","after":"c5c41ef3af679c77657431da528b8e7c33423d32","ref":"refs/heads/main","pushedAt":"2024-03-22T02:43:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ActoryOu","name":"ActoryOu","path":"/ActoryOu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13195926?s=80&v=4"},"commit":{"message":"Update result section in README under CBMC folder. (#1196)\n\n* Update result section in README under CBMC folder\r\n\r\n* Code review suggestions\r\n\r\nSigned-off-by: Gaurav Aggarwal \r\n\r\n* Update proofs result path\r\n\r\n---------\r\n\r\nSigned-off-by: Gaurav Aggarwal \r\nCo-authored-by: Gaurav Aggarwal \r\nCo-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>","shortMessageHtmlLink":"Update result section in README under CBMC folder. (#1196)"}},{"before":"000c005ceed37605a3c146459acdf605ec90919e","after":"7de1b5098d80e3d6ea2f92ffd3b0c26776c9b904","ref":"refs/heads/main","pushedAt":"2024-03-21T09:27:49.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 separate compile option for tracing functionality in Posix demo (#1194)\n\n* Add compile option for enabling tracing in cmake file *","shortMessageHtmlLink":"Add separate compile option for tracing functionality in Posix demo (#…"}},{"before":"2bb9bca68b87702022971a43ee185515fdc6f694","after":"000c005ceed37605a3c146459acdf605ec90919e","ref":"refs/heads/main","pushedAt":"2024-03-14T09:21:55.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":"Update +TCP to latest version (#1192)","shortMessageHtmlLink":"Update +TCP to latest version (#1192)"}},{"before":"3f24270b4af87aaa5cb6ff5f35219701449e433d","after":"2bb9bca68b87702022971a43ee185515fdc6f694","ref":"refs/heads/main","pushedAt":"2024-03-06T08:11:46.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 submodule pointer for xTaskGetHandle unit test (#1191)","shortMessageHtmlLink":"Update kernel submodule pointer for xTaskGetHandle unit test (#1191)"}},{"before":"e9593edb3973133778669766768f4df0c3e5d473","after":"3f24270b4af87aaa5cb6ff5f35219701449e433d","ref":"refs/heads/main","pushedAt":"2024-03-06T07:24:49.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 xtaskGetHandle unit test (#1186)","shortMessageHtmlLink":"Update kernel xtaskGetHandle unit test (#1186)"}},{"before":"77cc06d6925ef4ef3dcbbcd18e0c4105ce059cac","after":"e9593edb3973133778669766768f4df0c3e5d473","ref":"refs/heads/main","pushedAt":"2024-03-06T06:56:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ActoryOu","name":"ActoryOu","path":"/ActoryOu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13195926?s=80&v=4"},"commit":{"message":"Select correct startup project. (#1190)","shortMessageHtmlLink":"Select correct startup project. (#1190)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEREPCDAA","startCursor":null,"endCursor":null}},"title":"Activity · FreeRTOS/FreeRTOS"}