Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
c84aa419
Commit
c84aa419
authored
Aug 16, 2014
by
Damien George
Browse files
Merge branch 'danpeirce-master'
parents
e6c0dff9
f0c3a7e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
teensy/README.md
View file @
c84aa419
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.
# Build Instructions for Teensy 3.1
Currently the Teensy 3.1 port of Micro Python builds under Linux and not under Windows.
The tool chain required for the build can be found at
<https://launchpad.net/gcc-arm-embedded>
.
Downlaod the current Linux
*
.tar.bz2 file. Instructions regarding unpacking the file and moving it to the correct location
as well as adding the extracted folders to the enviroment variable can be found at
<http://eliaselectronics.com/stm32f4-tutorials/setting-up-the-stm32f4-arm-development-toolchain/>
## Previous Instructions Shown Below (no longer valid)
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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment