mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 00:51:42 +01:00 
			
		
		
		
	I2C: enable all unit test for i2c on esp32c3
This commit is contained in:
		@@ -894,6 +894,7 @@ static inline void i2c_ll_slave_init(i2c_dev_t *hw)
 | 
			
		||||
    ctrl_reg.sda_force_out = 1;
 | 
			
		||||
    ctrl_reg.scl_force_out = 1;
 | 
			
		||||
    hw->ctr.val = ctrl_reg.val;
 | 
			
		||||
    hw->ctr.slv_tx_auto_start_en = 1;
 | 
			
		||||
    hw->fifo_conf.fifo_addr_cfg_en = 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user