From: Dean Camera Date: Fri, 24 Dec 2010 18:06:55 +0000 (+0000) Subject: Much more efficient algorithm for the Endpoint/Pipe configuration routine of unordere... X-Git-Tag: LUFA-110528-BETA~129 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/bfa622d27e95f391a4e7ea256a5162075dac18e0?hp=bfa622d27e95f391a4e7ea256a5162075dac18e0 Much more efficient algorithm for the Endpoint/Pipe configuration routine of unordered endpoints/pipes - only reconfigure the endpoints and pipes above the newly configured endpoint/pipe, and don't cache existing endpoint/pipe configuration before use to save SRAM. ---