Skip to content

Commit e494ca4

Browse files
authored
Merge pull request #4757 from dhalbert/6.3.x-cherry-pick-from-main
6.3.x cherry pick from main
2 parents 1d39be4 + 25f0947 commit e494ca4

File tree

146 files changed

+2020
-158
lines changed

Some content is hidden

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

146 files changed

+2020
-158
lines changed

.github/workflows/build.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,18 +178,26 @@ jobs:
178178
- "TG-Watch"
179179
- "adafruit_feather_rp2040"
180180
- "adafruit_itsybitsy_rp2040"
181+
- "adafruit_neokey_trinkey_m0"
182+
- "adafruit_proxlight_trinkey_m0"
183+
- "adafruit_qt2040_trinkey"
181184
- "adafruit_qtpy_rp2040"
185+
- "adafruit_rotary_trinkey_m0"
186+
- "adafruit_slide_trinkey_m0"
182187
- "aloriumtech_evo_m51"
188+
- "aramcon2_badge"
183189
- "aramcon_badge_2019"
184190
- "arduino_mkr1300"
185191
- "arduino_mkrzero"
186192
- "arduino_nano_33_ble"
187193
- "arduino_nano_33_iot"
194+
- "arduino_nano_rp2040_connect"
188195
- "arduino_zero"
189196
- "bast_pro_mini_m0"
190197
- "bastble"
191198
- "bdmicro_vina_d21"
192199
- "bdmicro_vina_d51"
200+
- "bdmicro_vina_d51_pcb7"
193201
- "bless_dev_board_multi_sensor"
194202
- "blm_badge"
195203
- "capablerobot_usbhub"
@@ -239,6 +247,7 @@ jobs:
239247
- "hallowing_m0_express"
240248
- "hallowing_m4_express"
241249
- "hiibot_bluefi"
250+
- "huntercat_nfc"
242251
- "ikigaisense_vita"
243252
- "imxrt1010_evk"
244253
- "imxrt1020_evk"
@@ -283,6 +292,8 @@ jobs:
283292
- "pewpew_m4"
284293
- "picoplanet"
285294
- "pimoroni_keybow2040"
295+
- "pimoroni_picolipo_16mb"
296+
- "pimoroni_picolipo_4mb"
286297
- "pimoroni_picosystem"
287298
- "pimoroni_tiny2040"
288299
- "pirkey_m0"
@@ -303,7 +314,6 @@ jobs:
303314
- "raspberry_pi_pico"
304315
- "raytac_mdbt50q-db-40"
305316
- "robohatmm1_m4"
306-
- "rotary_trinkey_m0"
307317
- "sam32"
308318
- "same54_xplained"
309319
- "seeeduino_wio_terminal"
@@ -314,6 +324,7 @@ jobs:
314324
- "simmel"
315325
- "snekboard"
316326
- "sparkfun_lumidrive"
327+
- "sparkfun_micromod_rp2040"
317328
- "sparkfun_nrf52840_micromod"
318329
- "sparkfun_nrf52840_mini"
319330
- "sparkfun_pro_micro_rp2040"
@@ -450,6 +461,7 @@ jobs:
450461
- "adafruit_funhouse"
451462
- "adafruit_magtag_2.9_grayscale"
452463
- "adafruit_metro_esp32s2"
464+
- "artisense_rd00"
453465
- "electroniccats_bastwifi"
454466
- "espressif_kaluga_1"
455467
- "espressif_saola_1_wroom"

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,16 @@
171171
[submodule "frozen/Adafruit_CircuitPython_LC709203F"]
172172
path = frozen/Adafruit_CircuitPython_LC709203F
173173
url = https://github.com/adafruit/Adafruit_CircuitPython_LC709203F
174+
[submodule "frozen/Adafruit_CircuitPython_SimpleMath"]
175+
path = frozen/Adafruit_CircuitPython_SimpleMath
176+
url = https://github.com/adafruit/Adafruit_CircuitPython_SimpleMath
174177
[submodule "ports/raspberrypi/sdk"]
175178
path = ports/raspberrypi/sdk
176179
url = https://github.com/adafruit/pico-sdk.git
177180
[submodule "data/nvm.toml"]
178181
path = data/nvm.toml
179182
url = https://github.com/adafruit/nvm.toml.git
180183
branch = main
184+
[submodule "frozen/Adafruit_CircuitPython_MIDI"]
185+
path = frozen/Adafruit_CircuitPython_MIDI
186+
url = https://github.com/adafruit/Adafruit_CircuitPython_MIDI

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
# Add any extra paths that contain custom files (such as robots.txt or
285285
# .htaccess) here, relative to this directory. These files are copied
286286
# directly to the root of the documentation.
287-
html_extra_path = ["docs/robots.txt"]
287+
#html_extra_path = []
288288

289289
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
290290
# using the given strftime format.

docs/robots.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

frozen/Adafruit_CircuitPython_BLE

0 commit comments

Comments
 (0)