mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			302 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			302 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
CONFIG_IDF_TARGET="esp32"
 | 
						|
 | 
						|
# MODEM SLEEP Options
 | 
						|
CONFIG_BTDM_CTRL_MODEM_SLEEP=y
 | 
						|
CONFIG_BTDM_CTRL_MODEM_SLEEP_MODE_ORIG=y
 | 
						|
# Bluetooth low power clock
 | 
						|
CONFIG_BTDM_CTRL_LPCLK_SEL_EXT_32K_XTAL=y
 | 
						|
 | 
						|
# RTC clock source
 | 
						|
CONFIG_RTC_CLK_SRC_EXT_CRYS=y
 | 
						|
 | 
						|
# Run FreeRTOS only on first core
 | 
						|
CONFIG_FREERTOS_UNICORE=y
 |