Skip to content

Commit d655c78

Browse files
committed
Merge commit 'b36b24' into tweak_pixelbuf
2 parents 5e789b3 + b36b249 commit d655c78

File tree

132 files changed

+5949
-1147
lines changed

Some content is hidden

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

132 files changed

+5949
-1147
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ jobs:
113113
- "hallowing_m0_express"
114114
- "hallowing_m4_express"
115115
- "imxrt1010_evk"
116+
- "imxrt1020_evk"
117+
- "imxrt1060_evk"
116118
- "itsybitsy_m0_express"
117119
- "itsybitsy_m4_express"
118120
- "itsybitsy_nrf52840_express"
@@ -126,6 +128,7 @@ jobs:
126128
- "metro_nrf52840_express"
127129
- "mini_sam_m4"
128130
- "monster_m4sk"
131+
- "ndgarage_ndbit6"
129132
- "ohs2020_badge"
130133
- "openbook_m4"
131134
- "particle_argon"
@@ -163,6 +166,7 @@ jobs:
163166
- "stm32f411ve_discovery"
164167
- "stm32f412zg_discovery"
165168
- "stringcar_m0_express"
169+
- "teensy40"
166170
- "teknikio_bluebird"
167171
- "trellis_m4_express"
168172
- "trinket_m0"

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@
110110
url = https://github.com/adafruit/Adafruit_MP3
111111
[submodule "ports/mimxrt10xx/sdk"]
112112
path = ports/mimxrt10xx/sdk
113-
url = https://github.com/arturo182/MIMXRT10xx_SDK
113+
url = https://github.com/adafruit/MIMXRT10xx_SDK

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/nrf py shared-bindings shared-module supervisor
39+
TRANSLATE_SOURCES = extmod lib main.c ports/atmel-samd ports/cxd56 ports/mimxrt10xx ports/nrf ports/stm32f4 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

lib/tinyusb

Submodule tinyusb updated 108 files

0 commit comments

Comments
 (0)