boards: arm: Add arduino_serial to supported list for NXP boards
Adds arduino_serial to the list of supported features for all NXP boards that define an arduino_serial 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 <maureen.helm@nxp.com>
This commit is contained in:
parent
8717a0f678
commit
c4433bbc54
9 changed files with 9 additions and 0 deletions
|
@ -10,6 +10,7 @@ supported:
|
|||
- adc
|
||||
- arduino_gpio
|
||||
- arduino_i2c
|
||||
- arduino_serial
|
||||
- can
|
||||
- counter
|
||||
- dac
|
||||
|
|
|
@ -5,6 +5,7 @@ arch: arm
|
|||
toolchain:
|
||||
- zephyr
|
||||
supported:
|
||||
- arduino_serial
|
||||
- clock_controller
|
||||
- pinmux
|
||||
- gpio
|
||||
|
|
|
@ -15,6 +15,7 @@ toolchain:
|
|||
ram: 32
|
||||
flash: 16384
|
||||
supported:
|
||||
- arduino_serial
|
||||
- i2c
|
||||
- counter
|
||||
- usb_device
|
||||
|
|
|
@ -16,6 +16,7 @@ ram: 32
|
|||
flash: 16384
|
||||
supported:
|
||||
- arduino_gpio
|
||||
- arduino_serial
|
||||
- counter
|
||||
- gpio
|
||||
- i2c
|
||||
|
|
|
@ -16,6 +16,7 @@ ram: 32768
|
|||
flash: 8192
|
||||
supported:
|
||||
- arduino_gpio
|
||||
- arduino_serial
|
||||
- counter
|
||||
- gpio
|
||||
- i2c
|
||||
|
|
|
@ -16,6 +16,7 @@ ram: 32768
|
|||
flash: 65536
|
||||
supported:
|
||||
- arduino_gpio
|
||||
- arduino_serial
|
||||
- counter
|
||||
- display
|
||||
- gpio
|
||||
|
|
|
@ -16,6 +16,7 @@ ram: 32768
|
|||
flash: 8192
|
||||
supported:
|
||||
- arduino_gpio
|
||||
- arduino_serial
|
||||
- counter
|
||||
- display
|
||||
- gpio
|
||||
|
|
|
@ -16,6 +16,7 @@ ram: 32768
|
|||
flash: 8192
|
||||
supported:
|
||||
- arduino_gpio
|
||||
- arduino_serial
|
||||
- counter
|
||||
- display
|
||||
- gpio
|
||||
|
|
|
@ -16,6 +16,7 @@ ram: 32768
|
|||
flash: 65536
|
||||
supported:
|
||||
- arduino_gpio
|
||||
- arduino_serial
|
||||
- counter
|
||||
- display
|
||||
- gpio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue