mainly built-fixes.

This commit is contained in:
Martin Preuss
2025-01-01 19:33:32 +01:00
parent a7adf15bf6
commit a3d5b33105
71 changed files with 3093 additions and 90 deletions

View File

@@ -2,7 +2,7 @@
<gwbuild>
<target type="AvrHexFile" name="r02_main" >
<target type="AvrHexFile" name="r02_firmware" >
<includes type="avrasm" >
-I $(builddir)
@@ -13,7 +13,7 @@
<sources type="avrasm" >
r02_main.asm
main.asm
</sources>
@@ -32,7 +32,7 @@
<sources type="avrasm" >
r02_boot.asm
boot.asm
</sources>
@@ -43,7 +43,7 @@
</subdirs>
<extradist>
r02_defs.asm
defs.asm
</extradist>