boards: esp8684_devkitm: ADC support

Update doc and board yaml to indicate ADC support.

Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
This commit is contained in:
Raffael Rostagno 2025-01-21 09:56:38 -03:00 committed by Benjamin Cabé
commit bae06fc136
2 changed files with 3 additions and 0 deletions

View file

@ -63,6 +63,8 @@ Current Zephyr's ESP8684-DevKitM board supports the following features:
+------------+------------+-------------------------------------+
| Timers | on-chip | counter |
+------------+------------+-------------------------------------+
| ADC | on-chip | adc |
+------------+------------+-------------------------------------+
| Wi-Fi | on-chip | |
+------------+------------+-------------------------------------+
| LEDC | on-chip | pwm |

View file

@ -5,6 +5,7 @@ arch: riscv
toolchain:
- zephyr
supported:
- adc
- gpio
- watchdog
- uart