Skip to content

Commit b36b249

Browse files
authored
Merge pull request #2532 from tannewt/teensy4-dev
Refine iMX RT memory layout and add three boards
2 parents 7c11a5a + 085242b commit b36b249

File tree

104 files changed

+5552
-859
lines changed

Some content is hidden

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

104 files changed

+5552
-859
lines changed

.github/workflows/build.yml

Lines changed: 3 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"
@@ -164,6 +166,7 @@ jobs:
164166
- "stm32f411ve_discovery"
165167
- "stm32f412zg_discovery"
166168
- "stringcar_m0_express"
169+
- "teensy40"
167170
- "teknikio_bluebird"
168171
- "trellis_m4_express"
169172
- "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)