{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":552771130,"defaultBranch":"main","name":"zephyr","ownerLogin":"theob-pro","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2022-10-17T07:50:20.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/115782828?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1726482941.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"0dcd53f52f4ac43359f471958b9675013fb147d6","ref":"refs/heads/backchannel_demo","pushedAt":"2024-09-16T10:35:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"theob-pro","name":"Théo Battrel","path":"/theob-pro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115782828?s=80&v=4"},"commit":{"message":"Demonstrate how to use BabbleSim backchannel","shortMessageHtmlLink":"Demonstrate how to use BabbleSim backchannel"}},{"before":"e95a9d9eac2f81cedea356d19ba501d8457b5de8","after":"33bd1b624c91d4c2eb3680f81753aeffadb1318c","ref":"refs/heads/bsim-compile-source","pushedAt":"2024-09-10T11:03:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"theob-pro","name":"Théo Battrel","path":"/theob-pro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115782828?s=80&v=4"},"commit":{"message":"Tests: bsim: Use correct compilation folder\n\nIf a test was written outside 'app_root' the 'app' path may contain\nprevious directory ('..') which would lead to the compilation file being\nwritten outside the 'WORK_DIR'.\n\nFix the issue by checking if the 'app' is inside 'app_root', if it's\nnot, use the absolute path to the app for creating the 'this_dir'\nvariable.\n\nSigned-off-by: Théo Battrel ","shortMessageHtmlLink":"Tests: bsim: Use correct compilation folder"}},{"before":"f1cadc0352bc5c4944f4f9e1c50a6fcf2e89e1f0","after":"e95a9d9eac2f81cedea356d19ba501d8457b5de8","ref":"refs/heads/bsim-compile-source","pushedAt":"2024-09-10T08:45:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"theob-pro","name":"Théo Battrel","path":"/theob-pro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115782828?s=80&v=4"},"commit":{"message":"Tests: bsim: Use correct compilation folder\n\nIf a test was written outside 'ZEPHYR_BASE' the 'app' path may contain\nprevious directory ('..') which would lead to the compilation file being\nwritten outside the 'WORK_DIR'.\n\nFix the issue by checking if the 'app' is inside 'ZEPHYR_BASE', if it's\nnot, use the absolute path to the app for creating the 'this_dir'\nvariable.\n\nSigned-off-by: Théo Battrel ","shortMessageHtmlLink":"Tests: bsim: Use correct compilation folder"}},{"before":null,"after":"f1cadc0352bc5c4944f4f9e1c50a6fcf2e89e1f0","ref":"refs/heads/bsim-compile-source","pushedAt":"2024-09-10T08:39:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"theob-pro","name":"Théo Battrel","path":"/theob-pro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115782828?s=80&v=4"},"commit":{"message":"Tests: bsim: Use correct compilation folder\n\nIf a test was written outside 'ZEPHYR_BASE' the 'app' path may contain\nprevious directory ('..') which would lead to the compilation file being\nwrote outside the 'WORK_DIR'.\n\nFix the issue by checking if the 'app' is inside 'ZEPHYR_BASE', if it's\nnot, use the absolute path to the app for creating the 'this_dir'\nvariable.\n\nSigned-off-by: Théo Battrel ","shortMessageHtmlLink":"Tests: bsim: Use correct compilation folder"}},{"before":"b0f8ef98ed366c057d19f4b6ce258a84f54a2005","after":"117cda8b3e9f6f924be88531bea530fd81ec9d15","ref":"refs/heads/shell-remove-startup-newlines","pushedAt":"2024-08-27T11:18:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"theob-pro","name":"Théo Battrel","path":"/theob-pro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115782828?s=80&v=4"},"commit":{"message":"Tests: Shell: Take into account startup new line\n\nUpdate `shell_backend_uart` to take into account the new line print by\n`z_cursor_next_line_move`.\n\nSigned-off-by: Théo Battrel ","shortMessageHtmlLink":"Tests: Shell: Take into account startup new line"}},{"before":"3b9996b3a0493e938575ab393e695bf6bf1e957b","after":"b0f8ef98ed366c057d19f4b6ce258a84f54a2005","ref":"refs/heads/shell-remove-startup-newlines","pushedAt":"2024-08-21T13:30:55.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"theob-pro","name":"Théo Battrel","path":"/theob-pro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115782828?s=80&v=4"},"commit":{"message":"Shell: Remove unnecessary new lines at startup\n\nWhen the shell start, it will print two lines. The reason for that\nbehavior is not documented. Remove that to make the code simpler and\nshorter one line at a time.\n\nSigned-off-by: Théo Battrel ","shortMessageHtmlLink":"Shell: Remove unnecessary new lines at startup"}},{"before":"4c9703f07757b0ea9dcb708154972f96d9e2dc4b","after":"3b9996b3a0493e938575ab393e695bf6bf1e957b","ref":"refs/heads/shell-remove-startup-newlines","pushedAt":"2024-08-20T12:14:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"theob-pro","name":"Théo Battrel","path":"/theob-pro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115782828?s=80&v=4"},"commit":{"message":"Shell: Remove unnecessary new lines at startup\n\nWhen the shell start, it will print two lines. The reason for that\nbehavior is not documented. Remove that to make the code simpler and\nshorter one line at a time.\n\nSigned-off-by: Théo Battrel ","shortMessageHtmlLink":"Shell: Remove unnecessary new lines at startup"}},{"before":null,"after":"4c9703f07757b0ea9dcb708154972f96d9e2dc4b","ref":"refs/heads/shell-remove-startup-newlines","pushedAt":"2024-08-20T12:13:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"theob-pro","name":"Théo Battrel","path":"/theob-pro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115782828?s=80&v=4"},"commit":{"message":"Shell: Remove unnecessary new line at startup\n\nWhen the shell start, it will print two lines. The reason for that\nbehavior is not documented. Remove that to make the code simpler and\nshorter one line at a time.\n\nSigned-off-by: Théo Battrel ","shortMessageHtmlLink":"Shell: Remove unnecessary new line at startup"}},{"before":"f008309cee3f6de08ed42207334c8f9aa572bdf5","after":"1fca0b9e44eecf4da8d05a9e488d3363aedb4a18","ref":"refs/heads/prop-tx-iso-frag-fix","pushedAt":"2024-08-16T05:20:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"theob-pro","name":"Théo Battrel","path":"/theob-pro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115782828?s=80&v=4"},"commit":{"message":"Tests: Bluetooth: Add another ISO frag test\n\nThis test create a setup where an ISO broadcaster will send fragmented\ndata and get stopped after sending the first fragment and repeating that\noperation multiple time to verify that buffers are not leaked.\n\nSigned-off-by: Théo Battrel ","shortMessageHtmlLink":"Tests: Bluetooth: Add another ISO frag test"}},{"before":"1b09f4b839a8a04883136ece767180bc57ff5114","after":"f008309cee3f6de08ed42207334c8f9aa572bdf5","ref":"refs/heads/prop-tx-iso-frag-fix","pushedAt":"2024-08-14T08:20:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"theob-pro","name":"Théo Battrel","path":"/theob-pro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115782828?s=80&v=4"},"commit":{"message":"Tests: Bluetooth: Add another ISO frag test\n\nThis test create a setup where an ISO broadcaster will send fragmented\ndata and get stopped after sending the first fragment and repeating that\noperation multiple time to verify that buffers are not leaked.\n\nSigned-off-by: Théo Battrel ","shortMessageHtmlLink":"Tests: Bluetooth: Add another ISO frag test"}},{"before":"8aaddb938d7aceb676e5c8d7860bd7ab05ebe668","after":"1b09f4b839a8a04883136ece767180bc57ff5114","ref":"refs/heads/prop-tx-iso-frag-fix","pushedAt":"2024-08-14T04:53:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"theob-pro","name":"Théo Battrel","path":"/theob-pro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115782828?s=80&v=4"},"commit":{"message":"Tests: Bluetooth: Add another ISO frag test\n\nThis test create a setup where an ISO broadcaster will send fragmented\ndata and get stopped after sending the first fragment and repeating that\noperation multiple time to verify that buffers are not leaked.\n\nSigned-off-by: Théo Battrel ","shortMessageHtmlLink":"Tests: Bluetooth: Add another ISO frag test"}},{"before":"e2d8225f7cba3b2fa3748dd7cd33a83b32db0326","after":"8aaddb938d7aceb676e5c8d7860bd7ab05ebe668","ref":"refs/heads/prop-tx-iso-frag-fix","pushedAt":"2024-08-13T12:53:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"theob-pro","name":"Théo Battrel","path":"/theob-pro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115782828?s=80&v=4"},"commit":{"message":"Tests: Bluetooth: Add another ISO frag test\n\nThis test create a setup where an ISO broadcaster will send fragmented\ndata and get stopped after sending the first fragment and repeating that\noperation multiple time to verify that buffers are not leaked.\n\nSigned-off-by: Théo Battrel ","shortMessageHtmlLink":"Tests: Bluetooth: Add another ISO frag test"}},{"before":"b46d288d67c028f6e2933808f3be787becd2ddfd","after":"e2d8225f7cba3b2fa3748dd7cd33a83b32db0326","ref":"refs/heads/prop-tx-iso-frag-fix","pushedAt":"2024-08-13T12:46:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"theob-pro","name":"Théo Battrel","path":"/theob-pro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115782828?s=80&v=4"},"commit":{"message":"Tests: Bluetooth: Add another ISO frag test\n\nThis test create a setup where an ISO broadcaster will send fragmented\ndata and get stopped after sending the first fragment and repeating that\noperation multiple time to verify that buffers are not leaked.\n\nSigned-off-by: Théo Battrel ","shortMessageHtmlLink":"Tests: Bluetooth: Add another ISO frag test"}},{"before":"11670ca796512d7f88dd6d734e696849f655fb4b","after":"b46d288d67c028f6e2933808f3be787becd2ddfd","ref":"refs/heads/prop-tx-iso-frag-fix","pushedAt":"2024-08-13T12:45:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"theob-pro","name":"Théo Battrel","path":"/theob-pro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115782828?s=80&v=4"},"commit":{"message":"Tests: Bluetooth: Add another ISO frag test\n\nThis test create a setup where an ISO broadcaster will send fragmented\ndata and get stopped after sending the first fragment and repeating that\noperation multiple time to verify that buffers are not leaked.\n\nSigned-off-by: Théo Battrel ","shortMessageHtmlLink":"Tests: Bluetooth: Add another ISO frag test"}},{"before":"d884c9242bf976270ca9145bce46be77271f71c7","after":"11670ca796512d7f88dd6d734e696849f655fb4b","ref":"refs/heads/prop-tx-iso-frag-fix","pushedAt":"2024-08-13T12:33:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"theob-pro","name":"Théo Battrel","path":"/theob-pro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115782828?s=80&v=4"},"commit":{"message":"Tests: Bluetooth: Add another ISO frag test\n\nThis test create a setup where an ISO broadcaster will send fragmented\ndata and get stopped after sending the first fragment and repeating that\noperation multiple time to verify that buffers are not leaked.\n\nSigned-off-by: Théo Battrel ","shortMessageHtmlLink":"Tests: Bluetooth: Add another ISO frag test"}},{"before":"b0ce3c7daada08cf448dd625040b08218be489d7","after":"d884c9242bf976270ca9145bce46be77271f71c7","ref":"refs/heads/prop-tx-iso-frag-fix","pushedAt":"2024-08-13T12:02:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"theob-pro","name":"Théo Battrel","path":"/theob-pro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115782828?s=80&v=4"},"commit":{"message":"Tests: Bluetooth: Add another ISO frag test\n\nSigned-off-by: Théo Battrel ","shortMessageHtmlLink":"Tests: Bluetooth: Add another ISO frag test"}},{"before":null,"after":"b0ce3c7daada08cf448dd625040b08218be489d7","ref":"refs/heads/prop-tx-iso-frag-fix","pushedAt":"2024-08-13T11:04:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"theob-pro","name":"Théo Battrel","path":"/theob-pro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115782828?s=80&v=4"},"commit":{"message":"Bluetooth: Host: Fix ISO buffer leak\n\nSigned-off-by: Théo Battrel ","shortMessageHtmlLink":"Bluetooth: Host: Fix ISO buffer leak"}},{"before":null,"after":"7306e05c1b6aba305f0e51ef8696032228492476","ref":"refs/heads/tx-iso-frag-fix","pushedAt":"2024-08-13T10:53:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"theob-pro","name":"Théo Battrel","path":"/theob-pro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115782828?s=80&v=4"},"commit":{"message":"Bluetooth: Host: Fix ISO disconnection\n\nPut the connection to disconnect complete state when ISO chan is\ndisconnected.\n\nSigned-off-by: Théo Battrel ","shortMessageHtmlLink":"Bluetooth: Host: Fix ISO disconnection"}},{"before":"9ad2218844d8943be14c2935bb36474fb7606270","after":"5ae867eb60e9c5a8529c83c22656bbbe993188e3","ref":"refs/heads/update_bt_qualif_doc","pushedAt":"2024-07-16T10:51:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"theob-pro","name":"Théo Battrel","path":"/theob-pro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115782828?s=80&v=4"},"commit":{"message":"Docs: Bluetooth: Update qualification page\n\nWith the new Bluetooth Qualification process the QDID and link to\nlaunchstudio are outdated, remove them.\n\nAlso remove the ICS listing as it hasn't been updated for a while.\nInstead add a download link to the Zephyr Bluetooth Host ICS file.\n\nUpdate the documentation configuration script to include the ICS file\n(`*.pts`) in the external contents.\n\nSigned-off-by: Théo Battrel ","shortMessageHtmlLink":"Docs: Bluetooth: Update qualification page"}},{"before":null,"after":"9ad2218844d8943be14c2935bb36474fb7606270","ref":"refs/heads/update_bt_qualif_doc","pushedAt":"2024-07-16T09:13:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"theob-pro","name":"Théo Battrel","path":"/theob-pro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115782828?s=80&v=4"},"commit":{"message":"Docs: Bluetooth: Update qualification page\n\nWith the new Bluetooth Qualification process the QDID and link to\nlaunchstudio are outdated, remove them.\n\nAlso remove the ICS listing as it hasn't been updated for a while.\nInstead add a download link to the Zephyr Bluetooth Host ICS file.\n\nUpdate the documentation configuration script to include the ICS file\n(`*.pts`) in the external contents.\n\nSigned-off-by: Théo Battrel ","shortMessageHtmlLink":"Docs: Bluetooth: Update qualification page"}},{"before":"23dd5b9ae0494b9302c6d4061f570a80d4a94d33","after":"7fba32ab8ad9bfa54ff1b41dc3b54cca7f7a461a","ref":"refs/heads/add-missing-ad-data-type","pushedAt":"2024-07-12T12:47:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"theob-pro","name":"Théo Battrel","path":"/theob-pro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115782828?s=80&v=4"},"commit":{"message":"Bluetooth: Gap: Add missing AD types\n\nAdd the following AD types:\n- `BT_DATA_DEVICE_CLASS`\n- `BT_DATA_SIMPLE_PAIRING_HASH_C192`\n- `BT_DATA_SIMPLE_PAIRING_RAND_C192`\n- `BT_DATA_DEVICE_ID`\n- `BT_DATA_PAWR_TIMING_INFO`\n- `BT_DATA_ESL`\n\nNote that `BT_DATA_DEVICE_ID` has the same value as\n`BT_DATA_SM_TK_VALUE` (0x10), this is not a mistake from the author but\na mistake in the Core Specification, specifically the Assigned Numbers\ndocument with the version date 2024-04-10.\n\nSigned-off-by: Théo Battrel ","shortMessageHtmlLink":"Bluetooth: Gap: Add missing AD types"}},{"before":"a477f26f2cd387b6148d396e3e76db79c2d319b3","after":"23dd5b9ae0494b9302c6d4061f570a80d4a94d33","ref":"refs/heads/add-missing-ad-data-type","pushedAt":"2024-07-12T12:43:13.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"theob-pro","name":"Théo Battrel","path":"/theob-pro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115782828?s=80&v=4"},"commit":{"message":"Bluetooth: Gap: Add missing AD types\n\nAdd the following AD types:\n- `BT_DATA_DEVICE_CLASS`\n- `BT_DATA_SIMPLE_PAIRING_HASH_C192`\n- `BT_DATA_SIMPLE_PAIRING_RAND_C192`\n- `BT_DATA_DEVICE_ID`\n- `BT_DATA_PAWR_TIMING_INFO`\n- `BT_DATA_ESL`\n\nNote that `BT_DATA_DEVICE_ID` has the same value as\n`BT_DATA_SM_TK_VALUE` (0x10), this is not a mistake from the author but\na mistake in the Core Specification, specifically the Assigned Numbers\ndocument with the version date 2024-04-10.\n\nSigned-off-by: Théo Battrel ","shortMessageHtmlLink":"Bluetooth: Gap: Add missing AD types"}},{"before":"9ae06da19f13897fa2dc86fe50e94ac0339b3d13","after":"a477f26f2cd387b6148d396e3e76db79c2d319b3","ref":"refs/heads/add-missing-ad-data-type","pushedAt":"2024-07-12T12:42:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"theob-pro","name":"Théo Battrel","path":"/theob-pro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115782828?s=80&v=4"},"commit":{"message":"Bluetooth: Gap: Add missing AD types\n\nAdd the following AD types:\n- BT_DATA_DEVICE_CLASS\n- BT_DATA_SIMPLE_PAIRING_HASH_C192\n- BT_DATA_SIMPLE_PAIRING_RAND_C192\n- BT_DATA_DEVICE_ID\n- BT_DATA_PAWR_TIMING_INFO\n- BT_DATA_ESL\n\nNote that `BT_DATA_DEVICE_ID` has the same value as\n`BT_DATA_SM_TK_VALUE` (0x10), this is not a mistake from the author but\na mistake in the Core Specification, specifically the Assigned Numbers\ndocument with the version date 2024-04-10.\n\nSigned-off-by: Théo Battrel ","shortMessageHtmlLink":"Bluetooth: Gap: Add missing AD types"}},{"before":null,"after":"9ae06da19f13897fa2dc86fe50e94ac0339b3d13","ref":"refs/heads/add-missing-ad-data-type","pushedAt":"2024-07-12T12:40:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"theob-pro","name":"Théo Battrel","path":"/theob-pro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115782828?s=80&v=4"},"commit":{"message":"Bluetooth: Gap: Add missing AD types\n\nNote that `BT_DATA_DEVICE_ID` has the same value as\n`BT_DATA_SM_TK_VALUE` (0x10), this is not a mistake from the author but\na mistake in the Core Specification, specifically the Assigned Numbers\ndocument with the version date 2024-04-10.\n\nSigned-off-by: Théo Battrel ","shortMessageHtmlLink":"Bluetooth: Gap: Add missing AD types"}},{"before":"8b8fb4f7c1146b2fbd68657b8e8a1b88adc4c8bf","after":"418d2887e12e8c3341422c8d9bba0c19350ba4d0","ref":"refs/heads/twister-twisted-logic","pushedAt":"2024-07-10T10:03:09.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"theob-pro","name":"Théo Battrel","path":"/theob-pro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115782828?s=80&v=4"},"commit":{"message":"Doc: Twister: Document Twister `platform_allow` behavior\n\nDocument twisted logic of the Twister configuration parameter\n`platform_allow`.\n\nSigned-off-by: Théo Battrel ","shortMessageHtmlLink":"Doc: Twister: Document Twister platform_allow behavior"}},{"before":"cbde030605bc8e388ca511c039317b37240811ed","after":"8b8fb4f7c1146b2fbd68657b8e8a1b88adc4c8bf","ref":"refs/heads/twister-twisted-logic","pushedAt":"2024-07-10T09:29:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"theob-pro","name":"Théo Battrel","path":"/theob-pro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115782828?s=80&v=4"},"commit":{"message":"Doc: Twister: Document Twister `platform_allow` behavior\n\nDocument twisted logic of the Twister configuration parameter\n`platform_allow`.\n\nSigned-off-by: Théo Battrel ","shortMessageHtmlLink":"Doc: Twister: Document Twister platform_allow behavior"}},{"before":"0322c2ef1d98c9bab4763ca30b80238603b3994c","after":"cbde030605bc8e388ca511c039317b37240811ed","ref":"refs/heads/twister-twisted-logic","pushedAt":"2024-07-10T08:39:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"theob-pro","name":"Théo Battrel","path":"/theob-pro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115782828?s=80&v=4"},"commit":{"message":"Doc: Twister: Document Twister `platform_allow` behavior\n\nDocument twisted logic of the Twister configuration parameter\n`platform_allow`.\n\nSigned-off-by: Théo Battrel ","shortMessageHtmlLink":"Doc: Twister: Document Twister platform_allow behavior"}},{"before":"27329e8f931e166280d72d9042a48c6eef7eb307","after":"0322c2ef1d98c9bab4763ca30b80238603b3994c","ref":"refs/heads/twister-twisted-logic","pushedAt":"2024-07-10T08:22:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"theob-pro","name":"Théo Battrel","path":"/theob-pro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115782828?s=80&v=4"},"commit":{"message":"Doc: Twister: Document Twister `platform_allow` behavior\n\nDocument twisted logic of the Twister configuration parameter\n`platform_allow`.\n\nSigned-off-by: Théo Battrel ","shortMessageHtmlLink":"Doc: Twister: Document Twister platform_allow behavior"}},{"before":null,"after":"27329e8f931e166280d72d9042a48c6eef7eb307","ref":"refs/heads/twister-twisted-logic","pushedAt":"2024-07-10T07:41:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"theob-pro","name":"Théo Battrel","path":"/theob-pro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115782828?s=80&v=4"},"commit":{"message":"Doc: Twister: Document Twister `platform_allow` behavior\n\nDocument twisted logic of the Twister configuration parameter `platform_allow`.\n\nSigned-off-by: Théo Battrel ","shortMessageHtmlLink":"Doc: Twister: Document Twister platform_allow behavior"}},{"before":null,"after":"1a3a3280b7d55e2ad9be5a4bf091263510ca87ab","ref":"refs/heads/fix-bsim-shell-build","pushedAt":"2024-07-08T13:45:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"theob-pro","name":"Théo Battrel","path":"/theob-pro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/115782828?s=80&v=4"},"commit":{"message":"Bluetooth: Shell: Fix native shell build\n\nFollowing changes in HCI drivers\n(https://github.com/zephyrproject-rtos/zephyr/pull/72323) the build for\nthe snippet allowing to have the Bluetooth shell run with BabbleSim was\nbroken.\n\nFix the snippet by disabling the HCI UART driver.\n\nAdd a twister test case that will build the snippet in CI to avoid\nsilent breaking.\n\nSigned-off-by: Théo Battrel ","shortMessageHtmlLink":"Bluetooth: Shell: Fix native shell build"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xNlQxMDozNTo0MS4wMDAwMDBazwAAAAS3S1y1","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNy0wOFQxMzo0NToyNi4wMDAwMDBazwAAAAR5ptb-"}},"title":"Activity · theob-pro/zephyr"}