Skip to content

Commit

Permalink
tests: drivers: can: timing: enable all bitrates on stm32h5 boards
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
str4t0m authored and nashif committed Jun 13, 2024
1 parent 042d9ea commit ee923b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/drivers/can/timing/boards/nucleo_h563zi.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_TEST_ALL_BITRATES=y
1 change: 1 addition & 0 deletions tests/drivers/can/timing/boards/stm32h573i_dk.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_TEST_ALL_BITRATES=y

0 comments on commit ee923b5

Please sign in to comment.