finished basic new structure.

This commit is contained in:
Martin Preuss
2023-04-22 00:23:44 +02:00
parent 5e12b8ad4e
commit 3e6501c834
36 changed files with 34 additions and 328 deletions

View File

@@ -39,7 +39,7 @@
<target type="AvrHexFile" name="att84_base" >
<target type="AvrHexFile" name="att84_bootloader" >
<includes type="avrasm" >
-I $(builddir)
@@ -49,25 +49,7 @@
<sources type="avrasm" >
att84_base.asm
</sources>
</target>
<target type="AvrHexFile" name="att84_testflashimg" >
<includes type="avrasm" >
-I $(builddir)
-I $(srcdir)
-I $(topsrcdir)/avr
</includes>
<sources type="avrasm" >
att84_testflashimg.asm
att84_bootloader.asm
</sources>