mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 13:09:38 +00:00 
			
		
		
		
	 fa97004faf
			
		
	
	fa97004faf
	
	
	
		
			
			Implement linux port layer and reuse the original FreeRTOS layer that's compiled and used on linux target as well, by means of FreeRTOS simulator.
		
			
				
	
	
		
			16 lines
		
	
	
		
			236 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			236 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| config ENV_GPIO_RANGE_MIN
 | |
|     int
 | |
|     default 0
 | |
| 
 | |
| config ENV_GPIO_RANGE_MAX
 | |
|     int
 | |
|     default 0
 | |
| 
 | |
| config ENV_GPIO_IN_RANGE_MAX
 | |
|     int
 | |
|     default ENV_GPIO_RANGE_MAX
 | |
| 
 | |
| config ENV_GPIO_OUT_RANGE_MAX
 | |
|     int
 | |
|     default ENV_GPIO_RANGE_MAX
 |