tree: 158a8d8976b78beb383acb5f31b07b6ccc05fef4 [path history] [tgz]
  1. lcd.c
  2. led.c
  3. led.h
  4. lexerfatfs.c
  5. main.c
  6. Makefile
  7. mk20dx256.ld
  8. mpconfigport.h
  9. README.md
  10. std.h
  11. usart.c
  12. usb.c
  13. usb.h
teensy/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.