Merge pull request #4044 from DavePutz/rp2040_longint
RP2040 longint support
This commit is contained in:
commit
f50edc2904
@ -14,6 +14,9 @@ ifeq ($(LONGINT_IMPL),LONGLONG)
|
||||
MPY_TOOL_LONGINT_IMPL = -mlongint-impl=longlong
|
||||
endif
|
||||
|
||||
# All raspberrypi ports have longints.
|
||||
LONGINT_IMPL = MPZ
|
||||
|
||||
ifndef CIRCUITPY_RP2PIO
|
||||
CIRCUITPY_RP2PIO = 1
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user