We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d2163 commit 7c921b8Copy full SHA for 7c921b8
ports/cxd56/mpconfigport.mk
@@ -10,8 +10,14 @@ USB_MSC_EP_NUM_IN = 4
10
# Number of USB endpoint pairs.
11
USB_NUM_EP = 6
12
13
+# Define an equivalent for MICROPY_LONGINT_IMPL, to pass to $(MPY-TOOL) in py/mkrules.mk
14
+# $(MPY-TOOL) needs to know what kind of longint to use (if any) to freeze long integers.
15
+# This should correspond to the MICROPY_LONGINT_IMPL definition in mpconfigport.h.
16
MPY_TOOL_LONGINT_IMPL = -mlongint-impl=mpz
17
18
+# Longints can be implemented as mpz, as longlong, or not
19
+LONGINT_IMPL = MPZ
20
+
21
CIRCUITPY_AUDIOBUSIO = 0
22
CIRCUITPY_AUDIOIO = 0
23
CIRCUITPY_CAMERA = 1
0 commit comments