summaryrefslogtreecommitdiff
path: root/extmod/modnetwork.c
AgeCommit message (Expand)Author
2024-08-29extmod/network_ppp_lwip: Add network.PPP via lwIP.Damien George
2024-07-04all: Use new mp_obj_new_str_from_cstr() function.Jon Foster
2024-06-04extmod/network_ninaw10: Implement the ipconfig methods for ninaw10.robert-hh
2024-03-19extmod/modnetwork: Implement IPv6 API to set and get NIC configuration.Felix Dörre
2024-03-07all: Remove the "STATIC" macro and just use "static" instead.Angus Gratton
2023-12-06extmod/modnetwork: Add deinit function to NIC protocol.iabdalkader
2023-10-04extmod/modnetwork: Forward if.config(hostname) to network.hostname.Jim Mussared
2023-10-04extmod/modnetwork: Increase max hostname length to 32.Jim Mussared
2023-03-01stm32: Update to use the open-source lib version of cyw43-driver.Jim Mussared
2023-03-01extmod/modnetwork: Allow more extensive port-specific customisation.Jim Mussared
2023-03-01extmod/modnetwork: Add network.hostname() and network.country().Jim Mussared
2022-12-15extmod/modnetwork: Use a type protocol to implement NIC functions.Jim Mussared
2022-11-11extmod: Add and reorganise compilation guards and includes.Damien George
2022-07-18extmod/modnetwork: Use MP_REGISTER_ROOT_POINTER().David Lechner
2022-06-30extmod/modnetwork: Include cyw43-driver header if it's enabled.Damien George
2022-06-02all: Remove third argument to MP_REGISTER_MODULE.Damien George
2022-05-18extmod: Make port-included extmod modules use MP_REGISTER_MODULES.Jim Mussared
2021-09-15extmod/modnetwork: Remove STM32 references.iabdalkader
2021-09-15extmod/modnetwork: Define network interfaces in port config files.iabdalkader
2021-09-15extmod/modnetwork: Add STA_IF and AP_IF constants.iabdalkader
2021-09-15extmod: Move modnetwork and modusocket from stm32 to extmod.iabdalkader