summaryrefslogtreecommitdiffstatshomepage
path: root/cc3200/mods
Commit message (Expand)AuthorAge
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* all: Don't include system errno.h when it's not needed.Damien George2017-07-24
* all: Unify header guard usage.Alexander Steffen2017-07-18
* cc3200/modusocket: Fix connect() when in non-blocking or timeout mode.Damien George2017-07-11
* cc3200: Initialise variable to zero to prevent compiler warnings.Damien George2017-06-20
* cc3200: Make non-zero socket timeout work with connect/accept/send.Damien George2017-06-20
* cc3200/modusocket: Simplify socket.makefile() function.Damien George2017-06-14
* cc3200/mods/pybpin: Remove toggle() method.Paul Sokolovsky2017-05-21
* ports: Add ilistdir in uos module.Damien George2017-05-10
* cc3200/mods/pybi2c: Make readfnom_mem_into/writeto_mem return None.Damien George2017-04-18
* cc3200/mods/pybi2c: Make machine.I2C constructor/init conform to HW API.Damien George2017-04-18
* cc3200/pybuart: Make parity specifications consistent with HW API.Paul Sokolovsky2017-04-09
* cc3200/modmachine: Return frequency value directly, like other ports.Paul Sokolovsky2017-04-05
* all: Use full path name when including mp-readline/timeutils/netutils.Damien George2017-03-31
* cc3200/mods/pybi2c: Raise OSError if readfrom_mem fails to write addr.Damien George2017-03-29
* cc3200: Update for changes to mp_obj_str_get_data.Damien George2017-03-29
* cc3200: Update to use size_t for tuple/list accessors.Damien George2017-03-29
* cc3200/mods/modutime: Use generic sleep_ms and sleep_us implementations.Damien George2017-03-22
* cc3200/moduos: Remove uos.sep, as it's strictly optional.Paul Sokolovsky2017-02-23
* cc3200: Remove socket.timeout class, use OSError(ETIMEDOUT) instead.Damien George2017-02-22
* cc3200/mods/modusocket: Init vars to 0 to silence compiler warnings.Damien George2017-02-22
* cc3200: When raising OSError's use MP_Exxx as arg instead of a string.Damien George2017-02-22
* cc3200: Convert to using uPy internal errno numbers.Damien George2017-02-22
* cc3200: Move wlan socket glue functions from modwlan to modusocket.Damien George2017-02-22
* cc3200: Remove remaining references to std.h.Damien George2017-02-21
* cc3200/mods/modwlan: Add int casts to silence compiler warnings.Damien George2017-02-21
* cc3200/mods/modwlan: Allow antenna diversity to be fully compiled out.Damien George2017-02-21
* cc3200/mods/modwlan: Make multi-threaded a proper compile-time option.Damien George2017-02-21
* cc3200/mods/modwlan: Remove unused header includes; simplify others.Damien George2017-02-21
* cc3200: Remove util/std.h, can just use stdio.h instead.Damien George2017-02-21
* cc3200: Use simplelink API instead of emulated BSD API.Damien George2017-02-21
* py: Add iter_buf to getiter type method.Damien George2017-02-16
* cc3200: Refactor "ticks" functions to use common extmod implementation.Damien George2017-02-06
* extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h.Damien George2017-01-30
* cc3200: Convert to use new VFS sub-system and new ooFatFs library.Damien George2017-01-30
* cc3200/modusocket: Remove deprecated socket.error.Paul Sokolovsky2017-01-29
* extmod: Rename vfs_fat_file.h to vfs_fat.h.Damien George2017-01-27
* cc3200/modwlan: Add network.WLAN.print_ver() diagnostic function.Paul Sokolovsky2017-01-07
* all: Consistently update signatures of .make_new and .call methods.Paul Sokolovsky2017-01-04
* py/stream: Move ad-hoc ioctl constants to stream.h and rename them.Damien George2016-12-02
* cc3200/mods/pybspi: Remove SPI.MASTER constant, it's no longer needed.Damien George2016-11-15
* cc3200/pybspi: Remove static mode=SPI.MASTER parameter for latest HW API.Paul Sokolovsky2016-11-15
* all: Remove readall() method, which is equivalent to read() w/o args.Paul Sokolovsky2016-11-14
* cc3200/mods/pybspi: Allow "write" arg of read/readinto to be positional.Damien George2016-10-18
* cc3200: Use mp_raise_XXX helper functions to reduce code size.Damien George2016-10-18
* cc3200: Add ssl_version argument to ssl.wrap_socket().daniel2016-10-01
* all: Remove 'name' member from mp_obj_module_t struct.Damien George2016-09-22
* stmhal,cc3200,esp8266: Consistently use PWRON_RESET constant.Damien George2016-09-08
* all: Rename mp_obj_type_t::stream_p to protocol.Paul Sokolovsky2016-06-18
* stmhal, cc3200: Change i2c.scan() method to scan addresses 0x08-0x77.Damien George2016-05-02