Skip to content

Commit

Permalink
boards: arm: Add arduino_spi to supported list for NXP boards
Browse files Browse the repository at this point in the history
Adds arduino_spi to the list of supported features for all NXP boards
that define an arduino_spi node in their device tree. This enables
twister to select these boards for tests or samples the depend on this
feature.

Signed-off-by: Maureen Helm <[email protected]>
  • Loading branch information
MaureenHelm authored and galak committed May 19, 2021
1 parent 1b4f7e5 commit 75c04e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions boards/arm/frdm_k22f/frdm_k22f.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ supported:
- adc
- arduino_gpio
- arduino_i2c
- arduino_spi
- dac
- gpio
- i2c
Expand Down
1 change: 1 addition & 0 deletions boards/arm/frdm_k64f/frdm_k64f.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ supported:
- arduino_gpio
- arduino_i2c
- arduino_serial
- arduino_spi
- can
- counter
- dac
Expand Down

0 comments on commit 75c04e7

Please sign in to comment.