diff options
| author | skullY <skullydazed@gmail.com> | 2017-07-08 12:34:36 -0700 |
|---|---|---|
| committer | skullY <skullydazed@gmail.com> | 2017-07-08 12:34:36 -0700 |
| commit | 6e2cae4cda122cfe58dc88dc181632d7b9521740 (patch) | |
| tree | 89d9fe5e5d91f68d2e015ca8142bb7dcff0a01ad /lib/lufa/Projects/MIDIToneGenerator | |
| parent | 03706de94621f42a469b0c3c4a4e570dc14666dc (diff) | |
| download | qmk_firmware-6e2cae4cda122cfe58dc88dc181632d7b9521740.tar.gz qmk_firmware-6e2cae4cda122cfe58dc88dc181632d7b9521740.zip | |
commit files with wrong line endings
Diffstat (limited to 'lib/lufa/Projects/MIDIToneGenerator')
| -rw-r--r-- | lib/lufa/Projects/MIDIToneGenerator/asf.xml | 100 |
1 files changed, 50 insertions, 50 deletions
diff --git a/lib/lufa/Projects/MIDIToneGenerator/asf.xml b/lib/lufa/Projects/MIDIToneGenerator/asf.xml index 6795c1bb8..258393ac5 100644 --- a/lib/lufa/Projects/MIDIToneGenerator/asf.xml +++ b/lib/lufa/Projects/MIDIToneGenerator/asf.xml | |||
| @@ -1,50 +1,50 @@ | |||
| 1 | <asf xmlversion="1.0"> | 1 | <asf xmlversion="1.0"> |
| 2 | <project caption="MIDI Tone Generator" id="lufa.projects.midi_tone_gen.avr8"> | 2 | <project caption="MIDI Tone Generator" id="lufa.projects.midi_tone_gen.avr8"> |
| 3 | <require idref="lufa.projects.midi_tone_gen"/> | 3 | <require idref="lufa.projects.midi_tone_gen"/> |
| 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="usbkey"/> | 8 | <config name="lufa.drivers.board.name" value="usbkey"/> |
| 9 | 9 | ||
| 10 | <build type="define" name="F_CPU" value="8000000UL"/> | 10 | <build type="define" name="F_CPU" value="8000000UL"/> |
| 11 | <build type="define" name="F_USB" value="8000000UL"/> | 11 | <build type="define" name="F_USB" value="8000000UL"/> |
| 12 | </project> | 12 | </project> |
| 13 | 13 | ||
| 14 | <module type="application" id="lufa.projects.midi_tone_gen" caption="MIDI Tone Generator"> | 14 | <module type="application" id="lufa.projects.midi_tone_gen" caption="MIDI Tone Generator"> |
| 15 | <info type="description" value="summary"> | 15 | <info type="description" value="summary"> |
| 16 | MIDI tone generator project. | 16 | MIDI tone generator project. |
| 17 | </info> | 17 | </info> |
| 18 | 18 | ||
| 19 | <info type="gui-flag" value="move-to-root"/> | 19 | <info type="gui-flag" value="move-to-root"/> |
| 20 | 20 | ||
| 21 | <info type="keyword" value="Technology"> | 21 | <info type="keyword" value="Technology"> |
| 22 | <keyword value="Class Driver APIs"/> | 22 | <keyword value="Class Driver APIs"/> |
| 23 | <keyword value="USB Device"/> | 23 | <keyword value="USB Device"/> |
| 24 | <keyword value="MIDI Class"/> | 24 | <keyword value="MIDI Class"/> |
| 25 | </info> | 25 | </info> |
| 26 | 26 | ||
| 27 | <device-support-alias value="lufa_avr8"/> | 27 | <device-support-alias value="lufa_avr8"/> |
| 28 | <device-support-alias value="lufa_xmega"/> | 28 | <device-support-alias value="lufa_xmega"/> |
| 29 | <device-support-alias value="lufa_uc3"/> | 29 | <device-support-alias value="lufa_uc3"/> |
| 30 | 30 | ||
| 31 | <build type="distribute" subtype="user-file" value="doxyfile"/> | 31 | <build type="distribute" subtype="user-file" value="doxyfile"/> |
| 32 | <build type="distribute" subtype="user-file" value="MIDIToneGenerator.txt"/> | 32 | <build type="distribute" subtype="user-file" value="MIDIToneGenerator.txt"/> |
| 33 | 33 | ||
| 34 | <build type="c-source" value="MIDIToneGenerator.c"/> | 34 | <build type="c-source" value="MIDIToneGenerator.c"/> |
| 35 | <build type="c-source" value="Descriptors.c"/> | 35 | <build type="c-source" value="Descriptors.c"/> |
| 36 | <build type="header-file" value="MIDIToneGenerator.h"/> | 36 | <build type="header-file" value="MIDIToneGenerator.h"/> |
| 37 | <build type="header-file" value="Descriptors.h"/> | 37 | <build type="header-file" value="Descriptors.h"/> |
| 38 | 38 | ||
| 39 | <build type="module-config" subtype="path" value="Config"/> | 39 | <build type="module-config" subtype="path" value="Config"/> |
| 40 | <build type="module-config" subtype="required-header-file" value="AppConfig.h"/> | 40 | <build type="module-config" subtype="required-header-file" value="AppConfig.h"/> |
| 41 | <build type="header-file" value="Config/AppConfig.h"/> | 41 | <build type="header-file" value="Config/AppConfig.h"/> |
| 42 | <build type="header-file" value="Config/LUFAConfig.h"/> | 42 | <build type="header-file" value="Config/LUFAConfig.h"/> |
| 43 | 43 | ||
| 44 | <require idref="lufa.common"/> | 44 | <require idref="lufa.common"/> |
| 45 | <require idref="lufa.platform"/> | 45 | <require idref="lufa.platform"/> |
| 46 | <require idref="lufa.drivers.usb"/> | 46 | <require idref="lufa.drivers.usb"/> |
| 47 | <require idref="lufa.drivers.board"/> | 47 | <require idref="lufa.drivers.board"/> |
| 48 | <require idref="lufa.drivers.board.leds"/> | 48 | <require idref="lufa.drivers.board.leds"/> |
| 49 | </module> | 49 | </module> |
| 50 | </asf> | 50 | </asf> |
