Skip to content

Commit 30a4ff4

Browse files
authored
Merge pull request #78 from adafruit/samd-1.6.8
release samd 1.6.8 for Rotary, NeoKey, Slide, ProxLight Trinkey boards
2 parents b7d8435 + 7b6ed35 commit 30a4ff4

File tree

3 files changed

+142
-0
lines changed

3 files changed

+142
-0
lines changed

boards/adafruit-samd-1.6.8.tar.bz2

4.27 MB
Binary file not shown.

bpt.ini

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,18 @@ index_template =
172172
}},
173173
{{
174174
"name":"Adafruit Neo Trinkey"
175+
}},
176+
{{
177+
"name":"Adafruit Rotary Trinkey"
178+
}},
179+
{{
180+
"name":"Adafruit NeoKey Trinkey"
181+
}},
182+
{{
183+
"name":"Adafruit Slide Trinkey"
184+
}},
185+
{{
186+
"name":"Adafruit ProxLight Trinkey"
175187
}}
176188
],
177189
"toolsDependencies": [

package_adafruit_index.json

Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6770,6 +6770,136 @@
67706770
"version": "1.2.1"
67716771
}
67726772
]
6773+
},
6774+
{
6775+
"name": "Adafruit SAMD Boards",
6776+
"architecture": "samd",
6777+
"version": "1.6.8",
6778+
"category": "Adafruit",
6779+
"url": "https://adafruit.github.io/arduino-board-index/boards/adafruit-samd-1.6.8.tar.bz2",
6780+
"archiveFileName": "adafruit-samd-1.6.8.tar.bz2",
6781+
"checksum": "SHA-256:79d5b8e17016385a77c62edc68fd1a9adbad4b5da8ce0dfb4850e86bac2fa128",
6782+
"size": "4477494",
6783+
"help": {
6784+
"online": "https://forums.adafruit.com"
6785+
},
6786+
"boards": [
6787+
{
6788+
"name": "Adafruit Feather M0"
6789+
},
6790+
{
6791+
"name": "Adafruit Feather M0 Express"
6792+
},
6793+
{
6794+
"name": "Adafruit Metro M0 Express"
6795+
},
6796+
{
6797+
"name": "Adafruit Circuit Playground Express"
6798+
},
6799+
{
6800+
"name": "Adafruit Gemma M0"
6801+
},
6802+
{
6803+
"name": "Adafruit Trinket M0"
6804+
},
6805+
{
6806+
"name": "Adafruit ItsyBitsy M0"
6807+
},
6808+
{
6809+
"name": "Adafruit pIRkey M0"
6810+
},
6811+
{
6812+
"name": "Adafruit Metro M4"
6813+
},
6814+
{
6815+
"name": "Adafruit Grand Central M4"
6816+
},
6817+
{
6818+
"name": "Adafruit ItsyBitsy M4"
6819+
},
6820+
{
6821+
"name": "Adafruit Feather M4 Express"
6822+
},
6823+
{
6824+
"name": "Adafruit Hallowing M0"
6825+
},
6826+
{
6827+
"name": "Adafruit NeoTrellis M4"
6828+
},
6829+
{
6830+
"name": "Adafruit PyPortal M4"
6831+
},
6832+
{
6833+
"name": "Adafruit PyBadge M4"
6834+
},
6835+
{
6836+
"name": "Adafruit Metro M4 AirLift"
6837+
},
6838+
{
6839+
"name": "Adafruit Matrix Portal M4"
6840+
},
6841+
{
6842+
"name": "Adafruit BLM Badge"
6843+
},
6844+
{
6845+
"name": "Adafruit QT Py"
6846+
},
6847+
{
6848+
"name": "Adafruit Feather M4 CAN"
6849+
},
6850+
{
6851+
"name": "Adafruit Neo Trinkey"
6852+
},
6853+
{
6854+
"name": "Adafruit Rotary Trinkey"
6855+
},
6856+
{
6857+
"name": "Adafruit NeoKey Trinkey"
6858+
},
6859+
{
6860+
"name": "Adafruit Slide Trinkey"
6861+
},
6862+
{
6863+
"name": "Adafruit ProxLight Trinkey"
6864+
}
6865+
],
6866+
"toolsDependencies": [
6867+
{
6868+
"packager": "adafruit",
6869+
"name": "arm-none-eabi-gcc",
6870+
"version": "9-2019q4"
6871+
},
6872+
{
6873+
"packager": "arduino",
6874+
"name": "bossac",
6875+
"version": "1.7.0-arduino3"
6876+
},
6877+
{
6878+
"packager": "arduino",
6879+
"name": "bossac",
6880+
"version": "1.8.0-48-gb176eee"
6881+
},
6882+
{
6883+
"packager": "arduino",
6884+
"name": "openocd",
6885+
"version": "0.10.0-arduino7"
6886+
},
6887+
{
6888+
"packager": "adafruit",
6889+
"name": "CMSIS",
6890+
"version": "5.4.0"
6891+
},
6892+
{
6893+
"packager": "adafruit",
6894+
"name": "CMSIS-Atmel",
6895+
"version": "1.2.1"
6896+
},
6897+
{
6898+
"packager": "arduino",
6899+
"name": "arduinoOTA",
6900+
"version": "1.2.1"
6901+
}
6902+
]
67736903
}
67746904
]
67756905
},

0 commit comments

Comments
 (0)