{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":604923631,"defaultBranch":"main","name":"zephyr","ownerLogin":"marco85mars20","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-02-22T04:04:26.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/86215701?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1712663451.0","currentOid":""},"activityList":{"items":[{"before":"cc58362a2ad77e917ffe6eaeedaa32f26848d762","after":"f2283ad56b59bdcfd0ce3c53d380bb186bc4d2be","ref":"refs/heads/fix_lwm2m_expected_block_number","pushedAt":"2024-04-09T12:19:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"marco85mars20","name":"Marco Argiolas","path":"/marco85mars20","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86215701?s=80&v=4"},"commit":{"message":"net: lib: lwm2m: fix formula for expected next block\n\nBlock size is a 3-bit value mapping values [0, 6] to powers of 2 in the\nrange [16, 1024]. Value 7 is invalid.\nThe previous formula was not working in case the client's preferred size\nwas 4 (or more) times bigger than the server's.\nThis commit takes into account also the case the client's preferred size\nis smaller than the server's.\n\nSigned-off-by: Marco Argiolas ","shortMessageHtmlLink":"net: lib: lwm2m: fix formula for expected next block"}},{"before":null,"after":"cc58362a2ad77e917ffe6eaeedaa32f26848d762","ref":"refs/heads/fix_lwm2m_expected_block_number","pushedAt":"2024-04-09T11:50:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"marco85mars20","name":"Marco Argiolas","path":"/marco85mars20","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86215701?s=80&v=4"},"commit":{"message":"net: lib: lwm2m: fix formula for expected next block\n\nBlock size is a 3-bit value mapping values [0, 6] to powers of 2 in the\nrange [16, 1024]. Value 7 is invalid.\nThe previous formula was not working in case the client's preferred size\nwas 4 (or more) times bigger than the server's.\nThis commit takes into account also the case the client's preferred size\nis smaller than the server's.\n\nSigned-off-by: Marco Argiolas ","shortMessageHtmlLink":"net: lib: lwm2m: fix formula for expected next block"}},{"before":"a257dc8aeebbb4449c39cafbe89c3fae715ca92d","after":"133beaba43dc81e20524a4f63909bf5375580395","ref":"refs/heads/lwm2m_first_block_reset_prev_transfer","pushedAt":"2024-03-22T04:12:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"marco85mars20","name":"Marco Argiolas","path":"/marco85mars20","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86215701?s=80&v=4"},"commit":{"message":"net: lib: lwm2m: block 0 resets prev block transfer for same resource\n\nAs stated in \"[RFC7959], Section 2.5\":\n \"The Block1 Option provides no way for a single endpoint to perform\n multiple concurrently proceeding block-wise request payload transfer\n (e.g., PUT or POST) operations to the same resource. Starting a new\n block-wise sequence of requests to the same resource (before an old\n sequence from the same endpoint was finished) simply overwrites the\n context the server may still be keeping.\"\n\nSigned-off-by: Marco Argiolas ","shortMessageHtmlLink":"net: lib: lwm2m: block 0 resets prev block transfer for same resource"}},{"before":null,"after":"a257dc8aeebbb4449c39cafbe89c3fae715ca92d","ref":"refs/heads/lwm2m_first_block_reset_prev_transfer","pushedAt":"2024-03-22T02:35:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"marco85mars20","name":"Marco Argiolas","path":"/marco85mars20","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86215701?s=80&v=4"},"commit":{"message":"net: lib: lwm2m: block 0 resets prev block transfer for same resource\n\nAs stated in \"[RFC7959], Section 2.5\":\n \"The Block1 Option provides no way for a single endpoint to perform\n multiple concurrently proceeding block-wise request payload transfer\n (e.g., PUT or POST) operations to the same resource. Starting a new\n block-wise sequence of requests to the same resource (before an old\n sequence from the same endpoint was finished) simply overwrites the\n context the server may still be keeping.\"\n\nSigned-off-by: Marco Argiolas ","shortMessageHtmlLink":"net: lib: lwm2m: block 0 resets prev block transfer for same resource"}},{"before":"710469fb5dcfce803a9f2191a00e39865c5062a0","after":"cc6f3f33f62f6ccaa279e75a268786d75d25c645","ref":"refs/heads/add_device_api_type_tracking","pushedAt":"2023-06-27T05:21:19.795Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"marco85mars20","name":"Marco Argiolas","path":"/marco85mars20","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86215701?s=80&v=4"},"commit":{"message":"scripts: build: generate mapping between device type and enum k_objects\n\nCurrently there is no reliable way to check the type of a given\ndevice when CONFIG_USERSPACE is not enable. This makes type-cast of API\npointer quite risky.\nThis PR provides basic support for driver's type detection.\n\nSigned-off-by: Marco Argiolas ","shortMessageHtmlLink":"scripts: build: generate mapping between device type and enum k_objects"}},{"before":"8729e2bc047838fd9896ec49d36945d88f07ca2b","after":"5f5efb818c7c30aa5f5297aa2180d88db39c399a","ref":"refs/heads/add_check_if_device_is_sensor","pushedAt":"2023-06-27T04:46:51.946Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"marco85mars20","name":"Marco Argiolas","path":"/marco85mars20","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86215701?s=80&v=4"},"commit":{"message":"drivers: sensor: add check for device type in shell commands\n\nMissing device type check was allowing to type-cast device API pointer to\n`sensor_driver_api` causing crashes in case device was not actually\nof sensor type.\n\nSigned-off-by: Marco Argiolas ","shortMessageHtmlLink":"drivers: sensor: add check for device type in shell commands"}},{"before":"bc365672ca17a2755dcf6fb1972f1d6596eb7b86","after":"710469fb5dcfce803a9f2191a00e39865c5062a0","ref":"refs/heads/add_device_api_type_tracking","pushedAt":"2023-06-26T14:34:13.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"marco85mars20","name":"Marco Argiolas","path":"/marco85mars20","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86215701?s=80&v=4"},"commit":{"message":"scripts: build: generate mapping between device type and enum k_objects\n\nCurrently there is no reliable way to check the type of a given\ndevice when CONFIG_USERSPACE is not enable. This makes type-cast of API\npointer quite risky.\nThis PR provides basic support for driver's type detection.\n\nSigned-off-by: Marco Argiolas ","shortMessageHtmlLink":"scripts: build: generate mapping between device type and enum k_objects"}},{"before":"49791f7d32f1dafa65e1d0b9c8da2b3063254335","after":"bc365672ca17a2755dcf6fb1972f1d6596eb7b86","ref":"refs/heads/add_device_api_type_tracking","pushedAt":"2023-06-26T14:19:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"marco85mars20","name":"Marco Argiolas","path":"/marco85mars20","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86215701?s=80&v=4"},"commit":{"message":"scripts: build: generate mapping between device type and enum k_objects\n\nCurrently there is no reliable way to check the type of a given\ndevice when CONFIG_USERSPACE is not enable. This makes type-cast of API\npointer quite risky.\nThis PR provides basic support for driver's type detection.\n\nSigned-off-by: Marco Argiolas ","shortMessageHtmlLink":"scripts: build: generate mapping between device type and enum k_objects"}},{"before":"f1852e6d95027c20a11d1e925ca8b421f0e380c0","after":"49791f7d32f1dafa65e1d0b9c8da2b3063254335","ref":"refs/heads/add_device_api_type_tracking","pushedAt":"2023-06-26T14:07:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"marco85mars20","name":"Marco Argiolas","path":"/marco85mars20","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86215701?s=80&v=4"},"commit":{"message":"scripts: build: generate mapping between device type and enum k_objects\n\nCurrently there is no reliable way to check the type of a given\ndevice when CONFIG_USERSPACE is not enable. This makes type-cast of API\npointer quite risky.\nThis PR provides basic support for driver's type detection.\n\nSigned-off-by: Marco Argiolas ","shortMessageHtmlLink":"scripts: build: generate mapping between device type and enum k_objects"}},{"before":"0716842958b1fda5109402afc5f793399bbd816a","after":"8729e2bc047838fd9896ec49d36945d88f07ca2b","ref":"refs/heads/add_check_if_device_is_sensor","pushedAt":"2023-06-26T10:35:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"marco85mars20","name":"Marco Argiolas","path":"/marco85mars20","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86215701?s=80&v=4"},"commit":{"message":"drivers: sensor: add check for device type in shell commands\n\nMissing device type check was allowing to type-cast device API pointer to\n`sensor_driver_api` causing crashes in case device was not actually\nof sensor type.\n\nSigned-off-by: Marco Argiolas ","shortMessageHtmlLink":"drivers: sensor: add check for device type in shell commands"}},{"before":"dc3f574d8b9f33ff6464f578b385855f1f60670d","after":"f1852e6d95027c20a11d1e925ca8b421f0e380c0","ref":"refs/heads/add_device_api_type_tracking","pushedAt":"2023-06-26T10:29:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"marco85mars20","name":"Marco Argiolas","path":"/marco85mars20","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86215701?s=80&v=4"},"commit":{"message":"scripts: build: generate mapping between device type and enum k_objects\n\nCurrently there is no reliable way to check the type of a given\ndevice when CONFIG_USERSPACE is not enable. This makes type-cast of API\npointer quite risky.\nThis PR provides basic support for driver's type detection.\n\nSigned-off-by: Marco Argiolas ","shortMessageHtmlLink":"scripts: build: generate mapping between device type and enum k_objects"}},{"before":"eccc1fc5bdb0aa8901e4788a75acb736567fe6f3","after":"dc3f574d8b9f33ff6464f578b385855f1f60670d","ref":"refs/heads/add_device_api_type_tracking","pushedAt":"2023-06-26T10:22:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"marco85mars20","name":"Marco Argiolas","path":"/marco85mars20","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86215701?s=80&v=4"},"commit":{"message":"scripts: build: generate mapping between device type and enum k_objects\n\nCurrently there is no reliable way to check the type of a given\ndevice when CONFIG_USERSPACE is not enable. This makes type-cast of API\npointer quite risky.\nThis PR provides basic support for driver's type detection.\n\nSigned-off-by: Marco Argiolas ","shortMessageHtmlLink":"scripts: build: generate mapping between device type and enum k_objects"}},{"before":"79207b1c9957b5e68cc6d74ddbad5ba47c655c72","after":"0716842958b1fda5109402afc5f793399bbd816a","ref":"refs/heads/add_check_if_device_is_sensor","pushedAt":"2023-06-26T10:14:01.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"marco85mars20","name":"Marco Argiolas","path":"/marco85mars20","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86215701?s=80&v=4"},"commit":{"message":"drivers: sensor: add check for device type in shell commands\n\nMissing device type check was allowing to type-cast device API pointer to\n`sensor_driver_api` causing crashes in case device was not actually\nof sensor type.\n\nSigned-off-by: Marco Argiolas ","shortMessageHtmlLink":"drivers: sensor: add check for device type in shell commands"}},{"before":null,"after":"79207b1c9957b5e68cc6d74ddbad5ba47c655c72","ref":"refs/heads/add_check_if_device_is_sensor","pushedAt":"2023-06-26T10:12:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"marco85mars20","name":"Marco Argiolas","path":"/marco85mars20","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86215701?s=80&v=4"},"commit":{"message":"drivers: sensor: add check for device type in shell commands\n\nMissing device type check was allowing to type-cast device API pointer to\n`sensor_driver_api` causing crashes in case device was not actually\nof sensor type.\n\nSigned-off-by: Marco Argiolas ","shortMessageHtmlLink":"drivers: sensor: add check for device type in shell commands"}},{"before":"d23a56ddee67bf13b84a2d0fb140fa84b6341e46","after":"eccc1fc5bdb0aa8901e4788a75acb736567fe6f3","ref":"refs/heads/add_device_api_type_tracking","pushedAt":"2023-06-26T09:31:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"marco85mars20","name":"Marco Argiolas","path":"/marco85mars20","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86215701?s=80&v=4"},"commit":{"message":"scripts: build: generate mapping between device type and enum k_objects\n\nTest\n\nSigned-off-by: Marco Argiolas ","shortMessageHtmlLink":"scripts: build: generate mapping between device type and enum k_objects"}},{"before":"74b3977aabe3dde1217d24b7facf81ea0c706ce1","after":"d23a56ddee67bf13b84a2d0fb140fa84b6341e46","ref":"refs/heads/add_device_api_type_tracking","pushedAt":"2023-06-26T09:20:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"marco85mars20","name":"Marco Argiolas","path":"/marco85mars20","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86215701?s=80&v=4"},"commit":{"message":"scripts: build: generate mapping between device type and enum k_objects\n\nTest\n\nSigned-off-by: Marco Argiolas ","shortMessageHtmlLink":"scripts: build: generate mapping between device type and enum k_objects"}},{"before":"3d3463911b6af5f29ab88bbadb873ad674b4d896","after":"74b3977aabe3dde1217d24b7facf81ea0c706ce1","ref":"refs/heads/add_device_api_type_tracking","pushedAt":"2023-06-26T09:16:13.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"marco85mars20","name":"Marco Argiolas","path":"/marco85mars20","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86215701?s=80&v=4"},"commit":{"message":"scripts: build: generate mapping between device type and enum k_objects\n\nTest\n\nSigned-off-by: Marco Argiolas ","shortMessageHtmlLink":"scripts: build: generate mapping between device type and enum k_objects"}},{"before":"cd9229ea71865f03c59b2818f8b0b8af39d75a1f","after":"3d3463911b6af5f29ab88bbadb873ad674b4d896","ref":"refs/heads/add_device_api_type_tracking","pushedAt":"2023-06-26T08:46:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"marco85mars20","name":"Marco Argiolas","path":"/marco85mars20","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86215701?s=80&v=4"},"commit":{"message":"scripts: build: generate mapping between device type and enum k_objects\n\nTest\n\nSigned-off-by: Marco Argiolas ","shortMessageHtmlLink":"scripts: build: generate mapping between device type and enum k_objects"}},{"before":null,"after":"cd9229ea71865f03c59b2818f8b0b8af39d75a1f","ref":"refs/heads/add_device_api_type_tracking","pushedAt":"2023-06-26T07:47:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"marco85mars20","name":"Marco Argiolas","path":"/marco85mars20","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86215701?s=80&v=4"},"commit":{"message":"add mapping between device type and enum k_objects constant","shortMessageHtmlLink":"add mapping between device type and enum k_objects constant"}},{"before":"90d9dede89c66166b0e8e1d77076e691c43fbfea","after":"b8760efc792652ab3ce0d949a927193c2a175879","ref":"refs/heads/add_mutex_to_sensor_shell_get_cmd","pushedAt":"2023-06-25T11:51:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"marco85mars20","name":"Marco Argiolas","path":"/marco85mars20","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86215701?s=80&v=4"},"commit":{"message":"drivers: sensor: add mutex to cmd_get_sensor()\n\nAdd a mutex to protect shared data-structures, since shell can have\nmultiple backends.\n\nSigned-off-by: Marco Argiolas ","shortMessageHtmlLink":"drivers: sensor: add mutex to cmd_get_sensor()"}},{"before":"edd41d07772489ea8003caf86cec42b24191abf9","after":"90d9dede89c66166b0e8e1d77076e691c43fbfea","ref":"refs/heads/add_mutex_to_sensor_shell_get_cmd","pushedAt":"2023-06-24T14:19:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"marco85mars20","name":"Marco Argiolas","path":"/marco85mars20","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86215701?s=80&v=4"},"commit":{"message":"drivers: sensor: add mutex to cmd_get_sensor()\n\nAdd a mutex to protect shared data-structures, since shell can have\nmultiple backends.\n\nSigned-off-by: Marco Argiolas ","shortMessageHtmlLink":"drivers: sensor: add mutex to cmd_get_sensor()"}},{"before":"c35d2e9955fbdba4ce589fa850a6699ec8a59cf9","after":"edd41d07772489ea8003caf86cec42b24191abf9","ref":"refs/heads/add_mutex_to_sensor_shell_get_cmd","pushedAt":"2023-06-24T14:13:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"marco85mars20","name":"Marco Argiolas","path":"/marco85mars20","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86215701?s=80&v=4"},"commit":{"message":"drivers: sensor: add mutex to cmd_get_sensor()\n\nAdd a mutex to protect shared data-structures, since shell can have\nmultiple backends.\n\nSigned-off-by: Marco Argiolas ","shortMessageHtmlLink":"drivers: sensor: add mutex to cmd_get_sensor()"}},{"before":"260da4a6056b954f93590c5812170c32e87f802b","after":"c35d2e9955fbdba4ce589fa850a6699ec8a59cf9","ref":"refs/heads/add_mutex_to_sensor_shell_get_cmd","pushedAt":"2023-06-24T10:23:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"marco85mars20","name":"Marco Argiolas","path":"/marco85mars20","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86215701?s=80&v=4"},"commit":{"message":"drivers: sensor: add mutex to cmd_get_sensor()\n\nAdd a mutex to protect shared data-structures, since shell can have\nmultiple backends.\n\nSigned-off-by: Marco Argiolas ","shortMessageHtmlLink":"drivers: sensor: add mutex to cmd_get_sensor()"}},{"before":"b455a73b4f3e6193f7d20d7739a933e6e037d39f","after":"260da4a6056b954f93590c5812170c32e87f802b","ref":"refs/heads/add_mutex_to_sensor_shell_get_cmd","pushedAt":"2023-06-24T09:53:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"marco85mars20","name":"Marco Argiolas","path":"/marco85mars20","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86215701?s=80&v=4"},"commit":{"message":"drivers: sensor: add mutex to cmd_get_sensor()\n\nAdd a mutex to protect shared data-structures, since shell can have\nmultiple backends.\n\nSigned-off-by: Marco Argiolas ","shortMessageHtmlLink":"drivers: sensor: add mutex to cmd_get_sensor()"}},{"before":null,"after":"b455a73b4f3e6193f7d20d7739a933e6e037d39f","ref":"refs/heads/add_mutex_to_sensor_shell_get_cmd","pushedAt":"2023-06-24T09:44:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"marco85mars20","name":"Marco Argiolas","path":"/marco85mars20","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86215701?s=80&v=4"},"commit":{"message":"drivers: sensor: add mutex to cmd_get_sensor()\n\nAdd a mutex to protect shared data-structures, since shell can have\nmultiple backends.\n\nSigned-off-by: Marco Argiolas ","shortMessageHtmlLink":"drivers: sensor: add mutex to cmd_get_sensor()"}},{"before":"d0e70f551274a5fe7d8e65532a2d734e6ab952e3","after":"0eb76bed3a7fb39902f733ea4ae280cb93ccc60e","ref":"refs/heads/add_sensor_bq274xx_fetch_all_for_shell","pushedAt":"2023-06-23T07:27:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"marco85mars20","name":"Marco Argiolas","path":"/marco85mars20","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86215701?s=80&v=4"},"commit":{"message":"drivers: sensor: bq274xx: add support for fetch SENSOR_CHAN_ALL\n\nSensor extension for shell executes \"fetch all\" operation before getting\nthe sensor readings.\nThis PR provides following improvements:\n- add support for SENSOR_CHAN_ALL\n- remove 'status' variable initialization where not required\n\nSigned-off-by: Marco Argiolas ","shortMessageHtmlLink":"drivers: sensor: bq274xx: add support for fetch SENSOR_CHAN_ALL"}},{"before":"1279d753712195edb6a9a7c4897a295cecd7991d","after":"d0e70f551274a5fe7d8e65532a2d734e6ab952e3","ref":"refs/heads/add_sensor_bq274xx_fetch_all_for_shell","pushedAt":"2023-06-23T07:27:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"marco85mars20","name":"Marco Argiolas","path":"/marco85mars20","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86215701?s=80&v=4"},"commit":{"message":"drivers: sensor: bq274xx: add support for fetch SENSOR_CHAN_ALL\n\nSensor extension for shell executes \"fetch all\" operation before getting\nthe sensor readings.\nThis PR provides following improvements:\n- add support for SENSOR_CHAN_ALL\n- remove 'status' variable initialization where not required\n\nSigned-off-by: Marco Argiolas ","shortMessageHtmlLink":"drivers: sensor: bq274xx: add support for fetch SENSOR_CHAN_ALL"}},{"before":"ef87fb15a32309ed2e54b56b5ae34cff700f2b00","after":"1279d753712195edb6a9a7c4897a295cecd7991d","ref":"refs/heads/add_sensor_bq274xx_fetch_all_for_shell","pushedAt":"2023-06-23T06:51:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"marco85mars20","name":"Marco Argiolas","path":"/marco85mars20","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86215701?s=80&v=4"},"commit":{"message":"drivers: sensor: bq274xx: add support for fetch SENSOR_CHAN_ALL\n\nSensor extension for shell executes \"fetch all\" operation before getting\nthe sensor readings.\nThis PR provides following improvements:\n- add support for SENSOR_CHAN_ALL\n- remove 'status' variable initialization where not required\n\nSigned-off-by: Marco Argiolas ","shortMessageHtmlLink":"drivers: sensor: bq274xx: add support for fetch SENSOR_CHAN_ALL"}},{"before":"8f37546c17a1adc362ecff41e02f8fd9764377ed","after":"ef87fb15a32309ed2e54b56b5ae34cff700f2b00","ref":"refs/heads/add_sensor_bq274xx_fetch_all_for_shell","pushedAt":"2023-06-23T06:49:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"marco85mars20","name":"Marco Argiolas","path":"/marco85mars20","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86215701?s=80&v=4"},"commit":{"message":"drivers: sensor: bq274xx: add support for fetch SENSOR_CHAN_ALL\n\nSensor extension for shell executes \"fetch all\" operation before getting\nthe sensor readings.\nThis PR provides following improvements:\n- add support for SENSOR_CHAN_ALL\n- remove 'status' variable initialization where not required\n\nSigned-off-by: Marco Argiolas ","shortMessageHtmlLink":"drivers: sensor: bq274xx: add support for fetch SENSOR_CHAN_ALL"}},{"before":"c0d42e70f637535599f500fba8c1f0eb4798487e","after":"8f37546c17a1adc362ecff41e02f8fd9764377ed","ref":"refs/heads/add_sensor_bq274xx_fetch_all_for_shell","pushedAt":"2023-06-23T06:20:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"marco85mars20","name":"Marco Argiolas","path":"/marco85mars20","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86215701?s=80&v=4"},"commit":{"message":"drivers: sensor: bq274xx: add support for fetch SENSOR_CHAN_ALL\n\nSensor extension for shell executes \"fetch all\" operation before getting\nthe sensor readings.\nThis PR provides following improvements:\n- add support for SENSOR_CHAN_ALL\n- remove 'status' variable initialization where not required\n\nSigned-off-by: Marco Argiolas ","shortMessageHtmlLink":"drivers: sensor: bq274xx: add support for fetch SENSOR_CHAN_ALL"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEK_WT8gA","startCursor":null,"endCursor":null}},"title":"Activity ยท marco85mars20/zephyr"}