diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-01-08 00:54:30 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-01-08 00:54:30 +0000 |
| commit | 306cc375ec4287f585e46cd43a01bc6b3211612c (patch) | |
| tree | dbddf66e710d20786ad91c845a998eb1ca571c9c /Projects/Webserver/makefile | |
| parent | daf983222c17e9d54c007813778e152c75e0c74b (diff) | |
The FAST_STREAM_TRANSFERS compile time option has been removed due to lack of use and low cost/benefit ratio.
Add GCC_FORCE_POINTER_ACCESS() macro use to the RingBuffer library header, to attempt to force GCC into producing more efficient code for manipulating the buffers.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1625 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/Webserver/makefile')
| -rw-r--r-- | Projects/Webserver/makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Projects/Webserver/makefile b/Projects/Webserver/makefile index 1544218f..acc371ad 100644 --- a/Projects/Webserver/makefile +++ b/Projects/Webserver/makefile @@ -120,7 +120,6 @@ LUFA_OPTS = -D FIXED_CONTROL_ENDPOINT_SIZE=8 LUFA_OPTS += -D FIXED_NUM_CONFIGURATIONS=1 LUFA_OPTS += -D DEVICE_STATE_AS_GPIOR=0 LUFA_OPTS += -D USE_FLASH_DESCRIPTORS -LUFA_OPTS += -D FAST_STREAM_TRANSFERS LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)" LUFA_OPTS += -D INTERRUPT_CONTROL_ENDPOINT |
