mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 18:13:49 +01:00
Merge pull request #21513 from mguetschow/shield-feather
features.yaml: add feather_shield feature
This commit is contained in:
commit
cd8bb88381
@ -8,6 +8,7 @@ FEATURES_PROVIDED += periph_uart
|
|||||||
FEATURES_PROVIDED += periph_usbdev
|
FEATURES_PROVIDED += periph_usbdev
|
||||||
|
|
||||||
# Various other features (if any)
|
# Various other features (if any)
|
||||||
|
FEATURES_PROVIDED += feather_shield
|
||||||
FEATURES_PROVIDED += highlevel_stdio
|
FEATURES_PROVIDED += highlevel_stdio
|
||||||
|
|
||||||
include $(RIOTBOARD)/common/nrf52/Makefile.features
|
include $(RIOTBOARD)/common/nrf52/Makefile.features
|
||||||
|
|||||||
@ -8,6 +8,7 @@ FEATURES_PROVIDED += periph_uart
|
|||||||
FEATURES_PROVIDED += periph_usbdev
|
FEATURES_PROVIDED += periph_usbdev
|
||||||
|
|
||||||
# Various other features (if any)
|
# Various other features (if any)
|
||||||
|
FEATURES_PROVIDED += feather_shield
|
||||||
FEATURES_PROVIDED += highlevel_stdio
|
FEATURES_PROVIDED += highlevel_stdio
|
||||||
|
|
||||||
include $(RIOTBOARD)/common/nrf52/Makefile.features
|
include $(RIOTBOARD)/common/nrf52/Makefile.features
|
||||||
|
|||||||
@ -15,4 +15,5 @@ FEATURES_PROVIDED += periph_usbdev
|
|||||||
# Put other features for this board (in alphabetical order)
|
# Put other features for this board (in alphabetical order)
|
||||||
FEATURES_PROVIDED += arduino_analog
|
FEATURES_PROVIDED += arduino_analog
|
||||||
FEATURES_PROVIDED += arduino_pins
|
FEATURES_PROVIDED += arduino_pins
|
||||||
|
FEATURES_PROVIDED += feather_shield
|
||||||
FEATURES_PROVIDED += highlevel_stdio
|
FEATURES_PROVIDED += highlevel_stdio
|
||||||
|
|||||||
@ -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_nano` | Board has side headers compatible with the Arduino Nano |
|
||||||
| `arduino_shield_uno` | Board has side headers compatible with the Arduino UNO |
|
| `arduino_shield_uno` | Board has side headers compatible with the Arduino UNO |
|
||||||
| `arduino_shield_mega` | Board has side headers compatible with the Arduino MEGA |
|
| `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 |
|
| `xiao_shield` | Board has headers compatible with the Seeedstudio XIAO boards |
|
||||||
|
|
||||||
@note A board providing `arduino_shield_mega` **MUST** also provide
|
@note A board providing `arduino_shield_mega` **MUST** also provide
|
||||||
|
|||||||
@ -409,6 +409,10 @@ groups:
|
|||||||
Indicates that the board is mechanically and electrically compatible
|
Indicates that the board is mechanically and electrically compatible
|
||||||
with shields developed for the Arduino Nano. (Note: Except the
|
with shields developed for the Arduino Nano. (Note: Except the
|
||||||
ISP header, that requires `arduino_shield_isp` in addition.)
|
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
|
- name: xiao_shield
|
||||||
help: >
|
help: >
|
||||||
Indicates that the board is mechanically and electrically compatible
|
Indicates that the board is mechanically and electrically compatible
|
||||||
|
|||||||
@ -127,6 +127,7 @@ FEATURES_EXISTING := \
|
|||||||
esp_wifi \
|
esp_wifi \
|
||||||
esp_wifi_ap \
|
esp_wifi_ap \
|
||||||
esp_wifi_enterprise \
|
esp_wifi_enterprise \
|
||||||
|
feather_shield \
|
||||||
gecko_sdk_librail_fpu \
|
gecko_sdk_librail_fpu \
|
||||||
gecko_sdk_librail_nonfpu \
|
gecko_sdk_librail_nonfpu \
|
||||||
highlevel_stdio \
|
highlevel_stdio \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user