Added test suite for clock control driver. It covers latest API update for starting clock asynchronously and getting status. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
11 lines
350 B
YAML
11 lines
350 B
YAML
tests:
|
|
peripheral.clock_control_nrf5:
|
|
tags: drivers
|
|
platform_whitelist: nrf51_pca10028 nrf52_pca10040 nrf52840_pca10056
|
|
nrf9160_pca10090
|
|
peripheral.clock_control_nrf5_lfclk_rc:
|
|
tags: drivers
|
|
platform_whitelist: nrf51_pca10028 nrf52_pca10040 nrf52840_pca10056
|
|
extra_args: CONF_FILE="nrf_lfclk_rc.conf"
|
|
|