started working on node n24.

This commit is contained in:
Martin Preuss
2025-05-14 23:20:16 +02:00
parent faa46c7e38
commit 63acb95834
10 changed files with 632 additions and 0 deletions

View File

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