aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/mpconfigport.mk
blob: e708de6c1b0e11636695ba88f8623ac7453512c1 (plain)
1
2
3
4
5
6
7
8
9
10
# Enable/disable extra modules

# wiznet5k module for ethernet support; valid values are:
#   0    : no Wiznet support
#   5200 : support for W5200 module
#   5500 : support for W5500 module
MICROPY_PY_WIZNET5K ?= 0

# cc3k module for wifi support
MICROPY_PY_CC3K ?= 0