Initial import.

This commit is contained in:
Martin Preuss
2023-01-16 23:12:09 +01:00
commit 112e15e41b
206 changed files with 286976 additions and 0 deletions

23
avr/0BUILD Normal file
View File

@@ -0,0 +1,23 @@
<?xml?>
<gwbuild>
<target type="AvrHexFile" name="aqhomeavr" >
<includes type="avrasm" >
-I $(builddir)
-I $(srcdir)
-I $(topsrcdir)/avr
</includes>
<sources type="avrasm" >
main.asm
</sources>
</target>
</gwbuild>