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
|
- adc
|
||||||
- arduino_gpio
|
- arduino_gpio
|
||||||
- arduino_i2c
|
- arduino_i2c
|
||||||
|
- arduino_serial
|
||||||
- can
|
- can
|
||||||
- counter
|
- counter
|
||||||
- dac
|
- dac
|
||||||
|
|
|
@ -5,6 +5,7 @@ arch: arm
|
||||||
toolchain:
|
toolchain:
|
||||||
- zephyr
|
- zephyr
|
||||||
supported:
|
supported:
|
||||||
|
- arduino_serial
|
||||||
- clock_controller
|
- clock_controller
|
||||||
- pinmux
|
- pinmux
|
||||||
- gpio
|
- gpio
|
||||||
|
|
|
@ -15,6 +15,7 @@ toolchain:
|
||||||
ram: 32
|
ram: 32
|
||||||
flash: 16384
|
flash: 16384
|
||||||
supported:
|
supported:
|
||||||
|
- arduino_serial
|
||||||
- i2c
|
- i2c
|
||||||
- counter
|
- counter
|
||||||
- usb_device
|
- usb_device
|
||||||
|
|
|
@ -16,6 +16,7 @@ ram: 32
|
||||||
flash: 16384
|
flash: 16384
|
||||||
supported:
|
supported:
|
||||||
- arduino_gpio
|
- arduino_gpio
|
||||||
|
- arduino_serial
|
||||||
- counter
|
- counter
|
||||||
- gpio
|
- gpio
|
||||||
- i2c
|
- i2c
|
||||||
|
|
|
@ -16,6 +16,7 @@ ram: 32768
|
||||||
flash: 8192
|
flash: 8192
|
||||||
supported:
|
supported:
|
||||||
- arduino_gpio
|
- arduino_gpio
|
||||||
|
- arduino_serial
|
||||||
- counter
|
- counter
|
||||||
- gpio
|
- gpio
|
||||||
- i2c
|
- i2c
|
||||||
|
|
|
@ -16,6 +16,7 @@ ram: 32768
|
||||||
flash: 65536
|
flash: 65536
|
||||||
supported:
|
supported:
|
||||||
- arduino_gpio
|
- arduino_gpio
|
||||||
|
- arduino_serial
|
||||||
- counter
|
- counter
|
||||||
- display
|
- display
|
||||||
- gpio
|
- gpio
|
||||||
|
|
|
@ -16,6 +16,7 @@ ram: 32768
|
||||||
flash: 8192
|
flash: 8192
|
||||||
supported:
|
supported:
|
||||||
- arduino_gpio
|
- arduino_gpio
|
||||||
|
- arduino_serial
|
||||||
- counter
|
- counter
|
||||||
- display
|
- display
|
||||||
- gpio
|
- gpio
|
||||||
|
|
|
@ -16,6 +16,7 @@ ram: 32768
|
||||||
flash: 8192
|
flash: 8192
|
||||||
supported:
|
supported:
|
||||||
- arduino_gpio
|
- arduino_gpio
|
||||||
|
- arduino_serial
|
||||||
- counter
|
- counter
|
||||||
- display
|
- display
|
||||||
- gpio
|
- gpio
|
||||||
|
|
|
@ -16,6 +16,7 @@ ram: 32768
|
||||||
flash: 65536
|
flash: 65536
|
||||||
supported:
|
supported:
|
||||||
- arduino_gpio
|
- arduino_gpio
|
||||||
|
- arduino_serial
|
||||||
- counter
|
- counter
|
||||||
- display
|
- display
|
||||||
- gpio
|
- gpio
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue