File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- Build Instructions for Teensy 3.1
2-
3- This assumes that you have TeensyDuino installed and set the ARDUINO environment
4- variable pointing to the where Arduino with TeensyDuino is installed.
5-
6- ```
7- cd teensy
8- ARDUINO=~/arduino-1.0.5 make
9- ```
10-
11- To upload micropython to the Teensy 3.1.
12-
13- Press the Program button on the Teensy 3.1
14- ```
15- make upload
16- ```
17-
18- Currently, the python prompt is through the USB serial interface.
1+ # Build Instructions for Teensy 3.1
2+
3+ Currently the Teensy 3.1 port of Micro Python builds under Linux and not under Windows.
4+
5+ The tool chain required for the build can be found at < https://launchpad.net/gcc-arm-embedded > .
6+
7+ Downlaod the current Linux * .tar.bz2 file. Instructions regarding unpacking the file and moving it to the correct location
8+ as well as adding the extracted folders to the enviroment variable can be found at
9+ < http://eliaselectronics.com/stm32f4-tutorials/setting-up-the-stm32f4-arm-development-toolchain/ >
10+
11+ ## Previous Instructions Shown Below (no longer valid)
12+
13+ This assumes that you have TeensyDuino installed and set the ARDUINO environment
14+ variable pointing to the where Arduino with TeensyDuino is installed.
15+
16+ ```
17+ cd teensy
18+ ARDUINO=~/arduino-1.0.5 make
19+ ```
20+
21+ To upload micropython to the Teensy 3.1.
22+
23+ Press the Program button on the Teensy 3.1
24+ ```
25+ make upload
26+ ```
27+
28+ Currently, the python prompt is through the USB serial interface.
You can’t perform that action at this time.
0 commit comments