index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/checkout-6
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
/
modnetwork.c
Age
Commit message (
Expand
)
Author
2024-08-29
extmod/network_ppp_lwip: Add network.PPP via lwIP.
Damien George
2024-07-04
all: Use new mp_obj_new_str_from_cstr() function.
Jon Foster
2024-06-04
extmod/network_ninaw10: Implement the ipconfig methods for ninaw10.
robert-hh
2024-03-19
extmod/modnetwork: Implement IPv6 API to set and get NIC configuration.
Felix Dörre
2024-03-07
all: Remove the "STATIC" macro and just use "static" instead.
Angus Gratton
2023-12-06
extmod/modnetwork: Add deinit function to NIC protocol.
iabdalkader
2023-10-04
extmod/modnetwork: Forward if.config(hostname) to network.hostname.
Jim Mussared
2023-10-04
extmod/modnetwork: Increase max hostname length to 32.
Jim Mussared
2023-03-01
stm32: Update to use the open-source lib version of cyw43-driver.
Jim Mussared
2023-03-01
extmod/modnetwork: Allow more extensive port-specific customisation.
Jim Mussared
2023-03-01
extmod/modnetwork: Add network.hostname() and network.country().
Jim Mussared
2022-12-15
extmod/modnetwork: Use a type protocol to implement NIC functions.
Jim Mussared
2022-11-11
extmod: Add and reorganise compilation guards and includes.
Damien George
2022-07-18
extmod/modnetwork: Use MP_REGISTER_ROOT_POINTER().
David Lechner
2022-06-30
extmod/modnetwork: Include cyw43-driver header if it's enabled.
Damien George
2022-06-02
all: Remove third argument to MP_REGISTER_MODULE.
Damien George
2022-05-18
extmod: Make port-included extmod modules use MP_REGISTER_MODULES.
Jim Mussared
2021-09-15
extmod/modnetwork: Remove STM32 references.
iabdalkader
2021-09-15
extmod/modnetwork: Define network interfaces in port config files.
iabdalkader
2021-09-15
extmod/modnetwork: Add STA_IF and AP_IF constants.
iabdalkader
2021-09-15
extmod: Move modnetwork and modusocket from stm32 to extmod.
iabdalkader