started working on new n23 code.

This commit is contained in:
Martin Preuss
2025-04-21 00:47:27 +02:00
parent f806cf30e5
commit feabc76e36
10 changed files with 914 additions and 41 deletions

View File

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