t03: added firmware using new uart_fd module.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
boot
|
||||
main
|
||||
test
|
||||
uartfd
|
||||
</subdirs>
|
||||
|
||||
<extradist>
|
||||
|
||||
33
avr/devices/t03/uartfd/0BUILD
Normal file
33
avr/devices/t03/uartfd/0BUILD
Normal file
@@ -0,0 +1,33 @@
|
||||
<?xml?>
|
||||
|
||||
<gwbuild>
|
||||
|
||||
<target type="AvrHexFile" name="t03_uartfd" >
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user