From 8db7804496db5fc3fba44e5f9ed0cc322814088c Mon Sep 17 00:00:00 2001 From: Benjamin Vernoux Date: Mon, 2 Jun 2014 21:53:52 +0200 Subject: [PATCH 1/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 525269c2f..b8ead6648 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,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: - py/ -- the core Python implementation, including compiler and runtime. From d7da92a8f0b50c8221b4465201b892e086a40c7f Mon Sep 17 00:00:00 2001 From: Benjamin Vernoux Date: Mon, 2 Jun 2014 21:54:48 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8ead6648..c788c7e31 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ 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: From a7d963d171167fba9c781deda99f2dce46f6f6d9 Mon Sep 17 00:00:00 2001 From: Benjamin Vernoux Date: Mon, 2 Jun 2014 22:03:22 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c788c7e31..d2b2d75d6 100644 --- a/README.md +++ b/README.md @@ -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) ==============================================

- MicroPython Logo +

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 From a5892a13b4bc067a14dec6efdd5f432536bac88c Mon Sep 17 00:00:00 2001 From: Benjamin Vernoux Date: Mon, 2 Jun 2014 22:04:37 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index d2b2d75d6..b39ba20c5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ The Micro Python project (HydraBus port Beta) ============================================== -

- -

+![HydraBus board](https://github.com/bvernoux/hydrabus/blob/master/HydraBus_board.jpg) This is the Micro Python project, which aims to put an implementation of Python 3.x on a microcontroller.