Skip to content

Commit

Permalink
tests: drivers: pwm: pwm_api: Add rpi_pico test configuration
Browse files Browse the repository at this point in the history
Add test configuration for rpi_pico

Signed-off-by: TOKITA Hiroshi <[email protected]>
  • Loading branch information
soburi committed Sep 21, 2024
1 parent 9b96591 commit 6b743bf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/drivers/pwm/pwm_api/boards/rpi_pico.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*
* SPDX-License-Identifier: Apache-2.0
*
* Copyright (c) 2024 TOKITA Hiroshi
*/

/ {
aliases {
pwm-0 = &pwm;
};
};

&pwm {
status = "okay";
};

0 comments on commit 6b743bf

Please sign in to comment.