1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 01:23:49 +01:00

Merge pull request #21513 from mguetschow/shield-feather

features.yaml: add feather_shield feature
This commit is contained in:
mguetschow 2025-05-28 09:04:01 +00:00 committed by GitHub
commit cd8bb88381
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 9 additions and 0 deletions

View File

@ -8,6 +8,7 @@ FEATURES_PROVIDED += periph_uart
FEATURES_PROVIDED += periph_usbdev
# Various other features (if any)
FEATURES_PROVIDED += feather_shield
FEATURES_PROVIDED += highlevel_stdio
include $(RIOTBOARD)/common/nrf52/Makefile.features

View File

@ -8,6 +8,7 @@ FEATURES_PROVIDED += periph_uart
FEATURES_PROVIDED += periph_usbdev
# Various other features (if any)
FEATURES_PROVIDED += feather_shield
FEATURES_PROVIDED += highlevel_stdio
include $(RIOTBOARD)/common/nrf52/Makefile.features

View File

@ -15,4 +15,5 @@ FEATURES_PROVIDED += periph_usbdev
# Put other features for this board (in alphabetical order)
FEATURES_PROVIDED += arduino_analog
FEATURES_PROVIDED += arduino_pins
FEATURES_PROVIDED += feather_shield
FEATURES_PROVIDED += highlevel_stdio

View File

@ -152,6 +152,7 @@ features. The following list of features currently exists:
| `arduino_shield_nano` | Board has side headers compatible with the Arduino Nano |
| `arduino_shield_uno` | Board has side headers compatible with the Arduino UNO |
| `arduino_shield_mega` | Board has side headers compatible with the Arduino MEGA |
| `feather_shield` | Board has headers compatible with the Adafruit Feather boards |
| `xiao_shield` | Board has headers compatible with the Seeedstudio XIAO boards |
@note A board providing `arduino_shield_mega` **MUST** also provide

View File

@ -409,6 +409,10 @@ groups:
Indicates that the board is mechanically and electrically compatible
with shields developed for the Arduino Nano. (Note: Except the
ISP header, that requires `arduino_shield_isp` in addition.)
- name: feather_shield
help: >
Indicates that the board is mechanically and electrically compatible
with shields developed for the Adafruit Feather board family.
- name: xiao_shield
help: >
Indicates that the board is mechanically and electrically compatible

View File

@ -127,6 +127,7 @@ FEATURES_EXISTING := \
esp_wifi \
esp_wifi_ap \
esp_wifi_enterprise \
feather_shield \
gecko_sdk_librail_fpu \
gecko_sdk_librail_nonfpu \
highlevel_stdio \