tree: edb8d62be4c3088272978f1fa01dc0c7f32fcd36 [path history] [tgz]
  1. memzip_files/
  2. add-memzip.sh
  3. lcd.c
  4. led.c
  5. led.h
  6. lexerfatfs.c
  7. lexermemzip.c
  8. lexermemzip.h
  9. main.c
  10. Makefile
  11. memzip.c
  12. memzip.h
  13. mk20dx256.ld
  14. mpconfigport.h
  15. qstrdefsport.h
  16. README.md
  17. servo.c
  18. servo.h
  19. std.h
  20. usart.c
  21. usb.c
  22. usb.h
teensy/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.