summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <siehputz@gmail.com>2021-01-21 16:40:57 -0600
committerroot <siehputz@gmail.com>2021-01-21 16:40:57 -0600
commit3aab17c98e0bcae803c1201a7a8292ac79f980b6 (patch)
treeb363b2c790e11b54e218bc815ccbad112e19eaaa
parent6043fdf94085bf2ec00e9f95149a74fb7eb0c7c4 (diff)
Adding longint support on RP2040
-rw-r--r--ports/raspberrypi/boards/raspberry_pi_pico/mpconfigboard.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/raspberrypi/boards/raspberry_pi_pico/mpconfigboard.mk b/ports/raspberrypi/boards/raspberry_pi_pico/mpconfigboard.mk
index 69ff56fef..2c9f9e233 100644
--- a/ports/raspberrypi/boards/raspberry_pi_pico/mpconfigboard.mk
+++ b/ports/raspberrypi/boards/raspberry_pi_pico/mpconfigboard.mk
@@ -7,3 +7,4 @@ CHIP_VARIANT = RP2040
CHIP_FAMILY = rp2
INTERNAL_FLASH_FILESYSTEM = 1
+LONGINT_IMPL = MPZ