diff --git a/BoardManagerFiles/package_mcci_index.json b/BoardManagerFiles/package_mcci_index.json index a110847..f93e321 100644 --- a/BoardManagerFiles/package_mcci_index.json +++ b/BoardManagerFiles/package_mcci_index.json @@ -1859,6 +1859,65 @@ } ] }, + { + "name": "MCCI Catena STM32 Boards", + "architecture": "stm32", + "version": "3.0.5", + "category": "Contributed", + "help": { + "online": "https://forum.mcci.io" + }, + "url": "https://github.com/mcci-catena/Arduino_Core_STM32/archive/refs/tags/v3.0.5.tar.gz", + "archiveFileName": "Arduino_Core_STM32-3_0_5.tar.gz", + "checksum": "SHA-256:9d928936276546620a88b1654f975343c94b449d259f65cc45da4b7ac59ad433", + "size": "5993777", + "boards": [ + { + "name": "Catena4551" + }, + { + "name": "Catena4610" + }, + { + "name": "Catena4611" + }, + { + "name": "Catena4612" + }, + { + "name": "Catena4617" + }, + { + "name": "Catena4618" + }, + { + "name": "Catena4630" + }, + { + "name": "Catena4801" + }, + { + "name": "Catena4802" + } + ], + "toolsDependencies": [ + { + "version": "6-2017-q2-update", + "name": "arm-none-eabi-gcc", + "packager": "mcci" + }, + { + "version": "2018.3.23-mcci", + "name": "STM32Tools", + "packager": "mcci" + }, + { + "packager": "arduino", + "name": "CMSIS", + "version": "4.5.0" + } + ] + }, { "name": "MCCI Connection Exerciser ", "architecture": "avr", diff --git a/README.md b/README.md index 5921b52..a8be9ca 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MCCI Arduino Boards Package Repository -This repository contains the Boards Manager file(.json) and the related packages for Arduino IDE. +This repository contains the Boards Manager file (.json) and the related packages for Arduino IDE. In order to successfully build and upload/test the code to the Catena boards, please follow these steps: @@ -18,9 +18,9 @@ The follwing window will pop up. -A URL will be added to **Additional Boards Manager URLs** option. If more than one URL is needed, each URL is separated with a comma(`,`). New MCCI boards and updates to existing boards will automatically be picked up by the Board Manager each time it is opened. The URLs point to index files that the Board Manager uses to build the list of available & installed boards. +An URL must be added to the **Additional Boards Manager URLs** option. If more than one URL is needed, each URL is separated with a comma(`,`). New MCCI boards and updates to existing boards will automatically be picked up by the Board Manager each time it is opened. The URLs point to index files that the Board Manager uses to build the list of available & installed boards. -In this example, only MCCI board .json file URL will be added, example, but you can add multiple URLS by separating them with commas. +In this example, only the MCCI board `.json` file URL will be added, example, but you can add multiple URLS by separating them with commas. Copy and paste the link below into the Additional Boards Manager URLs option in the Arduino IDE preferences.