Skip to content

Commit 861dbe7

Browse files
authored
Merge pull request #37 from hathach/gh-pages
release nrf52 0.13.0
2 parents 2c01c9b + 57b3a26 commit 861dbe7

File tree

3 files changed

+50
-2
lines changed

3 files changed

+50
-2
lines changed

boards/adafruit-nrf52-0.13.0.tar.bz2

16.7 MB
Binary file not shown.

bpt.ini

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,16 @@ index_template =
251251
}},
252252
"boards":[
253253
{{
254-
"name":"Adafruit Bluefruit nRF52 Feather"
254+
"name":"Adafruit Feather nRF52832"
255+
}},
256+
{{
257+
"name":"Adafruit Feather nRF52840 Express"
258+
}},
259+
{{
260+
"name":"Adafruit Circuit Playground Bluefruit"
261+
}},
262+
{{
263+
"name":"Adafruit Metro nRF52840 Express"
255264
}}
256265
],
257266
"toolsDependencies": [

package_adafruit_index.json

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3958,6 +3958,45 @@
39583958
"version": "1.2.0"
39593959
}
39603960
]
3961+
},
3962+
{
3963+
"name": "Adafruit nRF52",
3964+
"architecture": "nrf52",
3965+
"version": "0.13.0",
3966+
"category": "Adafruit",
3967+
"url": "https://adafruit.github.io/arduino-board-index/boards/adafruit-nrf52-0.13.0.tar.bz2",
3968+
"archiveFileName": "adafruit-nrf52-0.13.0.tar.bz2",
3969+
"checksum": "SHA-256:0152741eaeec7af0e480965d79e9ec62291681671bbc502b7d57cf789843471e",
3970+
"size": "17543332",
3971+
"help": {
3972+
"online": "https://forums.adafruit.com"
3973+
},
3974+
"boards": [
3975+
{
3976+
"name":"Adafruit Feather nRF52832"
3977+
},
3978+
{
3979+
"name":"Adafruit Feather nRF52840 Express"
3980+
},
3981+
{
3982+
"name":"Adafruit Circuit Playground Bluefruit"
3983+
},
3984+
{
3985+
"name":"Adafruit Metro nRF52840 Express"
3986+
}
3987+
],
3988+
"toolsDependencies": [
3989+
{
3990+
"packager": "arduino",
3991+
"name": "arm-none-eabi-gcc",
3992+
"version": "7-2017q4"
3993+
},
3994+
{
3995+
"packager": "adafruit",
3996+
"name": "nrfjprog",
3997+
"version": "9.4.0"
3998+
}
3999+
]
39614000
}
39624001
]
39634002
},
@@ -4110,4 +4149,4 @@
41104149
]
41114150
}
41124151
]
4113-
}
4152+
}

0 commit comments

Comments
 (0)