added c03.

This commit is contained in:
Martin Preuss
2025-11-17 23:02:19 +01:00
parent fbcfd65e7f
commit 102f4e65e3
15 changed files with 1253 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
<?xml?>
<gwbuild>
<target type="AvrHexFile" name="c03_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>
data.asm
</extradist>
</gwbuild>