Commit graph

  • 1beee4fe66 tests: ram_context_for_isr: exclude frdm_k32l2b3/k32l2b31a. Holt Sun 2025-08-20 16:16:15 +08:00
  • f53ab27157 scripts: set_assignee: add tests as a meta area Anas Nashif 2025-10-03 06:55:47 -04:00
  • e9abaf435b scripts: compliance: Add basic cmake style checks Rubin Gerritsen 2025-10-01 11:05:43 +02:00
  • 28ac3b5a88 ci: set two more ccache-cache-key false flags Fabio Baltieri 2025-10-04 12:50:24 +01:00
  • 4ef1163e39 samples: tracing: fix missing k_event funcs for UART test Daniel Leung 2025-09-30 12:04:53 -07:00
  • ea499caa25 sys: cbprintf: logging: fix equivalent branches in argify macro Stefan Gloor 2025-07-29 15:39:43 +02:00
  • 4ba658dcc2 west.yml: Update west to point to the recent changes for hal_stm32 Ali Hozhabri 2025-08-12 14:08:21 +02:00
  • 20a1ea7835 boards: st: nucleo_wb09ke: Optimize power consumption Ali Hozhabri 2025-08-12 11:59:05 +02:00
  • 51fc4405ac drivers: bluetooth: hci: Add PM support to the STM32WB0x HCI driver Ali Hozhabri 2025-08-12 11:54:21 +02:00
  • e4a8b272ec drivers: serial: Enable UART wake-up line in STM32 Ali Hozhabri 2025-08-12 11:41:49 +02:00
  • 85318a9e19 soc: st: stm32: Provide PM support for STM32WB0x Ali Hozhabri 2025-08-12 11:22:56 +02:00
  • bdb41c0ebd drivers: timer: Enable STM32WB0_RADIO_TIMER Kconfig parameter Ali Hozhabri 2025-08-12 10:28:37 +02:00
  • 84f7098f8f drivers: timer: Provide radio timer driver for STM32WB0x SoCs Ali Hozhabri 2025-08-11 16:54:51 +02:00
  • f9655654ab drivers: Fix the improper use of CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC Ali Hozhabri 2025-08-05 16:27:12 +02:00
  • 8f34d0fdc0 boards: seeed: xiao_nrf54l15: enable ceramic antenna Star Sphere 2025-08-20 07:07:18 +08:00
  • 2d1cfe8911 include: util: Applied clang-formatting Firas Sammoura 2025-09-17 22:41:30 +00:00
  • d906376640 sys: util: add Z_INTERNAL_MAX and Z_INTERNAL_MIN Fabio Baltieri 2025-09-24 14:02:58 +00:00
  • 7e0d8f9119 sys: util: add min3 and max3 single evaluation macros Fabio Baltieri 2025-09-24 10:00:48 +00:00
  • c576b090b0 sys: util: add support for nested min/max Fabio Baltieri 2025-09-24 09:45:59 +00:00
  • 37717b229f sys: util: rename Z_MIN Z_MAX Z_CLAMP to min max and clamp Fabio Baltieri 2025-09-24 09:30:41 +00:00
  • 056f3b07ce west.yml: update few modules to pickup min/max define guards Fabio Baltieri 2025-09-24 14:24:05 +00:00
  • 25578a0413 sys: util: move Z_MIN, Z_MAX, Z_CLAMP into util.h Fabio Baltieri 2025-09-24 09:09:23 +00:00
  • a0b6ec66ff modules: hal_silabs: Add shim for sl_memory_manager_pool APIs David Boullie 2025-09-24 13:59:44 -04:00
  • 0dddf35b40 drivers: mfd: axp192 fix EXTEN switch control value Loic Domaigne 2025-09-28 19:38:56 +02:00
  • 3165d3c617 ci: github: bump the actions-deps group with 2 updates dependabot[bot] 2025-09-29 18:09:17 +00:00
  • 02c129369b soc: st: st: h7: Add missing definition for STM32H742xx Adam Mitchell 2025-09-30 14:54:21 +01:00
  • 86a63faa0d tests: build_all: led_strip: split uart test case Sylvio Alves 2025-10-01 08:20:26 -03:00
  • b96687170f driver: led_strip: do not set uart supported Sylvio Alves 2025-10-01 08:41:02 -03:00
  • ccef0cf132 drivers: pinctrl: nrf: use HAL defines Michał Stasiak 2025-10-01 14:08:39 +02:00
  • f5a783c1df net: mqtt: Remove misleading comment Kevin ORourke 2025-10-01 15:43:13 +02:00
  • e09a13dfd0 dts: arm: silabs: Clean up xg22 dts files Aksel Skauge Mellbye 2025-10-01 15:16:00 +02:00
  • 0ee07b4774 dts: arm: silabs: Clean up xg23 dts files Aksel Skauge Mellbye 2025-10-01 15:03:37 +02:00
  • 3ee0de40a7 dts: arm: silabs: Clean up xg24 dts files Aksel Skauge Mellbye 2025-10-01 14:51:59 +02:00
  • 9d199d84f1 dts: arm: silabs: Clean up xg28 dts files Aksel Skauge Mellbye 2025-10-01 14:10:57 +02:00
  • b4491eb485 dts: arm: silabs: Clean up xg29 dts files Aksel Skauge Mellbye 2025-10-01 13:48:26 +02:00
  • 33a7b65f69 scripts: ci: check_compliance: use correct error when author didn't sign Mathieu Choplain 2025-10-01 17:24:14 +02:00
  • 82fd615aad scripts: ci: check_compliance: fix potential unbound variable access Mathieu Choplain 2025-10-01 16:35:13 +02:00
  • 54545430e4 drivers: sai: Fix compile time error with clang Daniel Baluta 2025-10-01 18:29:18 +03:00
  • abd0919bc9 samples: modules: lvgl: demos: Increase memory pool on native Detlev Zundel 2025-09-08 14:13:13 +02:00
  • e05a272817 samples: modules: lvgl: demos: Increase main stack to fix crash Detlev Zundel 2025-09-08 14:04:30 +02:00
  • 0907a05baf scripts: dts: fix CMake DT API helper for compatible properties Martí Bolívar 2025-10-01 11:56:36 -05:00
  • e88be20d52 sd: sdmmc: only with to 4 bit, if supported by host Fin Maaß 2025-10-01 19:49:48 +02:00
  • cd2a38cc2e logging: Fixes #96880 Martin Koehler 2025-10-02 09:58:29 +02:00
  • 6a3ccab892 linker: nxp: imxrt6xx: hifi4: add missing include Iuliana Prodan 2025-10-02 00:21:18 +03:00
  • 590b6ae968 boards: st: nucleo_g431kb: fix lptim1 domain clock Michael Estes 2025-10-01 19:30:57 -04:00
  • e9e6b81fbc doc: fix peripheral to peripheral_hr Supper Thomas 2025-10-03 04:14:10 +00:00
  • c44cb7309b ci: Switch to CI image v0.28.6 Stephanos Ioannidis 2025-10-03 23:17:20 +09:00
  • 3d7aa4a407 ci: errno: use action-zephyr-setup action Anas Nashif 2025-10-03 12:39:39 -04:00
  • 36bc2f38b7 ci: Switch to CI image v0.28.5 Stephanos Ioannidis 2025-10-03 08:00:38 +09:00
  • 9a440ec18f drivers: bluetooth: hci: Introduce bt_spi_close to support bt_disable Ali Hozhabri 2025-05-12 15:55:31 +02:00
  • 27b0e47f3b drivers: hwspinlock: sqn: add reg-width dts property Pierrick Guillaume 2025-07-23 13:36:41 +02:00
  • 2c86e65e71 drivers: hwspinlock: sqn: use cluster id instead of core mpidr Pierrick Guillaume 2025-07-23 13:36:41 +02:00
  • ddc37792cb doc: peripherals: add hwspinlock documentation Pierrick Guillaume 2025-07-23 13:36:41 +02:00
  • 7678c85498 drivers: hwspinlock: update default init priority Pierrick Guillaume 2025-07-23 13:36:41 +02:00
  • 176e2a424f drivers: hwspinlock: add zephyr spinlock per hwspinlock Pierrick Guillaume 2025-07-23 13:36:41 +02:00
  • 36e5672ee6 devicetree: add hwspinlock helpers Pierrick Guillaume 2025-07-23 13:36:41 +02:00
  • 8f83b38b57 dts: bindings: add hwspinlock common bindings Pierrick Guillaume 2025-07-23 13:36:41 +02:00
  • 403b4ef84b drivers: hwspinlock: remove syscall support Pierrick Guillaume 2025-07-23 13:36:41 +02:00
  • 3cd292af8c west.yml: MCUboot synchronization from upstream Jamie McCrae 2025-09-30 11:07:54 +01:00
  • 53b67d68c8 modules: mcuboot: Add Kconfig option for BOOT_MAX_ALIGN Pieter De Gendt 2025-09-15 14:30:30 +02:00
  • 6664958107 drivers: flash: npcx: support GDMA operation for NPCXn and NPCKn Alvis Sun 2025-08-19 13:36:48 +08:00
  • c6b2d00386 boards: nuvoton: npck3m8k_evb: remove QSPI flash configuration Alvis Sun 2025-08-19 13:32:33 +08:00
  • 3cb6ff559a dts: nuvoton: npcx: add support for GDMA and driver enable options Alvis Sun 2025-08-19 14:55:48 +08:00
  • 97d8aa307c soc: npcx: update npck register structure checks for consistency Alvis Sun 2025-08-19 11:35:21 +08:00
  • f0c6168e54 tests: Bluetooth: CAP: Update unicast audio start unittests Emil Gydesen 2025-09-20 00:05:11 +02:00
  • 5d8170bba8 Bluetooth: BAP: Add conn check assert in bt_bap_iso_bind_ep Emil Gydesen 2025-09-18 22:22:24 +02:00
  • 1dc98dd932 Bluetooth: BAP: Add check to verify that eps have correct iso Emil Gydesen 2025-09-18 22:21:24 +02:00
  • 4f2ef519b6 Bluetooth: BAP: UC: Move iso_bind_ep to config instead of QoS Emil Gydesen 2025-09-18 22:19:00 +02:00
  • 50eb0fb847 drivers: gpio: renesas: Fix fail case pin_get_config Quang Le 2025-09-23 17:23:53 +07:00
  • 03897f8bd5 boards: nxp: add imx91_qsb support Hou Zhiqiang 2025-01-21 13:21:03 +08:00
  • a3e9b59139 drivers: pinctrl_imx: add mimx9111 support Hou Zhiqiang 2025-01-21 12:01:26 +08:00
  • d84317fe61 drivers: clock: ccm_rev2: add mimx9111 support Hou Zhiqiang 2025-01-21 11:58:06 +08:00
  • 531ea300c8 soc: nxp: imx91: add MIMX9111 support Hou Zhiqiang 2025-01-21 11:40:43 +08:00
  • 801690d52b west.yml: depends on hal_nxp PR Jiafei Pan 2025-09-25 20:01:51 +08:00
  • b88e615339 sysbuild: support application CMakePresets.json files with sysbuild Torsten Rasmussen 2025-09-26 12:55:07 +02:00
  • 98c92d3234 soc: st: stm32u0: enable flash instruction cache Etienne Carriere 2025-10-01 18:17:29 +02:00
  • b56487892d soc: st: stm32: use CONFIG_STM32_FLASH_PREFETCH where applicable Etienne Carriere 2025-10-01 18:01:30 +02:00
  • 7c47bc9320 soc: st: stm32u3: add flash prefetch Etienne Carriere 2025-09-26 11:15:21 +02:00
  • e29c4143bb drivers: rtc: modify Nuvoton numaker driver for compatibility cyliang tw 2025-09-30 16:39:45 +08:00
  • cbe94caa77 scripts: twister: coverage: do not fail when suspicious_hits are detected. Bartlomiej Buczek 2025-09-30 11:24:29 +02:00
  • b7a73142a3 manifest: Move to latest hal_adi Pete Johanson 2025-09-30 16:23:25 -06:00
  • b5177b159a modem: modem_cellular: assert reset pin for duration Jordan Yates 2025-10-01 10:54:53 +10:00
  • 54088f69c3 modem: modem_cellular: prioritise reset pin on failure Jordan Yates 2025-10-01 10:53:35 +10:00
  • 131bec5b1b modem: modem_cellular: delay after reset de-assert Jordan Yates 2025-10-01 10:52:13 +10:00
  • 0ba20dd96c modem: modem_cellular: revert baudrate on reset Jordan Yates 2025-10-01 15:03:41 +10:00
  • e662d77bf1 cmake: add net_socket_service_desc to common-rom.cmake Torsten Rasmussen 2025-10-01 09:51:36 +02:00
  • c0c3feeb25 boards: st: stm32n6 boards: Add netif:eth twister support Erwan Gouriou 2025-10-01 11:13:18 +02:00
  • 47ed50c31c drivers: ethernet: stm32n6: Use zephyr symbol for alignment attribute Erwan Gouriou 2025-10-01 11:16:37 +02:00
  • 36192a4053 drivers: ethernet: stm32n6: Remove attributes from extern definitions Erwan Gouriou 2025-10-01 10:58:08 +02:00
  • 4a875c0b39 drivers: ethernet: stm32n6: Fix phy modes declarations Erwan Gouriou 2025-10-01 10:20:11 +02:00
  • 727c15a038 doc: release notes: add LVGL zephyr regions options Alain Volmat 2025-09-30 21:11:57 +02:00
  • febf4e8e53 shell: fix app version sub commands Benjamin Cabé 2025-09-30 18:17:22 +02:00
  • 896bdce53a subsys/tracing/tracing_backend_posix: Set file to be closed on exec Alberto Escolar Piedras 2025-09-30 17:07:48 +02:00
  • d83ebce959 drivers/serial/uart_native_tty: Set TTY to be closed on exec Alberto Escolar Piedras 2025-09-30 17:06:58 +02:00
  • 07987cc539 drivers/serial/uart_native_pty: Set PTY to be closed on exec Alberto Escolar Piedras 2025-09-30 17:06:29 +02:00
  • b850715a29 drivers/net/nsos: Set socket to be closed on exec Alberto Escolar Piedras 2025-09-30 17:06:04 +02:00
  • 19b181e58e drivers/input/linux_evdev: Close input file on exec Alberto Escolar Piedras 2025-09-30 17:05:37 +02:00
  • e5d6e0ce24 drivers flash_simulator_native: Set flash file to close on exec Alberto Escolar Piedras 2025-09-30 17:05:01 +02:00
  • 9f00584eab drivers eth_native_tap: Set socket to be closed on exec Alberto Escolar Piedras 2025-09-30 17:04:05 +02:00
  • d91565cd3a drivers eeprom_simulator_native: Set EEPROM file to close on exec Alberto Escolar Piedras 2025-09-30 17:02:55 +02:00