Replies: 2 comments 6 replies
-
Yes, go for it! Can never have too much board support, we can always deduplicate code later with lbuild templates if it becomes a pattern. I could also use a pure software driver for WS2812 LEDs for some RP2040 boards I have lying around. |
Beta Was this translation helpful? Give feedback.
-
I'm sorta new to modm - been eyeing it for a while. I have a couple of M4 CAN Feathers and modm is looking like a WAY better option than MPLAB X or Arduino, so maybe with someone holding my hand I can get the basic device online. I wonder how hard it would be to adapt the SAME7x CAN support to the SAME5x? |
Beta Was this translation helpful? Give feedback.
-
I have pushed BSP files for the Feather M4 and three examples to go with them to my fork of modm (https://github.com/tarush53/modm; branch feature/board_feather_m4).
Nothing too ground breaking here, you all have done the hard stuff. These are pretty minor variations on previous work. The 'neopixel' example includes a WS2812 driver that utilizes modm:delay_ns(), but as mentioned in the comments, it's not intended to be the ultimate solution for the purpose.
This may be easily adaptable to the Feather M4 CAN Express board as the pinouts seem identical and the processor is a SAME51 rather than the SAMD51. I do not have the CAN version so cannot test it.
Just wanted to float the idea before submitting a PR.
Tom Rush
Beta Was this translation helpful? Give feedback.
All reactions