Skip to content

Commit eab4638

Browse files
authored
release nrf52 0.17.0 (#56)
also update list of libraries to remote ci trigger when release.
1 parent b611806 commit eab4638

File tree

4 files changed

+56
-0
lines changed

4 files changed

+56
-0
lines changed

boards/adafruit-nrf52-0.17.0.tar.bz2

17.4 MB
Binary file not shown.

bpt.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,9 @@ index_template =
256256
{{
257257
"name":"Adafruit Feather nRF52840 Express"
258258
}},
259+
{{
260+
"name":"Adafruit Feather nRF52840 Sense"
261+
}},
259262
{{
260263
"name":"Adafruit Circuit Playground Bluefruit"
261264
}},

examples/trigger_libraries.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# sorted alphabetically
88
all_libs = [
99
'Adafruit_9DOF',
10+
'Adafruit_ADS1X15',
1011
'Adafruit_ADXL343',
1112
'Adafruit_Arcada',
1213
'Adafruit_BME280_Library',
@@ -20,14 +21,18 @@
2021
'Adafruit_INA260',
2122
'Adafruit_LIS2MDL',
2223
'Adafruit_LIS3MDL',
24+
'Adafruit_LPS35HW',
2325
'Adafruit_LSM303_Accel',
2426
'Adafruit_LSM303DLH_Mag',
2527
'Adafruit_LSM6DS',
28+
'Adafruit_LSM9DS1',
2629
'Adafruit_MAX31865',
2730
'Adafruit_MCP4728',
2831
'Adafruit_MLX90640',
32+
'Adafruit_MPU6050',
2933
'Adafruit_MSA301',
3034
'Adafruit_NeoPixel_ZeroDMA',
35+
'Adafruit_Seesaw',
3136
'Adafruit_Sensor',
3237
'Adafruit_SensorLab',
3338
'Adafruit_SPIFlash',

package_adafruit_index.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4861,6 +4861,54 @@
48614861
"version": "9.4.0"
48624862
}
48634863
]
4864+
},
4865+
{
4866+
"name": "Adafruit nRF52",
4867+
"architecture": "nrf52",
4868+
"version": "0.17.0",
4869+
"category": "Adafruit",
4870+
"url": "https://adafruit.github.io/arduino-board-index/boards/adafruit-nrf52-0.17.0.tar.bz2",
4871+
"archiveFileName": "adafruit-nrf52-0.17.0.tar.bz2",
4872+
"checksum": "SHA-256:7cf0856b9b827c570f1d0cce47c19c34ea727b78f4fb74c6c13cacd35974624d",
4873+
"size": "18263420",
4874+
"help": {
4875+
"online": "https://forums.adafruit.com"
4876+
},
4877+
"boards": [
4878+
{
4879+
"name": "Adafruit Feather nRF52832"
4880+
},
4881+
{
4882+
"name": "Adafruit Feather nRF52840 Express"
4883+
},
4884+
{
4885+
"name": "Adafruit Feather nRF52840 Sense"
4886+
},
4887+
{
4888+
"name": "Adafruit Circuit Playground Bluefruit"
4889+
},
4890+
{
4891+
"name": "Adafruit Metro nRF52840 Express"
4892+
},
4893+
{
4894+
"name": "Adafruit ItsyBitsy nRF52840"
4895+
},
4896+
{
4897+
"name": "Adafruit CLUE"
4898+
}
4899+
],
4900+
"toolsDependencies": [
4901+
{
4902+
"packager": "arduino",
4903+
"name": "arm-none-eabi-gcc",
4904+
"version": "7-2017q4"
4905+
},
4906+
{
4907+
"packager": "adafruit",
4908+
"name": "nrfjprog",
4909+
"version": "9.4.0"
4910+
}
4911+
]
48644912
}
48654913
]
48664914
},

0 commit comments

Comments
 (0)