boards: *: Fix wrong feature identifier for usb_device
`usb device` isn't a valid feature name, fix it, using the new "usbd" tag. Remove it when not enabled on the board. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
This commit is contained in:
committed by
Chris Friedt
parent
01a7ed9097
commit
0f5e03f1fc
@@ -12,7 +12,6 @@ supported:
|
||||
- pwm
|
||||
- i2c
|
||||
- gpio
|
||||
- usb device
|
||||
- spi
|
||||
- watchdog
|
||||
- dma
|
||||
|
||||
@@ -15,7 +15,6 @@ supported:
|
||||
- pwm
|
||||
- i2c
|
||||
- gpio
|
||||
- usb device
|
||||
- counter
|
||||
- spi
|
||||
- rng
|
||||
|
||||
@@ -15,7 +15,6 @@ supported:
|
||||
- pwm
|
||||
- i2c
|
||||
- gpio
|
||||
- usb device
|
||||
- counter
|
||||
- spi
|
||||
- watchdog
|
||||
|
||||
@@ -13,7 +13,7 @@ supported:
|
||||
- spi
|
||||
- i2c
|
||||
- gpio
|
||||
- usb device
|
||||
- usbd
|
||||
- nvs
|
||||
- counter
|
||||
- adc
|
||||
|
||||
@@ -11,7 +11,7 @@ supported:
|
||||
- ble
|
||||
- i2c
|
||||
- gpio
|
||||
- usb device
|
||||
- usbd
|
||||
- nvs
|
||||
- counter
|
||||
ram: 640
|
||||
|
||||
@@ -11,7 +11,7 @@ supported:
|
||||
- ble
|
||||
- i2c
|
||||
- gpio
|
||||
- usb device
|
||||
- usbd
|
||||
- nvs
|
||||
- counter
|
||||
ram: 640
|
||||
|
||||
Reference in New Issue
Block a user