Skip to content

Commit a4c29ed

Browse files
authored
Merge pull request #31 from hathach/gh-pages
release nrf52 0.11.0
2 parents 4c4a9fa + f5de6c1 commit a4c29ed

File tree

3 files changed

+34
-4
lines changed

3 files changed

+34
-4
lines changed

boards/adafruit-nrf52-0.11.0.tar.bz2

16.2 MB
Binary file not shown.

bpt.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,9 @@ index_template =
251251
],
252252
"toolsDependencies": [
253253
{{
254-
"packager": "adafruit",
255-
"name": "gcc-arm-none-eabi",
256-
"version": "5_2-2015q4"
254+
"packager": "arduino",
255+
"name": "arm-none-eabi-gcc",
256+
"version": "7-2017q4"
257257
}},
258258
{{
259259
"packager": "adafruit",

package_adafruit_index.json

+31-1
Original file line numberDiff line numberDiff line change
@@ -3560,6 +3560,36 @@
35603560
"version": "1.2.0"
35613561
}
35623562
]
3563+
},
3564+
{
3565+
"name": "Adafruit nRF52",
3566+
"architecture": "nrf52",
3567+
"version": "0.11.0",
3568+
"category": "Adafruit",
3569+
"url": "https://adafruit.github.io/arduino-board-index/boards/adafruit-nrf52-0.11.0.tar.bz2",
3570+
"archiveFileName": "adafruit-nrf52-0.11.0.tar.bz2",
3571+
"checksum": "SHA-256:a7ece234b2a42cb68384eaa290cec23ce2e60e500a79939355d30843e3cf7e6a",
3572+
"size": "16957683",
3573+
"help": {
3574+
"online": "https://forums.adafruit.com"
3575+
},
3576+
"boards": [
3577+
{
3578+
"name": "Adafruit Bluefruit nRF52 Feather"
3579+
}
3580+
],
3581+
"toolsDependencies": [
3582+
{
3583+
"packager": "arduino",
3584+
"name": "arm-none-eabi-gcc",
3585+
"version": "7-2017q4"
3586+
},
3587+
{
3588+
"packager": "adafruit",
3589+
"name": "nrfjprog",
3590+
"version": "9.4.0"
3591+
}
3592+
]
35633593
}
35643594
]
35653595
},
@@ -3712,4 +3742,4 @@
37123742
]
37133743
}
37143744
]
3715-
}
3745+
}

0 commit comments

Comments
 (0)