Does anyone know if there is a C++ standard template library port that is compatible with the teensy 3.0?
I'm using C++ STL with my current Teensy 2.0 project, and I'd like to port it.
The library I'm using with the Teensy 2.0 is: http://andybrown.me.uk/wk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/.
If I find one directly compatible, I will probably try using the one just I linked with the teensy 3.0.
Thank you.
I'm using C++ STL with my current Teensy 2.0 project, and I'd like to port it.
The library I'm using with the Teensy 2.0 is: http://andybrown.me.uk/wk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/.
If I find one directly compatible, I will probably try using the one just I linked with the teensy 3.0.
Thank you.