avr: added device n31.

This commit is contained in:
Martin Preuss
2026-04-16 23:43:56 +02:00
parent b643d2bbcc
commit 7054a42909
14 changed files with 864 additions and 0 deletions

View File

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