This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
104fb4fcb5
zephyr
/
tests
/
drivers
/
can
/
canfd
/
prj.conf
5 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: driver: can: canfd: Add CAN-FD tests This commit adds tests for CAN-FD frames. Signed-off-by: Alexander Wachter <alexander@wachter.cloud>
2021-01-31 17:03:19 +08:00
CONFIG_CAN=y
CONFIG_CAN_FD_MODE=y
CONFIG_ZTEST=y
tests: drivers: can: canfd: convert to new ztest API Convert the CAN-FD controller driver API test suite to use the new ztest API. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2022-08-10 03:00:10 +08:00
CONFIG_ZTEST_NEW_API=y