diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-03-09 11:11:05 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-03-09 11:11:05 +0000 |
commit | d5cff25cd14053965fcf072a7109493155a531c3 (patch) | |
tree | dc244bc48a35fc75ac7abcae4f0ff92a1a406ad9 /Bootloaders | |
parent | e62e50c66360669d5e64d61f615d9b4ee24ca59f (diff) | |
download | lufa-d5cff25cd14053965fcf072a7109493155a531c3.tar.gz lufa-d5cff25cd14053965fcf072a7109493155a531c3.tar.bz2 lufa-d5cff25cd14053965fcf072a7109493155a531c3.zip |
Update Bootloader buld test to generate bootloaders using the new Printer class bootloader. Optimize incomplete Mass Storage bootloader LUFA configuration.
Diffstat (limited to 'Bootloaders')
-rw-r--r-- | Bootloaders/Incomplete/MassStorage/Config/LUFAConfig.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Bootloaders/Incomplete/MassStorage/Config/LUFAConfig.h b/Bootloaders/Incomplete/MassStorage/Config/LUFAConfig.h index b1ae7b521..b6f4020c6 100644 --- a/Bootloaders/Incomplete/MassStorage/Config/LUFAConfig.h +++ b/Bootloaders/Incomplete/MassStorage/Config/LUFAConfig.h @@ -57,13 +57,13 @@ // #define NO_CLASS_DRIVER_AUTOFLUSH /* General USB Driver Related Tokens: */ -// #define ORDERED_EP_CONFIG + #define ORDERED_EP_CONFIG #define USE_STATIC_OPTIONS (USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL) #define USB_DEVICE_ONLY // #define USB_HOST_ONLY // #define USB_STREAM_TIMEOUT_MS {Insert Value Here} // #define NO_LIMITED_CONTROLLER_CONNECT -// #define NO_SOF_EVENTS + #define NO_SOF_EVENTS /* USB Device Mode Driver Related Tokens: */ #define USE_RAM_DESCRIPTORS @@ -71,7 +71,7 @@ // #define USE_EEPROM_DESCRIPTORS // #define NO_INTERNAL_SERIAL #define FIXED_CONTROL_ENDPOINT_SIZE 8 -// #define DEVICE_STATE_AS_GPIOR {Insert Value Here} + #define DEVICE_STATE_AS_GPIOR 0 #define FIXED_NUM_CONFIGURATIONS 1 // #define CONTROL_ONLY_DEVICE #define INTERRUPT_CONTROL_ENDPOINT |