-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Describe the requested feature
First of all, thank you very much for this project. Not only is the project itself interesting and practical, but more importantly, it is very well documented and gives a good example of a complete Zephyr-based project for a beginner like me.
I have seen that you have added the support in Zephyr for the WeActStudio USB2CANFDV1 board here zephyrproject-rtos/zephyr#80259 mentioning that it is a great board to use with your CANnectivity project.
I have already installed candleLight_fw firmware on my USB2CANFDV1 (see here) but I have ordered a second one to try CANnectivity.
I have noticed that the overlays for this board are not present on your repo. If you have already written them, could you please add them?
Also, having support for DFU upgrade on this board might be interested.
Describe alternatives considered
I might write them myself but I have on much experience with the Zephyr RTOS.