{"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:1717408936.0","currentOid":""},"activityList":{"items":[{"before":"c3d7b1c978f8b462dcbdda998dbaefa981b3d089","after":"7975db44b201f25f57a0943176c3239ea8220fd8","ref":"refs/heads/main","pushedAt":"2024-06-05T02:59:31.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":"SDK_VERSION: Use Zephyr SDK 0.16.8\n\nThis commit updates SDK_VERSION to point to the Zephyr SDK 0.16.8 release.\n\nSigned-off-by: Stephanos Ioannidis ","shortMessageHtmlLink":"SDK_VERSION: Use Zephyr SDK 0.16.8"}},{"before":"c74445d6943b09b150dd730fa942b07e2756c23b","after":"c3d7b1c978f8b462dcbdda998dbaefa981b3d089","ref":"refs/heads/main","pushedAt":"2024-06-05T02:41:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nashif","name":"Anas Nashif","path":"/nashif","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180017?s=80&v=4"},"commit":{"message":"soc: atmel: sam: Add invalidate d-cache at z_arm_platform_init\n\nBefore that fix, the SOC was unable to boot properly.\nStarting turned directly into z_arm_usage_fault().\nFixes zephyrproject-rtos#73485\n\nSigned-off-by: Sven Ginka ","shortMessageHtmlLink":"soc: atmel: sam: Add invalidate d-cache at z_arm_platform_init"}},{"before":"3cb2c04fc1dd364e964058c02356e13efa43d501","after":"c74445d6943b09b150dd730fa942b07e2756c23b","ref":"refs/heads/main","pushedAt":"2024-06-05T02:37:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nashif","name":"Anas Nashif","path":"/nashif","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180017?s=80&v=4"},"commit":{"message":"ci: doc-build: Reduce parallel job count to 14\n\nThis commit reduces the parallel job count for building the documentation\nfrom the default value of 16 (i.e. `-j auto` aka. the vCPU count) to 14\nbecause the total available RAM in the runners is 32GiB and each\nsphinx-build process may use more than 2GiB of RAM, which can lead to\nout-of-memory conditions.\n\nNote that the HTML doc build process was parallelised prior to this change\nin spite of the lack of `-j auto` in the CI workflow because the default\n`SPHINXOPTS` includes `-j auto` and only `SPHINXOPTS_EXTRA` was specified\n-- this commit explicitly adds the `SPHINXOPTS` for it with the default\nvalue specified in doc/CMakeLists.txt to make the job count configurable\nwhile ensuring the previous behaviour is preserved.\n\nSigned-off-by: Stephanos Ioannidis ","shortMessageHtmlLink":"ci: doc-build: Reduce parallel job count to 14"}},{"before":"0b3d7eb3e7bb15c840fdea7808be81a33d3cae25","after":"3cb2c04fc1dd364e964058c02356e13efa43d501","ref":"refs/heads/main","pushedAt":"2024-06-05T02:36:51.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":"subsys/debug: relocate symtab Kconfig\n\nMove the symtab Kcofig into the symtab folder.\n\nSigned-off-by: Yong Cong Sin ","shortMessageHtmlLink":"subsys/debug: relocate symtab Kconfig"}},{"before":"48285cb6b88173ddf6d8ad619b39c4f3cc35f177","after":"0b3d7eb3e7bb15c840fdea7808be81a33d3cae25","ref":"refs/heads/main","pushedAt":"2024-06-05T02:36:10.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":"doc: vulnerabilities: Info about CVE-2024-3332\n\nAdd an entry for CVE-2024-3332.\n\nSigned-off-by: Flavio Ceolin ","shortMessageHtmlLink":"doc: vulnerabilities: Info about CVE-2024-3332"}},{"before":"afb2791ccf9ab8e2366dbd881d9abf82dc578c82","after":"48285cb6b88173ddf6d8ad619b39c4f3cc35f177","ref":"refs/heads/main","pushedAt":"2024-06-05T02:35:54.000Z","pushType":"pr_merge","commitsCount":5,"pusher":{"login":"nashif","name":"Anas Nashif","path":"/nashif","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180017?s=80&v=4"},"commit":{"message":"tests: Add IPI_OPTIMIZE tests\n\nAdds several tests to verify that IPIs can be appropriately\ntargeted to specific CPUs.\n\nSigned-off-by: Peter Mitsis ","shortMessageHtmlLink":"tests: Add IPI_OPTIMIZE tests"}},{"before":"07f132b1b50ac803ab775a578a0890c1e46b4ed8","after":"afb2791ccf9ab8e2366dbd881d9abf82dc578c82","ref":"refs/heads/main","pushedAt":"2024-06-05T02:27:36.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"dleach02","name":"David Leach","path":"/dleach02","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28570325?s=80&v=4"},"commit":{"message":"tests: drivers: can: host: allow specifying context along with fixture\n\nAllow specifying the python-can configuration context to use along with the\n\"can\" fixture. This opens up for specifying board-specific contexts in the\ntwister hardware map file.\n\nSigned-off-by: Henrik Brix Andersen ","shortMessageHtmlLink":"tests: drivers: can: host: allow specifying context along with fixture"}},{"before":"4ffefed23a74c720a0a0e5517fb8341bae327f19","after":"07f132b1b50ac803ab775a578a0890c1e46b4ed8","ref":"refs/heads/main","pushedAt":"2024-06-04T23:14:16.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":"boards: imx93_evk: enable flexcan driver\n\nAdd pinctrl for flexcan2\nAdd EXP_SEL gpio hog for board mux selection during boot.\nAdd TJA1057 CAN PHY driver.\nUpdate supported features in board document\n\nSigned-off-by: Chekhov Ma ","shortMessageHtmlLink":"boards: imx93_evk: enable flexcan driver"}},{"before":"1a6bdb2e3e3c29c2effb5704cf50d4fb53068f2f","after":"4ffefed23a74c720a0a0e5517fb8341bae327f19","ref":"refs/heads/main","pushedAt":"2024-06-04T23:13:53.000Z","pushType":"pr_merge","commitsCount":10,"pusher":{"login":"nashif","name":"Anas Nashif","path":"/nashif","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180017?s=80&v=4"},"commit":{"message":"tests: power_mgmt: Test system-managed disabled per state\n\nCheck that a power state that has system-managed device power\nmanagement disabled does not trigger device power management\nwhen the system sleeps.\n\nSigned-off-by: Flavio Ceolin ","shortMessageHtmlLink":"tests: power_mgmt: Test system-managed disabled per state"}},{"before":"cabeaf143613a2dba6b8616754d8394dfee20a62","after":"1a6bdb2e3e3c29c2effb5704cf50d4fb53068f2f","ref":"refs/heads/main","pushedAt":"2024-06-04T23:13:36.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"nashif","name":"Anas Nashif","path":"/nashif","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180017?s=80&v=4"},"commit":{"message":"doc: crypto: Add PSA Crypto documentation\n\nAdd PSA Crypto in the cryptographic services\nsection.\n\nSigned-off-by: Flavio Ceolin ","shortMessageHtmlLink":"doc: crypto: Add PSA Crypto documentation"}},{"before":"cb85932488fd30e8de81d5a2ac427da80e342a1c","after":"cabeaf143613a2dba6b8616754d8394dfee20a62","ref":"refs/heads/main","pushedAt":"2024-06-04T23:13:18.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"nashif","name":"Anas Nashif","path":"/nashif","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180017?s=80&v=4"},"commit":{"message":"drivers: display: ili9xxx: add justification for default rotation\n\nTo align with udpated ssd16xx bindings.\n\nSigned-off-by: Sven Depoorter ","shortMessageHtmlLink":"drivers: display: ili9xxx: add justification for default rotation"}},{"before":"859c733b016b4ed33bb7017a1efea11f77ac85dd","after":"cb85932488fd30e8de81d5a2ac427da80e342a1c","ref":"refs/heads/main","pushedAt":"2024-06-04T23:12:46.000Z","pushType":"pr_merge","commitsCount":5,"pusher":{"login":"nashif","name":"Anas Nashif","path":"/nashif","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180017?s=80&v=4"},"commit":{"message":"boards: rd_rw612_bga: Update board documentation\n\nAdd information about BLE.\n\nSigned-off-by: Yassine El Aissaoui ","shortMessageHtmlLink":"boards: rd_rw612_bga: Update board documentation"}},{"before":"46e3cfa6653830a751d8f31fa9d07d25ea272a59","after":"859c733b016b4ed33bb7017a1efea11f77ac85dd","ref":"refs/heads/main","pushedAt":"2024-06-04T23:12:21.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"nashif","name":"Anas Nashif","path":"/nashif","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180017?s=80&v=4"},"commit":{"message":"tests: drivers: gpio: Enable gpio driver tests for MAX32680EVKIT\n\nEnable GPIO driver tests for MAX32680EVKIT.\n\nSigned-off-by: Tahsin Mutlugun ","shortMessageHtmlLink":"tests: drivers: gpio: Enable gpio driver tests for MAX32680EVKIT"}},{"before":"c9a21363a12fe4a20d4b8c1b67148e7a0421a7e0","after":"46e3cfa6653830a751d8f31fa9d07d25ea272a59","ref":"refs/heads/main","pushedAt":"2024-06-04T23:10:56.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":"doc: kernel: Fix pipes configuration option link\n\nUpdates the pipes documentation to generate a link to CONFIG_PIPES\nKconfig option description instead of merely listing the name of\nthis option.\n\nSigned-off-by: Peter Mitsis ","shortMessageHtmlLink":"doc: kernel: Fix pipes configuration option link"}},{"before":"5c308e0344a0743a796a224e51b34b7f94f7647d","after":"c9a21363a12fe4a20d4b8c1b67148e7a0421a7e0","ref":"refs/heads/main","pushedAt":"2024-06-04T23:10:39.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":"fs: Improved CONFIG_FILE_SYSTEM_MAX_FILE_NAME processing\n\nThe processing of CONFIG_FILE_SYSTEM_MAX_FILE_NAME override for\nMAX_FILE_NAME has been improved to limit possibility to set it to\nvalue that is not allowed by any of the in-tree subsystems, when\nsuch subsystem is enabled.\nWhen no in-tree subsystem is allowed the value is still not limited.\n\nSigned-off-by: Dominik Ermel ","shortMessageHtmlLink":"fs: Improved CONFIG_FILE_SYSTEM_MAX_FILE_NAME processing"}},{"before":"26d56eb0a5bd2c40c5b9cb98650997b5606a9cf8","after":"5c308e0344a0743a796a224e51b34b7f94f7647d","ref":"refs/heads/main","pushedAt":"2024-06-04T23:10:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nashif","name":"Anas Nashif","path":"/nashif","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180017?s=80&v=4"},"commit":{"message":"bluetooth: hci_nxp: move vendor specific setup to its dedicated place\n\nSome vendor specific setup was done inside\nthe open() HCI function, those should be\ninside setup() function instead.\n\nSigned-off-by: Yassine El Aissaoui ","shortMessageHtmlLink":"bluetooth: hci_nxp: move vendor specific setup to its dedicated place"}},{"before":"459517badcaacad9cf4d1781c43c4b34e62771ae","after":"26d56eb0a5bd2c40c5b9cb98650997b5606a9cf8","ref":"refs/heads/main","pushedAt":"2024-06-04T23:09:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nashif","name":"Anas Nashif","path":"/nashif","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/180017?s=80&v=4"},"commit":{"message":"boards: nxp: frdm_k22f: fix the flash size value\n\n- The MK22FN512VLH12 chip, installed on frdm_k22f,\n has 512 KB of Program Flash and 128KB SRAM\n according to the K22P121M120SF7RM.pdf manual (page 55).\n- Fix the flash size to 512KB (was 1MB).\n- Add nxp_k22fn512.dtsi with correct flash size value.\n\nSigned-off-by: Andrej Butok ","shortMessageHtmlLink":"boards: nxp: frdm_k22f: fix the flash size value"}},{"before":"f74a84b251cd21a71ce0c6f47019919c68730d27","after":"459517badcaacad9cf4d1781c43c4b34e62771ae","ref":"refs/heads/main","pushedAt":"2024-06-04T21:28:59.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/flash/spi_nor: Fix DPD exit\n\nIncorrectly placed preprocessor conditions caused exit_dpd\nwhen there has been no instance of a device with\ndpd_wakeup_sequence parameter.\n\nSigned-off-by: Dominik Ermel \nSigned-off-by: Jan Tore Guggedal ","shortMessageHtmlLink":"drivers/flash/spi_nor: Fix DPD exit"}},{"before":"fe1e7f8d378fd767a95bb1acc01283e4471c6a81","after":"f74a84b251cd21a71ce0c6f47019919c68730d27","ref":"refs/heads/main","pushedAt":"2024-06-04T21:27:55.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":"xtensa: mmu: MMU re-initialization API\n\nWith power managment is enabled, depending on the SoC power state\nused when idle, the MMU may lose context and may need to be re-initialized.\nWhen re-initializing the MMU, we must not re-create the page table\nbecause it may overwrite changes done during the execution, but we still\nneed to set the asid and page table for the current context.\n\nSigned-off-by: Flavio Ceolin ","shortMessageHtmlLink":"xtensa: mmu: MMU re-initialization API"}},{"before":"7bf6e8bb9773d88b96b09112298b7faab244848b","after":"fe1e7f8d378fd767a95bb1acc01283e4471c6a81","ref":"refs/heads/main","pushedAt":"2024-06-04T21:27:12.000Z","pushType":"pr_merge","commitsCount":36,"pusher":{"login":"dleach02","name":"David Leach","path":"/dleach02","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28570325?s=80&v=4"},"commit":{"message":"doc: release: posix: deprecate non-normative POSIX Kconfig\n\nAdd release notes for the deprecation of a number of POSIX\nKconfig options. These have been deprecated so that we can\nuse more normative Kconfig variable identifiers, based on\nthe Options and Option Groups of IEEE 1003.1-2017.\n\nTo simplify migration, use\n\npython $ZEPHYR_BASE/scripts/utils/migrate_posix_kconfigs.py \\\n -r root_path\n\nAdditionally, document the removal of PTHREAD_BARRIER_DEFINE(),\nEFD_IN_USE, EFD_FLAGS_SET, which were previously deprecated\n>= 2 release cycles before.\n\nSigned-off-by: Chris Friedt ","shortMessageHtmlLink":"doc: release: posix: deprecate non-normative POSIX Kconfig"}},{"before":"54733aa2cbb464c85948e0290d940e5baf5db0a3","after":"7bf6e8bb9773d88b96b09112298b7faab244848b","ref":"refs/heads/main","pushedAt":"2024-06-04T20:46:52.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":"boards: rak5010: add blackmagicprobe runner\n\nAdd blackmagicprobe as a supported runner.\n\nSigned-off-by: Mike Szczys ","shortMessageHtmlLink":"boards: rak5010: add blackmagicprobe runner"}},{"before":"81bc939553ce6b73651ef60d21166e6e84018f24","after":"54733aa2cbb464c85948e0290d940e5baf5db0a3","ref":"refs/heads/main","pushedAt":"2024-06-04T19:08:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"MaureenHelm","name":"Maureen Helm","path":"/MaureenHelm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6172539?s=80&v=4"},"commit":{"message":"submanifests: optional: Sync upstream nanopb\n\nSet the latest version for nanopb.\nThis fixes searching for the nanopb_generator.py script in the module\ninstead of system wide.\n\nSigned-off-by: Pieter De Gendt ","shortMessageHtmlLink":"submanifests: optional: Sync upstream nanopb"}},{"before":"ed954bf63895538547c51418d1fa1e7be0e800c9","after":"81bc939553ce6b73651ef60d21166e6e84018f24","ref":"refs/heads/main","pushedAt":"2024-06-04T19:07:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"MaureenHelm","name":"Maureen Helm","path":"/MaureenHelm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6172539?s=80&v=4"},"commit":{"message":"modules: lvgl: lvgl_fs: Free file on close\n\nAdd missing call to LV_MEM_CUSTOM_FREE when closing a file to prevent\nmemory from leaking.\n\nResolves issue #73148.\n\nSigned-off-by: Fabian Blatz ","shortMessageHtmlLink":"modules: lvgl: lvgl_fs: Free file on close"}},{"before":"4b64e001fe6bbfbd939e336613060d24c64862b6","after":"ed954bf63895538547c51418d1fa1e7be0e800c9","ref":"refs/heads/main","pushedAt":"2024-06-04T19:06:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"MaureenHelm","name":"Maureen Helm","path":"/MaureenHelm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6172539?s=80&v=4"},"commit":{"message":"doc: describe Kconfig tracking symbol\n\nFixes: #73132\n\nAdd a subsection on tracking Kconfig symbols whose default values is\nobtained from another Kconfig symbol.\n\nSigned-off-by: Torsten Rasmussen ","shortMessageHtmlLink":"doc: describe Kconfig tracking symbol"}},{"before":"e8a71d9d83f4b6dba4b9bbbbef2cfebba95c4058","after":"4b64e001fe6bbfbd939e336613060d24c64862b6","ref":"refs/heads/main","pushedAt":"2024-06-04T19:04:58.000Z","pushType":"pr_merge","commitsCount":6,"pusher":{"login":"MaureenHelm","name":"Maureen Helm","path":"/MaureenHelm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6172539?s=80&v=4"},"commit":{"message":"boards nrf54l15bsim: DT: Set radio status as ok\n\nSet the radio status as ok as the SOC/CPU DT include\ndoes not do it for us.\n\nSigned-off-by: Alberto Escolar Piedras ","shortMessageHtmlLink":"boards nrf54l15bsim: DT: Set radio status as ok"}},{"before":"6ad9b6ccabeb9aefd231d2472a744cf09ee65914","after":"e8a71d9d83f4b6dba4b9bbbbef2cfebba95c4058","ref":"refs/heads/main","pushedAt":"2024-06-04T19:04:09.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":"soc: renesas: Fix linker error from multiple IRQ17\n\nFix linker error caused by the smartbond timer driver\nbeing enabled at the same time as the smartbond timer counter\ndriver. For some reason putting SMARTBOND_TIMER=n in a conf\nfile does not fix this, this change has to be made to the\nKconfig.defconfig to not add this default y case in order\nto fix the error. At least that is all I could figure out,\nand not sure why the .conf doesn't override it.\n\nSigned-off-by: Declan Snyder ","shortMessageHtmlLink":"soc: renesas: Fix linker error from multiple IRQ17"}},{"before":"a2b0c2c46779499ca697d8abab03d4e52c884b78","after":"6ad9b6ccabeb9aefd231d2472a744cf09ee65914","ref":"refs/heads/main","pushedAt":"2024-06-04T19:03:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"MaureenHelm","name":"Maureen Helm","path":"/MaureenHelm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6172539?s=80&v=4"},"commit":{"message":"soc: intel_adsp: tools: add intel_adsp_ace30 support to cavstool.py\n\nAdd support for intel_adsp_ace30 platforms into cavstool.py.\n\nSigned-off-by: Kai Vehmanen ","shortMessageHtmlLink":"soc: intel_adsp: tools: add intel_adsp_ace30 support to cavstool.py"}},{"before":"422a709d9217d2326bd76ee53eed6e9769a33974","after":"a2b0c2c46779499ca697d8abab03d4e52c884b78","ref":"refs/heads/main","pushedAt":"2024-06-04T19:02:51.000Z","pushType":"pr_merge","commitsCount":9,"pusher":{"login":"MaureenHelm","name":"Maureen Helm","path":"/MaureenHelm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6172539?s=80&v=4"},"commit":{"message":"include: stop breaking the compilation of OOT architectures\n\nZephyr support out-of-tree architectures so we shouldn't\nthrow error for archs not listed here.\n\nSigned-off-by: Yong Cong Sin ","shortMessageHtmlLink":"include: stop breaking the compilation of OOT architectures"}},{"before":"61536c1096a9f617ed932a78c9c047f7922a1ffc","after":"422a709d9217d2326bd76ee53eed6e9769a33974","ref":"refs/heads/main","pushedAt":"2024-06-04T19:00:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"MaureenHelm","name":"Maureen Helm","path":"/MaureenHelm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6172539?s=80&v=4"},"commit":{"message":"soc: renesas: ra: added support for segger rtt\n\nAdded support for Segger RTT to Renesas RA family of Microcontrollers.\n\nSigned-off-by: Ian Morris ","shortMessageHtmlLink":"soc: renesas: ra: added support for segger rtt"}},{"before":"460169df75292eee50ba0941162ec7a5ef802e90","after":"61536c1096a9f617ed932a78c9c047f7922a1ffc","ref":"refs/heads/main","pushedAt":"2024-06-04T14:38:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aescolar","name":"Alberto Escolar","path":"/aescolar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32480799?s=80&v=4"},"commit":{"message":"drivers/sensor: lps22hh: Enable fetching individual sensor channels\n\nAdd the possibility to fetch specific sensor channels independently,\neither pressure data with SENSOR_CHAN_PRESS or temperature data\nwith SENSOR_CHAN_AMBIENT_TEMP.\nAdditionally, the option to fetch both channels simultaneously remains\navailable using SENSOR_CHAN_ALL, thus not breaking any samples.\n\nSigned-off-by: Chris Braissant ","shortMessageHtmlLink":"drivers/sensor: lps22hh: Enable fetching individual sensor channels"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEXKTnVwA","startCursor":null,"endCursor":null}},"title":"Activity ยท zephyrproject-rtos/zephyr"}