Skip to content

Commit 1887446

Browse files
committed
Update 1.0.6 Mbed
1 parent 6bfc86f commit 1887446

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

platform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
66

77
name=Electronic Cats Mbed OS Boards
8-
version=1.0.5
8+
version=1.0.6
99

1010
# Compile variables
1111
# ------------------------
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"name": "Electronic Cats Boards (Mbed OS)",
3+
"architecture": "mbed",
4+
"version": "1.0.6",
5+
"category": "Contributed",
6+
"url": "https://github.com/ElectronicCats/Arduino_Boards_Index/raw/gh-pages/IDE_Board_Manager/electroniccats-mbed-1.0.6.tar.bz2",
7+
"archiveFileName": "electroniccats-mbed-1.0.6.tar.bz2",
8+
"checksum": "SHA-256:113cb4da9d06e9a246a6a780a633ef644001aaab6ab17e0d9f04d33a438e6d93",
9+
"size": "111163074",
10+
"help": {
11+
"online": "https://electroniccats.com/"
12+
},
13+
"boards": [
14+
{"name": "Arduino Nano 33 BLE"},
15+
{"name": "Electronic Cats Bast BLE"}
16+
],
17+
"toolsDependencies": [
18+
{
19+
"packager": "electroniccats",
20+
"name": "openocd",
21+
"version": "0.10.0-arduino9"
22+
},
23+
{
24+
"packager": "electroniccats",
25+
"name": "arm-none-eabi-gcc",
26+
"version": "7-2017q4"
27+
},
28+
{
29+
"name": "nrfjprog",
30+
"packager": "electroniccats",
31+
"version": "9.4.0"
32+
},
33+
{
34+
"name": "nrfutil",
35+
"packager": "electroniccats",
36+
"version": "0.5.3post10"
37+
}
38+
]
39+
},

0 commit comments

Comments
 (0)