doc: boards: arm: nucleo: add ADC support to the boards doc
The ADC driver in this PR has been tested working on these nucleo boards, so ADC support is added to the boards doc. Signed-off-by: Song Qiang <songqiang1304521@gmail.com>
This commit is contained in:
parent
8bda26bd13
commit
d96ffc1962
@ -96,6 +96,8 @@ The Zephyr nucleo_f091rc board configuration supports the following hardware fea
|
||||
+-----------+------------+-------------------------------------+
|
||||
| SPI | on-chip | SPI controller |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| ADC | on-chip | ADC controller |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Other hardware features are not yet supported in this Zephyr port.
|
||||
|
||||
|
||||
@ -15,6 +15,7 @@ supported:
|
||||
- nvs
|
||||
- spi
|
||||
- watchdog
|
||||
- adc
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
|
||||
@ -93,6 +93,8 @@ The Zephyr nucleo_f103rb board configuration supports the following hardware fea
|
||||
+-----------+------------+-------------------------------------+
|
||||
| WATCHDOG | on-chip | independent watchdog |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| ADC | on-chip | ADC Controller |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Other hardware features are not yet supported in this Zephyr port.
|
||||
|
||||
|
||||
@ -13,3 +13,4 @@ supported:
|
||||
- spi
|
||||
- pwm
|
||||
- watchdog
|
||||
- adc
|
||||
|
||||
@ -92,6 +92,8 @@ The Zephyr nucleo_207zg board configuration supports the following hardware feat
|
||||
+-----------+------------+-------------------------------------+
|
||||
| WATCHDOG | on-chip | independent watchdog |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| ADC | on-chip | ADC Controller |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Other hardware features are not yet supported on this Zephyr port.
|
||||
|
||||
|
||||
@ -12,3 +12,4 @@ supported:
|
||||
- gpio
|
||||
- usb_device
|
||||
- watchdog
|
||||
- adc
|
||||
|
||||
@ -97,6 +97,8 @@ features:
|
||||
+-----------+------------+-------------------------------------+
|
||||
| SPI | on-chip | spi |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| ADC | on-chip | ADC Controller |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Other hardware features are not yet supported on this Zephyr port.
|
||||
|
||||
|
||||
@ -16,3 +16,4 @@ supported:
|
||||
- pwm
|
||||
- rtc
|
||||
- counter
|
||||
- adc
|
||||
|
||||
@ -83,6 +83,8 @@ The Zephyr nucleo_401re board configuration supports the following hardware feat
|
||||
+-----------+------------+-------------------------------------+
|
||||
| I2C | on-chip | i2c |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| ADC | on-chip | ADC Controller |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Other hardware features are not yet supported on Zephyr porting.
|
||||
|
||||
|
||||
@ -14,5 +14,6 @@ supported:
|
||||
- gpio
|
||||
- i2c
|
||||
- spi
|
||||
- adc
|
||||
ram: 96
|
||||
flash: 512
|
||||
|
||||
@ -118,6 +118,8 @@ features:
|
||||
+-----------+------------+-------------------------------------+
|
||||
| WATCHDOG | on-chip | independent watchdog |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| ADC | on-chip | ADC Controller |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Other hardware features are not yet supported on this Zephyr port.
|
||||
|
||||
|
||||
@ -21,3 +21,4 @@ supported:
|
||||
- rtc
|
||||
- counter
|
||||
- can
|
||||
- adc
|
||||
|
||||
@ -94,6 +94,8 @@ The Zephyr nucleo_l073rz board configuration supports the following hardware fea
|
||||
+-----------+------------+-------------------------------------+
|
||||
| WATCHDOG | on-chip | independent watchdog |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| ADC | on-chip | ADC Controller |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Other hardware features are not yet supported in this Zephyr port.
|
||||
|
||||
|
||||
@ -14,3 +14,4 @@ supported:
|
||||
- i2c
|
||||
- spi
|
||||
- watchdog
|
||||
- adc
|
||||
|
||||
@ -123,6 +123,8 @@ The Zephyr nucleo_l476rg board configuration supports the following hardware fea
|
||||
+-----------+------------+-------------------------------------+
|
||||
| SPI | on-chip | spi |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| ADC | on-chip | ADC Controller |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Other hardware features are not yet supported on this Zephyr port.
|
||||
|
||||
|
||||
@ -14,5 +14,6 @@ supported:
|
||||
- i2c
|
||||
- rtc
|
||||
- counter
|
||||
- adc
|
||||
ram: 96
|
||||
flash: 1024
|
||||
|
||||
Loading…
Reference in New Issue
Block a user