avr: added n14 back in.

This commit is contained in:
Martin Preuss
2025-06-16 23:29:56 +02:00
parent a89b875872
commit 876e9ac7b9
10 changed files with 337 additions and 461 deletions

View File

@@ -2,51 +2,21 @@
<gwbuild>
<target type="AvrHexFile" name="n14_main" >
<includes type="avrasm" >
-I $(builddir)
-I $(srcdir)
-I $(topsrcdir)/avr
-I $(topbuilddir)/avr
</includes>
<sources type="avrasm" >
n14_main.asm
</sources>
</target>
<target type="AvrHexFile" name="n14_boot" >
<includes type="avrasm" >
-I $(builddir)
-I $(srcdir)
-I $(topsrcdir)/avr
-I $(topbuilddir)/avr
</includes>
<sources type="avrasm" >
n14_boot.asm
</sources>
</target>
<subdirs>
boot
main
</subdirs>
<data dist="true" install="$(datadir)/aqhome/devices/nodes">
aqua_n14.xml
</data>
<extradist>
n14_defs.asm
defs.asm
README
</extradist>
</gwbuild>