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 284efa89ae stmhal/teensy: Use _ instead of - in source file names. 10 years ago
..
core Add core files and use same toolchain as stmhal 10 years ago
memzip_files Add support for selecting pin alternate functions from python. 10 years ago
Makefile stmhal/teensy: Use _ instead of - in source file names. 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 Add support for selecting pin alternate functions from python. 10 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 support for selecting pin alternate functions from python. 10 years ago
make-pins.py Add support for selecting pin alternate functions from python. 10 years ago
memzip.c Fix teensy to build on latest tree. 10 years ago
memzip.h Updated teensy to build. 11 years ago
mk20dx256.ld Updated teensy to build. 11 years ago
mk20dx256_af.csv stmhal/teensy: Use _ instead of - in source file names. 10 years ago
mk20dx256_prefix.c stmhal/teensy: Use _ instead of - in source file names. 10 years ago
modpyb.c Fix teensy to work with the latest tree. 10 years ago
mpconfigport.h Fix teensy to build on latest tree. 10 years ago
pin_defs_teensy.c Add support for selecting pin alternate functions from python. 10 years ago
pin_defs_teensy.h Add support for selecting pin alternate functions from python. 10 years ago
qstrdefsport.h Add support for selecting pin alternate functions from python. 10 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_hal.c Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-teensy-new 11 years ago
teensy_hal.h Add support for selecting pin alternate functions from python. 10 years ago
teensy_pins.csv stmhal/teensy: Use _ instead of - in source file names. 10 years ago
uart.c Fix teensy to build on latest tree. 10 years ago
usb.c Updated teensys usb.c and switched to using usb.h from stmhal. 10 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.