avr: add olde device n06.

This one featured a cny70 sensor to be used to detect open windows.
This commit is contained in:
Martin Preuss
2024-09-11 01:33:14 +02:00
parent 0bc37343a5
commit ad34bc8ec3
5 changed files with 640 additions and 0 deletions

52
avr/devices/n06/0BUILD Normal file
View File

@@ -0,0 +1,52 @@
<?xml?>
<gwbuild>
<target type="AvrHexFile" name="n06_main" >
<includes type="avrasm" >
-I $(builddir)
-I $(srcdir)
-I $(topsrcdir)/avr
-I $(topbuilddir)/avr
</includes>
<sources type="avrasm" >
n06_main.asm
</sources>
</target>
<target type="AvrHexFile" name="n06_boot" >
<includes type="avrasm" >
-I $(builddir)
-I $(srcdir)
-I $(topsrcdir)/avr
-I $(topbuilddir)/avr
</includes>
<sources type="avrasm" >
n06_boot.asm
</sources>
</target>
<subdirs>
</subdirs>
<extradist>
n06_defs.asm
</extradist>
</gwbuild>