aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/CDC/BootloaderCDC.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-04-07 04:19:57 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-04-07 04:19:57 +0000
commitcb7884da506096352ad82a1317b998813b74f4f8 (patch)
tree0ae404bad74a807ee2d3122f0410f414f38c5df9 /Bootloaders/CDC/BootloaderCDC.txt
parent557a945ba1851bc8d1669bd034464047f50b6691 (diff)
downloadlufa-cb7884da506096352ad82a1317b998813b74f4f8.tar.gz
lufa-cb7884da506096352ad82a1317b998813b74f4f8.tar.bz2
lufa-cb7884da506096352ad82a1317b998813b74f4f8.zip
Added preprocessor checks and documentation to the bootloaders giving information about missing SIGNATURE_x defines due to outdated avr-libc versions.
Diffstat (limited to 'Bootloaders/CDC/BootloaderCDC.txt')
-rw-r--r--Bootloaders/CDC/BootloaderCDC.txt13
1 files changed, 10 insertions, 3 deletions
diff --git a/Bootloaders/CDC/BootloaderCDC.txt b/Bootloaders/CDC/BootloaderCDC.txt
index 1f8970d57..1122e73ae 100644
--- a/Bootloaders/CDC/BootloaderCDC.txt
+++ b/Bootloaders/CDC/BootloaderCDC.txt
@@ -50,9 +50,16 @@
*
* <table>
* <tr>
- * <td>
- * None
- * </td>
+ * <td><b>Define Name:</b></td>
+ * <td><b>Location:</b></td>
+ * <td><b>Description:</b></td>
+ * </tr>
+ * <tr>
+ * <td>SIGNATURE_0, SIGNATURE_1, SIGNATURE_2</td>
+ * <td>Makefile CDEFS</td>
+ * <td>AVR part signature bytes. These are normally defined as part of the AVR device header files in recent avr-libc
+ * distributions. If your avr-libc library is out of date and does not define these values, you can define them
+ * manually in the makefile CDEFS.</td>
* </tr>
* </table>
*/ \ No newline at end of file