mirror of
				https://github.com/0xFEEDC0DE64/arduino-esp32.git
				synced 2025-11-03 23:51:39 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			506 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			506 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
/*
 | 
						|
 * board.h  -  Include board-specific definitions
 | 
						|
 *
 | 
						|
 * Copyright (c) 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.
 | 
						|
 */
 | 
						|
 | 
						|
#include <xtensa/xtkc705.h>
 | 
						|
 |