1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/atxmega/periph
Gerson Fernando Budke 783afbc666 cpu/avr8_common: Add AVR8_ISR macro
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>
2023-07-05 20:00:19 +02:00
..
cpuid.c
gpio.c cpu/avr8_common: Add AVR8_ISR macro 2023-07-05 20:00:19 +02:00
i2c.c cpu/avr8_common: Add AVR8_ISR macro 2023-07-05 20:00:19 +02:00
Kconfig cpu/atxmega: fix dependency 2021-11-22 12:25:57 +01:00
Makefile
nvm.c
pm.c cpu/atxmega: add missing includes 2022-09-26 18:54:39 +02:00
spi.c cpu/periph_spi: update implementations to new API 2021-09-01 21:38:40 +02:00
timer.c cpu/avr8_common: Add AVR8_ISR macro 2023-07-05 20:00:19 +02:00
uart.c cpu/avr8_common: Add AVR8_ISR macro 2023-07-05 20:00:19 +02:00