Turn off networking on M0s.

It takes 10k of code space and isn't very useful because of the
M0's limited RAM. Disabling it allows us to add other things.
This commit is contained in:
Scott Shawcroft 2019-03-12 15:48:32 -07:00
parent ea45877ca5
commit 96a924f5f0
No known key found for this signature in database
GPG Key ID: FD0EDC4B6C53CA59
2 changed files with 0 additions and 10 deletions

View File

@ -12,9 +12,4 @@ LONGINT_IMPL = MPZ
CHIP_VARIANT = SAMD21G18A CHIP_VARIANT = SAMD21G18A
CHIP_FAMILY = samd21 CHIP_FAMILY = samd21
CFLAGS_INLINE_LIMIT = 70
CIRCUITPY_NETWORK = 1
MICROPY_PY_WIZNET5K = 5500
CIRCUITPY_FREQUENCYIO = 0 CIRCUITPY_FREQUENCYIO = 0

View File

@ -13,9 +13,4 @@ LONGINT_IMPL = MPZ
CHIP_VARIANT = SAMD21G18A CHIP_VARIANT = SAMD21G18A
CHIP_FAMILY = samd21 CHIP_FAMILY = samd21
CFLAGS_INLINE_LIMIT = 70
CIRCUITPY_NETWORK = 1
MICROPY_PY_WIZNET5K = 5500
CIRCUITPY_FREQUENCYIO = 0 CIRCUITPY_FREQUENCYIO = 0