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.
 
 
 
 
 
 
Dave Hylands c89c681a9f Rework makefiles. Add proper dependency checking. 11 years ago
..
memzip_files Added memzip filesystem support for teensy 11 years ago
Makefile Rework makefiles. Add proper dependency checking. 11 years ago
README.md Updated teensy to use common code from stm directory. 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 Updated teensy to use common code from stm directory. 11 years ago
led.h Initial support for Teensy 3.1 11 years ago
lexerfatfs.c Updated teensy to use common code from stm directory. 11 years ago
lexermemzip.c Added memzip filesystem support for teensy 11 years ago
lexermemzip.h Added memzip filesystem support for teensy 11 years ago
main.c Add source file name and line number to error messages. 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
std.h Initial support for Teensy 3.1 11 years ago
usart.c Updated teensy to use common code from stm directory. 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 ARUINO 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.