Skip to content

Commit 688c3a5

Browse files
committed
shields: add supported_features to shields
Sets the list of supported hardware features for all the shields currently defined in the tree. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent 8049158 commit 688c3a5

File tree

104 files changed

+346
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+346
-0
lines changed

boards/shields/abrobot_esp32c3_oled/shield.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ shield:
22
name: abrobot_sh1106_72x40
33
full_name: ABRobot ESP32C3 OLED Shield
44
vendor: others
5+
supported_features:
6+
- display

boards/shields/adafruit_2_8_tft_touch_v2/shield.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@ shields:
22
- name: adafruit_2_8_tft_touch_v2
33
full_name: Adafruit 2.8" TFT Touch Shield V2 (Uno)
44
vendor: adafruit
5+
supported_features:
6+
- display
7+
- input
8+
- sdhc
59

610
- name: adafruit_2_8_tft_touch_v2_nano
711
full_name: Adafruit 2.8" TFT Touch Shield V2 (Nano)
812
vendor: adafruit
13+
supported_features:
14+
- display
15+
- input
16+
- sdhc

boards/shields/adafruit_adalogger_featherwing/shield.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ shield:
22
name: adafruit_adalogger_featherwing
33
full_name: Adafruit Adalogger FeatherWing
44
vendor: adafruit
5+
supported_features:
6+
- sdhc
7+
- rtc

boards/shields/adafruit_aw9523/shield.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ shield:
22
name: adafruit_aw9523
33
full_name: Adafruit AW9523 GPIO Expander and LED Driver
44
vendor: adafruit
5+
supported_features:
6+
- mfd
7+
- gpio

boards/shields/adafruit_data_logger/shield.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ shield:
66
name: adafruit_data_logger
77
full_name: Adafruit Data Logger Shield
88
vendor: adafruit
9+
supported_features:
10+
- rtc
11+
- sdhc

boards/shields/adafruit_neopixel_grid_bff/shield.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ shields:
22
- name: adafruit_neopixel_grid_bff
33
full_name: Adafruit NeoPixel Grid BFF
44
vendor: adafruit
5+
supported_features:
6+
- led_strip
57

68
- name: adafruit_neopixel_grid_bff_display
79
full_name: Adafruit NeoPixel Grid BFF (with display matrix)
810
vendor: adafruit
11+
supported_features:
12+
- led_strip
13+
- display

boards/shields/adafruit_pca9685/shield.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ shield:
22
name: adafruit_pca9685
33
full_name: Adafruit PCA9685 PWM Shield
44
vendor: adafruit
5+
supported_features:
6+
- pwm

boards/shields/adafruit_winc1500/shield.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ shield:
22
name: adafruit_winc1500
33
full_name: Adafruit WINC1500 WiFi Shield
44
vendor: adafruit
5+
supported_features:
6+
- wifi

boards/shields/amg88xx/shield.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ shields:
22
- name: amg88xx_grid_eye_eval_shield
33
full_name: Panasonic Grid-EYE Evaluation Shield
44
vendor: panasonic
5+
supported_features:
6+
- sensor
57

68
- name: amg88xx_eval_kit
79
full_name: Panasonic Grid-EYE Evaluation Kit
810
vendor: panasonic
11+
supported_features:
12+
- sensor

boards/shields/arceli_eth_w5500/shield.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ shield:
22
name: arceli_eth_w5500
33
full_name: Arceli ETH W5500 Shield
44
vendor: wiznet
5+
supported_features:
6+
- ethernet

0 commit comments

Comments
 (0)