avr: added device n11.

This commit is contained in:
Martin Preuss
2024-09-05 03:16:27 +02:00
parent 425c26cfbb
commit cd6413e7a6
6 changed files with 712 additions and 0 deletions

52
avr/devices/n11/0BUILD Normal file
View File

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