1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +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 drivers/ws281x: use coreclk() instead of CLOCK_CORECLOCK 2021-12-15 13:14:19 +01:00
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 drivers/ws281x: Added driver for RGB LEDs 2019-11-18 22:45:24 +01:00
Makefile.dep drivers/ws281x: Add timer and gpio_ll based driver 2023-12-19 11:13:43 +01:00
Makefile.include drivers/ws281x: declare pseudomodules at driver level 2021-10-05 11:48:53 +02:00
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 drivers/*: remove unused assert.h include 2020-10-22 11:29:27 +02:00