Skip to content

Commit d96ffc1

Browse files
cybertalenashif
authored andcommitted
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 <[email protected]>
1 parent 8bda26b commit d96ffc1

File tree

16 files changed

+24
-0
lines changed

16 files changed

+24
-0
lines changed

boards/arm/nucleo_f091rc/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ The Zephyr nucleo_f091rc board configuration supports the following hardware fea
9696
+-----------+------------+-------------------------------------+
9797
| SPI | on-chip | SPI controller |
9898
+-----------+------------+-------------------------------------+
99+
| ADC | on-chip | ADC controller |
100+
+-----------+------------+-------------------------------------+
99101

100102
Other hardware features are not yet supported in this Zephyr port.
101103

boards/arm/nucleo_f091rc/nucleo_f091rc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ supported:
1515
- nvs
1616
- spi
1717
- watchdog
18+
- adc
1819
testing:
1920
ignore_tags:
2021
- net

boards/arm/nucleo_f103rb/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ The Zephyr nucleo_f103rb board configuration supports the following hardware fea
9393
+-----------+------------+-------------------------------------+
9494
| WATCHDOG | on-chip | independent watchdog |
9595
+-----------+------------+-------------------------------------+
96+
| ADC | on-chip | ADC Controller |
97+
+-----------+------------+-------------------------------------+
9698

9799
Other hardware features are not yet supported in this Zephyr port.
98100

boards/arm/nucleo_f103rb/nucleo_f103rb.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ supported:
1313
- spi
1414
- pwm
1515
- watchdog
16+
- adc

boards/arm/nucleo_f207zg/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ The Zephyr nucleo_207zg board configuration supports the following hardware feat
9292
+-----------+------------+-------------------------------------+
9393
| WATCHDOG | on-chip | independent watchdog |
9494
+-----------+------------+-------------------------------------+
95+
| ADC | on-chip | ADC Controller |
96+
+-----------+------------+-------------------------------------+
9597

9698
Other hardware features are not yet supported on this Zephyr port.
9799

boards/arm/nucleo_f207zg/nucleo_f207zg.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ supported:
1212
- gpio
1313
- usb_device
1414
- watchdog
15+
- adc

boards/arm/nucleo_f302r8/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ features:
9797
+-----------+------------+-------------------------------------+
9898
| SPI | on-chip | spi |
9999
+-----------+------------+-------------------------------------+
100+
| ADC | on-chip | ADC Controller |
101+
+-----------+------------+-------------------------------------+
100102

101103
Other hardware features are not yet supported on this Zephyr port.
102104

boards/arm/nucleo_f302r8/nucleo_f302r8.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ supported:
1616
- pwm
1717
- rtc
1818
- counter
19+
- adc

boards/arm/nucleo_f401re/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ The Zephyr nucleo_401re board configuration supports the following hardware feat
8383
+-----------+------------+-------------------------------------+
8484
| I2C | on-chip | i2c |
8585
+-----------+------------+-------------------------------------+
86+
| ADC | on-chip | ADC Controller |
87+
+-----------+------------+-------------------------------------+
8688

8789
Other hardware features are not yet supported on Zephyr porting.
8890

boards/arm/nucleo_f401re/nucleo_f401re.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ supported:
1414
- gpio
1515
- i2c
1616
- spi
17+
- adc
1718
ram: 96
1819
flash: 512

0 commit comments

Comments
 (0)