Skip to content

Commit 57b3a26

Browse files
committed
nrf52 include all supported boards
1 parent 52d0b1b commit 57b3a26

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

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: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3973,7 +3973,16 @@
39733973
},
39743974
"boards": [
39753975
{
3976-
"name": "Adafruit Bluefruit nRF52 Feather"
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"
39773986
}
39783987
],
39793988
"toolsDependencies": [
@@ -4140,4 +4149,4 @@
41404149
]
41414150
}
41424151
]
4143-
}
4152+
}

0 commit comments

Comments
 (0)