Skip to content

Commit 88c0b0a

Browse files
committed
Release samd 1.5.10, nrf 0.18.0
Add new defines to all variants that has on-board flash - EXTERNAL_FLASH_USE_QSPI - EXTERNAL_FLASH_USE_SPI / EXTERNAL_FLASH_USE_CS
1 parent eab4638 commit 88c0b0a

File tree

4 files changed

+150
-1
lines changed

4 files changed

+150
-1
lines changed

boards/adafruit-nrf52-0.18.0.tar.bz2

17.4 MB
Binary file not shown.

boards/adafruit-samd-1.5.10.tar.bz2

4.15 MB
Binary file not shown.

bpt.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ index_template =
257257
"name":"Adafruit Feather nRF52840 Express"
258258
}},
259259
{{
260-
"name":"Adafruit Feather nRF52840 Sense"
260+
"name":"Adafruit Feather Bluefruit Sense"
261261
}},
262262
{{
263263
"name":"Adafruit Circuit Playground Bluefruit"

package_adafruit_index.json

Lines changed: 149 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4909,6 +4909,155 @@
49094909
"version": "9.4.0"
49104910
}
49114911
]
4912+
},
4913+
{
4914+
"name": "Adafruit SAMD Boards",
4915+
"architecture": "samd",
4916+
"version": "1.5.10",
4917+
"category": "Adafruit",
4918+
"url": "https://adafruit.github.io/arduino-board-index/boards/adafruit-samd-1.5.10.tar.bz2",
4919+
"archiveFileName": "adafruit-samd-1.5.10.tar.bz2",
4920+
"checksum": "SHA-256:ad9a2c2f3b8977cf4a935a70f19edf0162348ff053208aef4a2183afed2fb625",
4921+
"size": "4355762",
4922+
"help": {
4923+
"online": "https://forums.adafruit.com"
4924+
},
4925+
"boards": [
4926+
{
4927+
"name": "Adafruit Feather M0"
4928+
},
4929+
{
4930+
"name": "Adafruit Feather M0 Express"
4931+
},
4932+
{
4933+
"name": "Adafruit Metro M0 Express"
4934+
},
4935+
{
4936+
"name": "Adafruit Circuit Playground Express"
4937+
},
4938+
{
4939+
"name": "Adafruit Gemma M0"
4940+
},
4941+
{
4942+
"name": "Adafruit Trinket M0"
4943+
},
4944+
{
4945+
"name": "Adafruit ItsyBitsy M0"
4946+
},
4947+
{
4948+
"name": "Adafruit pIRkey M0"
4949+
},
4950+
{
4951+
"name": "Adafruit Metro M4"
4952+
},
4953+
{
4954+
"name": "Adafruit Grand Central M4"
4955+
},
4956+
{
4957+
"name": "Adafruit ItsyBitsy M4"
4958+
},
4959+
{
4960+
"name": "Adafruit Grand Central M4"
4961+
},
4962+
{
4963+
"name": "Adafruit Feather M4 Express"
4964+
},
4965+
{
4966+
"name": "Adafruit Hallowing M0"
4967+
},
4968+
{
4969+
"name": "Adafruit NeoTrellis M4"
4970+
},
4971+
{
4972+
"name": "Adafruit PyPortal M4"
4973+
},
4974+
{
4975+
"name": "Adafruit PyBadge M4"
4976+
},
4977+
{
4978+
"name": "Adafruit Metro M4 AirLift"
4979+
}
4980+
],
4981+
"toolsDependencies": [
4982+
{
4983+
"packager": "arduino",
4984+
"name": "arm-none-eabi-gcc",
4985+
"version": "4.8.3-2014q1"
4986+
},
4987+
{
4988+
"packager": "arduino",
4989+
"name": "bossac",
4990+
"version": "1.7.0"
4991+
},
4992+
{
4993+
"packager": "arduino",
4994+
"name": "bossac",
4995+
"version": "1.8.0-48-gb176eee"
4996+
},
4997+
{
4998+
"packager": "arduino",
4999+
"name": "openocd",
5000+
"version": "0.9.0-arduino"
5001+
},
5002+
{
5003+
"packager": "arduino",
5004+
"name": "CMSIS",
5005+
"version": "4.5.0"
5006+
},
5007+
{
5008+
"packager": "arduino",
5009+
"name": "CMSIS-Atmel",
5010+
"version": "1.2.0"
5011+
}
5012+
]
5013+
},
5014+
{
5015+
"name": "Adafruit nRF52",
5016+
"architecture": "nrf52",
5017+
"version": "0.18.0",
5018+
"category": "Adafruit",
5019+
"url": "https://adafruit.github.io/arduino-board-index/boards/adafruit-nrf52-0.18.0.tar.bz2",
5020+
"archiveFileName": "adafruit-nrf52-0.18.0.tar.bz2",
5021+
"checksum": "SHA-256:c4c29e041fc1d58be0cf21bb2d0e99e3649a40746ae20544a2f16a5d6dba6751",
5022+
"size": "18263802",
5023+
"help": {
5024+
"online": "https://forums.adafruit.com"
5025+
},
5026+
"boards": [
5027+
{
5028+
"name": "Adafruit Feather nRF52832"
5029+
},
5030+
{
5031+
"name": "Adafruit Feather nRF52840 Express"
5032+
},
5033+
{
5034+
"name": "Adafruit Feather Bluefruit Sense"
5035+
},
5036+
{
5037+
"name": "Adafruit Circuit Playground Bluefruit"
5038+
},
5039+
{
5040+
"name": "Adafruit Metro nRF52840 Express"
5041+
},
5042+
{
5043+
"name": "Adafruit ItsyBitsy nRF52840"
5044+
},
5045+
{
5046+
"name": "Adafruit CLUE"
5047+
}
5048+
],
5049+
"toolsDependencies": [
5050+
{
5051+
"packager": "arduino",
5052+
"name": "arm-none-eabi-gcc",
5053+
"version": "7-2017q4"
5054+
},
5055+
{
5056+
"packager": "adafruit",
5057+
"name": "nrfjprog",
5058+
"version": "9.4.0"
5059+
}
5060+
]
49125061
}
49135062
]
49145063
},

0 commit comments

Comments
 (0)