avr: remove c02, add e01 and n29

This commit is contained in:
Martin Preuss
2026-02-16 01:07:09 +01:00
parent aef7434f9d
commit 1e8c231707
22 changed files with 1159 additions and 846 deletions

View File

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