Skip to content

Commit

Permalink
Merge pull request #33 from mcci-catena/issue32
Browse files Browse the repository at this point in the history
Fix #32: release STM32 v3.0.5
  • Loading branch information
terrillmoore authored Mar 19, 2022
2 parents 563f73e + e02ad74 commit ba5ba88
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 3 deletions.
59 changes: 59 additions & 0 deletions BoardManagerFiles/package_mcci_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand All @@ -18,9 +18,9 @@ The follwing window will pop up.

<img src="./preferences1.PNG" width=75% height=75%>

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.

Expand Down

0 comments on commit ba5ba88

Please sign in to comment.