mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	Merge branch 'bugfix/fix_adc_cali_error_after_light_sleep_wake_on_h2' into 'master'
adc: fix calibration error when waking up from light sleep on H2 and enable test Closes IDF-8569 See merge request espressif/esp-idf!27242
This commit is contained in:
		@@ -24,7 +24,7 @@
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Restore regi2c analog calibration related configuration registers.
 | 
			
		||||
 * This is a workaround, and is fixed on later chips
 | 
			
		||||
 * This is a workaround for calibration error when waking up from light sleep
 | 
			
		||||
 */
 | 
			
		||||
#define REGI2C_ANA_CALI_PD_WORKAROUND    1
 | 
			
		||||
#define REGI2C_ANA_CALI_BYTE_NUM         8
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user