boards: rpi_pico: Added HWINFO to supported features
Adds HWINFO to rpi_pico.yaml and documentation Signed-off-by: Yonatan Schachter <yonatan.schachter@gmail.com>
This commit is contained in:
parent
72c61f1005
commit
3d6a42b260
2 changed files with 4 additions and 0 deletions
|
@ -60,6 +60,9 @@ hardware features:
|
||||||
* - I2C
|
* - I2C
|
||||||
- :kconfig:option:`CONFIG_I2C`
|
- :kconfig:option:`CONFIG_I2C`
|
||||||
- :dtcompatible:`rpi,pico-i2c`
|
- :dtcompatible:`rpi,pico-i2c`
|
||||||
|
* - HWINFO
|
||||||
|
- :kconfig:option:`CONFIG_HWINFO`
|
||||||
|
- N/A
|
||||||
|
|
||||||
Programming and Debugging
|
Programming and Debugging
|
||||||
*************************
|
*************************
|
||||||
|
|
|
@ -12,3 +12,4 @@ supported:
|
||||||
- uart
|
- uart
|
||||||
- gpio
|
- gpio
|
||||||
- i2c
|
- i2c
|
||||||
|
- hwinfo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue