tree: 37711b9e49f63f678dc1c48ee78642ca5373bead [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. README.md
  16. std.h
  17. usart.c
  18. usb.c
  19. 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.