Skip to content

Commit bf6158e

Browse files
committedAug 25, 2017
Merge branch '1.0.5'
2 parents 5b3a6a1 + 64e1c32 commit bf6158e

File tree

667 files changed

+471
-208
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

667 files changed

+471
-208
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OpenTracker - Arduino Boards Manager
22

3-
Works with Arduino IDEs version 1.6.x and later (tested up to 1.6.13)
3+
Works with Arduino IDEs version 1.6.4 and later (tested up to 1.8.2)
44

55
Open the menu "File" > "Preferences" and add the following text to the box "Additional Boards Manager URLs":
66
https://raw.githubusercontent.com/geolink/opentracker-arduino-board/master/package_opentracker_index.json

‎package_opentracker_index.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,31 @@
99
"online": "https://geolink.io/opentracker.php"
1010
},
1111
"platforms": [
12+
{
13+
"name": "OpenTracker Boards (32-bits ARM Cortex-M3)",
14+
"architecture": "sam",
15+
"version": "1.0.5",
16+
"category": "Contributed",
17+
"url": "https://github.com/geolink/opentracker-arduino-board/releases/download/v1.0.5/sam-1.6.11-opentracker-1.0.5.tar.bz2",
18+
"archiveFileName": "sam-1.6.11-opentracker-1.0.5.tar.bz2",
19+
"checksum": "SHA-256:50c01d87122a7f6416c3494b1ca96e05d5b4483ea21bb6dfb57184c0ce7c68e8",
20+
"size": "2982552",
21+
"boards": [
22+
{"name": "GeoLink OpenTracker"}
23+
],
24+
"toolsDependencies": [
25+
{
26+
"packager": "opentracker",
27+
"name": "arm-none-eabi-gcc",
28+
"version": "4.8.3-2014q1"
29+
},
30+
{
31+
"packager": "opentracker",
32+
"name": "bossac",
33+
"version": "1.5-opentracker"
34+
}
35+
]
36+
},
1237
{
1338
"name": "OpenTracker Boards (32-bits ARM Cortex-M3)",
1439
"architecture": "sam",

0 commit comments

Comments
 (0)