Difference between revisions of "Toolchain"
(First draft) |
User890104 (talk | contribs) m |
||
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 22: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