feat(i2c): support i2c on esp32-c61

This commit is contained in:
laokaiyao
2024-08-05 18:16:57 +08:00
parent cd1178298f
commit 1397e5421e
27 changed files with 1304 additions and 156 deletions

View File

@@ -12,7 +12,6 @@
#include "soc/soc_caps.h"
#include "hal/misc.h"
#include "hal/assert.h"
#if SOC_I2C_SUPPORTED // TODO: [ESP32C5] IDF-8694
#include "soc/i2c_periph.h"
#include "soc/soc_caps.h"
#include "soc/i2c_struct.h"
@@ -1240,5 +1239,3 @@ static inline void i2c_ll_get_scl_timing(i2c_dev_t *hw, int *high_period, int *l
#ifdef __cplusplus
}
#endif
#endif // SOC_I2C_SUPPORTED