sigma_delta: add periph signal list and support esp32-s3

This commit is contained in:
morris
2020-10-22 13:16:49 +08:00
parent 8f3393afdf
commit 17808b3ff8
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