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:
Yonatan Schachter 2022-02-21 23:23:33 +02:00 committed by Carles Cufí
commit 3d6a42b260
2 changed files with 4 additions and 0 deletions

View file

@ -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
************************* *************************

View file

@ -12,3 +12,4 @@ supported:
- uart - uart
- gpio - gpio
- i2c - i2c
- hwinfo