Added board hardware driver support for the EVK1104 board.
Fix inverted LEDs_GetLEDs() result for the EVK1100 and EVK1101 boards.
This commit is contained in:
		
							parent
							
								
									8cc3fd56d9
								
							
						
					
					
						commit
						8c3d421a01
					
				
					 10 changed files with 263 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -169,6 +169,8 @@
 | 
			
		|||
		#include "AVR8/TUL/LEDs.h"	
 | 
			
		||||
	#elif (BOARD == BOARD_EVK1100)
 | 
			
		||||
		#include "UC3/EVK1100/LEDs.h"
 | 
			
		||||
	#elif (BOARD == BOARD_EVK1104)
 | 
			
		||||
		#include "UC3/EVK1104/LEDs.h"
 | 
			
		||||
	#else
 | 
			
		||||
		#include "Board/LEDs.h"
 | 
			
		||||
	#endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue