avr: started working on device n15.

This commit is contained in:
Martin Preuss
2024-10-25 00:15:45 +02:00
parent 3546c93d23
commit 88035efdf9
6 changed files with 828 additions and 0 deletions

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

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