tests: drivers: Assign prescaler value to 10000
This commit modifies st prescaler value from 0 to 10000 for STM32 nucleo_f207zg. So pwm_api test results in successful execution on nucleo_f207zg board. Signed-off-by: Sidhdharth Yadav <sidhdharth.yadav@hcl.com>
This commit is contained in:
parent
9524956b48
commit
85a6179f7b
1 changed files with 11 additions and 0 deletions
11
tests/drivers/pwm/pwm_api/boards/nucleo_f207zg.overlay
Normal file
11
tests/drivers/pwm/pwm_api/boards/nucleo_f207zg.overlay
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
* Copyright (c) 2021 STMicroelectronics
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&timers1 {
|
||||
pwm {
|
||||
st,prescaler = <10000>;
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue