diff --git a/README.md b/README.md index 720b22c..c946466 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -# arduino-board-index \ No newline at end of file +# arduino-board-index +To install the MisfitTech boards for the Arduino IDE follow these [instructions](https://misfittech.net/blog/arduino-package-install/). +The Board Manager URL should point to the `package_misfittech_index.json` file in this repository. + +If there is an error installing the board, consider looking at the following links: +* [Cannot find misfitTech SAMD Boards in Arduino board manager](https://groups.google.com/g/smart-stepper/c/Dt03-1skbYc) +* [Smart Stepper Google Group](https://groups.google.com/g/smart-stepper) diff --git a/boards/misfittech_samd-1.0.0.tar.bz2 b/boards/misfittech_samd-1.0.1.tar.bz2 similarity index 56% rename from boards/misfittech_samd-1.0.0.tar.bz2 rename to boards/misfittech_samd-1.0.1.tar.bz2 index 5ad2e23..f85c58b 100644 Binary files a/boards/misfittech_samd-1.0.0.tar.bz2 and b/boards/misfittech_samd-1.0.1.tar.bz2 differ diff --git a/package_misfittech_index.json b/package_misfittech_index.json index c2efc44..ef433a6 100644 --- a/package_misfittech_index.json +++ b/package_misfittech_index.json @@ -10,14 +10,14 @@ { "category": "MisfitTech", "name": "MisfitTech SAMD Boards", - "url": "https://github.com/Misfittech/arduino-board-index/raw/master/boards/misfittech_samd-1.0.0.tar.bz2", - "checksum": "SHA-256:56A29C6B51540AA032FB18977258F7CE110D30C45A22F9ACFD8F81F744EB9041", + "url": "https://github.com/jaredgonzales/arduino-board-index/raw/bugfix/extracting_directory_error/boards/misfittech_samd-1.0.1.tar.bz2", + "checksum": "SHA-256:1e8086e8d59148e61063fa759424aa2c39cb0a6f73e288aa4c58c1f6ad3340ec", "help": { "online": "http://misfittech.net" }, - "version": "1.0.0", + "version": "1.0.1", "architecture": "samd", - "archiveFileName": "misfittech_samd-1.0.0.tar.bz2", + "archiveFileName": "misfittech_samd-1.0.1.tar.bz2", "boards": [ { "name": "Nano Zero" @@ -45,7 +45,7 @@ "name": "CMSIS" } ], - "size": "12852574" + "size": "10301440" } ], "tools": [], @@ -54,4 +54,4 @@ } ] -} \ No newline at end of file +}