Make RNDISHost demo validate the set Packet Filter to ensure that it is being sent correctly.
Add new (incomplete) StandaloneProgrammer project, using the ELM Petite FAT library to read files stored on the board's dataflash by the host.
This commit is contained in:
		
							parent
							
								
									79e54580ae
								
							
						
					
					
						commit
						9b20114555
					
				
					 26 changed files with 3957 additions and 13 deletions
				
			
		| 
						 | 
				
			
			@ -76,16 +76,16 @@
 | 
			
		|||
		 */
 | 
			
		||||
		#define HID_NON_BOOT_PROTOCOL        0x00
 | 
			
		||||
 | 
			
		||||
		/** Constant for the protocol value of a HID interface descriptor, indicating that the interface supports the
 | 
			
		||||
		 *  HID class Mouse boot protocol (see HID Class Specification).
 | 
			
		||||
		 */
 | 
			
		||||
		#define HID_BOOT_MOUSE_PROTOCOL      0x02
 | 
			
		||||
		
 | 
			
		||||
		/** Constant for the protocol value of a HID interface descriptor, indicating that the interface supports the
 | 
			
		||||
		 *  HID class Keyboard boot protocol (see HID Class Specification).
 | 
			
		||||
		 */
 | 
			
		||||
		#define HID_BOOT_KEYBOARD_PROTOCOL   0x01
 | 
			
		||||
 | 
			
		||||
		/** Constant for the protocol value of a HID interface descriptor, indicating that the interface supports the
 | 
			
		||||
		 *  HID class Mouse boot protocol (see HID Class Specification).
 | 
			
		||||
		 */
 | 
			
		||||
		#define HID_BOOT_MOUSE_PROTOCOL      0x02
 | 
			
		||||
 | 
			
		||||
	/* Type Defines: */
 | 
			
		||||
		/** Enum for the different types of HID reports. */
 | 
			
		||||
		enum HID_ReportItemTypes_t
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -29,6 +29,7 @@
 | 
			
		|||
  *  - Make new demos
 | 
			
		||||
  *      -# Keyboard/Mouse Dual Class Host
 | 
			
		||||
  *      -# Multiple-Report HID device
 | 
			
		||||
  *      -# Device/Host bridge
 | 
			
		||||
  *  - Port LUFA codebase
 | 
			
		||||
  *      -# AVR32 UC3B series microcontrollers
 | 
			
		||||
  *      -# Atmel ARM7 series microcontrollers
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue