tests: drivers: pwm: pwm_api: Add rpi_pico test configuration

Add test configuration for rpi_pico

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This commit is contained in:
TOKITA Hiroshi 2024-09-20 20:25:37 +09:00 committed by Carles Cufí
parent 92b7b66396
commit cf871692f4
2 changed files with 17 additions and 2 deletions

View file

@ -1,3 +1,3 @@
CONFIG_BLINK_DURATION_SHORT=20
CONFIG_BLINK_DURATION_LONG=65
CONFIG_BLINK_DELAY_SHORT=20
CONFIG_BLINK_DELAY_LONG=65
CONFIG_FADE_DELAY=15

View file

@ -0,0 +1,15 @@
/*
* SPDX-License-Identifier: Apache-2.0
*
* Copyright (c) 2024 TOKITA Hiroshi
*/
/ {
aliases {
pwm-0 = &pwm;
};
};
&pwm {
status = "okay";
};