Skip to content

Commit 1d470c2

Browse files
committed
Merge with main changes and removed from board
1 parent 7b586e0 commit 1d470c2

File tree

3 files changed

+30
-24
lines changed

3 files changed

+30
-24
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ EXTERNAL_FLASH_DEVICES = AT25DF081A
1313

1414
CIRCUITPY_AUDIOIO = 0
1515
CIRCUITPY_AUDIOBUSIO = 0
16+
CIRCUITPY_ZLIB = 0

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ QSPI_FLASH_FILESYSTEM = 1
1010
EXTERNAL_FLASH_DEVICES = "S25FL116K, S25FL216K, GD25Q16C"
1111
LONGINT_IMPL = MPZ
1212

13+
CIRCUITPY_AESIO = 0
14+
CIRCUITPY_ONEWIREIO = 0
15+
CIRCUITPY_PARALLELDISPLAY = 0
16+
CIRCUITPY_SDCARDIO = 0
17+
CIRCUITPY_SHARPDISPLAY = 0
18+
CIRCUITPY_TRACEBACK = 0
19+
CIRCUITPY_ZLIB=0
20+
1321
# Include these Python libraries in firmware.
14-
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_PortalBase
1522
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Requests
1623
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_ESP32SPI
1724
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
18-
19-
CIRCUITPY_SHARPDISPLAY=0
20-
CIRCUITPY_SDCARDIO=0
21-
CIRCUITPY_BLEIO_HCI=0
22-
CIRCUITPY_BLEIO=0
23-
CIRCUITPY_ZLIB=0

tests/unix/extra_coverage.py.exp

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,27 @@ sts
2323

2424
test
2525
tes
26-
RuntimeError:
27-
RuntimeError:
26+
RuntimeError:
27+
RuntimeError:
2828
# repl
2929
ame__
30-
mport
30+
mport
3131

32-
builtins micropython _thread aesio
33-
array binascii bitmaptools btree
34-
cexample cmath collections cppexample
35-
displayio errno ffi framebuf
36-
gc gifio hashlib json
37-
math qrio rainbowio re
38-
sys termios traceback ubinascii
39-
uctypes uerrno uheapq uio
40-
ujson ulab uos urandom
41-
ure uselect ustruct utime
42-
utimeq uzlib zlib
32+
builtins micropython _asyncio _thread
33+
_uasyncio aesio array binascii
34+
bitmaptools btree cexample cmath
35+
collections cppexample displayio errno
36+
ffi framebuf gc gifio
37+
hashlib json math qrio
38+
rainbowio re sys termios
39+
traceback ubinascii uctypes uerrno
40+
uheapq uio ujson ulab
41+
ulab.fft ulab.linalg ulab.numpy ulab.scipy
42+
ulab.scipy.linalg ulab.scipy.optimize
43+
ulab.scipy.signal ulab.scipy.special
44+
ulab.utils uos urandom ure
45+
uselect ustruct utime utimeq
46+
uzlib zlib
4347
ime
4448

4549
utime utimeq
@@ -73,7 +77,7 @@ TypeError: unsupported types for __divmod__: 'str', 'str'
7377
2
7478
OverflowError: overflow converting long int to machine word
7579
OverflowError: overflow converting long int to machine word
76-
ValueError:
80+
ValueError:
7781
Warning: test
7882
# format float
7983
?
@@ -95,8 +99,8 @@ unlocked
9599
1
96100
2
97101
3
98-
KeyboardInterrupt:
99-
KeyboardInterrupt:
102+
KeyboardInterrupt:
103+
KeyboardInterrupt:
100104
10
101105
# ringbuf
102106
99 0

0 commit comments

Comments
 (0)