mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
783afbc666
The current ISR implementation for AVR8 requires use of avr8_[enter/exit]_isr pair which add some boilerplate on code. This add AVR8_ISR which clean-up the code and make it simpler and hides any schedule detail from the user perspective. This is a preparation for future scheduling and irq optimizations. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com> |
||
---|---|---|
.. | ||
adc.c | ||
cpuid.c | ||
eeprom.c | ||
gpio_ll_irq.c | ||
gpio_ll.c | ||
gpio.c | ||
i2c.c | ||
Kconfig | ||
Makefile | ||
pm.c | ||
pwm.c | ||
rtc.c | ||
rtt.c | ||
spi.c | ||
timer.c | ||
uart.c | ||
wdt.c |