c02: started working on AtMEGA 644P based node.

This commit is contained in:
Martin Preuss
2025-06-01 19:26:31 +02:00
parent 87b5e01581
commit b229b39ab8
13 changed files with 857 additions and 0 deletions

View File

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