1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/atmega_common/periph
Marian Buschsieweke 86fdbd7054
core/lib: Add macros/utils.h header
The macros CONCAT(), MIN(), and MAX() are defined over and over again in
RIOT's code base. This de-duplicates the code by moving the macros to a
common place.
2023-01-07 09:47:44 +01:00
..
adc.c
cpuid.c
eeprom.c
gpio_ll_irq.c cpu/atmega_common: implement periph/gpio_ll{,_irq} 2022-05-02 14:44:55 +02:00
gpio_ll.c cpu/atmega_common: implement periph/gpio_ll{,_irq} 2022-05-02 14:44:55 +02:00
gpio.c cpu/atmega_common: implement periph/gpio_ll{,_irq} 2022-05-02 14:44:55 +02:00
i2c.c cpu/periph/i2c: update implementations to new I2C API 2021-11-29 06:35:25 +01:00
Kconfig cpu/atmega_common: model Kconfig 2021-11-22 12:25:29 +01:00
Makefile
pm.c
pwm.c
rtc.c
rtt.c core/lib: Add macros/utils.h header 2023-01-07 09:47:44 +01:00
spi.c cpu/periph_spi: update implementations to new API 2021-09-01 21:38:40 +02:00
timer.c cpu/atmega_common/periph_timer: fix spurious IRQs 2022-11-25 14:46:16 +01:00
uart.c treewide: fix typos 2022-09-15 12:12:23 +02:00
wdt.c