added node S03.

This commit is contained in:
Martin Preuss
2025-08-18 18:07:34 +02:00
parent fa404a5fcf
commit 6bf8f03fbb
12 changed files with 663 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
<?xml?>
<gwbuild>
<target type="AvrHexFile" name="s03_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>