1. d231b45 drivers: misc: coresight: Enable log colors for STMESP logging by Krzysztof Chruściński · 4 months ago
  2. d22a495 drivers: devmux: use int instead of ssize_t for select_get() by Chris Friedt · 5 months ago
  3. 51c1e45 soc: nordic: Remove the nRF54L15 EngA by Carles Cufi · 5 months ago
  4. 7ea87f4 drivers: misc: coresight: nrf_etr: Add support for shell by Krzysztof Chruściński · 6 months ago
  5. fe6c288 drivers: misc: coresight: nrf_etr: Use dmm API for the buffer declaration by Krzysztof Chruściński · 6 months ago
  6. 2423312 drivers: misc: coresight: nrf_etr: Imply UART asynchronous API by Krzysztof Chruściński · 6 months ago
  7. 09ab0ba drivers: misc: coresight: nrf_etr: Add standalone mode by Krzysztof Chruściński · 7 months ago
  8. 4b20c3d drivers: misc: coresight: Add nrf_etr module by Krzysztof Chruściński · 7 months ago
  9. 99d8549 drivers: misc: Add support for nRF54L15 SoC by Karol Lasończyk · 7 months ago
  10. bbe5e1e build: namespace the generated headers with `zephyr/` by Yong Cong Sin · 10 months ago
  11. b7bef3f drivers: grove_lcd: lcd fix Kconfig leakage by Benjamin Cabé · 11 months ago
  12. 65f7436 drivers: nordic: Align VPR launcher for nRF54L15 FLPR core by Jakub Zymelka · 12 months ago
  13. 4c25482 modules: hal_ethos_u: update module revision by Ledion Daja · 1 year ago
  14. a55f67d drivers: misc: nordic_vpr_launcher: Update src/exec memory size check by Grzegorz Swiderski · 1 year ago
  15. 877b10b drivers: mcux: flexio: Added generic MCUX FlexIO driver by Mikhail Siomin · 1 year, 1 month ago
  16. d23ea62 drivers: misc: nordic_vpr_launcher: initialize earlier by Gerard Marull-Paretas · 1 year, 1 month ago
  17. f0b9750 drivers: misc: nordic_vpr_launcher: fix address handling by Gerard Marull-Paretas · 1 year, 1 month ago
  18. d1468b8 drivers: misc: nordic_vpr_launcher: initial version by Gerard Marull-Paretas · 1 year, 2 months ago
  19. 4e36854 drivers: misc: pio_rpi_pico: Turn on clock and reset device on init by TOKITA Hiroshi · 1 year, 3 months ago
  20. 37e1945 drivers: misc: devmux: a device multiplexer pseudo-device by Christopher Friedt · 1 year, 4 months ago
  21. d817a8e drivers: timeaware_gpio: Fix include path by Andrei Emeltchenko · 1 year, 5 months ago
  22. a08bfeb syscall: rename Z_OOPS -> K_OOPS by Anas Nashif · 1 year, 5 months ago
  23. c45b719 drivers: misc: timeaware_gpio: Added intel PCH driver by Anisetti Avinash Krishna · 1 year, 6 months ago
  24. 667c35a qinclude: zephyr: misc: Added timeaware gpio header file by Anisetti Avinash Krishna · 1 year, 6 months ago
  25. e021108 misc: nxp_s32_emios: enable and declare interrupt handler by Dat Nguyen Duy · 1 year, 6 months ago
  26. 646ef0b drivers: misc: ethos_u: rename init.c to ethos_u.c by Ryan McClelland · 1 year, 6 months ago
  27. f4993df drivers: misc: ethos_u: fix irq connect by Ryan McClelland · 1 year, 6 months ago
  28. 4cf5d5c drivers: misc: ft8xx: move to POST_KERNEL level by Gerard Marull-Paretas · 1 year, 7 months ago
  29. e5e2f2f drivers: misc: add NXP S32 eMIOS driver by Dat Nguyen Duy · 1 year, 7 months ago
  30. 2d65acc drivers: gpio: use gpio_is_ready_dt helper function by Nick Ward · 1 year, 7 months ago
  31. 5abb1b1 drivers: misc: Add driver for RaspberryPi Pico PIO by Yonatan Schachter · 2 years ago
  32. e077fb7 drivers: tests: replace usage of `spi_is_ready` with `spi_is_ready_dt` by Bartosz Bilas · 2 years, 4 months ago
  33. 0a02a7a drivers: misc: Add an Ethos-U NPU driver by Kristofer Jonsson · 2 years, 5 months ago
  34. 79e6b0e includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> by Gerard Marull-Paretas · 2 years, 7 months ago
  35. a96ef8a drivers: misc: ft8xx: Update Kconfig by Kumar Gala · 2 years, 8 months ago
  36. 3133666 kconfig: guard grove lcd logging macros by Anas Nashif · 2 years, 9 months ago
  37. dad7c3a drivers: misc: ft8xx: Convert to DEVICE_DT_INST_DEFINE by Kumar Gala · 2 years, 9 months ago
  38. 06bd942 misc: ft8xx: convert to gpio_dt_spec by Kumar Gala · 2 years, 9 months ago
  39. a2ffdaf misc: ft8xx: convert to spi_dt_spec by Kumar Gala · 2 years, 9 months ago
  40. fb60aab drivers: migrate includes to <zephyr/...> by Gerard Marull-Paretas · 2 years, 11 months ago
  41. dffaf53 kconfig: tweak Kconfig prompts by Gerard Marull-Paretas · 3 years, 1 month ago
  42. 95fb0de kconfig: remove Enable from boolean prompts by Gerard Marull-Paretas · 3 years, 1 month ago
  43. 9df8151 drivers: misc: grove_lcd_rgb: use custom log level by Gerard Marull-Paretas · 3 years, 1 month ago
  44. 0bc6430 drivers: misc: grove_lcd_rgb: cleanup driver by Gerard Marull-Paretas · 3 years, 1 month ago
  45. 825655f drivers: misc: grove_lcd_rgb: use k_sleep by Gerard Marull-Paretas · 3 years, 1 month ago
  46. 498579a drivers: misc: grove_lcd_rgb: use i2c_dt_spec by Gerard Marull-Paretas · 3 years, 1 month ago
  47. 0bb486a drivers: misc: grove_lcd: port to Devicetree by Gerard Marull-Paretas · 3 years, 1 month ago
  48. 9a00b99 drivers: display: grove_lcd_rgb: move to misc by Gerard Marull-Paretas · 3 years, 1 month ago
  49. 435213a drivers: remove redundant data/config casts by Gerard Marull-Paretas · 3 years, 2 months ago
  50. 50720eb drivers: misc: ft8xx: constify device config access by Gerard Marull-Paretas · 3 years, 2 months ago
  51. 7d8f78a drv: display: Initial FT800 display driver by Hubert Miś · 4 years ago