{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":352972708,"defaultBranch":"master","name":"zephyr","ownerLogin":"codecoup","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2021-03-30T11:13:52.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/15264780?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1695396613.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"85fc82b9606250e4e2816dec094fc50169c4ef09","ref":"refs/heads/zephyr-v3.4.0-4224-g85fc82b960","pushedAt":"2023-09-22T15:30:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"MariuszSkamra","name":"Mariusz Skamra","path":"/MariuszSkamra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10126877?s=80&v=4"},"commit":{"message":"dsadsa","shortMessageHtmlLink":"dsadsa"}},{"before":null,"after":"862b2233d203c18838858956261107a1162e1275","ref":"refs/heads/zephyr-v3.4.0-3235-g862b2233d2","pushedAt":"2023-09-04T14:27:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"MariuszSkamra","name":"Mariusz Skamra","path":"/MariuszSkamra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10126877?s=80&v=4"},"commit":{"message":"tests: Bluetooth: audio: Unit test bt_audio_codec_cfg_get_* helpers\n\nThis adds unit tests for bt_audio_codec_cfg_get_* functio helpers.\n\nSigned-off-by: Mariusz Skamra ","shortMessageHtmlLink":"tests: Bluetooth: audio: Unit test bt_audio_codec_cfg_get_* helpers"}},{"before":null,"after":"038351ad2615531e0e1ddbc47d907f16bb62ea50","ref":"refs/heads/zephyr-v3.4.0-2369-g038351ad26","pushedAt":"2023-08-16T13:02:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"MariuszSkamra","name":"Mariusz Skamra","path":"/MariuszSkamra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10126877?s=80&v=4"},"commit":{"message":"net: lwm2m: Cleanup unnecessary code\n\nThe reply callback doesn't need to handle the case when the\ncode of the reply is 'continue' (2.31). In that case the callback\nis not executed until the last block is transmitted.\n\nSigned-off-by: Lukas Woodtli ","shortMessageHtmlLink":"net: lwm2m: Cleanup unnecessary code"}},{"before":null,"after":"32bd3aa781523009332f7e102fdd555cf740acdc","ref":"refs/heads/zephyr-v3.4.0-2075-g32bd3aa781","pushedAt":"2023-08-08T10:27:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"MariuszSkamra","name":"Mariusz Skamra","path":"/MariuszSkamra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10126877?s=80&v=4"},"commit":{"message":"net: iface: Allow NULL pointer to be handled in net_if_is_ip_offloaded\n\nIn case native interface is used with NET_OFFLOAD enabled, the\nnet_if_is_ip_offloaded() could lead to a crash, if called on unbound\nnet_context (i.e. with no iface assigned to net_context yet).\n\nAs since commit 40d224022608a3e5d68e95cc4d6f7606f1d48fb2 the net_context\nallocated on offloaded interface is always assigned with the iface\npointer during its creation, it can be safely assumed that in case of\nNULL pointer is provided we deal with a native interface. Therefore\ninstead of asserting on the iface pointer, indicate that the interface\nis native when NULL pointer is provided.\n\nSigned-off-by: Robert Lubos ","shortMessageHtmlLink":"net: iface: Allow NULL pointer to be handled in net_if_is_ip_offloaded"}},{"before":null,"after":"b8f7c81dd3930ae1dde60dcf1daba32d03176816","ref":"refs/heads/zephyr-v3.4.0-1217-gb8f7c81dd3","pushedAt":"2023-07-18T11:32:37.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"MariuszSkamra","name":"Mariusz Skamra","path":"/MariuszSkamra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10126877?s=80&v=4"},"commit":{"message":"tests: Bluetooth: Mesh: fix omitted names\n\nPR fixes using of the parameter with omitted names.\n\nSigned-off-by: Aleksandr Khromykh ","shortMessageHtmlLink":"tests: Bluetooth: Mesh: fix omitted names"}},{"before":null,"after":"630555d9f6ead7530b3d1e5a5fba96104607550c","ref":"refs/heads/zephyr-v3.4.0-726-g630555d9f6","pushedAt":"2023-07-06T11:18:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"MariuszSkamra","name":"Mariusz Skamra","path":"/MariuszSkamra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10126877?s=80&v=4"},"commit":{"message":"mbedtls: fix _mbedtls_init() invocation\n\nSYS_INIT() requires pointer to function that takes `void` now, instead of\npointer to device structure. Since the commit was developed before that\nswitch, it still invoked it with NULL. Fix that now.\n\nFixes:\n\n zephyr/modules/mbedtls/zephyr_init.c: In function 'mbedtls_init':\n zephyr/modules/mbedtls/zephyr_init.c:108:16: error: too many arguments \\\n to function '_mbedtls_init'\n 108 | return _mbedtls_init(NULL);\n | ^~~~~~~~~~~~~\n zephyr/modules/mbedtls/zephyr_init.c:86:12: note: declared here\n 86 | static int _mbedtls_init(void)\n |\n\nSigned-off-by: Marcin Niestroj ","shortMessageHtmlLink":"mbedtls: fix _mbedtls_init() invocation"}},{"before":null,"after":"4b1ba792b018bfa2818d10b3f2a437e6c48992ac","ref":"refs/heads/v3.4.0-rc2-99-g4b1ba792b0","pushedAt":"2023-06-06T20:03:41.260Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"MariuszSkamra","name":"Mariusz Skamra","path":"/MariuszSkamra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10126877?s=80&v=4"},"commit":{"message":"ASCS Notification rework\n\nSigned-off-by: Mariusz Skamra ","shortMessageHtmlLink":"ASCS Notification rework"}},{"before":null,"after":"9597c570e673a6e9e6d4a796c3d4c97aa574c54c","ref":"refs/heads/v3.4.0-rc2-88-g9597c570e6","pushedAt":"2023-06-06T14:43:15.828Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"MariuszSkamra","name":"Mariusz Skamra","path":"/MariuszSkamra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10126877?s=80&v=4"},"commit":{"message":"ASCS Notification rework\n\nSigned-off-by: Mariusz Skamra ","shortMessageHtmlLink":"ASCS Notification rework"}},{"before":null,"after":"aaf6ccb40bb9454494e4b317b8e8e240ce2a322a","ref":"refs/heads/v3.4.0-rc2-10-gaaf6ccb40b","pushedAt":"2023-06-05T10:58:28.569Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"MariuszSkamra","name":"Mariusz Skamra","path":"/MariuszSkamra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10126877?s=80&v=4"},"commit":{"message":"ASCS Notification rework\n\nSigned-off-by: Mariusz Skamra ","shortMessageHtmlLink":"ASCS Notification rework"}},{"before":null,"after":"27a74999199295b6265d2e3373904f327e924458","ref":"refs/heads/v3.4.0-rc1-8-g27a7499919","pushedAt":"2023-05-29T13:31:25.175Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"MariuszSkamra","name":"Mariusz Skamra","path":"/MariuszSkamra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10126877?s=80&v=4"},"commit":{"message":"iso: Workaround missing LE Features flag\n\nSigned-off-by: Mariusz Skamra ","shortMessageHtmlLink":"iso: Workaround missing LE Features flag"}},{"before":null,"after":"d04f4e9b10b4dbd9656e8f65f2899d5c342d523f","ref":"refs/heads/zephyr-v3.3.0-4259-gd04f4e9b10","pushedAt":"2023-05-23T12:00:15.824Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"MariuszSkamra","name":"Mariusz Skamra","path":"/MariuszSkamra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10126877?s=80&v=4"},"commit":{"message":"iso: Workaround missing LE Features flag\n\nSigned-off-by: Mariusz Skamra ","shortMessageHtmlLink":"iso: Workaround missing LE Features flag"}},{"before":null,"after":"482b48fcbe844f60e4d41d4f30ba226519689c03","ref":"refs/heads/zephyr-v3.3.0-4097-g2be2fa8bd6","pushedAt":"2023-05-19T08:27:41.655Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"MariuszSkamra","name":"Mariusz Skamra","path":"/MariuszSkamra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10126877?s=80&v=4"},"commit":{"message":"iso: Workaround missing LE Features flag\n\nSigned-off-by: Mariusz Skamra ","shortMessageHtmlLink":"iso: Workaround missing LE Features flag"}},{"before":null,"after":"ae618b07bfd33ddb48c03ea311b1d6654c42b6d6","ref":"refs/heads/ascs_ops_released_fix","pushedAt":"2023-05-12T09:55:22.895Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"MariuszSkamra","name":"Mariusz Skamra","path":"/MariuszSkamra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10126877?s=80&v=4"},"commit":{"message":"Bluetooth: audio: ascs: Fix conn object being unreferenced prematurely\n\nThis fixes invalid conn unref that happens in ACL disconnected callback\ncontext. When the ACL disconnects, the implementation waits for CIS to\nbe disconnected if connected. If the client won't disconnect the\nCIS, the implementation initiates the disconnection by itself, from\ndelayed work context. Thus the ACL conn object has to be remained at\nthat time because it indicates whether the ASE object is in use or not.\n\nSigned-off-by: Mariusz Skamra ","shortMessageHtmlLink":"Bluetooth: audio: ascs: Fix conn object being unreferenced prematurely"}},{"before":null,"after":"2dbccf065429836bc311a5deef1ba9782725a0f9","ref":"refs/heads/zephyr-v3.3.0-3812-g2dbccf0654","pushedAt":"2023-05-11T14:08:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"MariuszSkamra","name":"Mariusz Skamra","path":"/MariuszSkamra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10126877?s=80&v=4"},"commit":{"message":"usb: device_next: do not set alternate 0 for non-existent interfaces\n\nA request to set alternate zero for a non-existent interface\nwould succeed because of the inappropriate order of checks.\nMove the check if the desired alternate is the same as the\ncurrent one after the check if interface exists.\n\nSigned-off-by: Johann Fischer ","shortMessageHtmlLink":"usb: device_next: do not set alternate 0 for non-existent interfaces"}},{"before":null,"after":"9a6f7efd0041d3ca5fbaf8162647c7a9f200ab3b","ref":"refs/heads/zephyr-v3.3.0-3227-g9a6f7efd00","pushedAt":"2023-04-27T09:20:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"MariuszSkamra","name":"Mariusz Skamra","path":"/MariuszSkamra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10126877?s=80&v=4"},"commit":{"message":"scripts: fix 'compatible' property of generated thermistor tables\n\nThe generated 'compatible' property doesn't match the associated devicetree\nbinding.\n\nSigned-off-by: Rihards Skuja ","shortMessageHtmlLink":"scripts: fix 'compatible' property of generated thermistor tables"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wOS0yMlQxNTozMDoxMy4wMDAwMDBazwAAAAOGvI2r","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNC0yN1QwOToyMDo1Ni4wMDAwMDBazwAAAAMhWItg"}},"title":"Activity ยท codecoup/zephyr"}