Commit graph

  • 298a35b714 modules: tf-m: Remove some download Kconfigs Jamie McCrae 2025-10-22 11:24:37 +01:00
  • 514d7e2b5a modules: hostap: fix hostapd_cli cannot find default hostapd iface Fengming Ye 2025-10-22 19:17:34 +09:00
  • 35620e20a9 drivers: udc_dwc2: Fix deactivate when hibernated Tomasz Moń 2025-10-22 09:30:07 +02:00
  • 6ea5f0abd7 twister: prefer 'fork' on POSIX to maintain pre-3.14 behavior Anas Nashif 2025-10-21 17:44:34 -04:00
  • 0679c05712 scripts: runners: nrfutil: Add a new --dry-run parameter Carles Cufi 2025-10-21 19:16:59 +02:00
  • 146fd2c88e scripts: runners: nrf: Generalize the use of --erase-mode for all ICs Carles Cufi 2025-10-21 14:02:53 +02:00
  • 684779ec23 drivers: usb_c: tcpc: stm32: use dedicated bitops functions Guillaume Gautier 2025-10-23 13:19:37 +02:00
  • 9074528435 drivers: i2c: stm32: v2: simplify reg operation Guillaume Gautier 2025-10-23 11:39:39 +02:00
  • 004c613e25 drivers: stm32: replace MODIFY_REG HAL macro by stm32_reg_modify_bits Guillaume Gautier 2025-10-21 10:34:13 +02:00
  • 124448582f drivers: stm32: replace READ_REG HAL macro by stm32_reg_read Guillaume Gautier 2025-10-21 10:28:23 +02:00
  • 2a52a2b7ff drivers: stm32: replace WRITE_REG HAL macro by stm32_reg_write Guillaume Gautier 2025-10-21 10:16:20 +02:00
  • 44415b5af8 drivers: stm32: replace READ_BIT HAL macro by stm32_reg_read_bits Guillaume Gautier 2025-10-21 10:11:28 +02:00
  • a2339c9b91 drivers: stm32: replace CLEAR_BIT HAL macro by stm32_reg_clear_bits Guillaume Gautier 2025-10-21 09:35:53 +02:00
  • 73e9749c68 drivers: stm32: replace SET_BIT HAL macro by stm32_reg_set_bits Guillaume Gautier 2025-10-21 09:34:03 +02:00
  • 07f19537d1 soc: st: stm32: common: add common bitops functions Guillaume Gautier 2025-10-21 09:21:06 +02:00
  • 464d929651 drivers: usb: udc: stm32: split variable definition in multi-line Etienne Carriere 2025-10-22 16:51:00 +02:00
  • 0b297bdbb8 drivers: usb: udc: stm32: remove useless test on buffer length Etienne Carriere 2025-10-22 16:47:35 +02:00
  • f8addbaa28 drivers: usb: udc: stm32: inline comment reference to selected_speed Etienne Carriere 2025-10-22 14:31:32 +02:00
  • 7df2ce80ae drivers: usb: udc: stm32: remove useless OR operation on return value Etienne Carriere 2025-10-16 16:17:41 +02:00
  • 86616fd406 drivers: usb: udc: stm32: test essentially boolean value Etienne Carriere 2025-10-22 14:29:17 +02:00
  • 16237e4147 drivers: usb: udc: stm32: rename endpoint config variable Etienne Carriere 2025-10-22 14:43:52 +02:00
  • 66478fd11a drivers: usb: udc: stm32: test HAL return value Etienne Carriere 2025-10-09 14:15:33 +02:00
  • 2cce5ed488 drivers: gpio: aw9523b: Fix the condition for changing Push-pull TOKITA Hiroshi 2025-09-28 20:14:24 +09:00
  • 41b3824f4a samples: Update XSPI memc and flash samples on RT700 Ruijia Wang 2025-09-01 22:58:19 +08:00
  • 4f5cf51c59 soc: Update code to get flash size from dts Ruijia Wang 2025-09-01 22:41:25 +08:00
  • 9560a96523 boards: Update related configuration for RT700 xspi case Ruijia Wang 2025-08-24 21:15:03 +08:00
  • b1dc69e0d1 dts: Enable the xspi flash and psram cases on NXP RT700 Ruijia Wang 2025-08-24 21:11:17 +08:00
  • e8bb85ee69 drivers: xspi: add NXP xspi driver Ruijia Wang 2025-09-01 22:31:41 +08:00
  • d5aad385c1 drivers: i2c: npcx: add support for NPCKn variant Jun Lin 2025-04-30 14:07:42 +08:00
  • 612c32429c dts: bindings: i2c: npcx: intruduce a new propery dma-driven Jun Lin 2025-05-12 10:17:29 +08:00
  • 4c33c7e24a drivers: i2c: silabs: remove dev arg from PM state lock helpers S Mohamed Fiaz 2025-10-21 15:10:21 +05:30
  • fa3087f8c4 drivers: i2c: silabs: Update i2c driver with HAL changes S Mohamed Fiaz 2025-10-01 00:13:01 +05:30
  • d27b654eb5 drivers: dac: add AD56x1 devices Mickael Bosch 2025-10-04 18:04:18 +02:00
  • f3b3739fd8 drivers: spi: enhance spi shell Marko Sagadin 2025-09-14 19:30:30 +02:00
  • 1ac86c4925 samples: drivers: video: capture: use DEVICE_DT_GET_OR_NULL for display Josuah Demangeon 2025-10-24 12:33:57 +00:00
  • db27102be6 samples: drivers: video: make capture sample failure more visible Josuah Demangeon 2025-10-21 21:14:36 +00:00
  • 6893bc10cd samples: drivers: video: capture: move code to functions Josuah Demangeon 2025-09-16 10:06:56 +00:00
  • 15daa447ed tests: drivers: video: test_pattern: new test from the sample Josuah Demangeon 2025-09-16 09:25:07 +00:00
  • ecc54ff0af samples: drivers: video: capture: use the same error handling idiom Josuah Demangeon 2025-09-15 20:04:46 +00:00
  • 6ad6945ed6 samples: drivers: video: capture: use app_ prefix Josuah Demangeon 2025-09-15 18:15:13 +00:00
  • 2250672c43 samples: drivers: video: capture: use if() instead of #ifdef Josuah Demangeon 2025-09-15 13:29:41 +00:00
  • d2f2ba7485 samples: drivers: video: capture: change log verbosity Josuah Demangeon 2025-09-16 10:14:02 +00:00
  • eb01f1d451 samples: drivers: video: capture: use static initializers Josuah Demangeon 2025-09-15 13:56:20 +00:00
  • c765b99887 drivers: video: sw_generator: support test pattern CID Josuah Demangeon 2025-09-16 10:35:56 +00:00
  • c262e588a1 tests: arch: riscv: fatal: test z_riscv_fault() path Yong Cong Sin 2024-11-21 11:08:29 +08:00
  • 643e09febf arch: riscv: streamline fatal handling code Yong Cong Sin 2024-11-21 01:55:47 +08:00
  • 4428c1a868 Bluetooth: Controller: nRF54Lx: Enable Controller Privacy Support Vinayak Kariappa Chettimada 2025-06-02 08:47:12 +05:30
  • 6d79d52118 Bluetooth: Controller: nRF54Lx: Add Controller Privacy Support Vinayak Kariappa Chettimada 2025-06-02 08:47:12 +05:30
  • 7a1e7c9fba tests: bsim: Bluetooth: Conditionally compile Controller Privacy Vinayak Kariappa Chettimada 2025-06-03 05:15:27 +02:00
  • 0876b5a2de drivers: gpio: fix SN74HC595 reset GPIO prop name Michael Klammt 2025-10-09 09:44:10 +02:00
  • 7cd7f8ba36 west.yml: Update FATFS revision to fix window alignment setting Dominik Ermel 2025-10-22 08:05:30 +00:00
  • cf5fc97b06 drivers: dma: stm32: enable isr only if needed Axel Utech 2025-10-22 11:16:29 +02:00
  • ce3a3da9dd drivers: gpio: gpio_mcux: Fix port index mismatch issue Jason Yu 2025-10-22 11:32:08 +08:00
  • 69f797c6d2 drivers: gpio: gpio_mcux: Improve IRQ control macro usage Jason Yu 2025-10-22 10:29:28 +08:00
  • 2e64d67fad drivers: gpio: gpio_mcux: Fix bug that cannot set IOPCTL drive strength Jason Yu 2025-10-21 22:37:10 +08:00
  • 038523c63b Bluetooth: Conn: add connection type helper functions Kai Cheng 2025-10-22 21:26:25 +08:00
  • 74e94fd8e9 Bluetooth: SDP: Optimize functions bt_sdp_get_XXX() Lyle Zhu 2025-10-22 13:58:23 +08:00
  • 922da6cc4d Bluetooth: classic: shell: Support attribute parsing helper Lyle Zhu 2025-10-21 15:37:52 +08:00
  • 7f04884eab Bluetooth: SDP: Add helper functions to parse discovered record Lyle Zhu 2025-10-21 14:30:31 +08:00
  • 8365ed718e Bluetooth: Classic: SDP: Add protocol identifier codes Lyle Zhu 2025-10-20 11:35:41 +08:00
  • 306c3d483e drivers: nrf: remove handling of cross domain pins Bjarki Arge Andreasen 2025-10-21 13:10:36 +02:00
  • 74b51136a4 soc: nxp: imx93: drop SOF-specific region mapping Laurentiu Mihalcea 2025-10-21 14:01:55 +03:00
  • ff9835b8b1 boards: nxp: imx95_evk: drop rimage support Laurentiu Mihalcea 2025-10-21 13:54:31 +03:00
  • d8cb02aa24 modules: renesas: provide configuration for r_sce build The Nguyen 2025-10-21 02:57:54 +00:00
  • bec09e2bf1 tests: drivers: gpio: kit_pse84_ai gpio_api test support John Batch 2025-10-20 15:25:33 -07:00
  • 5db1df0453 boards: infineon: Add kit_pse84_ai board support John Batch 2025-10-20 15:21:43 -07:00
  • dfd6efc972 manifest: update hostap to fix EAP-FAST connection issue Maochen Wang 2025-10-20 15:36:56 +08:00
  • 9f4c02edd2 boards: microchip: SAM_D5x_E5x: configure clock source and frequency Sunil Abraham 2025-10-24 09:53:27 +05:30
  • 158cb294be drivers: clock_control: SAM D5x/E5x: add more functionality Sunil Abraham 2025-09-25 10:40:01 +05:30
  • acf34f5ef3 dts: clock: SAM D5x/E5x: add more functionality Sunil Abraham 2025-09-25 10:06:13 +05:30
  • 9f53d7e270 drivers: gpio: silabs-siwx91x: Refactor config structures Sai Santhosh Malae 2025-10-07 16:59:42 +05:30
  • 77f5ddadec drivers: gpio: silabs-siwx91x: clang format corrections Sai Santhosh Malae 2025-10-04 04:17:17 +05:30
  • 0ad01eee42 drivers: gpio: silabs-siwx91x: Device runtime PM Sai Santhosh Malae 2025-10-04 04:06:41 +05:30
  • da94b1afbf drivers: gpio: silabs-siwx91x: Differentiate port count Sai Santhosh Malae 2025-10-04 04:02:40 +05:30
  • a45ecd1ccd dts: arm: silabs-siwx91x: Update GPIO nodes Sai Santhosh Malae 2025-10-04 03:54:43 +05:30
  • 082f5b5025 driver: i2s: i2s_silabs_siwx91x: Add pm device support for i2s driver S Mohamed Fiaz 2025-09-15 18:23:11 +05:30
  • 55614f99f2 dts: renesas: ra: fix dts format issue The Nguyen 2025-10-24 06:43:22 +00:00
  • cafaaf0a71 tests: drivers: flash: common: Add support for Renesas RA4, RA2 Khoa Nguyen 2025-05-05 13:02:31 +07:00
  • 7196845954 boards: renesas: Add support Flash-LP for Renesas RA4, RA2 Khoa Nguyen 2025-05-05 13:01:13 +07:00
  • 95e87712ce dts: arm: renesas: Add support Flash LP for Renesas RA4, RA2 Khoa Nguyen 2024-11-18 15:17:12 +07:00
  • 7d438adcf7 drivers: flash: Initial support Flash-LP driver for Renesas RA Khoa Nguyen 2024-11-01 08:58:18 +07:00
  • 40f07a0532 samples: nordic: nrfx_prs: remove deprecated UARTE API Michał Stasiak 2025-09-17 14:32:41 +02:00
  • a8197bf8e8 samples: subsys: shell: shell_module: add support for FRDM-IMX93 Hongbo Wang 2025-07-02 11:13:16 +09:00
  • 706309d6d2 tests: gpio_basic_api: add support for FRDM-IMX93 Hongbo Wang 2025-07-02 11:09:16 +09:00
  • bc26514c7c boards: nxp: frdm_imx93: enable tpm2 for test case counter_basic_api Hongbo Wang 2025-07-08 15:51:54 +09:00
  • 266b3aeddc tests: counter_basic_api: add imx943 evk support Hou Zhiqiang 2025-07-08 01:14:33 +08:00
  • bc0fc4485a boards: imx943: add counter to support list of CA55 yaml Hou Zhiqiang 2025-07-08 01:11:26 +08:00
  • a8826adefa dts: arm64: imx943: add TPM device nodes Hou Zhiqiang 2025-07-08 01:05:09 +08:00
  • 81c2a48abe tests: i2c: add support for i2c sci on Renesas RA boards Khai Cao 2025-09-29 11:40:33 +07:00
  • 97c3efcec1 boards: renesas: Add SCI I2C node on Renesas RA boards Duy Nguyen 2025-10-23 08:51:45 +00:00
  • bcef6d66f3 dts: arm: add SCI I2C device node for RA2 series Khai Cao 2025-09-29 11:39:53 +07:00
  • 4d936a4585 dts: arm: add SCI I2C device node for RA4 series Khai Cao 2025-09-29 11:39:25 +07:00
  • 0af2b96677 dts: arm: add SCI I2C device node for RA6 series Khai Cao 2025-09-29 11:38:51 +07:00
  • 78cb9c5eb2 drivers: i2c: Initial support for i2c sci driver on Renesas RA Khai Cao 2025-09-29 11:38:23 +07:00
  • d64c8a9c0f tests: Bluetooth: BR: fix import error in smp_general test suite. Can Wang 2025-10-10 16:26:17 +08:00
  • 2a5a1d4afa tests: logging: log_core_additional: Skip usermode test on max32657evkit Tahsin Mutlugun 2025-08-18 16:32:02 +03:00
  • b5ab96b098 doc: dts: dt-vs-kconfig: Add a supplement of sw/vs hw comparison Erwan Gouriou 2025-10-10 15:45:58 +02:00
  • 11f9959372 tests: drivers: Adding zc143ac72mipi to display tests Emilio Benavente 2025-10-23 09:17:56 -05:00
  • b0e9915242 boards: shield: Add shield support for zc143ac72mipi Emilio Benavente 2025-10-23 09:28:24 -05:00
  • bb5904af32 drivers: display: Add co5300 support. Emilio Benavente 2025-10-23 09:27:21 -05:00