Nintendo icon indicating copy to clipboard operation
Nintendo copied to clipboard

[Request] Support for Teensy Boards

Open TheRealDxRed opened this issue 7 years ago • 8 comments

As the title says, I would like to know if it's possible for this library to be ported to Teensy boards. Specifically the Teensy LC.

TheRealDxRed avatar Jan 26 '18 04:01 TheRealDxRed

I have been working on support for teensy boards

LeagueOfDoges avatar Jan 26 '18 05:01 LeagueOfDoges

the whole backend of this library is written in avr assembly, porting it to teensy would require at least all of the timing to be rewritten.

I'm not much of a fan of assembly, and I wanted something a bit more powerful than arduino, so I started writing my own library for teensy. It is almost functional... let me know if you are interested

LeagueOfDoges avatar Jan 26 '18 06:01 LeagueOfDoges

Thanks for the quick response! I would love to see what you've made.

TheRealDxRed avatar Jan 26 '18 06:01 TheRealDxRed

@LeagueOfDoges is right, it requires lots of changes. If you got something ready, please let me know, so I can link to it in the readme. I will not do that implementation myself.

NicoHood avatar Jan 27 '18 00:01 NicoHood

I know it's been a while, but I just stumbled onto this, and having this library work with Teensy would save me a lot of headache. Did you ever get this library working, @LeagueOfDoges ?

Machine-Dynamics avatar Jun 26 '18 11:06 Machine-Dynamics

@Machine-Dynamics https://github.com/DogeSSBM/DogeBawx

DogeSSBM avatar Jun 26 '18 15:06 DogeSSBM

I know this is an old thread, but what's the status of the suggested replacement library @DogeSSBM? I'm specifically interested in running this on a Teensy 4.0 or 4.1. Thanks!

HiramSilvey avatar Jun 30 '21 00:06 HiramSilvey

I got one working for my purposes on the Teensy 3.2/3.6. I'm am unsure how it would work on the 4.0/4.1, but I'd be willing to help you get it ported.

https://github.com/DogeSSBM/Dogebawx

DogeSSBM avatar Jun 30 '21 03:06 DogeSSBM