soc: esp32s3: add ADC single-shot support

Add support for single-shot ADC readings.

Signed-off-by: Eric Holmberg <eric.holmberg@northriversystems.co.nz>
This commit is contained in:
Eric Holmberg 2023-07-16 22:22:29 +12:00 committed by Carles Cufí
commit 9452cbfe9d
3 changed files with 25 additions and 0 deletions

View file

@ -8,6 +8,7 @@ description: |
- ESP32 < 9,10,11,12 >
- ESP32-S2 < 12 >
- ESP32-C3 < 12 >
- ESP32-S3 < 12 >
For chips with configurable resolution feature (ESP32),
maximum resolution will be used if not set explicitly.