Skip to content

Made fix to bpt.ini so next time arduino-samd is updated it will add … #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions bpt.ini
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@ index_template =
"name": "arm-none-eabi-gcc",
"version": "4.8.3-2014q1"
}},
{{
"packager": "arduino",
"name": "bossac",
"version": "1.7.0"
}},
{{
"packager": "arduino",
"name": "bossac",
Expand Down
89 changes: 89 additions & 0 deletions package_adafruit_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3111,6 +3111,95 @@
}
]
},
{
"name": "Adafruit SAMD Boards",
"architecture": "samd",
"version": "1.2.10",
"category": "Adafruit",
"url": "https://adafruit.github.io/arduino-board-index/boards/adafruit-samd-1.2.9.tar.bz2",
"archiveFileName": "adafruit-samd-1.2.9.tar.bz2",
"checksum": "SHA-256:28f6277176443679a019f6da716dd7df2d5190d6504e464805f871348645b83c",
"size": "10472970",
"help": {
"online": "https://forums.adafruit.com"
},
"boards": [
{
"name": "Adafruit Feather M0"
},
{
"name": "Adafruit Feather M0 Express"
},
{
"name": "Adafruit Metro M0 Express"
},
{
"name": "Adafruit Circuit Playground Express"
},
{
"name": "Adafruit Gemma M0"
},
{
"name": "Adafruit Hallowing M0"
},
{
"name": "Adafruit Trinket M0"
},
{
"name": "Adafruit ItsyBitsy M0"
},
{
"name": "Adafruit pIRkey M0"
},
{
"name": "Adafruit Feather M4"
},
{
"name": "Adafruit Metro M4"
},
{
"name": "Adafruit ItsyBitsy M4"
},
{
"name": "Adafruit Grand Central M4"
},
{
"name": "Adafruit Trellis M4"
}
],
"toolsDependencies": [
{
"packager": "arduino",
"name": "arm-none-eabi-gcc",
"version": "4.8.3-2014q1"
},
{
"packager": "arduino",
"name": "bossac",
"version": "1.7.0"
},
{
"packager": "arduino",
"name": "bossac",
"version": "1.8.0-48-gb176eee"
},
{
"packager": "arduino",
"name": "openocd",
"version": "0.9.0-arduino"
},
{
"packager": "arduino",
"name": "CMSIS",
"version": "4.5.0"
},
{
"packager": "arduino",
"name": "CMSIS-Atmel",
"version": "1.2.0"
}
]
},
{
"name": "Adafruit nRF52",
"architecture": "nrf52",
Expand Down