From: Dean Camera Date: Thu, 16 Jul 2009 08:15:27 +0000 (+0000) Subject: Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGURATION... X-Git-Tag: LUFA-110528-BETA~1076 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/37f8a84f35dadf27a6f8997b675238269f854b45?hp=37f8a84f35dadf27a6f8997b675238269f854b45 Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGURATION compile time option (but silently convert it to USE_SINGLE_DEVICE_CONFIGURATION internally for compatibility). Added new USE_FLASH_DESCRIPTORS compile time option. By default, descriptors can now lie in mixed memory spaces (specified by a new parameter to the CALLBACK_USB_GetDescriptor() function) unless one of the USE_*_DESCRIPTORS compile time option is specified. ---