diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2016-06-21 10:21:43 -0400 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2016-06-21 10:21:43 -0400 |
| commit | a8375fa15a6ca9285eb15ae89bcda898349e06f8 (patch) | |
| tree | 2f8d823848eeb968b7bdb233fc8b4a222289d488 /tmk_core/protocol/usb_hid | |
| parent | c976c03547e069d76bb26577fbbfc29c894d17fa (diff) | |
| download | qmk_firmware-a8375fa15a6ca9285eb15ae89bcda898349e06f8.tar.gz qmk_firmware-a8375fa15a6ca9285eb15ae89bcda898349e06f8.zip | |
updates all config.h and Makefiles to correct references, text
Diffstat (limited to 'tmk_core/protocol/usb_hid')
| -rw-r--r-- | tmk_core/protocol/usb_hid/test/Makefile | 40 |
1 files changed, 1 insertions, 39 deletions
diff --git a/tmk_core/protocol/usb_hid/test/Makefile b/tmk_core/protocol/usb_hid/test/Makefile index 83bf2aed6..c093bbd4c 100644 --- a/tmk_core/protocol/usb_hid/test/Makefile +++ b/tmk_core/protocol/usb_hid/test/Makefile | |||
| @@ -1,42 +1,4 @@ | |||
| 1 | #---------------------------------------------------------------------------- | 1 | |
| 2 | # On command line: | ||
| 3 | # | ||
| 4 | # make all = Make software. | ||
| 5 | # | ||
| 6 | # make clean = Clean out built project files. | ||
| 7 | # | ||
| 8 | # make coff = Convert ELF to AVR COFF. | ||
| 9 | # | ||
| 10 | # make extcoff = Convert ELF to AVR Extended COFF. | ||
| 11 | # | ||
| 12 | # make program = Download the hex file to the device. | ||
| 13 | # Please customize your programmer settings(PROGRAM_CMD) | ||
| 14 | # | ||
| 15 | # make teensy = Download the hex file to the device, using teensy_loader_cli. | ||
| 16 | # (must have teensy_loader_cli installed). | ||
| 17 | # | ||
| 18 | # make dfu = Download the hex file to the device, using dfu-programmer (must | ||
| 19 | # have dfu-programmer installed). | ||
| 20 | # | ||
| 21 | # make flip = Download the hex file to the device, using Atmel FLIP (must | ||
| 22 | # have Atmel FLIP installed). | ||
| 23 | # | ||
| 24 | # make dfu-ee = Download the eeprom file to the device, using dfu-programmer | ||
| 25 | # (must have dfu-programmer installed). | ||
| 26 | # | ||
| 27 | # make flip-ee = Download the eeprom file to the device, using Atmel FLIP | ||
| 28 | # (must have Atmel FLIP installed). | ||
| 29 | # | ||
| 30 | # make debug = Start either simulavr or avarice as specified for debugging, | ||
| 31 | # with avr-gdb or avr-insight as the front end for debugging. | ||
| 32 | # | ||
| 33 | # make filename.s = Just compile filename.c into the assembler code only. | ||
| 34 | # | ||
| 35 | # make filename.i = Create a preprocessed source file for use in submitting | ||
| 36 | # bug reports to the GCC project. | ||
| 37 | # | ||
| 38 | # To rebuild project do "make clean" then "make all". | ||
| 39 | #---------------------------------------------------------------------------- | ||
| 40 | 2 | ||
| 41 | # Target file name (without extension). | 3 | # Target file name (without extension). |
| 42 | TARGET = usb_hid_test | 4 | TARGET = usb_hid_test |
