Disable existing native networking.
We're moving towards a co-processor model and a Wiznet library is already available. New native APIs will replace these for chips with networking like the ESP32S2 but they won't be these.
This commit is contained in:
parent
9cdf5e148a
commit
610e0171aa
|
@ -13,6 +13,4 @@ EXTERNAL_FLASH_DEVICE_COUNT = 1
|
||||||
EXTERNAL_FLASH_DEVICES = GD25Q16C
|
EXTERNAL_FLASH_DEVICES = GD25Q16C
|
||||||
LONGINT_IMPL = MPZ
|
LONGINT_IMPL = MPZ
|
||||||
|
|
||||||
CIRCUITPY_NETWORK = 1
|
|
||||||
MICROPY_PY_WIZNET5K = 5500
|
|
||||||
CIRCUITPY_PS2IO = 1
|
CIRCUITPY_PS2IO = 1
|
||||||
|
|
|
@ -11,6 +11,4 @@ EXTERNAL_FLASH_DEVICE_COUNT = 2
|
||||||
EXTERNAL_FLASH_DEVICES = "W25Q64JV_IQ, S25FL064L"
|
EXTERNAL_FLASH_DEVICES = "W25Q64JV_IQ, S25FL064L"
|
||||||
LONGINT_IMPL = MPZ
|
LONGINT_IMPL = MPZ
|
||||||
|
|
||||||
CIRCUITPY_NETWORK = 1
|
|
||||||
MICROPY_PY_WIZNET5K = 5500
|
|
||||||
CIRCUITPY_PS2IO = 1
|
CIRCUITPY_PS2IO = 1
|
||||||
|
|
|
@ -13,7 +13,6 @@ LONGINT_IMPL = MPZ
|
||||||
CIRCUITPY_AUDIOBUSIO = 0
|
CIRCUITPY_AUDIOBUSIO = 0
|
||||||
CIRCUITPY_FRAMEBUFFERIO = 0
|
CIRCUITPY_FRAMEBUFFERIO = 0
|
||||||
CIRCUITPY_DISPLAYIO = 0
|
CIRCUITPY_DISPLAYIO = 0
|
||||||
CIRCUITPY_NETWORK = 0
|
|
||||||
CIRCUITPY_RGBMATRIX = 0
|
CIRCUITPY_RGBMATRIX = 0
|
||||||
CIRCUITPY_PS2IO = 0
|
CIRCUITPY_PS2IO = 0
|
||||||
CIRCUITPY_AUDIOMP3 = 0
|
CIRCUITPY_AUDIOMP3 = 0
|
||||||
|
|
|
@ -14,34 +14,30 @@ CIRCUITPY_FULL_BUILD = 0
|
||||||
# when frozen module gets smaller.
|
# when frozen module gets smaller.
|
||||||
CIRCUITPY_ANALOGIO = 0
|
CIRCUITPY_ANALOGIO = 0
|
||||||
CIRCUITPY_AUDIOBUSIO = 0
|
CIRCUITPY_AUDIOBUSIO = 0
|
||||||
|
CIRCUITPY_AUDIOPWMIO = 0
|
||||||
|
CIRCUITPY_AUDIOMP3 = 0
|
||||||
CIRCUITPY_BITBANGIO = 0
|
CIRCUITPY_BITBANGIO = 0
|
||||||
|
CIRCUITPY_BITBANG_APA102 = 0
|
||||||
CIRCUITPY_FREQUENCYIO = 0
|
CIRCUITPY_FREQUENCYIO = 0
|
||||||
|
CIRCUITPY_GAMEPADSHIFT = 0
|
||||||
CIRCUITPY_I2CPERIPHERAL = 0
|
CIRCUITPY_I2CPERIPHERAL = 0
|
||||||
CIRCUITPY_NEOPIXEL_WRITE = 0
|
CIRCUITPY_NEOPIXEL_WRITE = 0
|
||||||
CIRCUITPY_NETWORK = 0
|
|
||||||
CIRCUITPY_PIXELBUF = 0
|
CIRCUITPY_PIXELBUF = 0
|
||||||
CIRCUITPY_PS2IO = 0
|
CIRCUITPY_PS2IO = 0
|
||||||
|
CIRCUITPY_ROTARYIO = 0
|
||||||
CIRCUITPY_RTC = 0
|
CIRCUITPY_RTC = 0
|
||||||
|
CIRCUITPY_SAMD = 0
|
||||||
CIRCUITPY_TOUCHIO = 0
|
CIRCUITPY_TOUCHIO = 0
|
||||||
CIRCUITPY_USB_HID = 0
|
CIRCUITPY_USB_HID = 0
|
||||||
CIRCUITPY_USB_MIDI = 0
|
CIRCUITPY_USB_MIDI = 0
|
||||||
CIRCUITPY_AUDIOPWMIO = 0
|
|
||||||
CIRCUITPY_AUDIOMP3 = 0
|
|
||||||
CIRCUITPY_BITBANG_APA102 = 0
|
|
||||||
CIRCUITPY_BLEIO = 0
|
|
||||||
CIRCUITPY_GAMEPADSHIFT = 0
|
|
||||||
CIRCUITPY_NETWORK = 0
|
|
||||||
CIRCUITPY_ROTARYIO = 0
|
|
||||||
CIRCUITPY_SAMD = 0
|
|
||||||
CIRCUITPY_TOUCHIO = 0
|
|
||||||
CIRCUITPY_VECTORIO = 0
|
CIRCUITPY_VECTORIO = 0
|
||||||
|
|
||||||
CIRCUITPY_AUDIOMIXER = 1
|
CIRCUITPY_AUDIOMIXER = 1
|
||||||
CIRCUITPY_AUDIOIO = 1
|
CIRCUITPY_AUDIOIO = 1
|
||||||
CIRCUITPY_DISPLAYIO = 1
|
CIRCUITPY_DISPLAYIO = 1
|
||||||
CIRCUITPY_GAMEPAD = 1
|
CIRCUITPY_GAMEPAD = 1
|
||||||
CIRCUITPY_STAGE = 1
|
|
||||||
CIRCUITPY_MATH = 1
|
CIRCUITPY_MATH = 1
|
||||||
|
CIRCUITPY_STAGE = 1
|
||||||
|
|
||||||
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage/pewpew_m4
|
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage/pewpew_m4
|
||||||
CIRCUITPY_DISPLAY_FONT = $(TOP)/ports/atmel-samd/boards/ugame10/brutalist-6.bdf
|
CIRCUITPY_DISPLAY_FONT = $(TOP)/ports/atmel-samd/boards/ugame10/brutalist-6.bdf
|
||||||
|
|
|
@ -12,6 +12,4 @@ EXTERNAL_FLASH_DEVICE_COUNT = 1
|
||||||
EXTERNAL_FLASH_DEVICES = AT25SF041A
|
EXTERNAL_FLASH_DEVICES = AT25SF041A
|
||||||
LONGINT_IMPL = MPZ
|
LONGINT_IMPL = MPZ
|
||||||
|
|
||||||
CIRCUITPY_NETWORK = 1
|
|
||||||
MICROPY_PY_WIZNET5K = 5500
|
|
||||||
CIRCUITPY_PS2IO = 1
|
CIRCUITPY_PS2IO = 1
|
||||||
|
|
|
@ -24,7 +24,6 @@ CIRCUITPY_BLEIO = 0
|
||||||
CIRCUITPY_DISPLAYIO = 0
|
CIRCUITPY_DISPLAYIO = 0
|
||||||
CIRCUITPY_GAMEPAD = 0
|
CIRCUITPY_GAMEPAD = 0
|
||||||
CIRCUITPY_I2CPERIPHERAL = 0
|
CIRCUITPY_I2CPERIPHERAL = 0
|
||||||
CIRCUITPY_NETWORK = 0
|
|
||||||
CIRCUITPY_TOUCHIO = 0
|
CIRCUITPY_TOUCHIO = 0
|
||||||
CIRCUITPY_RGBMATRIX = 0
|
CIRCUITPY_RGBMATRIX = 0
|
||||||
CIRCUITPY_PS2IO = 0
|
CIRCUITPY_PS2IO = 0
|
||||||
|
|
|
@ -23,7 +23,6 @@ CIRCUITPY_DISPLAYIO = 0
|
||||||
CIRCUITPY_FRAMEBUFFERIO = 0
|
CIRCUITPY_FRAMEBUFFERIO = 0
|
||||||
CIRCUITPY_GAMEPAD = 0
|
CIRCUITPY_GAMEPAD = 0
|
||||||
CIRCUITPY_I2CPERIPHERAL = 0
|
CIRCUITPY_I2CPERIPHERAL = 0
|
||||||
CIRCUITPY_NETWORK = 0
|
|
||||||
CIRCUITPY_TOUCHIO = 0
|
CIRCUITPY_TOUCHIO = 0
|
||||||
CIRCUITPY_RGBMATRIX = 0
|
CIRCUITPY_RGBMATRIX = 0
|
||||||
CIRCUITPY_PS2IO = 0
|
CIRCUITPY_PS2IO = 0
|
||||||
|
|
|
@ -54,8 +54,7 @@ CIRCUITPY_TOUCHIO_USE_NATIVE = 0
|
||||||
# The ifndef's allow overriding in mpconfigboard.mk.
|
# The ifndef's allow overriding in mpconfigboard.mk.
|
||||||
|
|
||||||
ifndef CIRCUITPY_NETWORK
|
ifndef CIRCUITPY_NETWORK
|
||||||
CIRCUITPY_NETWORK = 1
|
CIRCUITPY_NETWORK = 0
|
||||||
MICROPY_PY_WIZNET5K = 5500
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef CIRCUITPY_PS2IO
|
ifndef CIRCUITPY_PS2IO
|
||||||
|
|
|
@ -8,7 +8,3 @@ MCU_CHIP = nrf52840
|
||||||
QSPI_FLASH_FILESYSTEM = 1
|
QSPI_FLASH_FILESYSTEM = 1
|
||||||
EXTERNAL_FLASH_DEVICE_COUNT = 1
|
EXTERNAL_FLASH_DEVICE_COUNT = 1
|
||||||
EXTERNAL_FLASH_DEVICES = "MX25L3233F"
|
EXTERNAL_FLASH_DEVICES = "MX25L3233F"
|
||||||
|
|
||||||
# Support for the Ethernet FeatherWing
|
|
||||||
CIRCUITPY_NETWORK = 1
|
|
||||||
MICROPY_PY_WIZNET5K = 5500
|
|
||||||
|
|
|
@ -8,7 +8,3 @@ MCU_CHIP = nrf52840
|
||||||
QSPI_FLASH_FILESYSTEM = 1
|
QSPI_FLASH_FILESYSTEM = 1
|
||||||
EXTERNAL_FLASH_DEVICE_COUNT = 1
|
EXTERNAL_FLASH_DEVICE_COUNT = 1
|
||||||
EXTERNAL_FLASH_DEVICES = "MX25L3233F"
|
EXTERNAL_FLASH_DEVICES = "MX25L3233F"
|
||||||
|
|
||||||
# Support for the Ethernet FeatherWing
|
|
||||||
CIRCUITPY_NETWORK = 1
|
|
||||||
MICROPY_PY_WIZNET5K = 5500
|
|
||||||
|
|
|
@ -8,7 +8,3 @@ MCU_CHIP = nrf52840
|
||||||
QSPI_FLASH_FILESYSTEM = 1
|
QSPI_FLASH_FILESYSTEM = 1
|
||||||
EXTERNAL_FLASH_DEVICE_COUNT = 1
|
EXTERNAL_FLASH_DEVICE_COUNT = 1
|
||||||
EXTERNAL_FLASH_DEVICES = "MX25L3233F"
|
EXTERNAL_FLASH_DEVICES = "MX25L3233F"
|
||||||
|
|
||||||
# Support for the Ethernet FeatherWing
|
|
||||||
CIRCUITPY_NETWORK = 1
|
|
||||||
MICROPY_PY_WIZNET5K = 5500
|
|
||||||
|
|
|
@ -40,6 +40,9 @@
|
||||||
|
|
||||||
//| """Network Interface Management
|
//| """Network Interface Management
|
||||||
//|
|
//|
|
||||||
|
//| .. warning:: This module is disabled in 6.x and will removed in 7.x. Please use networking
|
||||||
|
//| libraries instead.
|
||||||
|
//|
|
||||||
//| This module provides a registry of configured NICs.
|
//| This module provides a registry of configured NICs.
|
||||||
//| It is used by the 'socket' module to look up a suitable
|
//| It is used by the 'socket' module to look up a suitable
|
||||||
//| NIC when a socket is created."""
|
//| NIC when a socket is created."""
|
||||||
|
|
|
@ -39,6 +39,9 @@
|
||||||
|
|
||||||
//| """TCP, UDP and RAW socket support
|
//| """TCP, UDP and RAW socket support
|
||||||
//|
|
//|
|
||||||
|
//| .. warning:: This module is disabled in 6.x and will removed in 7.x. Please use networking
|
||||||
|
//| libraries instead. (Native networking will provide a socket compatible class.)
|
||||||
|
//|
|
||||||
//| Create TCP, UDP and RAW sockets for communicating over the Internet."""
|
//| Create TCP, UDP and RAW sockets for communicating over the Internet."""
|
||||||
//|
|
//|
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,12 @@
|
||||||
|
|
||||||
#include "shared-module/network/__init__.h"
|
#include "shared-module/network/__init__.h"
|
||||||
|
|
||||||
//| """Support for WizNet hardware, including the WizNet 5500 Ethernet adaptor."""
|
//| """Support for WizNet hardware, including the WizNet 5500 Ethernet adaptor.
|
||||||
|
//|
|
||||||
|
//|
|
||||||
|
//| .. warning:: This module is disabled in 6.x and will removed in 7.x. Please use networking
|
||||||
|
//| libraries instead.
|
||||||
|
//| """
|
||||||
//|
|
//|
|
||||||
|
|
||||||
extern const mod_network_nic_type_t mod_network_nic_type_wiznet5k;
|
extern const mod_network_nic_type_t mod_network_nic_type_wiznet5k;
|
||||||
|
|
Loading…
Reference in New Issue