Skip to content

Commit c377d4b

Browse files
authored
Merge branch 'master' into non-standard-nvm
2 parents cc290c5 + 4d7e341 commit c377d4b

File tree

239 files changed

+11954
-7396
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

239 files changed

+11954
-7396
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
test:
13-
runs-on: ubuntu-16.04
13+
runs-on: ubuntu-18.04
1414
steps:
1515
- name: Dump GitHub context
1616
env:
@@ -127,7 +127,7 @@ jobs:
127127
path: mpy-cross/mpy-cross
128128

129129
build-arm:
130-
runs-on: ubuntu-16.04
130+
runs-on: ubuntu-18.04
131131
needs: test
132132
strategy:
133133
fail-fast: false
@@ -206,11 +206,13 @@ jobs:
206206
- "nucleo_h743zi_2"
207207
- "ohs2020_badge"
208208
- "openbook_m4"
209+
- "openmv_h7"
209210
- "particle_argon"
210211
- "particle_boron"
211212
- "particle_xenon"
212213
- "pca10056"
213214
- "pca10059"
215+
- "pca10100"
214216
- "pewpew10"
215217
- "pewpew_m4"
216218
- "pirkey_m0"
@@ -230,6 +232,7 @@ jobs:
230232
- "seeeduino_xiao"
231233
- "serpente"
232234
- "shirtty"
235+
- "simmel"
233236
- "snekboard"
234237
- "sparkfun_lumidrive"
235238
- "sparkfun_nrf52840_mini"
@@ -244,7 +247,7 @@ jobs:
244247
- "stm32f411ve_discovery"
245248
- "stm32f412zg_discovery"
246249
- "stm32f4_discovery"
247-
- "stm32f746g_disco"
250+
- "stm32f746g_discovery"
248251
- "stringcar_m0_express"
249252
- "teensy40"
250253
- "teknikio_bluebird"
@@ -303,7 +306,7 @@ jobs:
303306
if: github.event_name == 'push' || (github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested'))
304307

305308
build-riscv:
306-
runs-on: ubuntu-16.04
309+
runs-on: ubuntu-18.04
307310
needs: test
308311
strategy:
309312
fail-fast: false

.gitmodules

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,21 @@
122122
[submodule "lib/protomatter"]
123123
path = lib/protomatter
124124
url = https://github.com/adafruit/Adafruit_Protomatter
125+
[submodule "frozen/Adafruit_CircuitPython_LSM6DS"]
126+
path = frozen/Adafruit_CircuitPython_LSM6DS
127+
url = https://github.com/adafruit/Adafruit_CircuitPython_LSM6DS
128+
[submodule "frozen/Adafruit_CircuitPython_FocalTouch"]
129+
path = frozen/Adafruit_CircuitPython_FocalTouch
130+
url = https://github.com/adafruit/Adafruit_CircuitPython_FocalTouch
131+
[submodule "frozen/Adafruit_CircuitPython_DS3231"]
132+
path = frozen/Adafruit_CircuitPython_DS3231
133+
url = https://github.com/adafruit/Adafruit_CircuitPython_DS3231
134+
[submodule "frozen/Adafruit_CircuitPython_DRV2605"]
135+
path = frozen/Adafruit_CircuitPython_DRV2605
136+
url = https://github.com/adafruit/Adafruit_CircuitPython_DRV2605
137+
[submodule "frozen/Adafruit_CircuitPython_BLE"]
138+
path = frozen/Adafruit_CircuitPython_BLE
139+
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE
140+
[submodule "frozen/Adafruit_CircuitPython_BLE_Apple_Notification_Center"]
141+
path = frozen/Adafruit_CircuitPython_BLE_Apple_Notification_Center
142+
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_Apple_Notification_Center

docs/supported_ports.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
Supported Ports
22
==============================
33

4-
Adafruit's CircuitPython currently has limited support with a focus on supporting the Atmel SAMD
5-
and ESP8266.
4+
CircuitPython supports a number of microcontroller families. Support quality for each varies
5+
depending on the active contributors for each port.
6+
7+
Adafruit sponsored developers are actively contributing to atmel-samd, mimxrt10xx, nrf and stm
8+
ports. They also maintain the other ports in order to ensure the boards build. Additional testing
9+
is limited.
610

711
.. toctree::
812
:maxdepth: 2
913

1014
../ports/atmel-samd/README
15+
../ports/cxd56/README
16+
../ports/litex/README
1117
../ports/mimxrt10xx/README
1218
../ports/nrf/README
1319
../ports/stm/README
14-
../ports/cxd56/README

frozen/Adafruit_CircuitPython_BLE

0 commit comments

Comments
 (0)