projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Shrink the size of the Printer class bootloader by refactoring the page flush code...
[pub/lufa.git]
/
Demos
/
Host
/
LowLevel
/
KeyboardHostWithParser
/
asf.xml
diff --git
a/Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml
b/Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml
index
929c724
..
e6f343d
100644
(file)
--- a/
Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml
+++ b/
Demos/Host/LowLevel/KeyboardHostWithParser/asf.xml
@@
-1,6
+1,7
@@
<asf xmlversion="1.0">
\r
<project caption="Keyboard HID (with parser) Host Demo (Low Level APIs)" id="lufa.demos.host.lowlevel.keyboard_parser.example">
\r
<require idref="lufa.demos.host.lowlevel.keyboard_parser"/>
\r
<asf xmlversion="1.0">
\r
<project caption="Keyboard HID (with parser) Host Demo (Low Level APIs)" id="lufa.demos.host.lowlevel.keyboard_parser.example">
\r
<require idref="lufa.demos.host.lowlevel.keyboard_parser"/>
\r
+ <require idref="lufa.boards.dummy.avr8"/>
\r
<generator value="as5_8"/>
\r
\r
<device-support value="at90usb1287"/>
\r
<generator value="as5_8"/>
\r
\r
<device-support value="at90usb1287"/>
\r
@@
-15,6
+16,8
@@
Keyboard HID Host demo with HID parser, implementing a basic USB keyboard host that can display key press data on the board LEDs.
\r
</info>
\r
\r
Keyboard HID Host demo with HID parser, implementing a basic USB keyboard host that can display key press data on the board LEDs.
\r
</info>
\r
\r
+ <info type="gui-flag" value="move-to-root"/>
\r
+
\r
<info type="keyword" value="Technology">
\r
<keyword value="Low Level APIs"/>
\r
<keyword value="USB Host"/>
\r
<info type="keyword" value="Technology">
\r
<keyword value="Low Level APIs"/>
\r
<keyword value="USB Host"/>
\r