avr: added r04.

This commit is contained in:
Martin Preuss
2025-06-29 22:31:51 +02:00
parent 72acef3aaf
commit cfc7dc6320
9 changed files with 737 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
<?xml?>
<gwbuild>
<target type="AvrHexFile" name="r04_firmware" >
<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>