From bae188ddeef765c825d213dece5405074678ca6c Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sat, 23 Aug 2025 00:10:01 +0200 Subject: [PATCH] t03: added firmware using new uart_fd module. --- avr/devices/t03/0BUILD | 1 + avr/devices/t03/uartfd/0BUILD | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 avr/devices/t03/uartfd/0BUILD diff --git a/avr/devices/t03/0BUILD b/avr/devices/t03/0BUILD index b004c20..c1b8f79 100644 --- a/avr/devices/t03/0BUILD +++ b/avr/devices/t03/0BUILD @@ -6,6 +6,7 @@ boot main test + uartfd diff --git a/avr/devices/t03/uartfd/0BUILD b/avr/devices/t03/uartfd/0BUILD new file mode 100644 index 0000000..7e9dd5c --- /dev/null +++ b/avr/devices/t03/uartfd/0BUILD @@ -0,0 +1,33 @@ + + + + + + + + -I $(builddir) + -I $(srcdir) + -I $(topsrcdir)/avr + -I $(topbuilddir)/avr + + + + + main.asm + + + + + + + + + + + + + + + + +