1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00
RIOT/drivers/periph_common
Marian Buschsieweke 422042bd00
drivers/periph_gpio_ll_irq: make support for both edges optional
The assumption that every MCU has this feature turned out wrong. Hence,
add a feature to allow testing for support of edge triggered IRQs on
both flanks.
2024-08-02 13:41:36 +02:00
..
cpuid.c drivers/periph_cpuid: Minor cleanup 2022-04-11 12:01:57 +02:00
eeprom.c drivers/periph_common: build periph module selectively 2021-12-20 13:04:20 +01:00
flashpage.c drivers/periph_common/flashpage: fix silent error 2023-01-19 11:00:40 -05:00
gpio_ll_irq.c drivers: Add periph/gpio_ll API 2022-04-22 08:39:04 +02:00
gpio_ll.c drivers/periph_gpio_ll: Add features for compile-time-checks 2024-01-23 15:03:34 +01:00
gpio.c drivers/periph_common: build periph module selectively 2021-12-20 13:04:20 +01:00
i2c.c drivers/periph_common: build periph module selectively 2021-12-20 13:04:20 +01:00
init_buttons.c drivers/periph_common: add periph_init_buttons to init on-board buttons 2022-02-26 22:45:46 +01:00
init_leds.c drivers/periph_common: add periph_init_leds to init all on-board LEDs 2022-02-18 14:35:43 +01:00
init.c drivers/periph_wdt: fix auto starting of watchdog timer 2024-06-19 12:25:02 -04:00
Kconfig *Kconfig*: Modify Kconfig to remove dep model 2024-03-27 10:28:12 +01:00
Kconfig.gpio *Kconfig*: Modify Kconfig to remove dep model 2024-03-27 10:28:12 +01:00
Kconfig.i2c *Kconfig*: Modify Kconfig to remove dep model 2024-03-27 10:28:12 +01:00
Kconfig.rtc *Kconfig*: Modify Kconfig to remove dep model 2024-03-27 10:28:12 +01:00
Kconfig.spi *Kconfig*: Modify Kconfig to remove dep model 2024-03-27 10:28:12 +01:00
Kconfig.timer *Kconfig*: Modify Kconfig to remove dep model 2024-03-27 10:28:12 +01:00
Kconfig.vbat *Kconfig*: Modify Kconfig to remove dep model 2024-03-27 10:28:12 +01:00
Kconfig.wdt *Kconfig*: Modify Kconfig to remove dep model 2024-03-27 10:28:12 +01:00
Makefile drivers/periph_common: build periph module selectively 2021-12-20 13:04:20 +01:00
Makefile.dep drivers/periph_gpio_ll_irq: make support for both edges optional 2024-08-02 13:41:36 +02:00
pm.c drivers/*: realign ENABLE_DEBUG 2020-10-23 01:26:09 +02:00
ptp_timer.c drivers/periph_common: build periph module selectively 2021-12-20 13:04:20 +01:00
spi.c drivers/periph_common: build periph module selectively 2021-12-20 13:04:20 +01:00
timer.c drivers/periph_timer: add periph_timer_query_freqs 2023-12-05 16:07:24 +01:00