mpconfigport.mk 269 B

12345678910
  1. # Enable/disable extra modules
  2. # wiznet5k module for ethernet support; valid values are:
  3. # 0 : no Wiznet support
  4. # 5200 : support for W5200 module
  5. # 5500 : support for W5500 module
  6. MICROPY_PY_WIZNET5K ?= 0
  7. # cc3k module for wifi support
  8. MICROPY_PY_CC3K ?= 0