Commit graph

  • 2a0650072e drivers: gpio: esp32: Handle GPIO_INT_WAKEUP in pin_interrupt_configure Raffael Rostagno 2026-05-26 10:48:30 -03:00
  • 75cb1c3364 soc: espressif: fix psram cache invalidate abort on esp32 Sylvio Alves 2026-05-26 14:08:47 -03:00
  • a304351437 dts: bindings: can: infineon: xmc4xxx-can: restrict clock-prescaler value Henrik Brix Andersen 2026-05-26 17:23:49 +00:00
  • c0d7f260fd dts: bindings: can: renesas: rz-canfd: restrict rx-max-filters value Henrik Brix Andersen 2026-05-26 16:53:26 +00:00
  • 283d5ef827 dts: bindings: can: renesas: ra-canfd: restrict rx-max-filters value Henrik Brix Andersen 2026-05-26 16:52:14 +00:00
  • 6ddf2d70de dts: bindings: can: microchip: mcp251xfd: restrict timestamp-prescaler val Henrik Brix Andersen 2026-05-26 16:50:29 +00:00
  • 39babba45c dts: bindings: can: bosch: m_can: use min/max instead of an enum Henrik Brix Andersen 2026-05-26 16:48:42 +00:00
  • faa89f8c93 drivers: can: switch to using LOG_ERR_DEVICE_NOT_READY() Henrik Brix Andersen 2026-05-26 15:56:38 +00:00
  • 513e98118e drivers: ethernet: enc424j600: support multiple instances Arayik Gharibyan 2026-05-26 19:55:07 +04:00
  • 9eece736ea stepper: replace a bunch of BUILD_ASSERT with min/max Jilay Pandya 2026-05-26 17:46:54 +02:00
  • 2784c94991 tests: drivers: build_all: add modulino-buttons Fabio Baltieri 2026-05-26 15:15:04 +00:00
  • a6cca92e8f input: replace a bunch of BUILD_ASSERT with min/max Fabio Baltieri 2026-05-26 14:59:59 +00:00
  • fb3e99e38a drivers: net: nsos: replace malloc+memset with calloc Jonas Remmert 2026-05-26 12:07:59 +02:00
  • 78453c755e drivers: net: nsos: zero-initialize accepted socket Jonas Remmert 2026-05-26 12:07:52 +02:00
  • 583d10ea37 net: ssh: Add documentation to common.h Jukka Rissanen 2026-05-25 13:52:56 +03:00
  • 4ad38a45a7 boards: frdm_mcxa577: add flexcan support Peter Wang 2026-05-26 15:40:21 +08:00
  • bfe6451a22 drivers: i2c: fix the ch32v006 build by changing the "has TRISE" test Michael Hope 2025-11-02 10:42:48 +01:00
  • a676cd343f tests: cover OpenOCD RTOS gate for debug Andrii Anoshyn 2026-05-26 22:24:25 +03:00
  • fc580b42c7 scripts: runners: openocd: gate -rtos Zephyr on target arch Andrii Anoshyn 2026-05-23 13:09:45 +03:00
  • 3aaf5c0388 dts: bindings: clock: stm32u5: clarify MIPI-DSI properties description Etienne Carriere 2026-05-28 09:41:12 +02:00
  • 68b4a602b1 dts: bindings: clock: stm32n6: clarify IC mux pll-src property Etienne Carriere 2026-05-28 09:37:36 +02:00
  • b0692445db dts: bindings: *: st,stm32*: use min/max instead of enums Etienne Carriere 2026-05-22 18:38:54 +02:00
  • 7e41accf5e dts: vendor: nordic: Disable usbhs_wrapper in .dtsi Andreas Vibeto 2026-05-21 12:24:41 +02:00
  • fdef05cd74 soc: espressif: loader: fix drom/irom log classifier Sylvio Alves 2026-05-20 12:28:04 +02:00
  • 8b8066fb55 samples: Bluetooth: add build instructions to misc samples Kuba Janik 2026-05-16 22:50:03 +02:00
  • 1310b9b046 drivers: bluetooth: esp32: align controller knobs with zephyr Sylvio Alves 2026-05-18 11:00:22 +02:00
  • 6a5d4f958d samples: lvgl: demos: add stm32n6570_dk specific conf Alain Volmat 2026-05-16 23:10:54 +02:00
  • c2f9876885 soc: nxp: ungate core clock after wakeup Zhaoxiang Jin 2026-05-16 11:35:34 +08:00
  • f810975947 boards: shield: st_b_dsi_mb1314: enable touchscreen Alain Volmat 2026-05-16 17:14:45 +02:00
  • 7dde262223 boards: st: stm32l4r9i_disco: correct joystick pull-ups Alain Volmat 2026-05-15 22:21:35 +02:00
  • d0a08f6cb7 drivers: gpio: mfxstm32l152: add BOTH EDGE trigger support Alain Volmat 2026-05-15 23:00:16 +02:00
  • d9a32d3395 drivers: gpio: mfxstm32l152: correct PU/PD handling Alain Volmat 2026-05-15 22:18:31 +02:00
  • a51f00c81a drivers: gpio: mfxstm32l152: simplify PUPD/Direction handling Alain Volmat 2026-05-20 22:09:50 +02:00
  • 09d1e59909 scripts: west_commands: rename build_helpers logger to avoid collision Pieter De Gendt 2026-05-23 14:37:18 +02:00
  • 5ac32bd7dd scripts: west_commands: bridge module loggers to WestCommand output Pieter De Gendt 2026-05-24 10:20:25 +02:00
  • ae0074d7d6 scripts: west_commands: replace log.die in module-level helpers Pieter De Gendt 2026-05-24 10:14:13 +02:00
  • 1cfe519c1f scripts: west_commands: run_common: replace deprecated west.log calls Pieter De Gendt 2026-05-24 10:07:29 +02:00
  • e8e8e47ad5 scripts: west_commands: build: don't rely on self.args.verbose Pieter De Gendt 2026-05-23 10:18:53 +02:00
  • 3290b3cd29 drivers: serial: uart_bcm2711: read-modify-write IER bits Jonathan Elliot Peace 2026-05-19 07:11:59 -07:00
  • cbc8cb440f drivers: serial: uart_bcm2711: return -1 from poll_in when no char Jonathan Elliot Peace 2026-05-19 07:11:59 -07:00
  • 413aea492e drivers: pinctrl: siwx91x: Fix documentation Jérôme Pouiller 2026-04-14 09:25:30 +02:00
  • 4ffd937d11 soc: silabs: siwx91x: nwp: Declare registers in DT Jérôme Pouiller 2026-04-07 13:09:03 +02:00
  • 18f635122a soc: silabs: siwx91x: nwp: Fix antenna-selection on siwx91x_rb4342 Jérôme Pouiller 2026-04-07 11:42:47 +02:00
  • 431c3d1567 soc: silabs: siwx91x: nwp: Declare pinctrl for antenna selection Jérôme Pouiller 2026-04-07 11:41:55 +02:00
  • 06885f6974 soc: silabs: siwx91x: nwp: Remove stack allocation Jérôme Pouiller 2026-04-07 11:46:31 +02:00
  • bd1aa44a0d soc: silabs: siwx91x: nwp: Relax firmware version check Jérôme Pouiller 2026-05-05 09:46:48 +02:00
  • 985f66c3ba drivers: wifi: siwx91x: Drop useless HIDE_PSK_CREDENTIALS parameter Jérôme Pouiller 2026-05-05 09:51:07 +02:00
  • 77ae17aa07 drivers: wifi: siwx91x: Explicitly use Wifi log level Jérôme Pouiller 2026-04-08 09:51:30 +02:00
  • aa072294fb drivers: wifi: siwx91x: Reorder Kconfig options Jérôme Pouiller 2026-04-08 09:42:35 +02:00
  • 8fa9d53751 drivers: wifi: siwx91x: Change int in booleans Jérôme Pouiller 2026-04-08 09:26:15 +02:00
  • 0da5f29707 modules: hal_silabs: wiseconnect: Always apply compile definitions Jérôme Pouiller 2026-04-09 14:22:43 +02:00
  • 0e5dde875f soc: silabs: siwx91x: Fix defaultconfig statements Jérôme Pouiller 2026-04-10 14:05:59 +02:00
  • 18fef60e35 drivers: gpio: handlers: remove redundant cast to struct device * Bjarki Arge Andreasen 2026-04-30 18:47:17 +02:00
  • 13617fe147 tests: drivers: gpio_basic_api: update to test GPIO syscalls Bjarki Arge Andreasen 2026-04-30 18:39:12 +02:00
  • 02657c2971 include: drivers: gpio: make gpio_pin_* APIs syscalls Bjarki Arge Andreasen 2026-04-30 15:19:05 +02:00
  • a9e88fa2fe soc: nordic: Add WICR generation tooling for nRF71 Dhanoo Surasarang 2026-04-28 18:28:16 +01:00
  • 49c75c0d30 boards: nordic: nrf7120dk: Configure WICR for Wi-Fi boot Dhanoo Surasarang 2026-04-29 16:55:58 +01:00
  • 8b66ac6c5d dts: vendor: nordic: nrf7120: Add Wi-Fi WICR nodes Dhanoo Surasarang 2026-04-29 15:55:49 +01:00
  • 2cdfc6ff36 dts: bindings: arm: Add nordic,nrf-wicr binding Dhanoo Surasarang 2026-04-28 18:01:23 +01:00
  • 400e36f71f manifest: update hal_realtek revision for Bee WDT Zhiyuan Tang 2026-04-20 17:43:59 +08:00
  • ba1a5af1f8 boards: realtek: add watchdog support to EVB board YAML files Zhiyuan Tang 2026-04-20 17:54:33 +08:00
  • 8396d64f38 drivers: watchdog: add Realtek Bee Core WDT driver Zhiyuan Tang 2026-04-20 17:34:53 +08:00
  • d1a556664e dts: arm: realtek: add WDT node for Bee family SoCs Zhiyuan Tang 2026-04-20 17:53:54 +08:00
  • 5c43ae9095 samples: hid-mouse: modify sample to use USB BC12 drivers Johann Fischer 2025-10-17 11:14:29 +02:00
  • d40884d3ab drivers: udc_dwc2: Execute disable in driver thread Tomasz Moń 2026-05-21 10:03:25 +02:00
  • 0e0d804267 drivers: udc_dwc2: call disable quirk if controller initialization fails Johann Fischer 2026-05-21 00:29:11 +02:00
  • 3518856ead board: nrf54lm20a: add USBHS charging-type detector node Johann Fischer 2025-10-15 16:37:08 +02:00
  • e11ea494e5 drivers: usb: add Nordic USBHS BC12 driver Johann Fischer 2025-10-07 18:29:03 +02:00
  • a458052e4a drivers: udc: use USBHS wrapper driver in nRF54LM20a vendor quirks Johann Fischer 2026-04-02 13:52:57 +02:00
  • b5d8897727 drivers: usb: common: add driver for Nordic USBHS wrapper Johann Fischer 2026-04-02 09:36:22 +02:00
  • 0aab62bba2 drivers: timer: mchp_xec: Update timer driver with new macro Arjun Sahajan 2026-03-30 15:04:54 -05:00
  • 7d40db66b9 dts: timer: mchp_xec: Update timer nodes with new macros Arjun Sahajan 2026-03-30 14:36:53 -05:00
  • 5e285c49c2 serial: uart_nrfx_uarte: option to request HFXO Jordan Yates 2026-03-13 13:55:22 +10:00
  • 43609419c8 manifest: tf-m: udpate repo to include missing __assert_no_args function Valerio Setti 2026-05-28 14:29:57 +02:00
  • 80d912150d manifest: tf-m-tests: do not download qcbor and t_cose when not required Valerio Setti 2026-05-28 11:00:18 +02:00
  • 32f5a20512 boards: nordic: nrf54l15*: Do not select DT code partition for !XIP Jamie McCrae 2026-05-26 10:19:49 +01:00
  • 9a48f60983 boards: espressif: remove "can" as supported feature Henrik Brix Andersen 2026-05-27 14:26:06 +02:00
  • 9ab3809f3c drivers: display: ssd135x: fix bleeding KConfig Benjamin Cabé 2026-05-27 13:41:46 +02:00
  • 592b03cb48 drivers: cellular: fix incorrect @retval usage Kuba Janik 2026-05-25 15:57:16 +02:00
  • 18541cf014 drivers: crc: nxp: disable on variants without HAL support Holt Sun 2026-05-26 14:03:01 +08:00
  • 57bc972ee2 dts: arm: nxp: imx95: fix edma2 interrupt mapping for all 64 channels Qiang Zhao 2026-05-25 14:16:29 +05:30
  • 19e636fb16 cmake: construct build_info.yml when running package_helper.cmake Torsten Rasmussen 2026-05-22 13:25:58 +02:00
  • 4a23227404 dts: arm: renesas: ra: Correct max-bitrate-supported for iic1 on RA6M5 Khoa Nguyen 2026-05-21 08:08:29 +00:00
  • 8622fc5d38 manifest: Update hal_renesas to get iic1 update Khoa Nguyen 2026-05-21 08:10:17 +00:00
  • 71f0d192e2 arch: extend _ASMLANGUAGE guard scope in arch/exception.h Fangwei Que 2026-05-26 22:26:18 +08:00
  • c39a87c0d3 arch: arm: fix arm-m-switch.h include order in exception.h Fangwei Que 2026-05-26 22:26:10 +08:00
  • d57e496acb secure_storage: rename MBEDTLS macros to PSA_CRYPTO Tomi Fontanilles 2026-05-15 16:03:03 +03:00
  • e564449161 modules: mbedtls: add CONFIG_TF_PSA_CRYPTO_MODULE_DIR Tomi Fontanilles 2026-05-18 21:41:22 +03:00
  • bce4d7bdc0 modules: mbedtls: introduce CONFIG_TF_PSA_CRYPTO_(BUILTIN|CUSTOM) Tomi Fontanilles 2026-05-15 15:34:52 +03:00
  • 5df669aa6e modem: cellular: extend error matches Jordan Yates 2026-05-07 14:05:07 +10:00
  • 46e5ba3732 pm: device_runtime: Fix managing the device from multiple contexts Krzysztof Chruściński 2026-05-11 14:15:44 +02:00
  • 488165dead tests: pm: Add stress test for PM device runtime Krzysztof Chruściński 2026-05-11 13:01:57 +02:00
  • e90961ab33 include: drivers: i2s: document I2S driver ops using Doxygen Benjamin Cabé 2026-05-07 10:27:13 +02:00
  • 4bc5fcffd8 drivers: modem: move standalone drivers to subfolder Jordan Yates 2026-04-30 12:00:02 +10:00
  • 8ab6fd7780 boards: imx943_evk: m33: enable watchdog5 interface function Yongxu Wang 2026-05-18 17:51:05 +08:00
  • 267f9aff99 dts: mimx943: m33: add watchdog device nodes Yongxu Wang 2026-05-18 17:50:20 +08:00
  • ebafef88fb boards: imx95_evk: m7: enable watchdog5 interface function Yongxu Wang 2026-05-18 17:49:45 +08:00
  • 76364fba39 dts: mimx95_m7: add watchdog device nodes Yongxu Wang 2026-05-18 17:49:03 +08:00
  • 30d123cc90 drivers: flash : stm32wbax : Add flash manager thread Vincent Tardy 2026-04-28 14:31:45 +02:00
  • a6eb598d80 driver: pwm: stm32: Add access to input capture prescaler via flags Thomas Decker 2026-03-20 13:53:50 +01:00