You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Damien George 97790455fe Improve REPL detecting when input needs to continue. 11 years ago
..
memzip_files Added memzip filesystem support for teensy 11 years ago
Makefile Updated teensy to work with latest on master 11 years ago
README.md Update README.md 11 years ago
add-memzip.sh Added memzip filesystem support for teensy 11 years ago
lcd.c Updated teensy to use common code from stm directory. 11 years ago
led.c Implement proper exception type hierarchy. 11 years ago
led.h Initial support for Teensy 3.1 11 years ago
lexerfatfs.c Updated teensy to work with latest on master 11 years ago
lexermemzip.c Updated teensy to work with latest on master 11 years ago
lexermemzip.h Added memzip filesystem support for teensy 11 years ago
main.c Improve REPL detecting when input needs to continue. 11 years ago
memzip.c Added memzip filesystem support for teensy 11 years ago
memzip.h Added memzip filesystem support for teensy 11 years ago
mk20dx256.ld Added memzip filesystem support for teensy 11 years ago
mpconfigport.h Updated teensy to use common code from stm directory. 11 years ago
qstrdefsport.h Updated teensy to work with latest on master 11 years ago
servo.c py: Change nlr_jump to nlr_raise, to aid in debugging. 11 years ago
servo.h Updated teensy to work with latest on master 11 years ago
std.h stm: Remove unused, useless and not-to-be-used strndup. 11 years ago
usart.c Updated teensy to work with latest on master 11 years ago
usb.c Initial support for Teensy 3.1 11 years ago
usb.h Initial support for Teensy 3.1 11 years ago

README.md

Build Instructions for Teensy 3.1

This assumes that you have TeensyDuino installed and set the ARDUINO environment variable pointing to the where Arduino with TeensyDuino is installed.

cd teensy
ARDUINO=~/arduino-1.0.5 make

To upload micropython to the Teensy 3.1.

Press the Program button on the Teensy 3.1

make upload

Currently, the python prompt is through the USB serial interface.