Files
aqhomecontrol/avr/modules/uart_hw
Martin Preuss 92d5e30f3c t03: message forwarding is now much faster.
this is very visible when flashing firmware to nodes via t03 device.
2025-05-24 17:49:01 +02:00
..
2025-03-27 00:20:58 +01:00
2025-05-20 00:31:12 +02:00
2025-05-24 17:25:14 +02:00
2025-05-24 17:25:00 +02:00

This folder contains multiple backends for hardware UART as provided by some AVR devices.

uart.asm:     simple UART code blocking for receiption and transmission
net_uart.asm: glue to connect NET interface to uart.asm
              uses interrupt for ATTN line, no other interrupts used