Commit graph

  • 595a8e8c11 doc: migration-guide-4.4: Document M5Stack Fire pinctrl changes Chen Xingyu 2025-11-18 22:27:08 +08:00
  • d7f6275d1c boards: m5stack: fire: Add node label for PORT.A Chen Xingyu 2025-11-18 21:34:11 +08:00
  • 3c295aa883 boards: m5stack: fire: Fix Grove PORT.C UART pinctrl Chen Xingyu 2025-11-18 21:22:12 +08:00
  • c3a3c2bd99 drivers: sdhc: imx_usdhc: support scatter gather DMA transfer Yangbo Lu 2025-10-21 10:37:28 +08:00
  • e212f3e8f4 sd: sd_ops: initialize sdhc_data variables Yangbo Lu 2025-10-17 14:01:26 +08:00
  • f45e1d528b drivers: sdhc: introduce scatter gather transfer support Yangbo Lu 2025-10-20 09:52:51 +08:00
  • fdd6cb4469 drivers: display: ssd1306: Allow rotation at run-time Greter Raffael 2025-08-27 14:33:38 +00:00
  • d2cd86800c tests: disk: disk_access: test disk_access_erase Jordan Yates 2024-07-12 15:41:17 +10:00
  • 8d51481128 tests: disk: disk_access: align sector and erase sizes Jordan Yates 2024-07-12 21:28:08 +10:00
  • b11c0f1b60 disk: sdmmc_stm32: implement disk_access_erase Jordan Yates 2025-06-07 10:05:48 +10:00
  • f52fa40b04 disk: loopback: implement disk_access_erase Jordan Yates 2024-07-12 16:19:14 +10:00
  • 16d0daec8a disk: flashdisk: implement disk_access_erase Jordan Yates 2024-07-12 15:20:38 +10:00
  • e02b85a378 disk: ramdisk: implement disk_access_erase Jordan Yates 2024-07-12 15:10:01 +10:00
  • 36a926f932 disk: sdmmc: implement disk_access_erase Jordan Yates 2024-07-12 15:08:06 +10:00
  • 3050daaecc storage: disk_access: add disk_access_erase Jordan Yates 2024-07-12 15:05:24 +10:00
  • 2f47985a9e sd: sd_ops: add block_erase implementation Jordan Yates 2024-07-12 14:51:40 +10:00
  • 348ae31ccc doc: nxp: add link to Board Support Status Derek Snell 2025-12-18 16:28:49 -05:00
  • ae9f04b556 drivers: i2c: bflb: Fix I2C again Camille BAUD 2025-12-18 20:45:10 +01:00
  • 81ac3f9a7f include: Bluetooth: Host: add doxygen docs for GAP timer macros Benjamin Cabé 2025-12-18 21:52:02 +01:00
  • 3a8c9797ca kernel: Re-instate metaIRQ z_is_thread_ready() check Peter Mitsis 2025-12-18 11:07:32 -08:00
  • 83d3092d30 samples: fs: zms: Update to showcase 64 bit ID support Grzegorz Swiderski 2025-10-27 09:57:03 +01:00
  • 298798a4b8 tests: fs: zms: Refine test_zms_id_64bit Grzegorz Swiderski 2025-10-27 09:57:03 +01:00
  • 0ebf13c3b7 tests: fs: zms: Add tests for free space calculation functions Grzegorz Swiderski 2025-10-27 09:57:03 +01:00
  • a39b2779ee fs: zms: Reformulate zms_calc_free_space Grzegorz Swiderski 2025-10-27 09:57:03 +01:00
  • 491a86ca53 fs: zms: Reformulate zms_active_sector_free_space Grzegorz Swiderski 2025-10-27 09:57:03 +01:00
  • 63ff14e3d8 net: dns: resolve: Combine AR and AN handling Ayush Singh 2025-12-19 00:12:02 +05:30
  • 31bc3b016b net: dns: resolve: Add additional record support for PTR query Ayush Singh 2025-12-18 22:31:22 +05:30
  • 2c004260b8 drivers: entropy: stm32: fix build breakage on STM32WB06/07 Mathieu Choplain 2025-12-18 17:19:23 +01:00
  • 5fdffd8e1e boards: doc: Update information regarding memory sizes for stm32g474re MCU Lukasz Majewski 2025-12-16 12:15:30 +01:00
  • 2954eff7f1 include: display: ssd16xx:: add doxygen docs for ssd16xx extended API Benjamin Cabé 2025-12-18 16:40:03 +01:00
  • 29c7d7a3f0 include: display: add doxygen group for Display API extensions Benjamin Cabé 2025-12-18 16:39:32 +01:00
  • 348ec106d3 include: display: mipi_display: add missing doxygen comments Benjamin Cabé 2025-12-18 16:27:55 +01:00
  • 1aebea1490 soc: st: stm32: handle debug power mode in common code for WBA series Mathieu Choplain 2025-12-05 17:36:20 +01:00
  • c57042e3ca net: lib: shell: dns: Don't hard code the timeout to 2s Seppo Takalo 2025-12-18 14:54:12 +02:00
  • 07eec81f93 modem: cmux: Change default timeouts to match 3GPP TS 27.010 Seppo Takalo 2025-12-17 12:08:36 +02:00
  • 7774970ccc drivers: i2c: sf32lb: add i2c interrupt-driven support for sf32lb Qingsong Gou 2025-10-20 13:53:31 +08:00
  • f833ff533d modem: cmux: Add retry counter for SABM, CLD and DISC control messages Seppo Takalo 2025-12-17 10:15:52 +02:00
  • 64459fbb50 modem: cmux: Drop invalid response frames Seppo Takalo 2025-12-22 10:53:47 +02:00
  • 014ccd3c40 boards: nordic: Add default Kconfig for (Q)SPI NOR page size Jamie McCrae 2025-12-03 07:38:18 +00:00
  • 58cf208b8f drivers: timer: cortex_m_systick: Restore SysTick config after reset Tahsin Mutlugun 2025-12-08 16:41:14 +03:00
  • 29e8a95004 tests: Aligned with changes in pytest-twister-harness plugin Grzegorz Chwierut 2025-11-24 17:30:00 +01:00
  • fca50869b8 samples: icmsg: Updated to verify output from both cores Grzegorz Chwierut 2025-11-24 17:24:23 +01:00
  • 2d80ffafb4 samples: sysbuild: hello_world: Simplify dual UART test with new API Grzegorz Chwierut 2025-11-24 17:20:52 +01:00
  • 10533cedbe doc: twister: Add multi-core testing support documentation Grzegorz Chwierut 2025-11-24 17:16:28 +01:00
  • 4b6ad9db3c tests: twister: Update unit tests to support miltiple ports Grzegorz Chwierut 2025-11-24 17:14:16 +01:00
  • 1b7810f0cb scripts: twister: Support multiple ports in pytest-twister-harness Grzegorz Chwierut 2025-11-24 17:13:25 +01:00
  • 0d448cc2c1 doc: Add info about supported boards for nRF52840 debug UMA PRASEEDA 2025-12-16 11:41:14 +01:00
  • af171d4d3b drivers: uart: fix incorrect handler check in uart_configure syscall Benjamin Cabé 2025-12-19 21:09:03 +01:00
  • 020d0fe5d8 soc: bflb: Increase default main stack size Camille BAUD 2025-12-19 00:28:10 +01:00
  • 6efe5cb687 soc: intel_adsp: tools: add Intel WCL support to cavstool.py Kai Vehmanen 2025-12-18 11:25:29 +02:00
  • afbdea8995 soc: intel_adsp: tools: add Intel NVL support to cavstool.py Kai Vehmanen 2024-10-24 15:43:55 +03:00
  • cf04a04680 net: mqtt: Allow to force native TLS on MQTT socket Robert Lubos 2025-12-18 12:11:46 +01:00
  • ae21970a79 Bluetooth: Host: Add L2CAP chan send warning Håvard Reierstad 2025-12-18 08:58:42 +01:00
  • 8fbdc4bc69 drivers: misc: pio_rpi_pico: fix linker error with -O0 Vincent Liao 2025-12-17 12:20:09 +08:00
  • 37b22586f6 samples: bluetooth: a2dp: implement a2dp sink sample Mark Wang 2025-08-26 19:24:38 +08:00
  • a72acbc807 samples: bluetooth: a2dp: implement a2dp source sample Mark Wang 2025-08-26 19:22:07 +08:00
  • 9b4501977b bluetooth: a2dp: implement remaining a2dp SBC codec API functions Mark Wang 2025-08-26 19:04:47 +08:00
  • d70318f825 boards: add rtl872xd_evb board zjian zhang 2025-06-19 10:32:38 +08:00
  • 97d266e777 drivers: gpio: fixed compile warning zjian zhang 2025-12-16 21:17:22 +08:00
  • 14e396a3b1 drivers: serial: add amebad loguart support zjian zhang 2025-06-19 10:24:02 +08:00
  • 6ad245a554 soc: add realtek amebad SOC integration zjian zhang 2025-06-19 10:11:01 +08:00
  • acb831f5c0 dts: arm: introduce amebad SOC Devicetree zjian zhang 2025-06-18 20:50:34 +08:00
  • 6a2bb8b0e2 west.yml: add support for amebad zjian zhang 2025-12-16 21:28:12 +08:00
  • c960d0ed0f devicetree: clean up some code inconsistencies Martí Bolívar 2025-12-03 08:51:45 -08:00
  • 419a094499 dts: renesas: ra: Fix adc compatible for ra6-cm4 Duy Nguyen 2025-12-18 07:47:24 +00:00
  • 5a58989dad samples/subsys/shell/shell_module: Remove unnecessary header Alberto Escolar Piedras 2025-12-19 14:30:00 +01:00
  • 71457bd491 samples/shields/npm6001_ek: Remove unnecessary header Alberto Escolar Piedras 2025-12-19 14:28:50 +01:00
  • f02e15acc2 samples/drivers/ipm/ipm_esp32: Remove unnecessary headers Alberto Escolar Piedras 2025-12-19 14:24:37 +01:00
  • 51adafd3f3 kernel: mem_domain: remove extra newline character for logging Daniel Leung 2025-12-19 16:21:35 -08:00
  • 242b69e1ac tests: net: dns_resolver: Increase heap size Alberto Escolar Piedras 2025-12-20 09:39:42 +01:00
  • 72360f821a dts: arm: nxp: rt118x: correct ocram1_available address Lucien Zhao 2025-12-16 23:24:08 +08:00
  • 9929ac33f4 drivers: rtc: stm32: fix rtc subsecond register read Adrien Lessard 2025-12-17 20:14:10 -05:00
  • 2cc9d794dc drivers: counter: stm32: fix rtc subsecond register read Adrien Lessard 2025-12-17 20:11:37 -05:00
  • 0756973f92 MAINTAINERS: Add Holt Sun as RTC driver collaborator Holt Sun 2025-12-18 10:35:48 +08:00
  • 5116dcc3cd boards: nxp: rw612_bga: enable USB host support Aiden Hu 2025-12-10 14:05:02 +08:00
  • 03699e24fc drivers: serial: mcux_lpuart: add clock enablement Hou Zhiqiang 2025-12-15 14:03:58 +08:00
  • 454c2fae98 tests: crypto: mbedtls_psa: enable malloc arena for Mbed TLS Mohamed Moawad 2025-12-15 09:54:53 +02:00
  • 58f59c13a5 soc: nxp: mcxa156: add new parts for MCXA156 Neil Chen 2025-12-15 11:02:25 +08:00
  • c17e057dfd soc: infinoen: edge: pse84: system clock Kevin Chan 2025-12-14 17:46:56 -08:00
  • c8f8fab1ed drivers: memc: Fix copyright and add example DTS config Nikhil Namjoshi 2025-12-17 20:26:37 +00:00
  • 1a31990457 drivers: memc: Add imx-flexspi-is66wvs8m8 driver Nikhil Namjoshi 2025-12-12 22:35:36 +00:00
  • 98ef5b1c44 REUSE.toml: Default annotate json files Pieter De Gendt 2025-12-11 13:54:38 +01:00
  • 5194dfa380 boards: nxp: mcxw23: Add power management MCXW23 board Jason Yu 2025-11-07 10:46:18 +08:00
  • dad7f6ae95 soc: nxp: mcxw2xx: Add poweroff support Jason Yu 2025-11-17 16:20:34 +08:00
  • da1df411a5 soc: nxp: mcxw2xx: Enable the power management Jason Yu 2025-12-01 11:26:25 +08:00
  • ce51e58819 drivers: enable lp_timer default for kit_psc3m5_evk McAtee Maxwell 2025-12-19 11:40:22 -08:00
  • 66cf8c502b drivers: timer: infineon pdl lp_timer Bill Waters 2025-10-17 14:06:50 -07:00
  • d98f7ffa38 boards: amd: versalnet_rpu: Document PDI requirements for targets Appana Durga Kedareswara rao 2025-10-18 20:28:10 +05:30
  • d98fb0b2e5 Revert "samples: i2s_codec: Modify DMIC channel mapping" Vit Stanicek 2025-11-06 14:19:41 +01:00
  • 5df75500d5 Revert "drivers: audio: dmic_mcux: remove arbitrary mapping of pdm to dmic channel" Vit Stanicek 2025-11-06 14:15:35 +01:00
  • 7f97d3dd0a scripts: west: packages: Print warning on windows or run new command Pieter De Gendt 2025-12-05 10:37:38 +01:00
  • 6497aa45b8 west.yml: update hal_stm32 revision for lib selection thanks to KConfig Vincent Tardy 2025-12-16 15:28:22 +01:00
  • 05e5bbeb9b bluetooth: stm32wbax: add BT_STM32WBA_LIB_CONFIG KConfig Vincent Tardy 2025-10-29 15:29:02 +01:00
  • 84ac9af572 drivers: bluetooth: hci: esp32: enable coded PHY support Sylvio Alves 2025-12-17 11:35:40 -03:00
  • 3824b87c19 doc: net: Update the overview.rst document Jukka Rissanen 2025-12-17 16:58:11 +02:00
  • aecb78a358 boards: nxp: frdm_mcxe247: add lpspi feature Lucien Zhao 2025-12-17 23:24:49 +08:00
  • 3756fa3c1a boards: nxp: frdm_mcxe247: add i2c feature Lucien Zhao 2025-12-17 23:01:03 +08:00
  • 6ef3de03fa MAINTAINERS: add ZhaoxiangJin collaborator for Drivers: ADC Zhaoxiang Jin 2025-12-17 23:51:46 +08:00
  • 31437d571d tests: boot: with_mcumgr: exclude wba6 platforms Fabrice DJIATSA 2025-12-17 16:59:52 +01:00
  • 7b7966c440 modules: hal_infineon: Fix whd includes Tom Burdick 2025-12-17 10:33:17 -06:00