mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 00:51:42 +01:00 
			
		
		
		
	
		
			
	
	
		
			15 lines
		
	
	
		
			644 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
		
			644 B
		
	
	
	
		
			C
		
	
	
	
	
	
| 
								 | 
							
								/* Copyright (c) 2006-2013 by Tensilica Inc.  ALL RIGHTS RESERVED.
							 | 
						||
| 
								 | 
							
								/  These coded instructions, statements, and computer programs are the
							 | 
						||
| 
								 | 
							
								/  copyrighted works and confidential proprietary information of Tensilica Inc.
							 | 
						||
| 
								 | 
							
								/  They may not be modified, copied, reproduced, distributed, or disclosed to
							 | 
						||
| 
								 | 
							
								/  third parties in any manner, medium, or form, in whole or in part, without
							 | 
						||
| 
								 | 
							
								/  the prior written consent of Tensilica Inc.
							 | 
						||
| 
								 | 
							
								*/
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/*  xtkc705.h   -  Xtensa Xilinx KC705 (XT-KC705) board specific definitions  */
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/*  99.9% same as ML605, just indicate we're KC705 and include ML605 header:  */
							 | 
						||
| 
								 | 
							
								#define XTBOARD_IS_KC705	1
							 | 
						||
| 
								 | 
							
								#include <xtensa/xtml605.h>
							 | 
						||
| 
								 | 
							
								
							 |