Skip to content

Commit c84aa41

Browse files
committed
Merge branch 'danpeirce-master'
2 parents e6c0dff + f0c3a7e commit c84aa41

1 file changed

Lines changed: 28 additions & 18 deletions

File tree

teensy/README.md

Lines changed: 28 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
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.

0 commit comments

Comments
 (0)