forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boards: arm: Add arduino_spi to supported list for NXP boards
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
1 parent
1b4f7e5
commit 75c04e7
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ supported: | |
- adc | ||
- arduino_gpio | ||
- arduino_i2c | ||
- arduino_spi | ||
- dac | ||
- gpio | ||
- i2c | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ supported: | |
- arduino_gpio | ||
- arduino_i2c | ||
- arduino_serial | ||
- arduino_spi | ||
- can | ||
- counter | ||
- dac | ||
|