mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-31 14:22:14 +00:00
sigma_delta: add periph signal list and support esp32-s3
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user