12 Commits (be4e5b1f872c29b5a3a64397e5ec50d2b0880382)

Author SHA1 Message Date
Damien George 7d86ac6c01 stm32: Add network driver for Wiznet5k using MACRAW mode and lwIP. 7 years ago
Damien George 6b51eb22c8 stm32: Consolidate include of genhdr/pins.h to single location in pin.h. 7 years ago
Damien George f8922627d3 stm32: Update LCD and network drivers to work with new SPI API. 7 years ago
Damien George 8fa3d2996c stm32/modnwwiznet5k: Implement stream ioctl for the Wiznet driver. 7 years ago
Damien George 285ac58532 stm32/modnwwiznet5k: Increase SPI bus speed to 42MHz. 7 years ago
Damien George e36821a766 stm32/modnwwiznet5k: Add support for W5500 Ethernet chip. 7 years ago
Damien George 0a30ad96c8 stm32/modusocket: Return OSError(-2) if getaddrinfo fails. 7 years ago
Damien George 65ba481cb0 stm32/modnwwiznet5k: Implement WIZNET5K.isconnected() method. 7 years ago
Li Weiwei 8c7db42ee3 stm32/modnwwiznet5k: Get the IP address of an established socket. 7 years ago
Damien George a3dc1b1957 all: Remove inclusion of internal py header files. 7 years ago
Damien George cc7fece309 stm32/modnwwiznet5k: Release the GIL on blocking network operations. 7 years ago
Damien George 01dd7804b8 ports: Make new ports/ sub-directory and move all ports there. 7 years ago
Damien George 71c9cfb028 all: Convert remaining "mp_uint_t n_args" to "size_t n_args". 7 years ago
Alexander Steffen 55f33240f3 all: Use the name MicroPython consistently in comments 7 years ago
Damien George 0986675451 stmhal: Convert all module and method tables to use MP_ROM macros. 8 years ago
Damien George b6c7e4b143 all: Use full path name when including mp-readline/timeutils/netutils. 8 years ago
Damien George 6ab5512132 stmhal: Use mp_hal_delay_ms instead of HAL_Delay. 8 years ago
Paul Sokolovsky eac22e29a5 all: Consistently update signatures of .make_new and .call methods. 8 years ago
Damien George d49d81b167 stmhal: Refactor pin usage to use mp_hal_pin API. 8 years ago
Damien George 79a38a7a43 stmhal: For network drivers, convert to use MP_Exxx errno symbols. 9 years ago
Damien George 5ab98d5c41 stmhal: Convert to use internal errno symbols; enable uerrno module. 9 years ago
Damien George 5b3f0b7f39 py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*. 9 years ago
Damien George 731f359292 all: Add py/mphal.h and use it in all ports. 9 years ago
Josef Gajdusek 04ee5983fe lib: Move some common mod_network_* functions to lib/netutils. 10 years ago
Damien George 2cf6dfa280 stmhal: Prefix includes with py/; remove need for -I../py. 10 years ago
Damien George 29a1ec1bd6 stmhal: Overhaul network drivers; has generic network protocol in C. 10 years ago
Damien George 1a8573ed0e stmhal: Update some inlined docs for network and CAN. 10 years ago
Damien George 3e42570538 stmhal: Change cc3k.recv to only make 1 call to underlying recv(). 10 years ago
Damien George e5cc4b2503 stmhal: Fix wiznet5k init of SPI bus. 10 years ago
Damien George 9d2bf9c405 drivers, wiznet5k: Wrap exported functions in a macro for renaming. 10 years ago
Damien George 3a1c4c5bc6 stmhal: Add network and usocket module. 10 years ago
Damien George 2842945e76 stmhal: Fix bugs in documentation so it compiles. 10 years ago
Damien George bad2df3e95 stmhal, modwiznet5k: Add very minimal documentation. 10 years ago
Damien George bcf041f1a3 stmhal: Add wiznet5k module, to control WIZnet ethernet adaptor. 10 years ago