started working on C03 test firmware to test new gui2 module.

This commit is contained in:
Martin Preuss
2026-03-03 23:52:25 +01:00
parent 0d6bbd1147
commit f496e6587b
6 changed files with 1477 additions and 0 deletions

View File

@@ -0,0 +1,52 @@
<?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>
<target type="AvrHexFile" name="c03_ressources" >
<includes type="avrasm" >
-I $(builddir)
-I $(srcdir)
-I $(topsrcdir)/avr
-I $(topbuilddir)/avr
</includes>
<sources type="avrasm" >
ressources.asm
</sources>
</target>
<subdirs>
</subdirs>
<extradist>
style.asm
</extradist>
</gwbuild>