mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-30 20:51:41 +00:00 
			
		
		
		
	 6c8fa646e4
			
		
	
	6c8fa646e4
	
	
	
		
			
			change(ble): added npl eventq put to front
change(ble): added cache safe check in ble power save example
ble(update):
    Update c2 lib to 91b81332
    Update h2 lib to 620fbe79
    Update c6 lib to 620fbe79
fix(ble): fix stack overflow disable at sleep
Revert "change(ble): added ble cca en and thresh option"
This reverts commit 71901499b9.
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			504 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			504 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| CONFIG_IDF_TARGET="esp32h2"
 | |
| 
 | |
| # Bluetooth Low Power Config
 | |
| CONFIG_BT_LE_SLEEP_ENABLE=y
 | |
| CONFIG_BT_LE_LP_CLK_SRC_DEFAULT=y
 | |
| 
 | |
| #
 | |
| # Power Management
 | |
| #
 | |
| CONFIG_PM_ENABLE=y
 | |
| CONFIG_PM_DFS_INIT_AUTO=y
 | |
| CONFIG_PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP=y
 | |
| CONFIG_PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP=y
 | |
| # end of Power Management
 | |
| 
 | |
| #
 | |
| # Sleep Config
 | |
| #
 | |
| CONFIG_ESP_SLEEP_POWER_DOWN_FLASH=y
 | |
| CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION=y
 | |
| # end of Sleep Config
 | |
| 
 | |
| #
 | |
| # RTC Clock Config
 | |
| #
 | |
| CONFIG_RTC_CLK_SRC_EXT_CRYS=y
 | |
| # end of RTC Clock Config
 |