diff options
| author | root <siehputz@gmail.com> | 2021-01-21 16:40:57 -0600 |
|---|---|---|
| committer | root <siehputz@gmail.com> | 2021-01-21 16:40:57 -0600 |
| commit | 3aab17c98e0bcae803c1201a7a8292ac79f980b6 (patch) | |
| tree | b363b2c790e11b54e218bc815ccbad112e19eaaa /ports/raspberrypi | |
| parent | 6043fdf94085bf2ec00e9f95149a74fb7eb0c7c4 (diff) | |
Adding longint support on RP2040
Diffstat (limited to 'ports/raspberrypi')
| -rw-r--r-- | ports/raspberrypi/boards/raspberry_pi_pico/mpconfigboard.mk | 1 |
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 |
