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:
parent
c77daa8d64
commit
bae06fc136
2 changed files with 3 additions and 0 deletions
|
@ -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 |
|
||||
|
|
|
@ -5,6 +5,7 @@ arch: riscv
|
|||
toolchain:
|
||||
- zephyr
|
||||
supported:
|
||||
- adc
|
||||
- gpio
|
||||
- watchdog
|
||||
- uart
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue