mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-30 20:51:41 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			397 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			397 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| CONFIG_IDF_TARGET="esp32c2"
 | |
| 
 | |
| # Bluetooth Low Power Config
 | |
| CONFIG_BT_LE_SLEEP_ENABLE=y
 | |
| CONFIG_BT_LE_LP_CLK_SRC_MAIN_XTAL=y
 | |
| 
 | |
| #
 | |
| # Power Management
 | |
| #
 | |
| CONFIG_PM_ENABLE=y
 | |
| CONFIG_PM_DFS_INIT_AUTO=y
 | |
| 
 | |
| # XTAL Freq Config
 | |
| CONFIG_XTAL_FREQ_26=y
 | |
| CONFIG_XTAL_FREQ=26
 | |
| 
 | |
| #
 | |
| # Sleep Config
 | |
| #
 | |
| CONFIG_ESP_SLEEP_POWER_DOWN_FLASH=y
 | |
| CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION=y
 | |
| 
 | |
| # RTC clock source
 | |
| CONFIG_RTC_CLK_SRC_INT_RC=y
 | 
