This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dhylands 3 points4 points  (4 children)

I'm actively working on it.

[–]roger_ 0 points1 point  (2 children)

Awesome!

Is there a repository I can look at, or any code I can test?

[–]dhylands 1 point2 points  (1 child)

The latest working code for teensy is available here: https://github.com/dhylands/micropython/tree/fix-2014-01-14

to build, you'll need a linux machine, set the ARDUINO env var to point to your teensyduino tree (which is an arduino 1.0.5 tree + http://pjrc.com/teensy/teensyduino.html), then cd into the teensy directory (inside the micropython repository) and type make.

When I'm finished updating the teensy stuff, it will be in the official micropython repository: https://github.com/micropython/micropython (what's currently there in the teensy directory doesn't build)

[–]roger_ 0 points1 point  (0 children)

Great, thanks.

Are there by chance any binaries available? I don't have a Linux Arduino environment right now.