aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-06-16 05:53:27 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-06-16 05:53:27 +0000
commit39d07c3da045a3d739f9977101f8a81f0b8ff0e1 (patch)
tree190d1cb9cc3a6dc9f0f2a5008631553a57bb54f4 /LUFA
parentb5ca3990c2ec9dc240fb334002ed2f7c82eea853 (diff)
downloadlufa-39d07c3da045a3d739f9977101f8a81f0b8ff0e1.tar.gz
lufa-39d07c3da045a3d739f9977101f8a81f0b8ff0e1.tar.bz2
lufa-39d07c3da045a3d739f9977101f8a81f0b8ff0e1.zip
Added USB Missle Launcher project, submitted by Dave Fletcher.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/Drivers/Board/Temperature.h2
-rw-r--r--LUFA/ManPages/ChangeLog.txt1
-rw-r--r--LUFA/ManPages/FutureChanges.txt2
-rw-r--r--LUFA/ManPages/MainPage.txt5
4 files changed, 8 insertions, 2 deletions
diff --git a/LUFA/Drivers/Board/Temperature.h b/LUFA/Drivers/Board/Temperature.h
index db2643c1d..b5157e434 100644
--- a/LUFA/Drivers/Board/Temperature.h
+++ b/LUFA/Drivers/Board/Temperature.h
@@ -62,7 +62,7 @@
#if !defined(BOARD)
#error BOARD must be set in makefile to a value specified in BoardTypes.h.
- #elif (BOARD != BOARD_USBKEY) && (BOARD != BOARD_STK525) && (BOARD != BOARD_STK526)
+ #elif (BOARD != BOARD_USBKEY) && (BOARD != BOARD_STK525) && (BOARD != BOARD_STK526) && (BOARD != BOARD_USER)
#error The selected board does not contain a temperature sensor.
#endif
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 2bedb1d63..6343d3f7c 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -20,6 +20,7 @@
* internal control
* - Added new USB_Host_SetDeviceConfiguration() convenience function for easy configuration selection of devices while in USB
* host mode
+ * - Added USB Missle Launcher project, submitted by Dave Fletcher
*
*
* \section Sec_ChangeLog090605 Version 090605
diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt
index f31d5e3c5..e8ae78588 100644
--- a/LUFA/ManPages/FutureChanges.txt
+++ b/LUFA/ManPages/FutureChanges.txt
@@ -19,4 +19,6 @@
* - Add dual role Mouse Host/Keyboard Device demo to the library
* - Port LUFA to the AVR32 UC3B series microcontrollers
* - Port LUFA to the Atmel ARM7 series microcontrollers
+ * - Remake AVRStudio project files
+ * - Master LUFA include file
*/
diff --git a/LUFA/ManPages/MainPage.txt b/LUFA/ManPages/MainPage.txt
index b326f5cd5..a9cfa7641 100644
--- a/LUFA/ManPages/MainPage.txt
+++ b/LUFA/ManPages/MainPage.txt
@@ -19,7 +19,7 @@
* library API more streamlined and robust. You can download AVR-GCC for free in a convenient windows package,
* from the the WinAVR website.
*
- * \section Sec_Demos Demos and Bootloaders
+ * \section Sec_Demos Demos, Projects and Bootloaders
* The LUFA library ships with several different host and device demos, located in the /Demos/ subdirectory.
* If this directory is missing, please re-download the project from the project homepage.
*
@@ -28,6 +28,9 @@
* CDC class (AVR109 protocol) is compatible with such open source software as AVRDUDE and AVR-OSP, and the TeensyLoader
* HID class bootloader is compatible with the software from PJRC (http://www.pjrc.com/teensy/index.html).
*
+ * User-submitted projects are located in the /Projects/ subdirectory. If you wish to have your LUFA project included,
+ * please email it to the Library author.
+ *
* <b>Subsections:</b>
* - \subpage Page_Licence Project License
* - \subpage Page_Donating Donating to Support this Project