index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
esp32
/
modnetwork.c
Age
Commit message (
Expand
)
Author
2018-06-08
esp32/modnetwork: Fix isconnected() when using static IP config.
Glenn Moloney
2018-05-28
esp32: Silence ESP-IDF log messages when in raw REPL mode.
Nick Moore
2018-05-15
esp32/modnetwork: Fix STA/AP activate/deactivate for new IDF API.
Damien George
2018-05-14
esp32: Update to latest ESP IDF version.
Bas Wijnen
2018-05-02
esp32: Use mp_rom_map_elem_t and MP_ROM_xxx macros for const dicts.
Damien George
2018-05-01
esp32/modnetwork: Allow to get ESSID of AP that STA is connected to.
Damien George
2018-03-05
esp32/modnetwork: Implement status('stations') to list STAs in AP mode.
Lee Seong Per
2018-02-19
esp32/modnetwork: Implement dhcp_hostname for WLAN.config().
Damien George
2017-12-13
esp32: Implement wired Ethernet via network.LAN().
Eric Poulsen
2017-12-13
esp32/modnetwork.c: Fix for setting DNS with network.WLAN.ifconfig().
Eric Poulsen
2017-12-13
esp32/modnetwork: Give better error msgs for AP timeout and not-found.
Damien George
2017-12-13
esp32: Add new port to Espressif ESP32 SoC.
Damien George