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:
parent
92b7b66396
commit
cf871692f4
2 changed files with 17 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
15
tests/drivers/pwm/pwm_api/boards/rpi_pico.overlay
Normal file
15
tests/drivers/pwm/pwm_api/boards/rpi_pico.overlay
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Copyright (c) 2024 TOKITA Hiroshi
|
||||
*/
|
||||
|
||||
/ {
|
||||
aliases {
|
||||
pwm-0 = &pwm;
|
||||
};
|
||||
};
|
||||
|
||||
&pwm {
|
||||
status = "okay";
|
||||
};
|
||||
Loading…
Reference in a new issue