File tree Expand file tree Collapse file tree 4 files changed +56
-0
lines changed Expand file tree Collapse file tree 4 files changed +56
-0
lines changed Original file line number Diff line number Diff line change @@ -256,6 +256,9 @@ index_template =
256
256
{{
257
257
" name" :" Adafruit Feather nRF52840 Express"
258
258
}},
259
+ {{
260
+ " name" :" Adafruit Feather nRF52840 Sense"
261
+ }},
259
262
{{
260
263
" name" :" Adafruit Circuit Playground Bluefruit"
261
264
}},
Original file line number Diff line number Diff line change 7
7
# sorted alphabetically
8
8
all_libs = [
9
9
'Adafruit_9DOF' ,
10
+ 'Adafruit_ADS1X15' ,
10
11
'Adafruit_ADXL343' ,
11
12
'Adafruit_Arcada' ,
12
13
'Adafruit_BME280_Library' ,
20
21
'Adafruit_INA260' ,
21
22
'Adafruit_LIS2MDL' ,
22
23
'Adafruit_LIS3MDL' ,
24
+ 'Adafruit_LPS35HW' ,
23
25
'Adafruit_LSM303_Accel' ,
24
26
'Adafruit_LSM303DLH_Mag' ,
25
27
'Adafruit_LSM6DS' ,
28
+ 'Adafruit_LSM9DS1' ,
26
29
'Adafruit_MAX31865' ,
27
30
'Adafruit_MCP4728' ,
28
31
'Adafruit_MLX90640' ,
32
+ 'Adafruit_MPU6050' ,
29
33
'Adafruit_MSA301' ,
30
34
'Adafruit_NeoPixel_ZeroDMA' ,
35
+ 'Adafruit_Seesaw' ,
31
36
'Adafruit_Sensor' ,
32
37
'Adafruit_SensorLab' ,
33
38
'Adafruit_SPIFlash' ,
Original file line number Diff line number Diff line change 4861
4861
"version" : " 9.4.0"
4862
4862
}
4863
4863
]
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
+ ]
4864
4912
}
4865
4913
]
4866
4914
},
You can’t perform that action at this time.
0 commit comments