added device n30.

This commit is contained in:
Martin Preuss
2026-03-01 01:09:04 +01:00
parent bdd2d3bdc6
commit 69420d9c7d
11 changed files with 811 additions and 0 deletions

View File

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