diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-07-17 17:43:02 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-07-17 17:43:02 -0700 |
| commit | 610e0171aac69f7cd7b7c46eb776a3624ce224a3 (patch) | |
| tree | 6d0ccf93aff6fac4a0e1505802af317ae3968507 /shared-bindings/network | |
| parent | 9cdf5e148a8fcc506da6e2a8598fa2963bbcde2e (diff) | |
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.
Diffstat (limited to 'shared-bindings/network')
| -rw-r--r-- | shared-bindings/network/__init__.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shared-bindings/network/__init__.c b/shared-bindings/network/__init__.c index 58aa13473..4bd543a0a 100644 --- a/shared-bindings/network/__init__.c +++ b/shared-bindings/network/__init__.c @@ -40,6 +40,9 @@ //| """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. //| It is used by the 'socket' module to look up a suitable //| NIC when a socket is created.""" |
