22 Commits (master)

Author SHA1 Message Date
Damien George bc952d37fe extmod/network_ppp_lwip: Add network.PPP via lwIP. 8 months ago
robert-hh 7e7cc2b427 extmod/network_ninaw10: Implement the ipconfig methods for ninaw10. 7 months ago
Felix Dörre 1c6012b0b5 extmod/modnetwork: Implement IPv6 API to set and get NIC configuration. 1 year ago
iabdalkader 50f31cc902 extmod/modnetwork: Add deinit function to NIC protocol. 1 year ago
Jim Mussared 65a3ce39a3 extmod/modnetwork: Forward if.config(hostname) to network.hostname. 1 year ago
Jim Mussared b329fdcb73 extmod/modnetwork: Increase max hostname length to 32. 1 year ago
Wang Xuancong 25b89cbe94 extmod/{modlwip,modsocket}: Add support for SO_BROADCAST socket option. 1 year ago
Jim Mussared f5f9edf645 all: Rename UMODULE to MODULE in preprocessor/Makefile vars. 2 years ago
Jim Mussared f78464c12b extmod/modnetwork: Allow more extensive port-specific customisation. 2 years ago
Jim Mussared a377302623 extmod/modnetwork: Add network.hostname() and network.country(). 2 years ago
Jim Mussared 5f8f32f917 extmod/modnetwork: Use a type protocol to implement NIC functions. 2 years ago
Jim Mussared e8355eb163 py/obj: Add "full" and "empty" non-variable-length mp_obj_type_t. 3 years ago
iabdalkader 70bf6ab6fb extmod/modusocket: Add socket state to track new/listening/conn/closed. 2 years ago
Andrew Leech 15fea3a1ff rp2: Integrate lwIP network stack. 3 years ago
iabdalkader b9d2f1e844 extmod/modusocket: Add timeout and callback to socket object. 3 years ago
iabdalkader 155eb1361e extmod/modusocket: Add makefile() method and common socket options. 3 years ago
iabdalkader d9749f90ad extmod/modnetwork: Remove modnetwork socket u_state member. 3 years ago
iabdalkader f9d573a4ac extmod/modnetwork: Remove STM32 references. 3 years ago
iabdalkader 4dba04a50f extmod/modnetwork: Define network interfaces in port config files. 3 years ago
iabdalkader e7429389a6 extmod/modnetwork: Add extended socket state. 3 years ago
iabdalkader d889f672da extmod/modnetwork: Add STA_IF and AP_IF constants. 3 years ago
iabdalkader 7aab0dc5d8 extmod: Move modnetwork and modusocket from stm32 to extmod. 3 years ago
Damien George ce8262a164 stm32/modnetwork: Replace generic netif NIC polling with specific code. 6 years ago
Damien George c55709bf29 stm32/network_lan: Add high-level network.LAN interface to ETH driver. 6 years ago
Damien George 800871c0cb stm32/modnetwork: Change lwIP polling to be based on background systick. 6 years ago
Damien George 7d86ac6c01 stm32: Add network driver for Wiznet5k using MACRAW mode and lwIP. 7 years ago
Damien George d9f1ecece2 stm32/modnetwork: Provide generic implementation of ifconfig method. 7 years ago
Damien George 7437215ad7 stm32/modnetwork: Change base entry of NIC object from type to base. 7 years ago
Damien George cda964198a stm32: Integrate lwIP as implementation of usocket module. 7 years ago
Damien George d966a33486 stm32: Change header include guards from STMHAL to STM32 to match dir. 7 years ago
Damien George 01dd7804b8 ports: Make new ports/ sub-directory and move all ports there. 7 years ago
Alexander Steffen 55f33240f3 all: Use the name MicroPython consistently in comments 7 years ago
Alexander Steffen 299bc62586 all: Unify header guard usage. 7 years ago
Josef Gajdusek 04ee5983fe lib: Move some common mod_network_* functions to lib/netutils. 10 years ago
Damien George 7674da8057 stmhal: Remove some unnecessary declarations, purely for cleanup. 10 years ago
Damien George 8b77e3dd2f stmhal: Put mod_network_nic_list in global root-pointer state. 10 years ago
Damien George 29a1ec1bd6 stmhal: Overhaul network drivers; has generic network protocol in C. 10 years ago
Damien George 3a1c4c5bc6 stmhal: Add network and usocket module. 10 years ago
Paul Sokolovsky 8139494e54 stmhal: Include mpconfig.h before all other includes. 11 years ago
Damien George 04b9147e15 Add license header to (almost) all files. 11 years ago
Damien George 8d09640b22 stmhal: Add documentation in comments, and script to generate HTML. 11 years ago
Damien George 13c19c57a0 stmhal: Only init RNG if it's used. 11 years ago
Damien George ad7b84a7b9 stmhal: Add os module with a few basic functions. 11 years ago
Damien George 684164a8cf stmhal: Add PYBv10 config; add RNG support. 11 years ago