{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":757052768,"defaultBranch":"main","name":"FreeRTOS-Kernel","ownerLogin":"gemarcano","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-02-13T19:09:09.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4000062?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1707851431.0","currentOid":""},"activityList":{"items":[{"before":"0452603a943e13d27e7117f7112c4dd000748705","after":"23cfd114d314b0e2dc5e53a3540b0647fc0a1b5b","ref":"refs/heads/main","pushedAt":"2024-08-22T07:14:49.000Z","pushType":"push","commitsCount":18,"pusher":{"login":"gemarcano","name":"Gabriel Marcano","path":"/gemarcano","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4000062?s=80&v=4"},"commit":{"message":"Update CMakeLists.txt to proper name for the ports (#1129)","shortMessageHtmlLink":"Update CMakeLists.txt to proper name for the ports (FreeRTOS#1129)"}},{"before":"4732b96dba05e2eeaeaec795977ab0a054cce065","after":"0452603a943e13d27e7117f7112c4dd000748705","ref":"refs/heads/main","pushedAt":"2024-07-16T17:50:45.000Z","pushType":"push","commitsCount":63,"pusher":{"login":"gemarcano","name":"Gabriel Marcano","path":"/gemarcano","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4000062?s=80&v=4"},"commit":{"message":"Update LTS 202406 information (#1099)","shortMessageHtmlLink":"Update LTS 202406 information (FreeRTOS#1099)"}},{"before":"8c10944575121038c532d23b2136c4c849b9d2a6","after":"4732b96dba05e2eeaeaec795977ab0a054cce065","ref":"refs/heads/main","pushedAt":"2024-03-12T19:50:32.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"gemarcano","name":"Gabriel Marcano","path":"/gemarcano","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4000062?s=80&v=4"},"commit":{"message":"Add daemon task startup hook / timer task creation consistency check (#1009)\n\nAdd a compile time check that emits a helpful error message if the user\r\nattempts to create a daemon task startup hook without also creating the \r\ntimer/daemon task.\r\n\r\nThe timer/daemon task startup hook runs in the context of the timer/daemon\r\ntask. Therefore, it won't run even if configUSE_DAEMON_TASK_STARTUP_HOOK\r\nis set to 1 if the timer task isn't created. The timer task is only created if\r\nconfigUSE_TIMERS is not equal to 0.","shortMessageHtmlLink":"Add daemon task startup hook / timer task creation consistency check (F…"}},{"before":"bad33bc8a0e6138145da11c69985eb00c9562a2b","after":"6fb4b2c32e945dad262a2360755829b26c1843a0","ref":"refs/heads/fix_scheduler_ready_list_iteration","pushedAt":"2024-03-04T07:25:14.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"chinglee-iot","name":null,"path":"/chinglee-iot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61685396?s=80&v=4"},"commit":{"message":"Merge branch 'main' into fix_scheduler_ready_list_iteration","shortMessageHtmlLink":"Merge branch 'main' into fix_scheduler_ready_list_iteration"}},{"before":"c5ff727d3feb7573664db5898888c53c104f4014","after":"bad33bc8a0e6138145da11c69985eb00c9562a2b","ref":"refs/heads/fix_scheduler_ready_list_iteration","pushedAt":"2024-02-21T11:35:05.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 fix_scheduler_ready_list_iteration","shortMessageHtmlLink":"Merge branch 'main' into fix_scheduler_ready_list_iteration"}},{"before":"ba169081a076d4999001d5f8a7732c739d24a51d","after":"c5ff727d3feb7573664db5898888c53c104f4014","ref":"refs/heads/fix_scheduler_ready_list_iteration","pushedAt":"2024-02-19T06:44:15.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"chinglee-iot","name":null,"path":"/chinglee-iot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61685396?s=80&v=4"},"commit":{"message":"Merge branch 'main' into fix_scheduler_ready_list_iteration","shortMessageHtmlLink":"Merge branch 'main' into fix_scheduler_ready_list_iteration"}},{"before":"9d59571c30318ea5fa150c092789425c9f150065","after":"ba169081a076d4999001d5f8a7732c739d24a51d","ref":"refs/heads/fix_scheduler_ready_list_iteration","pushedAt":"2024-02-19T04:11:19.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"chinglee-iot","name":null,"path":"/chinglee-iot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61685396?s=80&v=4"},"commit":{"message":"Merge branch 'main' into fix_scheduler_ready_list_iteration","shortMessageHtmlLink":"Merge branch 'main' into fix_scheduler_ready_list_iteration"}},{"before":"e17b7b5967e71d818b1fc30bbd16cfa98135a7e4","after":"9d59571c30318ea5fa150c092789425c9f150065","ref":"refs/heads/fix_scheduler_ready_list_iteration","pushedAt":"2024-02-14T17:13:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"gemarcano","name":"Gabriel Marcano","path":"/gemarcano","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4000062?s=80&v=4"},"commit":{"message":"Fix prvSelectHighestPriorityTask list iteration\n\n - Use listGET_OWNER_OF_NEXT_ENTRY to iterate through the ready task\n list instead of iterating from the head of the list. vListInsertEnd\n appends a node such that, when using listGET_OWNER_OF_NEXT_ENTRY, it\n is the last node returned, but it isn't inserted at the tail of the\n list.","shortMessageHtmlLink":"Fix prvSelectHighestPriorityTask list iteration"}},{"before":"af3b9edd6e91360a47269c331ac1fd32ab49b518","after":"e17b7b5967e71d818b1fc30bbd16cfa98135a7e4","ref":"refs/heads/fix_scheduler_ready_list_iteration","pushedAt":"2024-02-14T05:22:30.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"gemarcano","name":"Gabriel Marcano","path":"/gemarcano","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4000062?s=80&v=4"},"commit":{"message":"Fix prvSelectHighestPriorityTask list iteration\n\n - Use listGET_OWNER_OF_NEXT_ENTRY to iterate through the ready task\n list instead of iterating from the head of the list. vListInsertEnd\n appends a node such that, when using listGET_OWNER_OF_NEXT_ENTRY, it\n is the last node returned, but it isn't inserted at the tail of the\n list.","shortMessageHtmlLink":"Fix prvSelectHighestPriorityTask list iteration"}},{"before":"abf35382bd0e909bff52e8dbf96047c451a9a694","after":"af3b9edd6e91360a47269c331ac1fd32ab49b518","ref":"refs/heads/fix_scheduler_ready_list_iteration","pushedAt":"2024-02-13T19:13:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"gemarcano","name":"Gabriel Marcano","path":"/gemarcano","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4000062?s=80&v=4"},"commit":{"message":"Fix prvSelectHighestPriorityTask list iteration\n\n - Use listGET_OWNER_OF_NEXT_ENTRY to iterate through the ready task\n list instead of iterating from the head of the list. vListInsertEnd\n appends a node such that, when using listGET_OWNER_OF_NEXT_ENTRY, it\n is the last node returned, but it isn't inserted at the tail of the\n list.","shortMessageHtmlLink":"Fix prvSelectHighestPriorityTask list iteration"}},{"before":"529e57de299b6df9037fabb01291e59ae758dc8d","after":"abf35382bd0e909bff52e8dbf96047c451a9a694","ref":"refs/heads/fix_scheduler_ready_list_iteration","pushedAt":"2024-02-13T19:11:30.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"gemarcano","name":"Gabriel Marcano","path":"/gemarcano","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4000062?s=80&v=4"},"commit":{"message":"Fix prvSelectHighestPriorityTask list iteration\n\n - Use listGET_OWNER_OF_NEXT_ENTRY to iterate through the ready task\n list instead of iterating from the head of the list. vListInsertEnd\n appends a nodo such that, when using listGET_OWNER_OF_NEXT_ENTRY, it\n is the last node returned, but it isn't inserted at the tail of the\n list.","shortMessageHtmlLink":"Fix prvSelectHighestPriorityTask list iteration"}},{"before":null,"after":"529e57de299b6df9037fabb01291e59ae758dc8d","ref":"refs/heads/fix_scheduler_ready_list_iteration","pushedAt":"2024-02-13T19:10:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gemarcano","name":"Gabriel Marcano","path":"/gemarcano","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4000062?s=80&v=4"},"commit":{"message":"Fix prvSelectHighestPriorityTask list iteration\n\n - Use listGET_OWNER_OF_NEXT_ENTRY to iterate through the ready task\n list instead of iterating from the head of the list. vListInsertEnd\n appends a nodo such that, when using listGET_OWNER_OF_NEXT_ENTRY, it\n is the last node returned, but it isn't inserted at the tail of the\n list.","shortMessageHtmlLink":"Fix prvSelectHighestPriorityTask list iteration"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0yMlQwNzoxNDo0OS4wMDAwMDBazwAAAASg-QoA","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMi0xM1QxOToxMDozMS4wMDAwMDBazwAAAAP51TXN"}},"title":"Activity · gemarcano/FreeRTOS-Kernel"}