Added board hardware driver support for the Blackcat USB JTAG board (thanks to the PSGroove team).
This commit is contained in:
		
							parent
							
								
									911170bf0b
								
							
						
					
					
						commit
						cb298295fb
					
				
					 8 changed files with 141 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -23,7 +23,8 @@
 | 
			
		|||
  *  - Added board hardware driver support for the Linnix UDIP development board
 | 
			
		||||
  *  - Added board hardware driver support for the Busware BUI development board
 | 
			
		||||
  *  - Added board hardware driver support for the Arduino Uno development board
 | 
			
		||||
  *  - Added board hardware driver support for the Busware CUL V3 868MHZ radio board
 | 
			
		||||
  *  - Added board hardware driver support for the Busware CUL V3 868MHZ radio board (thanks to Dirk Tostmann)
 | 
			
		||||
  *  - Added board hardware driver support for the Blackcat USB JTAG board (thanks to the PSGroove team)
 | 
			
		||||
  *
 | 
			
		||||
  *  <b>Changed:</b>
 | 
			
		||||
  *  - Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use inlined or function called versions
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -42,6 +42,7 @@
 | 
			
		|||
 *   - Busware BUI
 | 
			
		||||
 *   - Busware CUL V3
 | 
			
		||||
 *   - Arduino Uno
 | 
			
		||||
 *   - Blackcat USB JTAG
 | 
			
		||||
 *   - Any Other Custom User Boards (with Board Drivers if desired, see \ref Page_WritingBoardDrivers)
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -80,6 +80,7 @@
 | 
			
		|||
 *  - ARPS Locator: http://la3t.hamradio.no/lab//?id=tracker_en
 | 
			
		||||
 *  - Digital Survey Instruments Magnetometer and Pointer: http://www.digitalsurveyinstruments.com/
 | 
			
		||||
 *  - Penguino, an Arduino Board With On-Board LUFA Powered Debugger/Programmer: http://wiki.icy.com.au/PenguinoAVR
 | 
			
		||||
 *  - PIR-1, an IR control interface for consumer electronics: http://www.promixis.com/pir-1.php
 | 
			
		||||
 *  - Many of Busware's Products: http://www.busware.de/
 | 
			
		||||
 *  - MIDIFighter, a USB-MIDI controller: http://www.midifighter.com/
 | 
			
		||||
 *  - Retrode, a USB Games Console Cartridge Reader: http://www.retrode.org
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue