Skip to content

Commit 2047a8d

Browse files
Merge branch 'adafruit:8.2.x' into 8.2.x
2 parents c8926de + a14a9a0 commit 2047a8d

File tree

53 files changed

+862
-84
lines changed

Some content is hidden

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

53 files changed

+862
-84
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,6 @@
144144
path = ports/espressif/esp-idf
145145
url = https://github.com/adafruit/esp-idf.git
146146
branch = release/v4.4-circuitpython
147-
[submodule "ports/espressif/certificates/nina-fw"]
148-
path = lib/certificates/nina-fw
149-
url = https://github.com/adafruit/nina-fw.git
150147
[submodule "frozen/Adafruit_CircuitPython_ST7789"]
151148
path = frozen/Adafruit_CircuitPython_ST7789
152149
url = https://github.com/adafruit/Adafruit_CircuitPython_ST7789
@@ -341,3 +338,6 @@
341338
[submodule "frozen/Adafruit_CircuitPython_Wave"]
342339
path = frozen/Adafruit_CircuitPython_Wave
343340
url = https://github.com/adafruit/Adafruit_CircuitPython_Wave.git
341+
[submodule "lib/certificates"]
342+
path = lib/certificates
343+
url = https://github.com/adafruit/certificates

lib/certificates

Submodule certificates added at cbb33c1

lib/certificates/README.md

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

lib/certificates/nina-fw

Lines changed: 0 additions & 1 deletion
This file was deleted.

ports/atmel-samd/boards/capablerobot_usbhub/mpconfigboard.mk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ QSPI_FLASH_FILESYSTEM = 1
1010
EXTERNAL_FLASH_DEVICES = "GD25Q16C, W25Q16JVxQ"
1111
LONGINT_IMPL = MPZ
1212

13-
# No I2S on SAMD51G
14-
CIRCUITPY_AUDIOBUSIO = 0
15-
1613
CIRCUITPY_FULL_BUILD = 0
1714
CIRCUITPY_AUDIOIO = 0
1815
CIRCUITPY_AUDIOCORE = 0

ports/atmel-samd/boards/cp32-m4/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define MICROPY_HW_BOARD_NAME "CP32-M4"
2-
#define MICROPY_HW_MCU_NAME "samd51j20"
2+
#define MICROPY_HW_MCU_NAME "samd51j20A"
33

44
#define MICROPY_HW_APA102_MOSI (&pin_PA12)
55
#define MICROPY_HW_APA102_SCK (&pin_PA13)

ports/atmel-samd/boards/cp32-m4/mpconfigboard.mk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,3 @@ CHIP_FAMILY = samd51
99
QSPI_FLASH_FILESYSTEM = 1
1010
EXTERNAL_FLASH_DEVICES = "W25Q128JVxM"
1111
LONGINT_IMPL = MPZ
12-
13-
# No I2S on SAMD51G.
14-
CIRCUITPY_AUDIOBUSIO = 0

ports/atmel-samd/boards/itsybitsy_m4_express/mpconfigboard.mk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,4 @@ QSPI_FLASH_FILESYSTEM = 1
1010
EXTERNAL_FLASH_DEVICES = GD25Q16C
1111
LONGINT_IMPL = MPZ
1212

13-
# No I2S on SAMD51G
14-
CIRCUITPY_AUDIOBUSIO = 0
15-
1613
CIRCUITPY_BITBANG_APA102 = 1

ports/atmel-samd/boards/loc_ber_m4_base_board/mpconfigboard.mk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ CIRCUITPY_FULL_BUILD = 0
1111

1212
LONGINT_IMPL = MPZ
1313

14-
# No I2S on SAMD51G
15-
CIRCUITPY_AUDIOBUSIO = 0
16-
1714
CIRCUITPY_BITBANG_APA102 = 1
1815
# Override optimization to keep binary small
1916
OPTIMIZATION_FLAGS = -Os

0 commit comments

Comments
 (0)