diff options
author | Benjamin Vernoux <bvernoux@gmail.com> | 2014-06-02 22:03:22 +0200 |
---|---|---|
committer | Benjamin Vernoux <bvernoux@gmail.com> | 2014-06-02 22:03:22 +0200 |
commit | a7d963d171167fba9c781deda99f2dce46f6f6d9 (patch) | |
tree | e7ccf193c2b7fffc32140a4f7228d9c5d749c0b7 | |
parent | d7da92a8f0b50c8221b4465201b892e086a40c7f (diff) | |
download | micropython-a7d963d171167fba9c781deda99f2dce46f6f6d9.tar.gz micropython-a7d963d171167fba9c781deda99f2dce46f6f6d9.zip |
Update README.md
-rw-r--r-- | README.md | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -1,11 +1,7 @@ -[![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"/> + <img src="https://github.com/bvernoux/hydrabus/blob/master/HydraBus_board.jpg alt="HydraBus board"/> </p> This is the Micro Python project, which aims to put an implementation @@ -24,6 +20,7 @@ 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: @@ -88,9 +85,9 @@ 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 |