projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
ecba8bc
)
Change PIPE_PIPENUM_MASK from 0x07 to the more generic 0x0F to allow for full pipe...
author
Dean Camera
<dean@fourwalledcubicle.com>
Sun, 11 Dec 2011 03:04:16 +0000
(
03:04
+0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Sun, 11 Dec 2011 03:04:16 +0000
(
03:04
+0000)
LUFA/Doxygen.conf
patch
|
blob
|
blame
|
history
LUFA/DoxygenPages/FutureChanges.txt
patch
|
blob
|
blame
|
history
LUFA/DoxygenPages/LUFAPoweredProjects.txt
patch
|
blob
|
blame
|
history
LUFA/Drivers/USB/Core/Pipe.h
patch
|
blob
|
blame
|
history
diff --git
a/LUFA/Doxygen.conf
b/LUFA/Doxygen.conf
index
947f49a
..
eb464ed
100644
(file)
--- a/
LUFA/Doxygen.conf
+++ b/
LUFA/Doxygen.conf
@@
-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
# 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
#---------------------------------------------------------------------------
# Build related configuration options
diff --git
a/LUFA/DoxygenPages/FutureChanges.txt
b/LUFA/DoxygenPages/FutureChanges.txt
index
b51e885
..
a8e83b1
100644
(file)
--- a/
LUFA/DoxygenPages/FutureChanges.txt
+++ b/
LUFA/DoxygenPages/FutureChanges.txt
@@
-41,7
+41,7
@@
* -# Port all demos to multiple architectures
* - Ports
* -# Finish USB XMEGA port
* -# Port all demos to multiple architectures
* - Ports
* -# Finish USB XMEGA port
- * -# Add AVR32 UC3C support
+ * -# Add AVR32 UC3C
, UC3D and UC3L
support
* -# Atmel ARM7 series microcontrollers
* -# Other (commercial) C compilers
*/
* -# Atmel ARM7 series microcontrollers
* -# Other (commercial) C compilers
*/
diff --git
a/LUFA/DoxygenPages/LUFAPoweredProjects.txt
b/LUFA/DoxygenPages/LUFAPoweredProjects.txt
index
6a61a91
..
9dbace6
100644
(file)
--- a/
LUFA/DoxygenPages/LUFAPoweredProjects.txt
+++ b/
LUFA/DoxygenPages/LUFAPoweredProjects.txt
@@
-128,6
+128,7
@@
* - MIDIFighter, a USB-MIDI controller: http://www.midifighter.com/
* - Norduino, a wireless Arduino: http://norduino.robomotic.com/norduino-is-now-usb-hid/
* - Retrode, a USB Games Console Cartridge Reader: http://www.retrode.org
* - MIDIFighter, a USB-MIDI controller: http://www.midifighter.com/
* - Norduino, a wireless Arduino: http://norduino.robomotic.com/norduino-is-now-usb-hid/
* - Retrode, a USB Games Console Cartridge Reader: http://www.retrode.org
+ * - RFI21.1EU UHF RFID reader: http://www.metra.cz/rfid/uhf-rfid-ctecky/rfi21-1eu-uhf-rfid-ctecka.htm
* - SmartCardDetective, a Smart Card analysis tool: http://www.smartcarddetective.com/
* - USBTINY-MKII, an AVRISP-MKII Clone AVR Programmer: http://tom-itx.dyndns.org:81/~webpage/boards/USBTiny_Mkii/USBTiny_Mkii_index.php
* - VMeter, a USB MIDI touch strip controller: http://www.vmeter.net/
* - SmartCardDetective, a Smart Card analysis tool: http://www.smartcarddetective.com/
* - USBTINY-MKII, an AVRISP-MKII Clone AVR Programmer: http://tom-itx.dyndns.org:81/~webpage/boards/USBTiny_Mkii/USBTiny_Mkii_index.php
* - VMeter, a USB MIDI touch strip controller: http://www.vmeter.net/
diff --git
a/LUFA/Drivers/USB/Core/Pipe.h
b/LUFA/Drivers/USB/Core/Pipe.h
index
387ee50
..
fe74c9a
100644
(file)
--- a/
LUFA/Drivers/USB/Core/Pipe.h
+++ b/
LUFA/Drivers/USB/Core/Pipe.h
@@
-106,7
+106,7
@@
/** Pipe number mask, for masking against pipe addresses to retrieve the pipe's numerical address
* in the device.
*/
/** Pipe number mask, for masking against pipe addresses to retrieve the pipe's numerical address
* in the device.
*/
- #define PIPE_PIPENUM_MASK 0x0
7
+ #define PIPE_PIPENUM_MASK 0x0
F
/** Endpoint number mask, for masking against endpoint addresses to retrieve the endpoint's
* numerical address in the attached device.
/** Endpoint number mask, for masking against endpoint addresses to retrieve the endpoint's
* numerical address in the attached device.
@@
-114,7
+114,7
@@
#define PIPE_EPNUM_MASK 0x0F
/** Endpoint direction mask, for masking against endpoint addresses to retrieve the endpoint's
#define PIPE_EPNUM_MASK 0x0F
/** Endpoint direction mask, for masking against endpoint addresses to retrieve the endpoint's
- * direction for comparing with the \c ENDPOINT_D
ESCRIPTOR_D
IR_* masks.
+ * direction for comparing with the \c ENDPOINT_DIR_* masks.
*/
#define PIPE_EPDIR_MASK 0x80
*/
#define PIPE_EPDIR_MASK 0x80