tests: drivers: can: timing: enable all bitrates on stm32h5 boards
Enable testing of all CiA recommended bitrates on the nucleo_h563zi, where I can test, and the stm32h573i_dk, which is the testing platform for the stm32h5 series. Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
This commit is contained in:
parent
042d9ea38a
commit
ee923b538b
2 changed files with 2 additions and 0 deletions
1
tests/drivers/can/timing/boards/nucleo_h563zi.conf
Normal file
1
tests/drivers/can/timing/boards/nucleo_h563zi.conf
Normal file
|
|
@ -0,0 +1 @@
|
|||
CONFIG_TEST_ALL_BITRATES=y
|
||||
1
tests/drivers/can/timing/boards/stm32h573i_dk.conf
Normal file
1
tests/drivers/can/timing/boards/stm32h573i_dk.conf
Normal file
|
|
@ -0,0 +1 @@
|
|||
CONFIG_TEST_ALL_BITRATES=y
|
||||
Loading…
Reference in a new issue