Toolchain: Difference between revisions
Jump to navigation
Jump to search
First draft |
User890104 (talk | contribs) mNo edit summary |
||
| Line 1: | Line 1: | ||
To compile our code and to use our Python scripts that communicate with software running on the target like | To compile our code and to use our Python scripts that communicate with software running on the target like [[emCORE]] you need some tools: | ||
<!-- TODO: Compiler toolchain for ARM cross compiling --> | <!-- TODO: Compiler toolchain for ARM cross compiling --> | ||
Latest revision as of 20:16, 11 September 2011
To compile our code and to use our Python scripts that communicate with software running on the target like emCORE you need some tools:
Python Scripts
To use our Python scripts that communicate with the target via USB you need the following tools:
- LibUSB v1.x
- A Python version of 2.6 or higher. Python 3 is not tested yet and will probably not work.
- PyUSB v1.x