Merge branch 'feature/support_esp32s3_beta_3' into 'master'

Support ESP32S3 beta 3 target

Closes IDF-2908

See merge request espressif/esp-idf!12661
This commit is contained in:
Angus Gratton
2021-03-23 10:17:58 +00:00
133 changed files with 58385 additions and 38858 deletions
@@ -88,6 +88,9 @@ typedef struct {
#define I2C_LL_SLAVE_RX_INT (I2C_RXFIFO_FULL_INT_ENA_M | I2C_TRANS_COMPLETE_INT_ENA_M)
// I2C source clock frequency
#define I2C_LL_CLK_SRC_FREQ(src_clk) (80*1000*1000)
// I2C max timeout value
#define I2C_LL_MAX_TIMEOUT I2C_TIME_OUT_REG_V
/**
* @brief Calculate I2C bus frequency
*