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 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
..
adc.c cpu/atmega_common: Add PM on peripherals 2023-12-01 14:12:23 +01:00
cpuid.c cpu/atmega_common: cpuid: add a word of warning 2019-11-11 18:07:09 +01:00
eeprom.c cpu/atmega_common: some additional periph drivers fixed for atmega8 cpu 2023-07-11 21:22:02 +02:00
gpio_ll_irq.c cpu/atmega_common: some additional periph drivers fixed for atmega8 cpu 2023-07-11 21:22:02 +02:00
gpio_ll.c drivers/periph/gpio_ll: pass gpio_conf_t by value 2024-01-21 09:19:08 +01:00
gpio.c cpu/avr8_common: Add AVR8_ISR macro 2023-07-05 20:00:19 +02:00
i2c.c cpu/atmega_common: Add PM on peripherals 2023-12-01 14:12:23 +01:00
Kconfig cpu/atmega_common: model Kconfig 2021-11-22 12:25:29 +01:00
Makefile cpu: make use of Makefile.periph 2017-11-06 12:01:19 +01:00
pm.c cpu/atmega_common: add cpu.c and startup.c common code 2018-11-02 16:23:47 +01:00
pwm.c cpu/atmega_common: checking features instead of CPU models 2023-07-04 23:17:21 +02:00
rtc.c cpu/avr8_common: Add AVR8_ISR macro 2023-07-05 20:00:19 +02:00
rtt.c cpu: atmega_common: rtt: Fix vera warnings 2023-07-05 20:00:19 +02:00
spi.c cpu/atmega_common: Add PM on peripherals 2023-12-01 14:12:23 +01:00
timer.c cpu/atmega_common: implement periph_timer_query_freqs 2023-12-07 16:15:22 +01:00
uart.c cpu/avr8_common: Add AVR8_ISR macro 2023-07-05 20:00:19 +02:00
wdt.c cpu/atmega_common: some additional periph drivers fixed for atmega8 cpu 2023-07-11 21:22:02 +02:00