avr: started working on base system vs. main system.

base system will be a base system which can be used to flash and start
the main system.
This commit is contained in:
Martin Preuss
2023-02-20 23:47:30 +01:00
parent f9f52d786a
commit 08d6cab1e9
8 changed files with 446 additions and 363 deletions

View File

@@ -36,6 +36,22 @@
</target>
<target type="AvrHexFile" name="att84_base" >
<includes type="avrasm" >
-I $(builddir)
-I $(srcdir)
-I $(topsrcdir)/avr
</includes>
<sources type="avrasm" >
att84_base.asm
</sources>
</target>
</gwbuild>