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:
parent
ed105761fa
commit
937ea00e7a
14 changed files with 476 additions and 2 deletions
|
@ -4,6 +4,12 @@ type: mcu
|
|||
arch: riscv
|
||||
toolchain:
|
||||
- zephyr
|
||||
supported:
|
||||
- adc
|
||||
- gpio
|
||||
- i2c
|
||||
- watchdog
|
||||
- uart
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
|
|
|
@ -73,5 +73,5 @@
|
|||
output-high;
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
|
|
|
@ -5,6 +5,8 @@ arch: xtensa
|
|||
toolchain:
|
||||
- zephyr
|
||||
supported:
|
||||
- adc
|
||||
- dac
|
||||
- gpio
|
||||
- i2c
|
||||
- watchdog
|
||||
|
|
|
@ -4,6 +4,13 @@ type: mcu
|
|||
arch: xtensa
|
||||
toolchain:
|
||||
- zephyr
|
||||
supported:
|
||||
- adc
|
||||
- dac
|
||||
- gpio
|
||||
- i2c
|
||||
- watchdog
|
||||
- uart
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue