mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
Pulled in and modified work done by mux/iabdalkader on cc3k driver, from iabdalkader-cc3k-update branch. That branch was terribly messy and had too many conflicts to merge neatly.
8 lines
149 B
Makefile
8 lines
149 B
Makefile
# Enable/disable extra modules
|
|
|
|
# wiznet5k module for ethernet support
|
|
MICROPY_PY_WIZNET5K ?= 0
|
|
|
|
# cc3k module for wifi support
|
|
MICROPY_PY_CC3K ?= 0
|