re-enabled node n19. adapted n20.

This commit is contained in:
Martin Preuss
2025-06-05 22:45:25 +02:00
parent 284539fd52
commit cef487fb3a
13 changed files with 320 additions and 464 deletions

View File

@@ -2,44 +2,9 @@
<gwbuild>
<target type="AvrHexFile" name="n20_firmware" >
<includes type="avrasm" >
-I $(builddir)
-I $(srcdir)
-I $(topsrcdir)/avr
-I $(topbuilddir)/avr
</includes>
<sources type="avrasm" >
main.asm
</sources>
</target>
<target type="AvrHexFile" name="n20_boot" >
<includes type="avrasm" >
-I $(builddir)
-I $(srcdir)
-I $(topsrcdir)/avr
-I $(topbuilddir)/avr
</includes>
<sources type="avrasm" >
boot.asm
</sources>
</target>
<subdirs>
boot
main
</subdirs>
<extradist>
@@ -50,4 +15,3 @@
</gwbuild>