Skip to content

Commit 348df4b

Browse files
committed
Merge remote-tracking branch 'upstream/master' into stm32x7-setup
2 parents c4db8b8 + aec3b24 commit 348df4b

File tree

78 files changed

+2441
-832
lines changed

Some content is hidden

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

78 files changed

+2441
-832
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ jobs:
122122
fail-fast: false
123123
matrix:
124124
board:
125+
- "8086_commander"
125126
- "TG-Watch02A"
126127
- "aramcon_badge_2019"
127128
- "arduino_mkr1300"
@@ -229,11 +230,14 @@ jobs:
229230
- "stringcar_m0_express"
230231
- "teensy40"
231232
- "teknikio_bluebird"
233+
- "thunderpack"
232234
- "trellis_m4_express"
233235
- "trinket_m0"
234236
- "trinket_m0_haxpress"
237+
- "uartlogger2"
235238
- "uchip"
236239
- "ugame10"
240+
- "winterbloom_big_honking_button"
237241
- "winterbloom_sol"
238242
- "xinabox_cc03"
239243
- "xinabox_cs11"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(BASEOPTS)
3636
# the i18n builder cannot share the environment and doctrees with the others
3737
I18NSPHINXOPTS = $(BASEOPTS)
3838

39-
TRANSLATE_SOURCES = extmod lib main.c ports/atmel-samd ports/cxd56 ports/mimxrt10xx ports/nrf ports/stm32f4 py shared-bindings shared-module supervisor
39+
TRANSLATE_SOURCES = extmod lib main.c ports/atmel-samd ports/cxd56 ports/mimxrt10xx ports/nrf ports/stm py shared-bindings shared-module supervisor
4040

4141
.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext stubs
4242

0 commit comments

Comments
 (0)