drivers: adc: esp32: Add support for single-shot conversion

Allow single-shot adc conversion on all supported targets.

Signed-off-by: Marek Matej <marek.matej@espressif.com>
This commit is contained in:
Marek Matej 2022-11-01 21:32:23 +01:00 committed by Fabio Baltieri
commit 937ea00e7a
14 changed files with 476 additions and 2 deletions

View file

@ -4,6 +4,12 @@ type: mcu
arch: riscv
toolchain:
- zephyr
supported:
- adc
- gpio
- i2c
- watchdog
- uart
testing:
ignore_tags:
- net

View file

@ -73,5 +73,5 @@
output-high;
};
};
};

View file

@ -5,6 +5,8 @@ arch: xtensa
toolchain:
- zephyr
supported:
- adc
- dac
- gpio
- i2c
- watchdog

View file

@ -4,6 +4,13 @@ type: mcu
arch: xtensa
toolchain:
- zephyr
supported:
- adc
- dac
- gpio
- i2c
- watchdog
- uart
testing:
ignore_tags:
- net