summaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2019-03-12 14:06:01 -0700
committerScott Shawcroft <scott@tannewt.org>2019-03-12 14:06:01 -0700
commit2e500a8a295544619bc1cf60b112e37625374120 (patch)
tree9619abc81162177a76904e92f8a77d04b97c52be /ports
parent911509c80c0767bed81a4a3757c7691af9be19ea (diff)
Copy inline setting on feather m0 express that the metro has.
Diffstat (limited to 'ports')
-rw-r--r--ports/atmel-samd/boards/feather_m0_express/mpconfigboard.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/atmel-samd/boards/feather_m0_express/mpconfigboard.mk b/ports/atmel-samd/boards/feather_m0_express/mpconfigboard.mk
index efd45d049..b9643cb74 100644
--- a/ports/atmel-samd/boards/feather_m0_express/mpconfigboard.mk
+++ b/ports/atmel-samd/boards/feather_m0_express/mpconfigboard.mk
@@ -12,6 +12,8 @@ LONGINT_IMPL = MPZ
CHIP_VARIANT = SAMD21G18A
CHIP_FAMILY = samd21
+CFLAGS_INLINE_LIMIT = 70
+
CIRCUITPY_NETWORK = 1
MICROPY_PY_WIZNET5K = 5500