Add board support for the Arduino YUN ATMEGA32U4 coprocessor.
This commit is contained in:
		
							parent
							
								
									7dc746c2c1
								
							
						
					
					
						commit
						7046ebb37b
					
				
					 6 changed files with 253 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -234,6 +234,9 @@
 | 
			
		|||
			/** Selects the U2S specific board drivers, including the Button and LEDs drivers. */
 | 
			
		||||
			#define BOARD_U2S                  56
 | 
			
		||||
 | 
			
		||||
			/** Selects the YUN specific board drivers, including the driver for the board LEDs. */
 | 
			
		||||
			#define BOARD_YUN                  57
 | 
			
		||||
 | 
			
		||||
			#if !defined(__DOXYGEN__)
 | 
			
		||||
				#define BOARD_                 BOARD_NONE
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue