projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
016a4c0
)
Add default "all" makefile targets to the demo tree makefiles.
author
Dean Camera
<dean@fourwalledcubicle.com>
Fri, 25 Jun 2010 13:28:34 +0000
(13:28 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Fri, 25 Jun 2010 13:28:34 +0000
(13:28 +0000)
Demos/Device/makefile
patch
|
blob
|
blame
|
history
Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.c
patch
|
blob
|
blame
|
history
Demos/DualRole/makefile
patch
|
blob
|
blame
|
history
Demos/Host/makefile
patch
|
blob
|
blame
|
history
Demos/makefile
patch
|
blob
|
blame
|
history
Projects/AVRISP-MKII/makefile
patch
|
blob
|
blame
|
history
diff --git
a/Demos/Device/makefile
b/Demos/Device/makefile
index
3ef7809
..
ce80f4e
100644
(file)
--- a/
Demos/Device/makefile
+++ b/
Demos/Device/makefile
@@
-13,6
+13,8
@@
# custom LUFA library build options are reflected in the compiled
# code.
# custom LUFA library build options are reflected in the compiled
# code.
+all:
+
%:
$(MAKE) -C ClassDriver $@
$(MAKE) -C LowLevel $@
%:
$(MAKE) -C ClassDriver $@
$(MAKE) -C LowLevel $@
diff --git
a/Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.c
b/Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.c
index
e566cf8
..
628ea38
100644
(file)
--- a/
Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.c
+++ b/
Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.c
@@
-144,4
+144,4
@@
void CALLBACK_HID_Device_ProcessHIDReport(USB_ClassInfo_HID_Device_t* const HIDI
const uint8_t ReportType, const void* ReportData, const uint16_t ReportSize)
{
// Unused (but mandatory for the HID class driver) in this demo, since there are no Host->Device reports
const uint8_t ReportType, const void* ReportData, const uint16_t ReportSize)
{
// Unused (but mandatory for the HID class driver) in this demo, since there are no Host->Device reports
-}
\ No newline at end of file
+}
diff --git
a/Demos/DualRole/makefile
b/Demos/DualRole/makefile
index
f2ba1a8
..
2e863bb
100644
(file)
--- a/
Demos/DualRole/makefile
+++ b/
Demos/DualRole/makefile
@@
-13,5
+13,7
@@
# custom LUFA library build options are reflected in the compiled
# code.
# custom LUFA library build options are reflected in the compiled
# code.
+all:
+
%:
$(MAKE) -C ClassDriver/ $@
%:
$(MAKE) -C ClassDriver/ $@
diff --git
a/Demos/Host/makefile
b/Demos/Host/makefile
index
3ef7809
..
ce80f4e
100644
(file)
--- a/
Demos/Host/makefile
+++ b/
Demos/Host/makefile
@@
-13,6
+13,8
@@
# custom LUFA library build options are reflected in the compiled
# code.
# custom LUFA library build options are reflected in the compiled
# code.
+all:
+
%:
$(MAKE) -C ClassDriver $@
$(MAKE) -C LowLevel $@
%:
$(MAKE) -C ClassDriver $@
$(MAKE) -C LowLevel $@
diff --git
a/Demos/makefile
b/Demos/makefile
index
c5736cb
..
30434b7
100644
(file)
--- a/
Demos/makefile
+++ b/
Demos/makefile
@@
-13,6
+13,8
@@
# custom LUFA library build options are reflected in the compiled
# code.
# custom LUFA library build options are reflected in the compiled
# code.
+all:
+
%:
$(MAKE) -C Device $@
$(MAKE) -C Host $@
%:
$(MAKE) -C Device $@
$(MAKE) -C Host $@
diff --git
a/Projects/AVRISP-MKII/makefile
b/Projects/AVRISP-MKII/makefile
index
c6b64df
..
ab2e862
100644
(file)
--- a/
Projects/AVRISP-MKII/makefile
+++ b/
Projects/AVRISP-MKII/makefile
@@
-194,9
+194,9
@@
CDEFS += -DAUX_LINE_PORT=PORTB
CDEFS += -DAUX_LINE_PIN=PINB
CDEFS += -DAUX_LINE_DDR=DDRB
CDEFS += -DAUX_LINE_MASK="(1 << 4)"
CDEFS += -DAUX_LINE_PIN=PINB
CDEFS += -DAUX_LINE_DDR=DDRB
CDEFS += -DAUX_LINE_MASK="(1 << 4)"
-CDEFS += -DVTARGET_ADC_CHANNEL=2
CDEFS += -DENABLE_ISP_PROTOCOL
CDEFS += -DENABLE_XPROG_PROTOCOL
CDEFS += -DENABLE_ISP_PROTOCOL
CDEFS += -DENABLE_XPROG_PROTOCOL
+CDEFS += -DVTARGET_ADC_CHANNEL=2
CDEFS += -DVTARGET_REF_VOLTS=5
CDEFS += -DVTARGET_SCALE_FACTOR=1
#CDEFS += -DNO_VTARGET_DETECT
CDEFS += -DVTARGET_REF_VOLTS=5
CDEFS += -DVTARGET_SCALE_FACTOR=1
#CDEFS += -DNO_VTARGET_DETECT