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
|
11 years ago | |
---|---|---|
.. | ||
memzip_files | 11 years ago | |
Makefile | 11 years ago | |
README.md | 11 years ago | |
add-memzip.sh | 11 years ago | |
lcd.c | 11 years ago | |
led.c | 11 years ago | |
led.h | 11 years ago | |
lexerfatfs.c | 11 years ago | |
lexermemzip.c | 11 years ago | |
lexermemzip.h | 11 years ago | |
main.c | 11 years ago | |
memzip.c | 11 years ago | |
memzip.h | 11 years ago | |
mk20dx256.ld | 11 years ago | |
mpconfigport.h | 11 years ago | |
qstrdefsport.h | 11 years ago | |
servo.c | 11 years ago | |
servo.h | 11 years ago | |
std.h | 11 years ago | |
usart.c | 11 years ago | |
usb.c | 11 years ago | |
usb.h | 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.