1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/atmega_common
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/periph/gpio_ll: shrink gpio_conf_t 2024-01-21 08:38:40 +01:00
periph drivers/periph/gpio_ll: pass gpio_conf_t by value 2024-01-21 09:19:08 +01:00
atmega_cpu.c cpu/atmega_common: hook up BAT LOW irq to power bus 2023-07-12 14:52:05 +02:00
doc.txt cpu/atmega_common: move PCINT documentation from boards 2021-11-22 12:25:57 +01:00
Kconfig cpu/atmega_common: implement periph_timer_query_freqs 2023-12-07 16:15:22 +01:00
Makefile cpu: Refact atmega_common into avr8_common 2021-01-07 16:29:22 -03:00
Makefile.dep cpu: Refact atmega_common into avr8_common 2021-01-07 16:29:22 -03:00
Makefile.features cpu/atmega_common: implement periph_timer_query_freqs 2023-12-07 16:15:22 +01:00
Makefile.include cpu: Refact atmega_common into avr8_common 2021-01-07 16:29:22 -03:00