1 Commits (103eeffcd925891867916c6f7d23dcbb098c59fe)

Author SHA1 Message Date
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
Damien George 4ec803a42a all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros. 7 years ago
Alexander Steffen 55f33240f3 all: Use the name MicroPython consistently in comments 7 years ago
Damien George 71ae3f389d cc3200: Remove remaining references to std.h. 8 years ago
Damien George 50ddaafa6a cc3200: Use mp_raise_XXX helper functions to reduce code size. 8 years ago
daniel a0d97fe408 cc3200: Add ssl_version argument to ssl.wrap_socket(). 8 years ago
Damien George 93c4a6a3f7 all: Remove 'name' member from mp_obj_module_t struct. 8 years ago
Paul Sokolovsky 07209f8592 all: Rename mp_obj_type_t::stream_p to protocol. 9 years ago
danicampora 8cee03b118 cc3200: Force SSL method to be TLSV1. 9 years ago
Damien George 731f359292 all: Add py/mphal.h and use it in all ports. 9 years ago
danicampora 04db848dc7 docs: Add usocket and ussl modules' documentation. 9 years ago
danicampora fca3308cc3 cc3200: Improvements to terminal duplication. 9 years ago
Daniel Campora 57fa14b5be cc3200: New WLAN API including test. 9 years ago
Daniel Campora dffa9f6da6 cc3200: New SD and RTC API plus os and time modules' extensions. 9 years ago
Daniel Campora 4c5bfe2d10 cc3200: Server side SSL socket requires both certfile and keyfile. 9 years ago
Daniel Campora 9a65fa304c cc3200: Add modussl, ssl sockets subclassed from normal sockets. 10 years ago