1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/drivers/ws281x
Marian Buschsieweke 922276296e
drivers/periph/gpio_ll: pass gpio_conf_t by value
Now that `gpio_conf_t` is on all implemented platforms no larger than
a register, we can more efficiently pass it by value rather than via
pointer.
2024-01-21 09:19:08 +01:00
..
include drivers/ws281x: Add timer and gpio_ll based driver 2023-12-19 11:13:43 +01:00
atmega.c
esp32.c drivers/ws281x: add ESP32x hardware support 2023-03-29 00:47:35 +02:00
Kconfig drivers/ws281x: Fix Kconfig 2023-12-19 11:13:43 +01:00
Makefile
Makefile.dep drivers/ws281x: Add timer and gpio_ll based driver 2023-12-19 11:13:43 +01:00
Makefile.include
timer_gpio_ll.c drivers/periph/gpio_ll: pass gpio_conf_t by value 2024-01-21 09:19:08 +01:00
vt100.c drivers/ws281x: fix out-of-bounds read on native 2023-01-07 02:27:01 +01:00
ws281x.c