From d1261468875f4772898c4395880735784e651d91 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 8 Jan 2011 00:54:30 +0000 Subject: 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. --- Projects/Webserver/makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Projects/Webserver/makefile') diff --git a/Projects/Webserver/makefile b/Projects/Webserver/makefile index 1544218f2..acc371ad5 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 -- cgit v1.2.3