mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	because we need to use %llu to print the timer count value, but nano printf doesn't known that format
		
			
				
	
	
		
			8 lines
		
	
	
		
			311 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			311 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
 | 
						|
#
 | 
						|
CONFIG_GPTIMER_SUPPRESS_DEPRECATE_WARN=y
 | 
						|
 | 
						|
# Disable nano printf, because we need to print the timer count in %llu format
 | 
						|
CONFIG_NEWLIB_NANO_FORMAT=n
 |