avr: add test device (n00).

This commit is contained in:
Martin Preuss
2024-09-11 01:33:36 +02:00
parent ad34bc8ec3
commit d8985183f7
5 changed files with 640 additions and 0 deletions

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

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