mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 13:09:38 +00:00 
			
		
		
		
	 17a688749a
			
		
	
	17a688749a
	
	
	
		
			
			because we need to use %llu to print the timer count value, but nano printf doesn't known that format
		
			
				
	
	
		
			7 lines
		
	
	
		
			270 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			270 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # This file was generated using idf.py save-defconfig. It can be edited manually.
 | |
| # Espressif IoT Development Framework (ESP-IDF) Project Minimal Configuration
 | |
| #
 | |
| 
 | |
| # Disable nano printf, because we need to print the timer count in %llu format
 | |
| CONFIG_NEWLIB_NANO_FORMAT=n
 |