RIOT-OS / RIOT

RIOT - The friendly OS for IoT
https://riot-os.org
GNU Lesser General Public License v2.1
4.88k stars 1.98k forks source link

periph_can is missing into nucleo-f722ze/Makefile.features #15711

Closed donsez closed 3 years ago

donsez commented 3 years ago

Description

periph_can is missing into nucleo-f722ze/Makefile.features

nucleo-f722ze board and stm32f722ze CPU have 1 × CANs (2.0B Active) interface

Useful links

madokapeng commented 3 years ago

If no one work on this. I can take it.

madokapeng commented 3 years ago

Just got my nucleo board. working on adding CAN feature. Due to the hardware limitation, I would like to use loopback mode to run the test. It will be some changes on tests/candev application as well.