60 lines
1.5 KiB
YAML
60 lines
1.5 KiB
YAML
common:
|
|
depends_on: gpio spi i2c
|
|
tests:
|
|
test_build_drivers:
|
|
build_only: true
|
|
min_ram: 16
|
|
tags: drivers footprint
|
|
depends_on: adc i2c
|
|
test_build_ethernet:
|
|
build_only: true
|
|
extra_args: CONF_FILE=ethernet.conf
|
|
min_flash: 42
|
|
min_ram: 32
|
|
platform_exclude: frdm_kw41z
|
|
tags: drivers footprint
|
|
depends_on: spi netif
|
|
test_build_sensors_trigger_a_h:
|
|
build_only: true
|
|
extra_args: CONF_FILE=sensors_trigger_a_h.conf
|
|
min_ram: 32
|
|
platform_exclude: frdm_kw41z
|
|
tags: drivers footprint
|
|
depends_on: adc spi
|
|
test_build_sensors_trigger_i_z:
|
|
build_only: true
|
|
extra_args: CONF_FILE=sensors_trigger_i_z.conf
|
|
min_ram: 32
|
|
platform_exclude: frdm_kw41z
|
|
tags: drivers footprint
|
|
depends_on: adc spi
|
|
test_build_sensors_a_h:
|
|
build_only: true
|
|
extra_args: CONF_FILE=sensors_a_h.conf
|
|
min_flash: 44
|
|
min_ram: 32
|
|
platform_exclude: frdm_kw41z
|
|
tags: drivers footprint
|
|
depends_on: adc spi
|
|
# FIXME see #7703
|
|
extra_configs:
|
|
- CONFIG_TEST_USERSPACE=n
|
|
test_build_sensors_i_z:
|
|
build_only: true
|
|
extra_args: CONF_FILE=sensors_i_z.conf
|
|
min_ram: 32
|
|
platform_exclude: frdm_kw41z
|
|
tags: drivers footprint
|
|
depends_on: adc spi
|
|
test_clock:
|
|
build_only: true
|
|
platform_whitelist: arduino_101
|
|
extra_configs:
|
|
- CONFIG_CLOCK_CONTROL=y
|
|
test_build_gpio:
|
|
build_only: true
|
|
extra_args: CONF_FILE=gpio.conf
|
|
min_ram: 32
|
|
depends_on: gpio
|
|
|