{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":148777670,"defaultBranch":"master","name":"ext_2G4_libPhyComv1","ownerLogin":"BabbleSim","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-09-14T11:09:32.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/42638180?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1724842068.0","currentOid":""},"activityList":{"items":[{"before":"93f5eba512c438b0c9ebc1b1a947517c865b3643","after":"aa4951317cc7d84f24152ea38ac9ac21e6d78a76","ref":"refs/heads/master","pushedAt":"2024-04-17T08:12:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aescolar","name":"Alberto Escolar","path":"/aescolar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32480799?s=80&v=4"},"commit":{"message":"bs_pc_2G4.h: Make functions declarations prototypes\n\nAdd an explicit (void) to functions without parameters,\nin their declarations, this makes them actual prototypes\nwhich tells the compiler they get no arguments,\ninstead of an unknown number of arguments.\nThis avoid possible build warnings, and possible\nmissaligments in the callers.\n\nSigned-off-by: Alberto Escolar Piedras ","shortMessageHtmlLink":"bs_pc_2G4.h: Make functions declarations prototypes"}},{"before":"fb78199a8ece34780824475ede7737a5c828ddba","after":"93f5eba512c438b0c9ebc1b1a947517c865b3643","ref":"refs/heads/master","pushedAt":"2024-03-13T10:52:54.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"aescolar","name":"Alberto Escolar","path":"/aescolar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32480799?s=80&v=4"},"commit":{"message":"version: Bumped to 2.3\n\nSigned-off-by: Alberto Escolar Piedras ","shortMessageHtmlLink":"version: Bumped to 2.3"}},{"before":"03e1d9c46c7a1479fe57f75e4bb8176b21da3443","after":"d18e5e6533573e27f3610928f18973ee14a71e84","ref":"refs/heads/coded_phy","pushedAt":"2024-03-13T10:51:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aescolar","name":"Alberto Escolar","path":"/aescolar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32480799?s=80&v=4"},"commit":{"message":"README: Clarifications around coded phy\n\nClarifications on the convention to for coded phy tx and rx.\n\nSigned-off-by: Alberto Escolar Piedras ","shortMessageHtmlLink":"README: Clarifications around coded phy"}},{"before":null,"after":"03e1d9c46c7a1479fe57f75e4bb8176b21da3443","ref":"refs/heads/coded_phy","pushedAt":"2024-02-29T10:36:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"aescolar","name":"Alberto Escolar","path":"/aescolar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32480799?s=80&v=4"},"commit":{"message":"v2 API: Change semantics of Rx scan_duration\n\nTo support Rx scans without a known end,\nlet's define that a value of UINT32MAX means\nthe scan does not have a predefined end, and will\ninstead end when aborted.\n\nSigned-off-by: Alberto Escolar Piedras ","shortMessageHtmlLink":"v2 API: Change semantics of Rx scan_duration"}},{"before":"9018113a362fa6c9e8f4b9cab9e5a8f12cc46b94","after":"fb78199a8ece34780824475ede7737a5c828ddba","ref":"refs/heads/master","pushedAt":"2024-02-07T16:11:28.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"aescolar","name":"Alberto Escolar","path":"/aescolar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32480799?s=80&v=4"},"commit":{"message":"API with callback: Additional v2 APIs\n\n* Add APIs for stateless v2 Rx, v2 Tx and CCA access\n* Fix Rxv2 request in statefull with callback API call\n(Was not passing addresses to Phy; and was checking for the v1 header\nresponse instead of v2. There is no current uses in public repos)\n\nSigned-off-by: Alberto Escolar Piedras ","shortMessageHtmlLink":"API with callback: Additional v2 APIs"}},{"before":"1f6b057adfe86a8a3bd916619a34781e50268854","after":"9018113a362fa6c9e8f4b9cab9e5a8f12cc46b94","ref":"refs/heads/master","pushedAt":"2023-03-23T14:01:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aescolar","name":"Alberto Escolar","path":"/aescolar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32480799?s=80&v=4"},"commit":{"message":"Add version file\n\nSigned-off-by: Alberto Escolar Piedras ","shortMessageHtmlLink":"Add version file"}},{"before":"f1bef5aadf5003db3c5f845d7d2b6546c18f0f44","after":"1f6b057adfe86a8a3bd916619a34781e50268854","ref":"refs/heads/master","pushedAt":"2023-03-16T14:04:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aescolar","name":"Alberto Escolar","path":"/aescolar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32480799?s=80&v=4"},"commit":{"message":"Rx continuation during header evaluation: Procedure change\n\nDevices may need to update the abort substructure during\na header reevaluation.\nLet's update the procedure so it is possible to do so.\n\nSigned-off-by: Alberto Escolar Piedras ","shortMessageHtmlLink":"Rx continuation during header evaluation: Procedure change"}},{"before":"dce885394542c6b5e606ce0a2ba2fc41d8edfec3","after":"f1bef5aadf5003db3c5f845d7d2b6546c18f0f44","ref":"refs/heads/master","pushedAt":"2023-03-09T15:47:36.031Z","pushType":"push","commitsCount":4,"pusher":{"login":"aescolar","name":"Alberto Escolar","path":"/aescolar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32480799?s=80&v=4"},"commit":{"message":"Add v2 device APIs\n\nNote that like with v1 not all APIs variants\nare present. And in this case even a smaller subset\nhas been added.\n\nSigned-off-by: Alberto Escolar Piedras ","shortMessageHtmlLink":"Add v2 device APIs"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNC0xN1QwODoxMjoyNC4wMDAwMDBazwAAAAQy0QQw","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wMy0wOVQxNTo0NzozNi4wMzE1MTRazwAAAAMABErV"}},"title":"Activity ยท BabbleSim/ext_2G4_libPhyComv1"}