t03: added firmware using new uart_fd module.

This commit is contained in:
Martin Preuss
2025-08-23 00:10:01 +02:00
parent 87788fa93c
commit bae188ddee
2 changed files with 34 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
boot boot
main main
test test
uartfd
</subdirs> </subdirs>
<extradist> <extradist>

View File

@@ -0,0 +1,33 @@
<?xml?>
<gwbuild>
<target type="AvrHexFile" name="t03_uartfd" >
<includes type="avrasm" >
-I $(builddir)
-I $(srcdir)
-I $(topsrcdir)/avr
-I $(topbuilddir)/avr
</includes>
<sources type="avrasm" >
main.asm
</sources>
</target>
<subdirs>
</subdirs>
<extradist>
</extradist>
</gwbuild>