22 Commits (1b89c503db690967d50699abe0bfa942f6f6b15e)

Author SHA1 Message Date
Jared Hancock e901ff8557 extmod/network_wiznet5k: Add support for IPv6. 3 months ago
Jared Hancock 8762fe8b4c extmod/network_wiznet5k: Properly enable socket buffers for W5100(S). 7 months ago
Jared Hancock 086d4d127d extmod/network_wiznet5k: Properly enable interrupt signal on w5100s. 8 months ago
Felix Dörre 1c6012b0b5 extmod/modnetwork: Implement IPv6 API to set and get NIC configuration. 1 year ago
Angus Gratton decf8e6a8b all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
Felix Dörre 223e0d9a5b extmod/network_wiznet5k: Adjust IP types for IPv6. 2 years ago
Damien George 3e2706a18d extmod/modmachine: Consolidate mem, i2c and spi headers to modmachine.h. 1 year ago
Jim Mussared 5f8f32f917 extmod/modnetwork: Use a type protocol to implement NIC functions. 2 years ago
Jim Mussared d6d8722558 extmod: Make extmod.mk self-contained. 2 years ago
Jim Mussared 94beeabd2e py/obj: Convert make_new into a mp_obj_type_t slot. 2 years ago
Jim Mussared a52cd5b07d py/obj: Add accessors for type slots and use everywhere. 3 years ago
Jim Mussared e8355eb163 py/obj: Add "full" and "empty" non-variable-length mp_obj_type_t. 3 years ago
Jim Mussared 662b9761b3 all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE. 3 years ago
robert-hh 8308f9c977 extmod/network_wiznet5k: Use the configured DNS address if available. 2 years ago
Damien George af6d2845fa extmod/network_wiznet5k: Extract SPI transfer function dynamically. 2 years ago
robert-hh f000ac9e82 extmod/network_wiznet5k: Rearrange the function wiznet5k_poll(). 2 years ago
robert-hh 999b66d531 extmod/network_wiznet5k: Schedule clearing of interrupt flags. 2 years ago
robert-hh 73699a846c extmod/network_wiznet5k: Deinit the NIC before (re-)initialisation. 2 years ago
robert-hh be2beab71a extmod/network_wiznet5k: Drop obsolete argument count check. 2 years ago
robert-hh 736b427220 extmod/network_wiznet5k: Register NIC when the lwIP stack is used. 2 years ago
Damien George 9670a156da all: Rename MICROPY_PY_WIZNET5K to MICROPY_PY_NETWORK_WIZNET5K. 2 years ago
Andrew Leech 21b3a396de extmod/network_wiznet5k: Add Wiznet Ethernet network interface. 3 years ago