Commit graph

  • 1f2e15d43d dts: bindings: adc: add ads131m02 adc driver binding Karthikeyan Krishnasamy 2024-12-09 11:28:11 +05:30
  • 47d17f4542 boards: shields: sparkfun_carrier_asset_tracker: remove defconfig Gerard Marull-Paretas 2024-12-16 15:32:20 +01:00
  • db7365e286 drivers: mbox: nrf_vevif_event: add workaround for nRF54L errata 16 Marcin Szymczyk 2024-12-16 15:12:07 +01:00
  • 5504fefb0d samples: boards: espressif: deep_sleep: add missing select GPIO Gerard Marull-Paretas 2024-12-17 10:50:41 +01:00
  • 87c6693f43 samples: drivers: espi: add option to control board_power Gerard Marull-Paretas 2024-12-17 10:48:56 +01:00
  • 17ce2a19e4 samples: drivers: i2s: echo: add options to control sw0/sw1 Gerard Marull-Paretas 2024-12-17 10:44:36 +01:00
  • cf4fb7a560 samples: subsys: display: lvgl: add option to control sw0 Gerard Marull-Paretas 2024-12-17 10:37:22 +01:00
  • 75154a6443 samples: bluetooth: periodic_sync: add option to control led0 Gerard Marull-Paretas 2024-12-17 09:56:24 +01:00
  • ecdb4ffaf1 samples: bluetooth: mesh_provisioner: add option to control sw0 Gerard Marull-Paretas 2024-12-17 09:52:15 +01:00
  • ef4278de0d samples: bluetooth: iso_receive: add option to control led0 Gerard Marull-Paretas 2024-12-17 09:47:44 +01:00
  • 123c00aa10 samples: fix zephyr/drivers/gpio.h usage Gerard Marull-Paretas 2024-12-16 16:12:07 +01:00
  • caa61af2fd samples: add missing CONFIG_GPIO=y Gerard Marull-Paretas 2024-12-16 16:03:36 +01:00
  • 3be01802cf tests: net: lib: http_server: Add tests for PUT/PATCH/DELETE methods Robert Lubos 2024-12-16 16:31:23 +01:00
  • 6e37d31c15 net: http_server: Support PUT/PATCH/DELETE for dynamic resources Robert Lubos 2024-12-16 12:57:41 +01:00
  • 2460e894e4 drivers: adc: stm32: remove unused cast Guillaume Gautier 2024-12-18 08:51:55 +01:00
  • 47b2bb7652 drivers: adc: stm32: listify some tables Guillaume Gautier 2024-12-16 14:06:58 +01:00
  • 420b2a053c drivers: adc: stm32: move define from dt-binding into driver Guillaume Gautier 2024-12-18 09:08:47 +01:00
  • e0554aa453 drivers: adc: stm32: use a string for sequencer and clock source property Guillaume Gautier 2024-12-13 15:23:48 +01:00
  • 8e4518a012 dts: arm: st: change sequencer and clock source properties into string Guillaume Gautier 2024-12-13 15:22:12 +01:00
  • 439d19e371 dts: bindings: adc: stm32: use string enum instead of number enum Guillaume Gautier 2024-12-13 15:17:27 +01:00
  • ccf5e1ede2 tests: drivers: adc: api: add test for nucleo_f103rb with dma Guillaume Gautier 2024-12-13 10:53:50 +01:00
  • afa97d12ec drivers: adc: stm32: simplify adc dma enable function Guillaume Gautier 2024-12-13 10:50:22 +01:00
  • 4cfbf78939 drivers: adc: stm32: simplify oversampling with new property Guillaume Gautier 2024-12-12 17:07:12 +01:00
  • 057d61ca9d dts: arm: st: add adc oversampler to all stm32 series Guillaume Gautier 2024-12-12 17:05:39 +01:00
  • 49e2511dc6 dts: bindings: adc: stm32: add oversampler Guillaume Gautier 2024-12-12 17:04:43 +01:00
  • fb5ff902e8 drivers: adc: stm32: better express f3 and h7 adc versions Guillaume Gautier 2024-12-12 15:48:37 +01:00
  • e978164a6b drivers: adc: stm32: add log message when adc overrun Guillaume Gautier 2024-12-12 11:33:49 +01:00
  • 30542797d9 tests: drivers: pwm: Revert PWM capture change for pulse check Raffael Rostagno 2024-12-05 14:40:53 -03:00
  • 1b4cef325b shell: use shell_device_get_binding Yishai Jaffe 2024-12-11 10:31:54 +02:00
  • 13ea58775b drivers/wifi/esp_at: Use mode 2 to connect when using as a UDP server Hongquan Li 2024-12-16 17:33:11 +08:00
  • 6dc185b560 west.yml: MCUboot synchronization from upstream Jamie McCrae 2024-12-16 13:12:49 +00:00
  • 3cf4347c15 drivers: gpio: Fix unchecked return value in gpio_pca_series James Roy 2024-12-16 21:57:18 +08:00
  • 6f1fc6e96c drivers: dai: ssp: remove unused variables Guennadi Liakhovetski 2024-12-18 11:03:59 +01:00
  • 17925dde0e tests: zbus: channel_id: test channel IDs Jordan Yates 2024-07-08 12:44:22 +10:00
  • d2bb5973ae zbus: optional unique channel numeric identifiers Jordan Yates 2024-07-05 20:15:13 +10:00
  • 40744c36d7 tests: drivers: adc: Support RA8, RA6, RA4 to test accuracy and api Khoa Nguyen 2024-11-13 14:49:53 +07:00
  • c26c87e958 boards: renesas: Add ADC support for Renesas RA8, RA6, RA4 Khoa Nguyen 2024-11-13 14:44:23 +07:00
  • 4db0c07b8c dts: arm: renesas: Add dts node to support ADC for RA6, RA4 Khoa Nguyen 2024-11-13 14:26:04 +07:00
  • e95d18587f drivers: adc: Add ADC properties in Renesas RA ADC node Khoa Nguyen 2024-10-01 11:34:50 +07:00
  • d54353bce8 tests: drivers: adc: Remove test id for EK-RA8M1 Khoa Nguyen 2024-11-14 08:28:38 +07:00
  • d88c56b343 boards: renesas: Add missing document for ADC in EK-RA8M1 Khoa Nguyen 2024-11-13 14:21:54 +07:00
  • bcb2b3620e drivers: clock_control: nrf54h-fll16m: use values from BICR Gerard Marull-Paretas 2024-11-08 17:05:09 +01:00
  • f267c339f7 drivers: clock_control: nrf54h-lfclk: use values from BICR Gerard Marull-Paretas 2024-11-07 15:56:33 +01:00
  • d5041aecec drivers: clock_control: nrf54h-common: add utility to obtain LFOSC acc Gerard Marull-Paretas 2024-11-08 17:03:50 +01:00
  • 5415c42dd4 drivers: clock_control: nrf54h-hfxo: use values from BICR Gerard Marull-Paretas 2024-11-07 15:08:48 +01:00
  • 3d3dce61b6 dts: common: nordic: nrf54h20: define BICR node Gerard Marull-Paretas 2024-11-08 16:48:25 +01:00
  • 2db20cd00e dts: bindings: misc: add nordic,nrf-bicr Gerard Marull-Paretas 2024-11-08 16:47:56 +01:00
  • dd5492b3ce usb: device_next: rework wSequence check in CDC NCM implementation Johann Fischer 2024-12-05 13:38:45 +01:00
  • 82891d3d32 usb: device_next: do not stop when OUT transfer has zero length Johann Fischer 2024-12-05 11:14:05 +01:00
  • 502e8116b5 usb: device_next: allow CDC ECM to survive alternate toggling Johann Fischer 2024-12-03 17:55:48 +01:00
  • 8940f43f5d usb: device_next: rework CDC ECM connected/disconnected notifications Johann Fischer 2024-12-03 17:43:28 +01:00
  • 376e965d04 usb: device_next: do not accidentally disable CDC NCM network interface Johann Fischer 2024-12-02 17:32:36 +01:00
  • 78c0072dd9 usb: device_next: rework notification handling Johann Fischer 2024-12-02 17:12:27 +01:00
  • c437230b58 usb: device_next: fix CDC NCM GET_NTB_INPUT_SIZE Johann Fischer 2024-11-28 18:46:12 +01:00
  • 7f39e1a9ec usb: device_next: fix block length check in CDC NCM Johann Fischer 2024-11-28 18:43:53 +01:00
  • 539961035b usb: device_next: make error logging more verbose in CDC NCM Johann Fischer 2024-11-28 18:40:38 +01:00
  • c7baf39126 usb: device_next: fix CDC NCM datagram pointers processing Johann Fischer 2024-11-28 18:26:25 +01:00
  • bfc2f784ce mks_canable_v20: fix fdcan1 clock select Alexander Kozhinov 2024-12-08 20:22:58 +01:00
  • eaf9992889 tests: drivers: retained_mem: Run test on nrf54l20pdk Sebastian Głąb 2024-12-12 14:04:46 +01:00
  • c459033add boards: nrf7002dk: Fix SR coexistence GPIOs ownership Murali Thokala 2024-12-16 14:54:08 +05:30
  • 99e5d589cd boards: google: add google_icetower board Dawid Niedzwiecki 2024-12-03 10:32:46 +01:00
  • 7cbb1dd836 include: drivers: clock_control stm32 bus clock index can exceed 256 Francois Ramu 2024-12-16 11:39:47 +01:00
  • b95a9d8bc2 net: wifi: shell: add EAP server types for EAP_SERVER_ALL Rex Chen 2024-12-16 20:00:20 +09:00
  • 655be99fa7 samples: mgmt: mcumgr: smp_svr: Fix re-advertise issue on connection Jamie McCrae 2024-12-16 11:09:51 +00:00
  • 830c1f8134 Bluetooth: AVDTP: Check buffer length before pulling it Lyle Zhu 2024-12-16 16:37:19 +08:00
  • dbc6a50698 drivers: wifi: nxp: add set RTS threshold command support Qingling Wu 2024-12-05 22:08:54 -08:00
  • d22026c440 net: wifi: hostap: add set RTS threshold command support Qingling Wu 2024-12-04 18:22:00 -08:00
  • 4553a21fe5 devicetree: Add DT_FOREACH_ANCESTOR macro James Roy 2024-11-14 21:10:00 +08:00
  • a782ec14bc Bluetooth: Mesh: Fix blob cli documentation Håvard Reierstad 2024-12-16 09:42:26 +01:00
  • de234b6742 doc: correct typo from 'date' to 'data' in README Parth Sanepara 2024-12-17 12:07:25 +00:00
  • f1087d2042 drivers: adc: tla202x: add support for tla2022 and tla2024 Benjamin Bigler 2024-09-06 15:05:47 +02:00
  • 7609ceadc4 drivers: adc: tla2021: rename everything from tla2021 to tla202x Benjamin Bigler 2024-09-30 12:03:58 +02:00
  • 25c210e8eb drivers: adc: tla2021: sleep until sampling is done Benjamin Bigler 2024-09-06 15:03:27 +02:00
  • 6b03380778 tests: drivers: adc: adc_emul: write test for raw func set Nathan Olff 2024-10-03 23:21:30 +02:00
  • 42e7095d1e drivers: adc: adc_emul: implement raw func set function in adc_emul Nathan Olff 2024-10-03 23:20:19 +02:00
  • 3f55e21691 tests: drivers: adc: adc_emul: add test for const raw value function Nathan Olff 2024-10-03 22:56:28 +02:00
  • d793b86a82 drivers: adc: adc_emul: write function to set const raw value Nathan Olff 2024-10-02 23:26:22 +02:00
  • ab959d5a3b scripts: dts: Use better string concatenation James Roy 2024-12-05 21:10:53 +08:00
  • 06b7dc81a5 drivers: ethernet: enc28j60: disable/enable interrupts to avoid races Xavier Ruppen 2024-12-03 13:19:38 +01:00
  • 7d95cc4ce3 drivers: ethernet: eth_enc28j60: do not check PKTIF on interrupt Xavier Ruppen 2024-12-03 13:05:07 +01:00
  • 3a2ac9aa64 drivers: i2c: Fix SMBus build with stm32f4 family chip Robin-Charles Guihéneuf 2024-12-10 21:34:53 +01:00
  • 36bbd67653 drivers: gpio_pca95xx: add pins initialization to default state Mikhail Siomin 2024-12-13 16:41:56 +03:00
  • 417868665b boards: nxp: frdm_mcxa156: Support ctimer for NXP frdm_mcxa156 board Neil Chen 2024-12-16 10:07:55 +08:00
  • a12bfa6c09 dts: arm/nxp: Add ctimer nodes to NXP MCXA156 dtsi file Neil Chen 2024-12-16 10:06:59 +08:00
  • 3e09f72bfd dts: mimx8mp: add gpio device node Jiafei Pan 2024-12-02 15:22:24 +08:00
  • 3fc6cae69c soc: imx8mm/n/p: enable CONFIG_HAS_MCUX_IGPIO for A-Core Jiafei Pan 2024-12-13 17:58:45 +08:00
  • 55f0b87143 drivers: gpio: mcux_igpio: add MMIO mapping support Jiafei Pan 2024-12-13 18:43:11 +08:00
  • 06c29b1b61 i2c: nrfx_twim: mark as PM_DEVICE_ISR_SAFE Jordan Yates 2024-12-16 13:55:14 +10:00
  • 4272353e29 Tracing: Fix extra function calls when using FIFO tracing macros. Anthony Williams 2024-12-10 20:05:16 -05:00
  • 913fddb80e drivers: cache: andes: Decouple cache line size calculation Wei-Tai Lee 2024-11-12 10:03:30 +08:00
  • c351a0e044 drivers: cache: andes: Fix incorrect DT_PROP usage Wei-Tai Lee 2024-11-11 17:41:15 +08:00
  • b3d3c0f702 driver: cache: andes: Support enable/disable on CPUs lacking CCTL CSRs Wei-Tai Lee 2024-11-11 17:36:09 +08:00
  • 5cf6137b38 drivers: cache: andes: Dynamically calculate L2 cache parameters Wei-Tai Lee 2024-11-11 17:35:04 +08:00
  • 92aeb787c7 drivers: gpio: max22190: Add MAX22190 octal input with diagnostics Stoyan Bogdanov 2024-04-04 16:57:29 +03:00
  • e12b23d3de tests: sensor: update sensor compatible icm42670p Aurelie Fontaine 2024-12-05 18:06:42 +01:00
  • 26e2e1d1e1 samples: sensor: TDK APEX generic sample Aurelie Fontaine 2024-12-05 18:06:28 +01:00
  • 0b9b2fbb5e samples: sensor: 6DOF motion DRDY generic sample Aurelie Fontaine 2024-12-05 18:06:06 +01:00
  • 78c62d495f dts: bindings: sensor: Add invensense icm42670 properties Aurelie Fontaine 2024-12-05 10:55:43 +01:00
  • 8a0469dc4f drivers: sensor: icm42670: supports icm42670-P/-S Aurelie Fontaine 2024-12-05 10:55:18 +01:00
  • 98dc480603 module: hal_tdk module Aurelie Fontaine 2024-12-03 15:08:11 +01:00