Skip to content

Commit 36e51a8

Browse files
committed
fix samd board list typo, and add 1.4.0
1 parent cba1a71 commit 36e51a8

File tree

3 files changed

+99
-3
lines changed

3 files changed

+99
-3
lines changed

boards/adafruit-samd-1.4.0.tar.bz2

13 MB
Binary file not shown.

bpt.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ index_template =
144144
"name":"Adafruit Grand Central M4"
145145
}},
146146
{{
147-
"name":"Adafruit Feather M4 Exprses"
147+
"name":"Adafruit Feather M4 Express"
148148
}},
149149
{{
150150
"name":"Adafruit Hallowing M0"
@@ -160,7 +160,7 @@ index_template =
160160
}},
161161
{{
162162
"name":"Adafruit Metro M4 AirLift"
163-
}},
163+
}}
164164
],
165165
"toolsDependencies": [
166166
{{

package_adafruit_index.json

+97-1
Original file line numberDiff line numberDiff line change
@@ -3269,6 +3269,102 @@
32693269
"version": "9.4.0"
32703270
}
32713271
]
3272+
},
3273+
{
3274+
"name": "Adafruit SAMD Boards",
3275+
"architecture": "samd",
3276+
"version": "1.4.0",
3277+
"category": "Adafruit",
3278+
"url": "https://adafruit.github.io/arduino-board-index/boards/adafruit-samd-1.4.0.tar.bz2",
3279+
"archiveFileName": "adafruit-samd-1.4.0.tar.bz2",
3280+
"checksum": "SHA-256:d8ab7773d9bbf63b79d52be8aeeff1c33cfd2d1b90da28ba36b97719f58cb4ab",
3281+
"size": "13668960",
3282+
"help": {
3283+
"online": "https://forums.adafruit.com"
3284+
},
3285+
"boards": [
3286+
{
3287+
"name": "Adafruit Feather M0"
3288+
},
3289+
{
3290+
"name": "Adafruit Feather M0 Express"
3291+
},
3292+
{
3293+
"name": "Adafruit Metro M0 Express"
3294+
},
3295+
{
3296+
"name": "Adafruit Circuit Playground Express"
3297+
},
3298+
{
3299+
"name": "Adafruit Gemma M0"
3300+
},
3301+
{
3302+
"name": "Adafruit Trinket M0"
3303+
},
3304+
{
3305+
"name": "Adafruit ItsyBitsy M0"
3306+
},
3307+
{
3308+
"name": "Adafruit pIRkey M0"
3309+
},
3310+
{
3311+
"name": "Adafruit Metro M4"
3312+
},
3313+
{
3314+
"name": "Adafruit Grand Central M4"
3315+
},
3316+
{
3317+
"name": "Adafruit ItsyBitsy M4"
3318+
},
3319+
{
3320+
"name": "Adafruit Grand Central M4"
3321+
},
3322+
{
3323+
"name": "Adafruit Feather M4 Exprses"
3324+
},
3325+
{
3326+
"name": "Adafruit Hallowing M0"
3327+
},
3328+
{
3329+
"name": "Adafruit NeoTrellis M4"
3330+
},
3331+
{
3332+
"name": "Adafruit PyPortal M4"
3333+
},
3334+
{
3335+
"name": "Adafruit PyBadge M4"
3336+
},
3337+
{
3338+
"name": "Adafruit Metro M4 AirLift"
3339+
}
3340+
],
3341+
"toolsDependencies": [
3342+
{
3343+
"packager": "arduino",
3344+
"name": "arm-none-eabi-gcc",
3345+
"version": "4.8.3-2014q1"
3346+
},
3347+
{
3348+
"packager": "arduino",
3349+
"name": "bossac",
3350+
"version": "1.8.0-48-gb176eee"
3351+
},
3352+
{
3353+
"packager": "arduino",
3354+
"name": "openocd",
3355+
"version": "0.9.0-arduino"
3356+
},
3357+
{
3358+
"packager": "arduino",
3359+
"name": "CMSIS",
3360+
"version": "4.5.0"
3361+
},
3362+
{
3363+
"packager": "arduino",
3364+
"name": "CMSIS-Atmel",
3365+
"version": "1.2.0"
3366+
}
3367+
]
32723368
}
32733369
]
32743370
},
@@ -3421,4 +3517,4 @@
34213517
]
34223518
}
34233519
]
3424-
}
3520+
}

0 commit comments

Comments
 (0)