{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":59771425,"defaultBranch":"main","name":"zephyr","ownerLogin":"zephyrproject-rtos","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-05-26T17:54:19.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/19595895?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718149563.0","currentOid":""},"activityList":{"items":[{"before":"01604acc51a4c1723adc65b173910010066f0258","after":"dfb240f37ced92b5f487179dba6c93bc8f6c04e6","ref":"refs/heads/main","pushedAt":"2024-06-12T11:35:49.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"jhedberg","name":"Johan Hedberg","path":"/jhedberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1032570?s=80&v=4"},"commit":{"message":"samples: boards: stm32 I2C config and gives V2 timing calculation\n\nThis sample reports the I2C configuration of the selected I2C node\nfrom the board DTS : bitrate property of the I2C node\nIn case of I2C V2, it also gives the TIMINGS which has to be written\nin the DTS property of the I2C V2 node.\nUses the i2c_get_config function with CONFIG_I2C_STM32_V2_TIMING.\n\nSigned-off-by: Francois Ramu ","shortMessageHtmlLink":"samples: boards: stm32 I2C config and gives V2 timing calculation"}},{"before":"fbe912395c7280780aa1d2a5c9b90f3577ef6df4","after":"01604acc51a4c1723adc65b173910010066f0258","ref":"refs/heads/main","pushedAt":"2024-06-12T11:35:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jhedberg","name":"Johan Hedberg","path":"/jhedberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1032570?s=80&v=4"},"commit":{"message":"samples: cmsis_dsp: add moving average sample\n\nThis adds a basic example demonstrating how to enable and use the CMSIS-DSP\nmodule in Zephyr.\n\nSigned-off-by: Benjamin Cabé ","shortMessageHtmlLink":"samples: cmsis_dsp: add moving average sample"}},{"before":"886098a6c83c753d6a9935d6c99e2c59b61e26c8","after":"fbe912395c7280780aa1d2a5c9b90f3577ef6df4","ref":"refs/heads/main","pushedAt":"2024-06-12T11:34:09.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"jhedberg","name":"Johan Hedberg","path":"/jhedberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1032570?s=80&v=4"},"commit":{"message":"dts: bindings: dma: raspberrypi: Correcting typo\n\nA `GPIO` word is in the description section.\nCorrecting it to `DMA`.\n\nSigned-off-by: TOKITA Hiroshi ","shortMessageHtmlLink":"dts: bindings: dma: raspberrypi: Correcting typo"}},{"before":"3de2ce59bcbc12ca4d2cf7715283fe982be7b98e","after":"886098a6c83c753d6a9935d6c99e2c59b61e26c8","ref":"refs/heads/main","pushedAt":"2024-06-12T11:33:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jhedberg","name":"Johan Hedberg","path":"/jhedberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1032570?s=80&v=4"},"commit":{"message":"tests: latency_measure: Restructure configurations\n\nRestructures the latency_measure benchmark configurations. Most of them\ndo not need to be executed by default by CI. However, we still want to\nmake it easy to run the benchmark with various configurations so that\nthey can be easily compared against the default.\n\nThe updated documentation shows how this can be done.\n\nSigned-off-by: Peter Mitsis ","shortMessageHtmlLink":"tests: latency_measure: Restructure configurations"}},{"before":"fdd81f87c2c1b19a7f2370f8b0d511d79db5ebac","after":"3de2ce59bcbc12ca4d2cf7715283fe982be7b98e","ref":"refs/heads/main","pushedAt":"2024-06-12T11:32:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jhedberg","name":"Johan Hedberg","path":"/jhedberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1032570?s=80&v=4"},"commit":{"message":"adsp: hda: Extend buffers allowed address space\n\nChanged asserts to allow buffers to be placed in the entire allowed address\nspace.\n\nSigned-off-by: Adrian Warecki ","shortMessageHtmlLink":"adsp: hda: Extend buffers allowed address space"}},{"before":"ed8c99977f9c0914857889398b240285740e05e5","after":"fdd81f87c2c1b19a7f2370f8b0d511d79db5ebac","ref":"refs/heads/main","pushedAt":"2024-06-12T11:32:05.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"jhedberg","name":"Johan Hedberg","path":"/jhedberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1032570?s=80&v=4"},"commit":{"message":"testsuite: coverage: Add CONFIG_ZTEST_COVERAGE_RESET_BEFORE_TESTS\n\nAdd an option to reset gcov counters before running tests.\nThis ensures that only code lines triggered by test itself are counted in\nthe coverage report and all the board initialization code and pre-test\nbootstrap is not counted. This is useful when, for example, you are\ntesting code that is also executed during bootup\n\nTest Plan:\nwest build -p always -b qemu_x86_64 tests/ztest/base/ -- \\\n-DCONFIG_COVERAGE=y -DCONFIG_COVERAGE_GCOV=y -DCONFIG_COVERAGE_DUMP=y \\\n-DCONFIG_ZTEST_COVERAGE_RESET_BEFORE_TESTS=y\nninja -Cbuild run | tee log.log\n\nSigned-off-by: Roman Studenikin ","shortMessageHtmlLink":"testsuite: coverage: Add CONFIG_ZTEST_COVERAGE_RESET_BEFORE_TESTS"}},{"before":"486d109e7e15eb88f034f2c759f161cd0b5202c3","after":"ed8c99977f9c0914857889398b240285740e05e5","ref":"refs/heads/main","pushedAt":"2024-06-12T11:31:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jhedberg","name":"Johan Hedberg","path":"/jhedberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1032570?s=80&v=4"},"commit":{"message":"usb: device: allow uneven SN to be obtained from HWINFO\n\nIf the length of the string literal reserved for the serial number\ndescriptor is odd, the string is not used because its length is always\neven and therefore one character longer. Fix this by using the shortest\nlength for the copy.\n\nSigned-off-by: Johann Fischer ","shortMessageHtmlLink":"usb: device: allow uneven SN to be obtained from HWINFO"}},{"before":"b666262a629358313d4c39ab830001727de0160c","after":"486d109e7e15eb88f034f2c759f161cd0b5202c3","ref":"refs/heads/main","pushedAt":"2024-06-12T11:30:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jhedberg","name":"Johan Hedberg","path":"/jhedberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1032570?s=80&v=4"},"commit":{"message":"dts: stm32h5: Add backup sram DT node to STM32H56xx\n\nI also added an overlay file for the nucleo_h563zi board to the\nsamples/boards/stm32/backup_sram example.\n\nSigned-off-by: Thorsten Spätling ","shortMessageHtmlLink":"dts: stm32h5: Add backup sram DT node to STM32H56xx"}},{"before":"1264a9a163e1bec8dedc2391f56ec1b7e91c274b","after":"b666262a629358313d4c39ab830001727de0160c","ref":"refs/heads/main","pushedAt":"2024-06-12T11:30:14.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"jhedberg","name":"Johan Hedberg","path":"/jhedberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1032570?s=80&v=4"},"commit":{"message":"doc: _scripts: gen_devicetree_rest: extra folders\n\nAdd an option to specify particular folders to pull bindings from\nwhen generating documentation. This is useful for downstream projects\nthat may want to document their own bindings, but don't want to pull in\nevery Zephyr binding.\n\nThis is not currently possible as almost every binding depends on\n`base.yaml`, which exists in the Zephyr repository. This is now enabled\nby adding the following to `DTS_ARGS` in the downstream `CMakeLists.txt`\nfile: `--dts-folder ${ZEPHYR_BASE}/dts/bindings/base`.\n\nSigned-off-by: Jordan Yates ","shortMessageHtmlLink":"doc: _scripts: gen_devicetree_rest: extra folders"}},{"before":"57ef64d27ddae9cc311c3f95be2a221fcd267f2c","after":"1264a9a163e1bec8dedc2391f56ec1b7e91c274b","ref":"refs/heads/main","pushedAt":"2024-06-12T11:29:43.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"jhedberg","name":"Johan Hedberg","path":"/jhedberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1032570?s=80&v=4"},"commit":{"message":"usb: it82xx2: return the available data length in the ep read function\n\nAccording to the Zephyr documentation, the number of bytes available\nfor read should be returned if the input data and length parameters are\nNULL and zero, respectively. This commit corrects this behavior.\n\nSigned-off-by: Ren Chen ","shortMessageHtmlLink":"usb: it82xx2: return the available data length in the ep read function"}},{"before":"924206e0830bf17407a151c7d54fb7c17d0c74c3","after":"57ef64d27ddae9cc311c3f95be2a221fcd267f2c","ref":"refs/heads/main","pushedAt":"2024-06-12T11:28:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jhedberg","name":"Johan Hedberg","path":"/jhedberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1032570?s=80&v=4"},"commit":{"message":"manifest: Update uoscore-uedhoc revision\n\nUpdate usocore-uedhoc repository revision to the latest version.\n\nSigned-off-by: Robert Lubos ","shortMessageHtmlLink":"manifest: Update uoscore-uedhoc revision"}},{"before":"99cf32e9c7aee746c10a02c256bd364c7b44cc1a","after":"924206e0830bf17407a151c7d54fb7c17d0c74c3","ref":"refs/heads/main","pushedAt":"2024-06-12T11:28:35.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"jhedberg","name":"Johan Hedberg","path":"/jhedberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1032570?s=80&v=4"},"commit":{"message":"test: drivers: spi: loopback: stm32: add more boards to CI\n\nAdd more STM32 boards to run in DMA & IRQ test cases.\n\nSigned-off-by: Abderrahmane Jarmouni ","shortMessageHtmlLink":"test: drivers: spi: loopback: stm32: add more boards to CI"}},{"before":"1c8312bcc80ea379c38be12e7b717bb9e5729732","after":"99cf32e9c7aee746c10a02c256bd364c7b44cc1a","ref":"refs/heads/main","pushedAt":"2024-06-12T11:28:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jhedberg","name":"Johan Hedberg","path":"/jhedberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1032570?s=80&v=4"},"commit":{"message":"west.yml: hal_stm32: STM32Cube packages update\n\nUpdate stm32f0 to cube version V1.11.5\nUpdate stm32f3 to cube version V1.11.5\nUpdate stm32f7 to cube version V1.17.2\nUpdate stm32wb to cube version V1.19.1\n\nUpdate of lib/stm32/stm32wb package to version V1.19.1\n\nSigned-off-by: IBEN EL HADJ MESSAOUD Marwa ","shortMessageHtmlLink":"west.yml: hal_stm32: STM32Cube packages update"}},{"before":"5d1be67e83dbbc4e2d64dbf21fb93a5bca4325ca","after":"1c8312bcc80ea379c38be12e7b717bb9e5729732","ref":"refs/heads/main","pushedAt":"2024-06-12T11:27:48.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"jhedberg","name":"Johan Hedberg","path":"/jhedberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1032570?s=80&v=4"},"commit":{"message":"CODEOWNERS: Clean up for STM32\n\nRemove ABOSTM as not active anymore.\nRemove erwango and FRASTM as already in MAINTAINERS files so we'll\nbe added in reviews anyway.\n\nSigned-off-by: Erwan Gouriou ","shortMessageHtmlLink":"CODEOWNERS: Clean up for STM32"}},{"before":"a427f427727dc6dbf75d3f13b6a9df692dc26d2f","after":"5d1be67e83dbbc4e2d64dbf21fb93a5bca4325ca","ref":"refs/heads/main","pushedAt":"2024-06-12T11:22:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jhedberg","name":"Johan Hedberg","path":"/jhedberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1032570?s=80&v=4"},"commit":{"message":"shell: change controlling expressions in while to Boolean\n\nUse `do { ... } while (false)` instead of `do { ... } while (0)`.\n\nSigned-off-by: frei tycho ","shortMessageHtmlLink":"shell: change controlling expressions in while to Boolean"}},{"before":"fa0a6e2274d0d49252bef87ff692ce582b7c90bc","after":"a427f427727dc6dbf75d3f13b6a9df692dc26d2f","ref":"refs/heads/main","pushedAt":"2024-06-12T11:22:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jhedberg","name":"Johan Hedberg","path":"/jhedberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1032570?s=80&v=4"},"commit":{"message":"drivers: clock_control: clock_stm32_ll_u5 add get_status API callback\n\nAdds get_status API for clock_stm32_ll_u5 driver\n\nSigned-off-by: Adam Berlinger \nSigned-off-by: Abderrahmane Jarmouni ","shortMessageHtmlLink":"drivers: clock_control: clock_stm32_ll_u5 add get_status API callback"}},{"before":"42c9f79e4e4f042a93d899344ab50373790ccc1f","after":"fa0a6e2274d0d49252bef87ff692ce582b7c90bc","ref":"refs/heads/main","pushedAt":"2024-06-12T11:21:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jhedberg","name":"Johan Hedberg","path":"/jhedberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1032570?s=80&v=4"},"commit":{"message":"drivers: udc_dwc2: Allocate at least 8 bytes for control OUT\n\nMake sure to feed control OUT endpoint with at least 8 bytes buffer to\nmake it possible to always receive SETUP data. This solves the assertion\nfailure in net_buf_add() called inside dwc2_handle_evt_setup() when a\nhost decides to start new control transfer immediately after it has\nissued control transfer with Data Stage from host to device with wLength\nless than 8.\n\nSigned-off-by: Tomasz Moń ","shortMessageHtmlLink":"drivers: udc_dwc2: Allocate at least 8 bytes for control OUT"}},{"before":"cc4e12e09b8b0ccf8d6afe81ca08837cb5c1a721","after":"42c9f79e4e4f042a93d899344ab50373790ccc1f","ref":"refs/heads/main","pushedAt":"2024-06-12T11:21:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jhedberg","name":"Johan Hedberg","path":"/jhedberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1032570?s=80&v=4"},"commit":{"message":"usb: device_next: Clarify UAC2 send buffer requirements\n\nThe original intention was that the audio buffers supplied by\napplication to the UAC2 API can be directly used by UDC driver.\nThe buffer alignment requirement was explicitly stated with regards\nto the receive buffer, but was mistakenly omitted on transmit buffer.\n\nWhile the missing comment is added, mention also that the buffer has to\nbe otherwise suitable for use by UDC driver, because alignment might not\nbe the only UDC driver requirement. For example, the UDC driver can\nrequire the buffer to reside in memory region that it can access with\nDMA.\n\nSigned-off-by: Tomasz Moń ","shortMessageHtmlLink":"usb: device_next: Clarify UAC2 send buffer requirements"}},{"before":"6607c73425dd06c86e6e54640e4d2e14c6597c59","after":"cc4e12e09b8b0ccf8d6afe81ca08837cb5c1a721","ref":"refs/heads/main","pushedAt":"2024-06-12T11:21:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jhedberg","name":"Johan Hedberg","path":"/jhedberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1032570?s=80&v=4"},"commit":{"message":"drivers: serial: Update Infineon CAT1 UART driver\n\nSet RTS/CTS flow control pins as NC in cyhal\nUART object so cyhal will skip to try initialize\nthose pins.\n\nInitialization of RTS/CTS is done via\nPINCNTRL driver.\n\nSigned-off-by: Nazar Palamar ","shortMessageHtmlLink":"drivers: serial: Update Infineon CAT1 UART driver"}},{"before":"0923750895123ee782459c63a53967c8d0101ec4","after":"6607c73425dd06c86e6e54640e4d2e14c6597c59","ref":"refs/heads/main","pushedAt":"2024-06-12T11:20:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jhedberg","name":"Johan Hedberg","path":"/jhedberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1032570?s=80&v=4"},"commit":{"message":"nordic: dts: Fix grtc interrupt line for secure nRF54L\n\nWhen TF-M is used, zephyr must use a different interrupt line for\nGRTC.\n\nSigned-off-by: Vidar Lillebø ","shortMessageHtmlLink":"nordic: dts: Fix grtc interrupt line for secure nRF54L"}},{"before":"51e52eaeab3195fcabcebf8562499533e8b59582","after":"0923750895123ee782459c63a53967c8d0101ec4","ref":"refs/heads/main","pushedAt":"2024-06-12T11:20:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jhedberg","name":"Johan Hedberg","path":"/jhedberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1032570?s=80&v=4"},"commit":{"message":"MAINTAINERS: Add jthm-ot to Bluetooth Audio\n\nJens has contributed the following PRs\n\nhttps://github.com/zephyrproject-rtos/zephyr/pull/68678\nhttps://github.com/zephyrproject-rtos/zephyr/pull/72409\nhttps://github.com/zephyrproject-rtos/zephyr/pull/72915\nhttps://github.com/zephyrproject-rtos/zephyr/pull/73564\nhttps://github.com/zephyrproject-rtos/zephyr/pull/73656\n\nand is attending the weekly LE Audio Zephyr meetings.\n\nSigned-off-by: Lars Knudsen ","shortMessageHtmlLink":"MAINTAINERS: Add jthm-ot to Bluetooth Audio"}},{"before":"41389fbb818616fa1f1127be4a87f1c183a9ab09","after":"51e52eaeab3195fcabcebf8562499533e8b59582","ref":"refs/heads/main","pushedAt":"2024-06-12T09:54:38.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"henrikbrixandersen","name":"Henrik Brix Andersen","path":"/henrikbrixandersen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1076226?s=80&v=4"},"commit":{"message":"Revert \"boards: imx93_evk: enable flexcan driver\"\n\nThis reverts commit 07f132b1b50ac803ab775a578a0890c1e46b4ed8 which is\ncausing CI build errors.\n\nFixes: #73955\n\nSigned-off-by: Henrik Brix Andersen ","shortMessageHtmlLink":"Revert \"boards: imx93_evk: enable flexcan driver\""}},{"before":"2871c87aaec004cf4fe8e61a8d15c35b6d8ab677","after":"41389fbb818616fa1f1127be4a87f1c183a9ab09","ref":"refs/heads/main","pushedAt":"2024-06-12T08:53:58.000Z","pushType":"pr_merge","commitsCount":5,"pusher":{"login":"carlescufi","name":"Carles Cufí","path":"/carlescufi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12450381?s=80&v=4"},"commit":{"message":"mbedtls: add a kconfig to use the p256-m directly (without PSA interface)\n\nFor sake of memory footprint it might be required to shrink\ndown the memory footprint as much as possible. Unfortunately Mbed TLS\nPSA interface brings in some extra code for key management which makes\nit larger than the TinyCrypt counterpart when it comes to p256-m\ninterfacing. For this reason it might be useful to directly access\nthe p256-m driver directly.\n\nThis commit adds this support and it also updates the corresponding\ntest in order to make use of this condition.\n\nSigned-off-by: Valerio Setti ","shortMessageHtmlLink":"mbedtls: add a kconfig to use the p256-m directly (without PSA interf…"}},{"before":"0a3f2f0397a86425cc7d12fa3a0c0ab8020d80e1","after":"2871c87aaec004cf4fe8e61a8d15c35b6d8ab677","ref":"refs/heads/main","pushedAt":"2024-06-12T08:24:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"henrikbrixandersen","name":"Henrik Brix Andersen","path":"/henrikbrixandersen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1076226?s=80&v=4"},"commit":{"message":"tests: poll: fix misconstructed k_poll_event test\n\nSince commit 0c23cf94a43b (\"include/kernel: check type of object passed\nto K_POLL_EVENT_INITIALIZER\") it is no longer possible to use arbitrary\ntype literals with the initializer macro. Misconstructing a k_poll_event\ntype for test purpose must be done explicitly.\n\nSigned-off-by: Nicolas Pitre ","shortMessageHtmlLink":"tests: poll: fix misconstructed k_poll_event test"}},{"before":"13519a67b3481262af5703dd4f2412d6d450610f","after":"8f2b8ba527d9739dfb713cc220673b681a1b1f90","ref":"refs/heads/backport-73945-to-v2.7-branch","pushedAt":"2024-06-12T08:06:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jhedberg","name":"Johan Hedberg","path":"/jhedberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1032570?s=80&v=4"},"commit":{"message":"Bluetooth: Host: Avoid processing \"no change\" encryption changes\n\nIf the new encryption state is the same as the old one, there's no point in\ndoing additional processing or callbacks. Simply log a warning and ignore\nthe HCI event in such a case.\n\nSigned-off-by: Johan Hedberg \n(cherry picked from commit bf363d7c3e4614ebc9b7e7a051657ae6fde6283b)","shortMessageHtmlLink":"Bluetooth: Host: Avoid processing \"no change\" encryption changes"}},{"before":"1b77d0f59669545e018f1a0798227e035eb146ee","after":"0a3f2f0397a86425cc7d12fa3a0c0ab8020d80e1","ref":"refs/heads/main","pushedAt":"2024-06-12T01:28:24.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"dleach02","name":"David Leach","path":"/dleach02","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28570325?s=80&v=4"},"commit":{"message":"sensors: bme280: update sample to new async api\n\nUpdates BME280 sample to new async sensor API.\n\nSigned-off-by: Lauren Murphy ","shortMessageHtmlLink":"sensors: bme280: update sample to new async api"}},{"before":"598b2e11b2b482a21d15bedecc22df5a4723fcd6","after":"1b77d0f59669545e018f1a0798227e035eb146ee","ref":"refs/heads/main","pushedAt":"2024-06-12T01:27:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dleach02","name":"David Leach","path":"/dleach02","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28570325?s=80&v=4"},"commit":{"message":"drivers: clock: esp32: fix ROM baudrate\n\nAllow to update ROM Uart baudrate each time the\nclocks are reconfigured.\n\nSigned-off-by: Marek Matej ","shortMessageHtmlLink":"drivers: clock: esp32: fix ROM baudrate"}},{"before":"85f9bf9f1c3920756bb0ea141ca562f2a09a05dc","after":"598b2e11b2b482a21d15bedecc22df5a4723fcd6","ref":"refs/heads/main","pushedAt":"2024-06-12T01:27:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dleach02","name":"David Leach","path":"/dleach02","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28570325?s=80&v=4"},"commit":{"message":"posix: conditionally generate posix_clock syscall header\n\nIf POSIX_TIMERS is not configured, there is no reason to\ngenerate syscall headers from posix_clock.h .\n\nMake header generation conditional on POSIX_TIMERS in\nthis case.\n\nSigned-off-by: Chris Friedt ","shortMessageHtmlLink":"posix: conditionally generate posix_clock syscall header"}},{"before":"3c1590cbad2cdd68a4dc7b129ffeb63ca02aacab","after":"85f9bf9f1c3920756bb0ea141ca562f2a09a05dc","ref":"refs/heads/main","pushedAt":"2024-06-12T01:27:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dleach02","name":"David Leach","path":"/dleach02","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28570325?s=80&v=4"},"commit":{"message":"dts: nxp: Fix sramx offset for LPC51U68\n\nThe current value is wrong and overlaps with `syscon`.\n\nSigned-off-by: Mateusz Hołenko ","shortMessageHtmlLink":"dts: nxp: Fix sramx offset for LPC51U68"}},{"before":"ba0eef375cac19a3ddc6c4a6d34c9f0069c138b4","after":"3c1590cbad2cdd68a4dc7b129ffeb63ca02aacab","ref":"refs/heads/main","pushedAt":"2024-06-11T23:47:02.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"nashif","name":"Anas Nashif","path":"/nashif","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180017?s=80&v=4"},"commit":{"message":"drivers: tmag5273: fix documentation of tmag5273_check_device_status\n\nTypos and invalid doxygen documentation.\n\nSigned-off-by: Juliane Schulze ","shortMessageHtmlLink":"drivers: tmag5273: fix documentation of tmag5273_check_device_status"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEYzwIEgA","startCursor":null,"endCursor":null}},"title":"Activity · zephyrproject-rtos/zephyr"}