Merge branch 'feature/support_sigma_delta_on_s3' into 'master'

sigma_delta: add periph signal list and support esp32-s3

See merge request espressif/esp-idf!10945
This commit is contained in:
Michael (XIAO Xufeng)
2020-10-30 17:22:02 +08:00
15 changed files with 188 additions and 83 deletions

View File

@@ -166,8 +166,8 @@
#define SOC_RTCIO_PIN_COUNT 18
/*-------------------------- SIGMA DELTA CAPS --------------------------------*/
// ESP32 have 1 SIGMADELTA peripheral.
#define SOC_SIGMADELTA_NUM 1
#define SOC_SIGMADELTA_NUM (1) // 1 sigma-delta peripheral
#define SOC_SIGMADELTA_CHANNEL_NUM (8) // 8 channels
/*-------------------------- SPI CAPS ----------------------------------------*/
#define SOC_SPI_PERIPH_NUM 3