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 04f5ae1d1c Add core files and use same toolchain as stmhal 11 years ago
..
core Add core files and use same toolchain as stmhal 10 years ago
memzip_files Updated teensy to build. 11 years ago
Makefile Add core files and use same toolchain as stmhal 10 years ago
README.md Update README.md 11 years ago
add-memzip.sh Added memzip filesystem support for teensy 11 years ago
hal_gpio.c Updated teensy to build. 11 years ago
help.c Updated teensy to build. 11 years ago
import.c Fix teensy to build on latest tree. 10 years ago
lcd.c Updated teensy to build. 11 years ago
led.c Fix teensy to build on latest tree. 10 years ago
led.h Updated teensy to build. 11 years ago
lexerfatfs.c Updated teensy to build. 11 years ago
lexermemzip.c Fix teensy to build on latest tree. 10 years ago
lexermemzip.h Added memzip filesystem support for teensy 11 years ago
main.c Add core files and use same toolchain as stmhal 10 years ago
make-pins.py Updated teensy to build. 11 years ago
memzip.c Fix teensy to build on latest tree. 10 years ago
memzip.h Updated teensy to build. 11 years ago
mk20dx256-af.csv Updated teensy to build. 11 years ago
mk20dx256-prefix.c Fix teensy to build on latest tree. 10 years ago
mk20dx256.ld Updated teensy to build. 11 years ago
modpyb.c Fix teensy to build on latest tree. 10 years ago
mpconfigport.h Fix teensy to build on latest tree. 10 years ago
pin_defs_teensy.h Updated teensy to build. 11 years ago
qstrdefsport.h Updated teensy to build. 11 years ago
servo.c py: Change nlr_jump to nlr_raise, to aid in debugging. 11 years ago
servo.h Updated teensy to build. 11 years ago
std.h stm: Remove unused, useless and not-to-be-used strndup. 11 years ago
teensy-pins.csv Updated teensy to build. 11 years ago
teensy_hal.c Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-teensy-new 11 years ago
teensy_hal.h Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-teensy-new 11 years ago
uart.c Fix teensy to build on latest tree. 10 years ago
usb.c Add core files and use same toolchain as stmhal 10 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.