File tree Expand file tree Collapse file tree 3 files changed +30
-24
lines changed Expand file tree Collapse file tree 3 files changed +30
-24
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ EXTERNAL_FLASH_DEVICES = AT25DF081A
13
13
14
14
CIRCUITPY_AUDIOIO = 0
15
15
CIRCUITPY_AUDIOBUSIO = 0
16
+ CIRCUITPY_ZLIB = 0
Original file line number Diff line number Diff line change @@ -10,14 +10,15 @@ QSPI_FLASH_FILESYSTEM = 1
10
10
EXTERNAL_FLASH_DEVICES = "S25FL116K, S25FL216K, GD25Q16C"
11
11
LONGINT_IMPL = MPZ
12
12
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
+
13
21
# Include these Python libraries in firmware.
14
- FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_PortalBase
15
22
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_Requests
16
23
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_ESP32SPI
17
24
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
Original file line number Diff line number Diff line change 23
23
24
24
test
25
25
tes
26
- RuntimeError:
27
- RuntimeError:
26
+ RuntimeError:
27
+ RuntimeError:
28
28
# repl
29
29
ame__
30
- mport
30
+ mport
31
31
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
43
47
ime
44
48
45
49
utime utimeq
@@ -73,7 +77,7 @@ TypeError: unsupported types for __divmod__: 'str', 'str'
73
77
2
74
78
OverflowError: overflow converting long int to machine word
75
79
OverflowError: overflow converting long int to machine word
76
- ValueError:
80
+ ValueError:
77
81
Warning: test
78
82
# format float
79
83
?
@@ -95,8 +99,8 @@ unlocked
95
99
1
96
100
2
97
101
3
98
- KeyboardInterrupt:
99
- KeyboardInterrupt:
102
+ KeyboardInterrupt:
103
+ KeyboardInterrupt:
100
104
10
101
105
# ringbuf
102
106
99 0
You can’t perform that action at this time.
0 commit comments