Added board hardware driver support for the USBFOO development board.
This commit is contained in:
		
							parent
							
								
									b369aa2cc6
								
							
						
					
					
						commit
						21954179a4
					
				
					 8 changed files with 233 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -12,6 +12,7 @@
 | 
			
		|||
  *    not ready removable medium has now become ready for the host's use (thanks to Martin Degelsegger)
 | 
			
		||||
  *  - Moved the Pipe and Endpoint stream related code to two new USB library core source files EndpointStream.c and PipeStream.c
 | 
			
		||||
  *  - Added board hardware driver support for the Olimex AVR-USB-162 development board (thanks to Steve Fawcett)
 | 
			
		||||
  *  - Added board hardware driver support for the USBFOO development board
 | 
			
		||||
  *
 | 
			
		||||
  *  <b>Changed:</b>
 | 
			
		||||
  *  - Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use inlined or function called versions
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -37,6 +37,7 @@
 | 
			
		|||
 *   - Teensy (all revisions and versions)
 | 
			
		||||
 *   - USBTINY-MKII (all revisions and versions)
 | 
			
		||||
 *   - Olimex AVR-USB-162
 | 
			
		||||
 *   - USBFOO
 | 
			
		||||
 *   - Any Other Custom User Boards (with Board Drivers if desired, see \ref Page_WritingBoardDrivers)
 | 
			
		||||
 */
 | 
			
		||||
 
 | 
			
		||||
| 
						 | 
				
			
			@ -23,7 +23,7 @@
 | 
			
		|||
 *  - JM-DB-U2, an ATMEGA32U2 development board: http://u2.mattair.net/index.html
 | 
			
		||||
 *  - Micropendous, an open design/source set of AVR USB development boards: http://micropendous.org/
 | 
			
		||||
 *  - Nanduino, a do-it-yourself AT90USB162 board: http://www.makestuff.eu/wordpress/?page_id=569
 | 
			
		||||
 *  - AVR-USB-162, a USBKEY like development board for the AT90USB162: http://olimex.com/dev/avr-usb-162.html
 | 
			
		||||
 *  - AVR-USB-162, a USBKEY-like development board for the AT90USB162: http://olimex.com/dev/avr-usb-162.html
 | 
			
		||||
 *  - Teensy and Teensy++, two other AVR USB development boards: http://www.pjrc.com/teensy/index.html
 | 
			
		||||
 *  - U2DIL/U4DIL, a set of DIP layout USB AVR boards: http://www.reworld.eu/re/en/products/u2dil/
 | 
			
		||||
 *  - USBFOO 2, AT90USB162 based development board: http://shop.kernelconcepts.de/product_info.php?products_id=102
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue