micropython/ports/rp2/boards
Jim Mussared a377302623 extmod/modnetwork: Add network.hostname() and network.country().
This provides a standard interface to setting the global networking config
for all interfaces and interface types.

For ports that already use either a static hostname (mimxrt, rp2) they will
now use the configured value. The default is configured by the port
(or optionally the board).

For interfaces that previously supported .config(hostname), this is still
supported but now implemented using the global network.hostname.

Similarly, pyb.country and rp2.country are now deprecated, but the methods
still exist (and forward to network.hostname).

Because ESP32/ESP8266 do not use extmod/modnetwork.c they are not affected
by this commit.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-03-01 01:26:17 +11:00
..
ADAFRUIT_FEATHER_RP2040
ADAFRUIT_ITSYBITSY_RP2040
ADAFRUIT_QTPY_RP2040
ARDUINO_NANO_RP2040_CONNECT
GARATRONIC_PYBSTICK26_RP2040
NULLBITS_BIT_C_PRO
PICO
PICO_W extmod/modnetwork: Add network.hostname() and network.country(). 2023-03-01 01:26:17 +11:00
PIMORONI_PICOLIPO_4MB
PIMORONI_PICOLIPO_16MB
PIMORONI_TINY2040
SPARKFUN_PROMICRO
SPARKFUN_THINGPLUS
W5100S_EVB_PICO extmod/modnetwork: Add network.hostname() and network.country(). 2023-03-01 01:26:17 +11:00
W5500_EVB_PICO extmod/modnetwork: Add network.hostname() and network.country(). 2023-03-01 01:26:17 +11:00
WEACTSTUDIO
deploy.md
make-pins.py
manifest.py
rp2_af.csv
rp2_prefix.c