From 00f247eae1948dc48d397d56f156f98d67246082 Mon Sep 17 00:00:00 2001 From: Ben Lye Date: Thu, 21 Mar 2019 17:31:07 +0000 Subject: [PATCH 1/3] Update Compiling_STM32.md Added a warning about spaces in the path for Windows users. --- docs/Compiling_STM32.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Compiling_STM32.md b/docs/Compiling_STM32.md index 3a6c2f5..539ed41 100644 --- a/docs/Compiling_STM32.md +++ b/docs/Compiling_STM32.md @@ -55,6 +55,8 @@ The 4-pin header needs to be soldered onto the board as indicated by the red rec 1. Clone the project using Git or Github Desktop, then 1. Double-click the **Multiprotocol.ino** file in the **Multiprotocol** folder to open the project in the Arduino IDE +**Important note for Windows users:** You must download or unzip the Multiprotocol source in a folder which has no spaces in the path. If you have spaces in your username **do not** use a sub-folder of your user directory. This is due to a [bug in the Arduino IDE](https://github.com/arduino/arduino-builder/issues/316), caused by an [issue in Go](https://github.com/golang/go/issues/17149). + ### Install the Multi 4-in-1 board 1. Follow [these instructions](Arduino_IDE_Boards.md) to install the **Multi 4-in-1 STM32 Board** in the Arduino IDE From 6ba06bc0064a465222dd7a38bc5847fa9d30bae7 Mon Sep 17 00:00:00 2001 From: Ben Lye Date: Thu, 21 Mar 2019 17:32:20 +0000 Subject: [PATCH 2/3] Update Compiling.md Added a warning about spaces in the path for Windows users. --- docs/Compiling.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Compiling.md b/docs/Compiling.md index 55ca9c5..cf2f925 100644 --- a/docs/Compiling.md +++ b/docs/Compiling.md @@ -50,6 +50,8 @@ The 6-pin header needs to be soldered onto the board as indicated by the red rec 1. Clone the project using Git or Github Desktop, then 1. Double-click the **Multiprotocol.ino** file in the **Multiprotocol** folder to open the project in the Arduino IDE +**Important note for Windows users:** You must download or unzip the Multiprotocol source in a folder which has no spaces in the path. If you have spaces in your username **do not** use a sub-folder of your user directory. This is due to a [bug in the Arduino IDE](https://github.com/arduino/arduino-builder/issues/316), caused by an [issue in Go](https://github.com/golang/go/issues/17149). + ### Install the Multi 4-in-1 board 1. Follow [these instructions](Arduino_IDE_Boards.md) to install the **Multi 4-in-1 AVR Board** in the Arduino IDE From ae4ee9061d06b733e6acbfd595c2b2c3d81d0fb7 Mon Sep 17 00:00:00 2001 From: Ben Lye Date: Thu, 21 Mar 2019 17:35:42 +0000 Subject: [PATCH 3/3] Update package_multi_4in1_board_index.json STM32 board v1.1.1 --- .../package_multi_4in1_board_index.json | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/BootLoaders/package_multi_4in1_board_index.json b/BootLoaders/package_multi_4in1_board_index.json index 466a80f..f933718 100644 --- a/BootLoaders/package_multi_4in1_board_index.json +++ b/BootLoaders/package_multi_4in1_board_index.json @@ -325,7 +325,28 @@ "name": "arm-none-eabi-gcc", "version": "4.8.3-2014q1" }] - }, + }, + { + "name": "Multi 4-in-1 STM32 Board", + "architecture": "STM32F1", + "version": "1.1.1", + "category": "Contributed", + "help": { + "online": "https://github.com/pascallanger/DIY-Multiprotocol-TX-Module" + }, + "url": "https://github.com/pascallanger/DIY-Multiprotocol-TX-Module-Boards/raw/master/archives/package_multi_4in1_stm32_board_v1.1.1.tar.gz", + "archiveFileName": "package_multi_4in1_stm32_board_v1.1.1.tar.gz", + "checksum": "SHA-256:549dbfa0f48f3e519a9efa96d03e8933cc72989c618826b2b570980d9c382979", + "size": "10331547", + "boards": [{ + "name": "Multi 4-in-1 (STM32F103C)" + }], + "toolsDependencies": [{ + "packager": "arduino", + "name": "arm-none-eabi-gcc", + "version": "4.8.3-2014q1" + }] + }, { "name": "Multi 4-in-1 OrangeRX Board - DEPRECATED, USE MULTI 4-IN-1 AVR BOARDS PACKAGE INSTEAD", "architecture": "orangerx",