1. 8c748fd kernel: Modify the signature of k_mem_slab_free() by Carles Cufi · 1 year, 6 months ago
  2. 2d65acc drivers: gpio: use gpio_is_ready_dt helper function by Nick Ward · 1 year, 7 months ago
  3. 5962830 drivers: led_strip: apa102: add multi instances support by Francois Gervais · 1 year, 10 months ago
  4. 0ebe14b sys: util: migrate all files to DIV_ROUND_UP by Gerard Marull-Paretas · 2 years ago
  5. c41dd36 drivers: kconfig: unify menuconfig title strings by Henrik Brix Andersen · 2 years ago
  6. f8e5e17 drivers: led_strip: add WS2812 I2S-based driver by Jonathan Rico · 2 years, 1 month ago
  7. e077fb7 drivers: tests: replace usage of `spi_is_ready` with `spi_is_ready_dt` by Bartosz Bilas · 2 years, 3 months ago
  8. 79e6b0e includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> by Gerard Marull-Paretas · 2 years, 6 months ago
  9. d092101 drivers: Fix coding guidelines MISRAC:2012 Rule 14.4 do-whiles/Zero checks by Simon Hein · 2 years, 8 months ago
  10. 8d71e8f drivers: led_strip: ws2812: allow settings cpol and cpha by Jeppe Odgaard · 2 years, 9 months ago
  11. 9bdf811 led_strip: ws2812: Remove dead code by Kumar Gala · 2 years, 9 months ago
  12. fb60aab drivers: migrate includes to <zephyr/...> by Gerard Marull-Paretas · 2 years, 10 months ago
  13. 959afcc drivers: led_strip: add tlc5971 driver by Mikkel Jakobsen · 3 years ago
  14. dffaf53 kconfig: tweak Kconfig prompts by Gerard Marull-Paretas · 3 years ago
  15. 95fb0de kconfig: remove Enable from boolean prompts by Gerard Marull-Paretas · 3 years ago
  16. a7ae33d drivers: led_strip: ws2812_gpio: drop redundant dev_cfg helper by Gerard Marull-Paretas · 3 years, 1 month ago
  17. e2431fa drivers: led_strip: ws2812_gpio: use gpio_dt_spec by Gerard Marull-Paretas · 3 years, 1 month ago
  18. f6be283 drivers: Apply SPI API change to relevant places by Tomasz Bursztyka · 3 years, 4 months ago
  19. b404215 dts: fix 'colorway' compatibles by Martí Bolívar · 3 years, 7 months ago
  20. 08a2be8 drivers: led_strip: build as static library by Daniel Leung · 3 years, 7 months ago
  21. 941a1af led_strip: lpd880x: update to `spi_dt_spec` by Jordan Yates · 3 years, 7 months ago
  22. 7065aec led_strip: ws2812: convert to `spi_dt_spec` by Jordan Yates · 3 years, 7 months ago
  23. 8d84626 led_strip: apa102: convert to `spi_dt_spec` by Jordan Yates · 3 years, 7 months ago
  24. 4de1b6b led_strip: ws2812: claim compatibility with Everlight B1414 by Simon Guinot · 3 years, 8 months ago
  25. dc92d1d led_strip: ws2812: use k_usleep() for reset delay by Simon Guinot · 3 years, 8 months ago
  26. 17c0ddf led_strip: ws2812: allow to configure reset delay by Simon Guinot · 3 years, 8 months ago
  27. 4ada0bb led_strip: ws2812: allow to configure channel mapping by Simon Guinot · 3 years, 8 months ago
  28. 233fbf4 drivers: led_strip: remove usage of device_pm_control_nop by Gerard Marull-Paretas · 3 years, 11 months ago
  29. e03181a drivers: led_strip: Convert drivers to new DT device macros by Kumar Gala · 4 years, 3 months ago
  30. 4000e28 drivers: led_strip: APA102 use CS flags from devicetree by Roman Vaughan · 4 years, 6 months ago
  31. ef560e0 drivers: Manual const-ification of device driver instance by Tomasz Bursztyka · 4 years, 7 months ago
  32. e18fcbb device: Const-ify all device driver instance pointers by Tomasz Bursztyka · 4 years, 7 months ago
  33. 98d9b01 device: Apply driver_api/data attributes rename everywhere by Tomasz Bursztyka · 4 years, 7 months ago
  34. af6140c device: Apply config_info rename everywhere by Tomasz Bursztyka · 4 years, 7 months ago
  35. 5be0d00 treewide: remove unnecessary DT GPIO/PWM flags checks by Martí Bolívar · 4 years, 8 months ago
  36. e824190 drivers: led_strip: ws2812_gpio: Adapt to clock using onoff by Krzysztof Chruscinski · 4 years, 8 months ago
  37. ac6fec4 drivers: led_strip: Add support for external SPI CS on APA102 LED strips by Roman Vaughan · 4 years, 9 months ago
  38. a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 9 months ago
  39. 6e8775f devicetree: remove DT_HAS_NODE_STATUS_OKAY by Martí Bolívar · 4 years, 10 months ago
  40. 7e0eed9 devicetree: allow access to all nodes by Martí Bolívar · 4 years, 10 months ago
  41. 97326c0 device: Fix structure attributes access by Tomasz Bursztyka · 4 years, 10 months ago
  42. 0a7d4e2 devicetree: Change DT_FOREACH_IMPL_ to not insert semicolon by Kumar Gala · 4 years, 10 months ago
  43. fdd85d5 dts: Rename DT_HAS_NODE macro to DT_HAS_NODE_STATUS_OKAY by Kumar Gala · 4 years, 11 months ago
  44. 36049b1 drivers: Convert to use DT_INST_FOREACH by Kumar Gala · 5 years ago
  45. 3501766 drivers: led_strip: ws2812_gpio: Fixup one missed DT_INST conversion by Kumar Gala · 5 years ago
  46. 3bc3f2a drivers: led_strip: Convert to new DT_INST macros by Kumar Gala · 5 years ago
  47. eddd98f kconfig: Replace some single-symbol 'if's with 'depends on' by Ulf Magnusson · 5 years ago
  48. 1d2a551 drivers: led_strip: modernize and fix up ws2812 drivers/sample by Martí Bolívar · 5 years ago
  49. 00156ad drivers: clock_control: nrf: Switch to single clock device by Krzysztof Chruscinski · 5 years ago
  50. bd6e044 kconfig: Clean up header comments and make them consistent by Ulf Magnusson · 5 years ago
  51. 975de21 kconfig: Global whitespace/consistency cleanup by Ulf Magnusson · 5 years ago
  52. 677f1e6 kconfig: Turn pointless/confusing 'menuconfig's into 'config's by Ulf Magnusson · 5 years ago
  53. 4e7863d dts: Make instance defines consistent by Kumar Gala · 6 years ago
  54. a2fd7d7 cleanup: include/: move misc/util.h to sys/util.h by Anas Nashif · 6 years ago
  55. bd70f6f cleanup: include/: move spi.h to drivers/spi.h by Anas Nashif · 6 years ago
  56. afa85cd cleanup: include/: move led_strip.h to drivers/led_strip.h by Anas Nashif · 6 years ago
  57. 6aa9c3a cleanup: include/: move gpio.h to drivers/gpio.h by Anas Nashif · 6 years ago
  58. 17ddd17 cleanup: include/: move clock_control.h to drivers/clock_control.h by Anas Nashif · 6 years ago
  59. a269397 dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... by Kumar Gala · 6 years ago
  60. 3ae5262 license: cleanup: add SPDX Apache-2.0 license identifier by Anas Nashif · 6 years ago
  61. d30c9ae drivers: nrf_power_clock: Migrate to DTS. by Piotr Zięcik · 6 years ago
  62. 003bdb5 led_strip: lpd880x: Add Device Tree support by Kumar Gala · 6 years ago
  63. ae3abda led_strip: apa102: Convert to new DT_<COMPAT>_<INSTANCE> defines by Kumar Gala · 6 years ago
  64. 8b691f5 led_strip: ws2182: Add Device Tree support by Kumar Gala · 6 years ago
  65. 302a746b drivers: clock control: nrf: rename CLOCK_CONTROL_NRF5 Kconfig symbol by Ioannis Glaropoulos · 6 years ago
  66. ebf5dfb drivers: led_strip: Fix typo in APA102 driver by Roman Vaughan · 6 years ago
  67. 8ff96b5 drivers: Add 'U' to unsigned variable assignments by Patrik Flykt · 6 years ago
  68. aa2bdbe drivers: Remove board.h include by Kumar Gala · 6 years ago
  69. 7439367 drivers: led_strip: add ws2812 defaults for nRF5 devices by Marti Bolivar · 6 years ago
  70. 7cf2ce6 drivers: led_strip: guard SPI defaults on stm32f4x kconfig by Marti Bolivar · 6 years ago
  71. bdde886 led_strip: ws2812: HACK: memory-hungry pulse timing bugfix by Marti Bolivar · 6 years ago
  72. ef46d11 drivers: led_strip: move to new logger by Anas Nashif · 6 years ago
  73. da49f2e coccicnelle: Ignore return of memset by Flavio Ceolin · 7 years ago
  74. 15813d3 boards: nrf: Changed GPIO default driver to NRFX shim by Mieszko Mierunski · 7 years ago
  75. 3ec8dd5 drivers: led_strip: Kconfig: Remove redundant 'default n' properties by Ulf Magnusson · 7 years ago
  76. ea2431f api/spi: Reduce parameter number on transceive function by Tomasz Bursztyka · 7 years ago
  77. f49150c arch: arm: nrf: Rename nrf5 SoC Family to nrf by Carles Cufi · 7 years ago
  78. 9639c00 drivers: led_strip: Add driver for software-based WS2812B operation by Johan Hedberg · 7 years ago
  79. 8ee282e led_strip: add a APA102 driver. by Michael Hope · 7 years ago
  80. 0829ddf kbuild: Removed KBuild by Sebastian Bøe · 7 years ago
  81. 12f8f76 Introduce cmake-based rewrite of KBuild by Sebastian Bøe · 7 years ago
  82. 7e3ed14 doc: fix Kconfig misspellings by David B. Kinder · 7 years ago
  83. 6693271 drivers: led_strip: add WS2812-ish driver by Marti Bolivar · 7 years ago
  84. 658b673 drivers: led_strip: add LPD880x driver by Marti Bolivar · 7 years ago
  85. b533841 drivers: led_strip: add public API for addressable LED strips by Marti Bolivar · 7 years ago