SharpCoder / teensycore

A rust kernel for the Teensy 4.0
https://crates.io/crates/teensycore
MIT License
66 stars 2 forks source link

Will this work with Teensy 4.1? #1

Open IsaacDodd opened 1 month ago

IsaacDodd commented 1 month ago

Will this work with Teensy 4.1 without problems? If not, are there any plans to update this to work with Teensy 4.1?

SharpCoder commented 1 month ago

Sadly I've not worked with the Teensy 4.1 yet and I'm not sure what the platform differences are. Off the top of my head, I'm certain the GPIO core will be slightly incompatible. After a quick search, it appears like they use the same core processor which is a good sign! I think it'd be mostly compatible, but until I get my hands on a physical device I wouldn't know for sure.

It's not on my personal radar at this time, but I'm happy to accept contributions that work towards this goal. And I'll probably grab a 4.1 sometime soon to play with it. But no guarantees on the timeline.