diff options
author | bvernoux <bvernoux@gmail.com> | 2014-06-02 22:09:20 +0200 |
---|---|---|
committer | bvernoux <bvernoux@gmail.com> | 2014-06-02 22:09:20 +0200 |
commit | 65a97e8d9cde881506ab02fece4e6c88759aa458 (patch) | |
tree | b23b4819ac37eff46d9891326a0265ed27d5566a | |
parent | 586f02a015483eaba36310887a76a66f2946417c (diff) | |
parent | a5892a13b4bc067a14dec6efdd5f432536bac88c (diff) | |
download | micropython-65a97e8d9cde881506ab02fece4e6c88759aa458.tar.gz micropython-65a97e8d9cde881506ab02fece4e6c88759aa458.zip |
Merge branch 'master' of https://github.com/bvernoux/micropython
-rw-r--r-- | README.md | 16 |
1 files changed, 6 insertions, 10 deletions
@@ -1,12 +1,6 @@ -[![Build Status][travis-img]][travis-repo] -[travis-img]: https://travis-ci.org/micropython/micropython.png?branch=master -[travis-repo]: https://travis-ci.org/micropython/micropython - The Micro Python project (HydraBus port Beta) ============================================== -<p align="center"> - <img src="https://raw2.github.com/micropython/micropython/master/logo/upython-with-micro.jpg" alt="MicroPython Logo"/> -</p> + This is the Micro Python project, which aims to put an implementation of Python 3.x on a microcontroller. @@ -25,6 +19,8 @@ Python 3.4 functionality implemented for the data types and modules. See the repository www.github.com/micropython/pyboard for the Micro Python board, the officially supported reference electronic circuit board. +For HydraBus version see HydraBus website: http://hydrabus.com + Major components in this repository: - py/ -- the core Python implementation, including compiler and runtime. - unix/ -- a version of Micro Python that runs on Unix. @@ -81,15 +77,15 @@ To build: $ make You then need to get your board into DFU mode. On the HydraBus, connect the -3V3 pin to the BOOT1 pin with a wire. +3V3 pin to the BOOT0 pin with a wire. Then to flash the code via USB DFU to your device: $ make deploy -or +or for windows: - for windows by double clicking on update_fw_usb_dfu_hydrabus.bat + by double clicking on update_fw_usb_dfu_hydrabus.bat You will need the dfu-util program, on Arch Linux it's dfu-util-git in the AUR. If the above does not work it may be because you don't have the |