diff options
| author | skullY <skullydazed@gmail.com> | 2017-07-08 20:03:33 -0700 |
|---|---|---|
| committer | skullY <skullydazed@gmail.com> | 2017-07-08 20:03:33 -0700 |
| commit | fcd08b8c7d66cf4cf5724b7b2468d3569488114f (patch) | |
| tree | 8a45d287f85f75d49ac0fa7051fdd0f2dee31834 /lib/lufa/Demos/Device/LowLevel/Mouse | |
| parent | 9158673166aa270eb80892acb8bbcb51cf72f9b6 (diff) | |
| download | qmk_firmware-fcd08b8c7d66cf4cf5724b7b2468d3569488114f.tar.gz qmk_firmware-fcd08b8c7d66cf4cf5724b7b2468d3569488114f.zip | |
more crlf issues
Diffstat (limited to 'lib/lufa/Demos/Device/LowLevel/Mouse')
| -rw-r--r-- | lib/lufa/Demos/Device/LowLevel/Mouse/asf.xml | 124 |
1 files changed, 62 insertions, 62 deletions
diff --git a/lib/lufa/Demos/Device/LowLevel/Mouse/asf.xml b/lib/lufa/Demos/Device/LowLevel/Mouse/asf.xml index ac21d0771..b62a3c5d0 100644 --- a/lib/lufa/Demos/Device/LowLevel/Mouse/asf.xml +++ b/lib/lufa/Demos/Device/LowLevel/Mouse/asf.xml | |||
| @@ -1,62 +1,62 @@ | |||
| 1 | <asf xmlversion="1.0"> | 1 | <asf xmlversion="1.0"> |
| 2 | <project caption="Mouse HID Device Demo (Low Level APIs)" id="lufa.demos.device.lowlevel.mouse.example.avr8"> | 2 | <project caption="Mouse HID Device Demo (Low Level APIs)" id="lufa.demos.device.lowlevel.mouse.example.avr8"> |
| 3 | <require idref="lufa.demos.device.lowlevel.mouse"/> | 3 | <require idref="lufa.demos.device.lowlevel.mouse"/> |
| 4 | <require idref="lufa.boards.dummy.avr8"/> | 4 | <require idref="lufa.boards.dummy.avr8"/> |
| 5 | <generator value="as5_8"/> | 5 | <generator value="as5_8"/> |
| 6 | 6 | ||
| 7 | <device-support value="at90usb1287"/> | 7 | <device-support value="at90usb1287"/> |
| 8 | <config name="lufa.drivers.board.name" value="none"/> | 8 | <config name="lufa.drivers.board.name" value="none"/> |
| 9 | 9 | ||
| 10 | <build type="define" name="F_CPU" value="16000000UL"/> | 10 | <build type="define" name="F_CPU" value="16000000UL"/> |
| 11 | <build type="define" name="F_USB" value="16000000UL"/> | 11 | <build type="define" name="F_USB" value="16000000UL"/> |
| 12 | </project> | 12 | </project> |
| 13 | 13 | ||
| 14 | <project caption="Mouse HID Device Demo (Low Level APIs)" id="lufa.demos.device.lowlevel.mouse.example.xmega"> | 14 | <project caption="Mouse HID Device Demo (Low Level APIs)" id="lufa.demos.device.lowlevel.mouse.example.xmega"> |
| 15 | <require idref="lufa.demos.device.lowlevel.mouse"/> | 15 | <require idref="lufa.demos.device.lowlevel.mouse"/> |
| 16 | <require idref="lufa.boards.dummy.xmega"/> | 16 | <require idref="lufa.boards.dummy.xmega"/> |
| 17 | <generator value="as5_8"/> | 17 | <generator value="as5_8"/> |
| 18 | 18 | ||
| 19 | <device-support value="atxmega128a1u"/> | 19 | <device-support value="atxmega128a1u"/> |
| 20 | <config name="lufa.drivers.board.name" value="none"/> | 20 | <config name="lufa.drivers.board.name" value="none"/> |
| 21 | 21 | ||
| 22 | <build type="define" name="F_CPU" value="32000000UL"/> | 22 | <build type="define" name="F_CPU" value="32000000UL"/> |
| 23 | <build type="define" name="F_USB" value="48000000UL"/> | 23 | <build type="define" name="F_USB" value="48000000UL"/> |
| 24 | </project> | 24 | </project> |
| 25 | 25 | ||
| 26 | <module type="application" id="lufa.demos.device.lowlevel.mouse" caption="Mouse HID Device Demo (Low Level APIs)"> | 26 | <module type="application" id="lufa.demos.device.lowlevel.mouse" caption="Mouse HID Device Demo (Low Level APIs)"> |
| 27 | <info type="description" value="summary"> | 27 | <info type="description" value="summary"> |
| 28 | Mouse device demo, implementing a basic USB mouse device that can send movement information to the host. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs. | 28 | Mouse device demo, implementing a basic USB mouse device that can send movement information to the host. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs. |
| 29 | </info> | 29 | </info> |
| 30 | 30 | ||
| 31 | <info type="gui-flag" value="move-to-root"/> | 31 | <info type="gui-flag" value="move-to-root"/> |
| 32 | 32 | ||
| 33 | <info type="keyword" value="Technology"> | 33 | <info type="keyword" value="Technology"> |
| 34 | <keyword value="Low Level APIs"/> | 34 | <keyword value="Low Level APIs"/> |
| 35 | <keyword value="USB Device"/> | 35 | <keyword value="USB Device"/> |
| 36 | <keyword value="HID Class"/> | 36 | <keyword value="HID Class"/> |
| 37 | </info> | 37 | </info> |
| 38 | 38 | ||
| 39 | <device-support-alias value="lufa_avr8"/> | 39 | <device-support-alias value="lufa_avr8"/> |
| 40 | <device-support-alias value="lufa_xmega"/> | 40 | <device-support-alias value="lufa_xmega"/> |
| 41 | <device-support-alias value="lufa_uc3"/> | 41 | <device-support-alias value="lufa_uc3"/> |
| 42 | 42 | ||
| 43 | <build type="distribute" subtype="user-file" value="doxyfile"/> | 43 | <build type="distribute" subtype="user-file" value="doxyfile"/> |
| 44 | <build type="distribute" subtype="user-file" value="Mouse.txt"/> | 44 | <build type="distribute" subtype="user-file" value="Mouse.txt"/> |
| 45 | 45 | ||
| 46 | <build type="c-source" value="Mouse.c"/> | 46 | <build type="c-source" value="Mouse.c"/> |
| 47 | <build type="c-source" value="Descriptors.c"/> | 47 | <build type="c-source" value="Descriptors.c"/> |
| 48 | <build type="header-file" value="Mouse.h"/> | 48 | <build type="header-file" value="Mouse.h"/> |
| 49 | <build type="header-file" value="Descriptors.h"/> | 49 | <build type="header-file" value="Descriptors.h"/> |
| 50 | 50 | ||
| 51 | <build type="module-config" subtype="path" value="Config"/> | 51 | <build type="module-config" subtype="path" value="Config"/> |
| 52 | <build type="header-file" value="Config/LUFAConfig.h"/> | 52 | <build type="header-file" value="Config/LUFAConfig.h"/> |
| 53 | 53 | ||
| 54 | <require idref="lufa.common"/> | 54 | <require idref="lufa.common"/> |
| 55 | <require idref="lufa.platform"/> | 55 | <require idref="lufa.platform"/> |
| 56 | <require idref="lufa.drivers.usb"/> | 56 | <require idref="lufa.drivers.usb"/> |
| 57 | <require idref="lufa.drivers.board"/> | 57 | <require idref="lufa.drivers.board"/> |
| 58 | <require idref="lufa.drivers.board.leds"/> | 58 | <require idref="lufa.drivers.board.leds"/> |
| 59 | <require idref="lufa.drivers.board.buttons"/> | 59 | <require idref="lufa.drivers.board.buttons"/> |
| 60 | <require idref="lufa.drivers.board.joystick"/> | 60 | <require idref="lufa.drivers.board.joystick"/> |
| 61 | </module> | 61 | </module> |
| 62 | </asf> | 62 | </asf> |
