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:
197e2ed
)
Improve bootloader compile error message text when building without the correct optim...
author
Dean Camera
<dean@fourwalledcubicle.com>
Mon, 8 Apr 2013 19:35:00 +0000
(19:35 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Mon, 8 Apr 2013 19:35:00 +0000
(19:35 +0000)
Bootloaders/CDC/BootloaderCDC.h
patch
|
blob
|
blame
|
history
Bootloaders/DFU/BootloaderDFU.h
patch
|
blob
|
blame
|
history
Bootloaders/HID/BootloaderHID.h
patch
|
blob
|
blame
|
history
Bootloaders/MassStorage/BootloaderMassStorage.h
patch
|
blob
|
blame
|
history
Bootloaders/Printer/BootloaderPrinter.h
patch
|
blob
|
blame
|
history
diff --git
a/Bootloaders/CDC/BootloaderCDC.h
b/Bootloaders/CDC/BootloaderCDC.h
index
e4eebe7
..
49fc674
100644
(file)
--- a/
Bootloaders/CDC/BootloaderCDC.h
+++ b/
Bootloaders/CDC/BootloaderCDC.h
@@
-54,7
+54,7
@@
/* Preprocessor Checks: */
#if !defined(__OPTIMIZE_SIZE__)
/* Preprocessor Checks: */
#if !defined(__OPTIMIZE_SIZE__)
- #error This bootloader requires that it be
compiled for size, not speed, to fit into the target device
.
+ #error This bootloader requires that it be
optimize for size, not speed, to fit into the target device. Change optimization settings and try again
.
#endif
/* Macros: */
#endif
/* Macros: */
diff --git
a/Bootloaders/DFU/BootloaderDFU.h
b/Bootloaders/DFU/BootloaderDFU.h
index
1ace570
..
f712c8f
100644
(file)
--- a/
Bootloaders/DFU/BootloaderDFU.h
+++ b/
Bootloaders/DFU/BootloaderDFU.h
@@
-56,7
+56,7
@@
/* Preprocessor Checks: */
#if !defined(__OPTIMIZE_SIZE__)
/* Preprocessor Checks: */
#if !defined(__OPTIMIZE_SIZE__)
- #error This bootloader requires that it be
compiled for size, not speed, to fit into the target device
.
+ #error This bootloader requires that it be
optimize for size, not speed, to fit into the target device. Change optimization settings and try again
.
#endif
/* Macros: */
#endif
/* Macros: */
diff --git
a/Bootloaders/HID/BootloaderHID.h
b/Bootloaders/HID/BootloaderHID.h
index
1394b82
..
ff31157
100644
(file)
--- a/
Bootloaders/HID/BootloaderHID.h
+++ b/
Bootloaders/HID/BootloaderHID.h
@@
-50,7
+50,7
@@
/* Preprocessor Checks: */
#if !defined(__OPTIMIZE_SIZE__)
/* Preprocessor Checks: */
#if !defined(__OPTIMIZE_SIZE__)
- #error This bootloader requires that it be
compiled for size, not speed, to fit into the target device
.
+ #error This bootloader requires that it be
optimize for size, not speed, to fit into the target device. Change optimization settings and try again
.
#endif
/* Macros: */
#endif
/* Macros: */
diff --git
a/Bootloaders/MassStorage/BootloaderMassStorage.h
b/Bootloaders/MassStorage/BootloaderMassStorage.h
index
3a8e44b
..
34297d4
100644
(file)
--- a/
Bootloaders/MassStorage/BootloaderMassStorage.h
+++ b/
Bootloaders/MassStorage/BootloaderMassStorage.h
@@
-52,7
+52,7
@@
/* Preprocessor Checks: */
#if !defined(__OPTIMIZE_SIZE__)
/* Preprocessor Checks: */
#if !defined(__OPTIMIZE_SIZE__)
- #error This bootloader requires that it be
compiled for size, not speed, to fit into the target device
.
+ #error This bootloader requires that it be
optimize for size, not speed, to fit into the target device. Change optimization settings and try again
.
#endif
/* Macros: */
#endif
/* Macros: */
diff --git
a/Bootloaders/Printer/BootloaderPrinter.h
b/Bootloaders/Printer/BootloaderPrinter.h
index
19d36e0
..
acd6001
100644
(file)
--- a/
Bootloaders/Printer/BootloaderPrinter.h
+++ b/
Bootloaders/Printer/BootloaderPrinter.h
@@
-49,7
+49,7
@@
/* Preprocessor Checks: */
#if !defined(__OPTIMIZE_SIZE__)
/* Preprocessor Checks: */
#if !defined(__OPTIMIZE_SIZE__)
- #error This bootloader requires that it be
compiled for size, not speed, to fit into the target device
.
+ #error This bootloader requires that it be
optimize for size, not speed, to fit into the target device. Change optimization settings and try again
.
#endif
/* Macros: */
#endif
/* Macros: */