Change PIPE_PIPENUM_MASK from 0x07 to the more generic 0x0F to allow for full pipe address support in USB host architectures other than the current AVR8 devices. Minor documentation improvements.

This commit is contained in:
Dean Camera 2011-12-11 03:04:16 +00:00
parent ecba8bcecf
commit ec3e47a7d0
4 changed files with 5 additions and 4 deletions

View file

@ -317,7 +317,7 @@ TYPEDEF_HIDES_STRUCT = YES
# 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
# corresponding to a cache size of 2^16 = 65536 symbols
SYMBOL_CACHE_SIZE = 1
SYMBOL_CACHE_SIZE = 0
#---------------------------------------------------------------------------
# Build related configuration options