diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-10-29 08:07:49 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-10-29 08:07:49 +0000 |
commit | 475323e4004f6b2410cad85eb103d7a13dfb060f (patch) | |
tree | 8f79531ec6e50436ff1829b86258130f2d4381fa /Bootloaders/CDC/makefile | |
parent | 46f2e488b0508d12be63b14213b8e0499eb01fc0 (diff) | |
download | lufa-475323e4004f6b2410cad85eb103d7a13dfb060f.tar.gz lufa-475323e4004f6b2410cad85eb103d7a13dfb060f.tar.bz2 lufa-475323e4004f6b2410cad85eb103d7a13dfb060f.zip |
Added new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT, NO_FLASH_BYTE_SUPPORT and NO_LOCK_BYTE_SUPPORT compile time options to the CDC class bootloader.
Diffstat (limited to 'Bootloaders/CDC/makefile')
-rw-r--r-- | Bootloaders/CDC/makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Bootloaders/CDC/makefile b/Bootloaders/CDC/makefile index 305c732b9..5eebaba53 100644 --- a/Bootloaders/CDC/makefile +++ b/Bootloaders/CDC/makefile @@ -124,6 +124,11 @@ LUFA_OPTS += -D NO_DEVICE_REMOTE_WAKEUP LUFA_OPTS += -D NO_STREAM_CALLBACKS LUFA_OPTS += -D NO_SOF_EVENTS +#LUFA_OPTS += -D NO_BLOCK_SUPPORT +#LUFA_OPTS += -D NO_EEPROM_BYTE_SUPPORT +#LUFA_OPTS += -D NO_FLASH_BYTE_SUPPORT +#LUFA_OPTS += -D NO_LOCK_BYTE_SUPPORT + # Create the LUFA source path variables by including the LUFA root makefile include $(LUFA_PATH)/LUFA/makefile |