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 b7873015aa cpu/avr8_common: Split avr8_state
The avr8_state store state information used to determine scheduling
and uart irq. This move all uart irq states to avr8_state_uart
variable. It introduce the use of General Purpose IO Register 0
(GPIOR0) when available and now all uarts from xmega can be used.

This is a preparation for future scheduling and irq optimizations.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2023-07-05 19:01:13 +02:00
..
cpuid.c cpu: Introduce Atmel xmega cpu 2021-03-15 20:16:10 -03:00
gpio.c cpu/atxmega: add missing includes 2022-09-26 18:54:39 +02:00
i2c.c cpu/periph/i2c: update implementations to new I2C API 2021-11-29 06:35:25 +01:00
Kconfig cpu/atxmega: fix dependency 2021-11-22 12:25:57 +01:00
Makefile cpu: Introduce Atmel xmega cpu 2021-03-15 20:16:10 -03:00
nvm.c cpu: Introduce Atmel xmega cpu 2021-03-15 20:16:10 -03:00
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/atxmega: add missing includes 2022-09-26 18:54:39 +02:00
uart.c cpu/avr8_common: Split avr8_state 2023-07-05 19:01:13 +02:00