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 54eb4e723e lexer: Convert type (u)int to mp_(u)int_t. 11 years ago
..
memzip_files Updated teensy to build. 11 years ago
Makefile Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-teensy-new 11 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 Updated teensy to build. 11 years ago
lcd.c Updated teensy to build. 11 years ago
led.c Rename machine_(u)int_t to mp_(u)int_t. 11 years ago
led.h Updated teensy to build. 11 years ago
lexerfatfs.c Updated teensy to build. 11 years ago
lexermemzip.c lexer: Convert type (u)int to mp_(u)int_t. 11 years ago
lexermemzip.h Added memzip filesystem support for teensy 11 years ago
main.c Rename machine_(u)int_t to mp_(u)int_t. 11 years ago
make-pins.py Updated teensy to build. 11 years ago
memzip.c Updated teensy to build. 11 years ago
memzip.h Updated teensy to build. 11 years ago
mk20dx256-af.csv Updated teensy to build. 11 years ago
mk20dx256-prefix.c Updated teensy to build. 11 years ago
mk20dx256.ld Updated teensy to build. 11 years ago
modpyb.c Rename machine_(u)int_t to mp_(u)int_t. 11 years ago
mpconfigport.h Rename machine_(u)int_t to mp_(u)int_t. 11 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 Rename machine_(u)int_t to mp_(u)int_t. 11 years ago
usb.c Updated teensy to build. 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.