Changed to only build wiznet for {feather|metro}_m[04]_express

This commit is contained in:
Nick Moore 2018-10-11 13:42:26 +11:00
parent 38798446b5
commit 8d75c3d339
5 changed files with 12 additions and 2 deletions

View File

@ -9,3 +9,6 @@ LONGINT_IMPL = MPZ
CHIP_VARIANT = SAMD21G18A
CHIP_FAMILY = samd21
MICROPY_PY_NETWORK = 1
MICROPY_PY_WIZNET5K = 5500

View File

@ -9,3 +9,6 @@ LONGINT_IMPL = MPZ
CHIP_VARIANT = SAMD51J19A
CHIP_FAMILY = samd51
MICROPY_PY_NETWORK = 1
MICROPY_PY_WIZNET5K = 5500

View File

@ -9,3 +9,6 @@ LONGINT_IMPL = MPZ
CHIP_VARIANT = SAMD21G18A
CHIP_FAMILY = samd21
MICROPY_PY_NETWORK = 1
MICROPY_PY_WIZNET5K = 5500

View File

@ -9,3 +9,6 @@ LONGINT_IMPL = MPZ
CHIP_VARIANT = SAMD51J19A
CHIP_FAMILY = samd51
MICROPY_PY_NETWORK = 1
MICROPY_PY_WIZNET5K = 5500

View File

@ -17,5 +17,3 @@ endif
INTERNAL_LIBM = 1
MICROPY_PY_NETWORK = 1
MICROPY_PY_WIZNET5K = 5500