aboutsummaryrefslogtreecommitdiff
path: root/stmhal/modnwwiznet5k.c
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-08-30all: Convert remaining "mp_uint_t n_args" to "size_t n_args".Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-05-06stmhal: Convert all module and method tables to use MP_ROM macros.Damien George
2017-03-31all: Use full path name when including mp-readline/timeutils/netutils.Damien George
2017-03-02stmhal: Use mp_hal_delay_ms instead of HAL_Delay.Damien George
2017-01-04all: Consistently update signatures of .make_new and .call methods.Paul Sokolovsky
2016-10-18stmhal: Refactor pin usage to use mp_hal_pin API.Damien George
2016-05-10stmhal: For network drivers, convert to use MP_Exxx errno symbols.Damien George
2016-05-10stmhal: Convert to use internal errno symbols; enable uerrno module.Damien George
2016-01-11py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.Damien George
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
2015-05-04lib: Move some common mod_network_* functions to lib/netutils.Josef Gajdusek
2015-01-01stmhal: Prefix includes with py/; remove need for -I../py.Damien George
2014-12-04stmhal: Overhaul network drivers; has generic network protocol in C.Damien George