From d167c801cd2a0602f02f343146782ee4adeef754 Mon Sep 17 00:00:00 2001 From: pennam Date: Wed, 13 Jan 2021 15:51:56 +0100 Subject: [PATCH 1/2] Changed repository clone path to avoid shadowing --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index de6d60dad..8d76dbc0a 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ The repository contains the Arduino APIs and IDE integration files targeting a g ## Installation -Clone the repository in `$sketchbook/hardware/arduino` +Clone the repository in `$sketchbook/hardware/arduino-git` ```bash -mkdir -p $sketchbook/hardware/arduino -cd $sketchbook/hardware/arduino +mkdir -p $sketchbook/hardware/arduino-git +cd $sketchbook/hardware/arduino-git git clone git@github.com:arduino/ArduinoCore-mbed mbed ``` From 4a798072a19f78ecb17154d78fab58d1d7626d47 Mon Sep 17 00:00:00 2001 From: pennam Date: Thu, 14 Jan 2021 08:32:39 +0100 Subject: [PATCH 2/2] Updated board name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d76dbc0a..f7c757386 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The missing ARM build tools can be installed by using the `Boards Manager` optio Adding a target is a mostly automatic procedure that involves running https://github.com/arduino/ArduinoCore-mbed/blob/master/mbed-os-to-arduino after setting `BOARDNAME` and `ARDUINOCORE` env variables. Actions marked as TODO must be executed manually. -**Minimum Example**: `./mbed-os-to-arduino -r /home/alex/projects/arduino/cores/mbed-os-h747 ENVIE_M7:ENVIE_M7` +**Minimum Example**: `./mbed-os-to-arduino -r /home/alex/projects/arduino/cores/mbed-os-h747 PORTENTA_H7_M7:PORTENTA_H7_M7` ### How to build a debug version of the Arduino mbed libraries * Modify `mbed-os-to-arduino `