summaryrefslogtreecommitdiff
path: root/cc3200
AgeCommit message (Expand)Author
2017-08-21all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.Damien George
2017-08-11all: Make use of $(TOP) variable in Makefiles, instead of "..".Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-24all: Don't include system errno.h when it's not needed.Damien George
2017-07-21cc3200: Use the name MicroPython consistently in code.Alexander Steffen
2017-07-18all: Unify header guard usage.Alexander Steffen
2017-07-11cc3200/modusocket: Fix connect() when in non-blocking or timeout mode.Damien George
2017-06-20cc3200: Initialise variable to zero to prevent compiler warnings.Damien George
2017-06-20cc3200: Make non-zero socket timeout work with connect/accept/send.Damien George
2017-06-15stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use.Damien George
2017-06-14cc3200/modusocket: Simplify socket.makefile() function.Damien George
2017-06-01ports: Convert from using stmhal's input() to core provided version.Damien George
2017-05-29various: Spelling fixesVille Skyttä
2017-05-21cc3200/mods/pybpin: Remove toggle() method.Paul Sokolovsky
2017-05-10ports: Add ilistdir in uos module.Damien George
2017-04-18cc3200/mods/pybi2c: Make readfnom_mem_into/writeto_mem return None.Damien George
2017-04-18cc3200/mods/pybi2c: Make machine.I2C constructor/init conform to HW API.Damien George
2017-04-09cc3200/pybuart: Make parity specifications consistent with HW API.Paul Sokolovsky
2017-04-05cc3200/modmachine: Return frequency value directly, like other ports.Paul Sokolovsky
2017-04-01all: Move BYTES_PER_WORD definition from ports to py/mpconfig.hDamien George
2017-03-31all: Use full path name when including mp-readline/timeutils/netutils.Damien George
2017-03-29cc3200/mods/pybi2c: Raise OSError if readfrom_mem fails to write addr.Damien George
2017-03-29cc3200: Update for changes to mp_obj_str_get_data.Damien George
2017-03-29cc3200: Update to use size_t for tuple/list accessors.Damien George
2017-03-23all/Makefile: Remove -ansi from GCC flags, its ignored anyway.Krzysztof Blazewicz
2017-03-22cc3200/mods/modutime: Use generic sleep_ms and sleep_us implementations.Damien George
2017-03-10extmod/vfs_fat: Remove obsolete and unused str/len members.Damien George
2017-03-10cc3200/mptask: Allocate flash VFS struct on the heap to trace root ptrs.Damien George
2017-02-23cc3200/moduos: Remove uos.sep, as it's strictly optional.Paul Sokolovsky
2017-02-22cc3200: Remove socket.timeout class, use OSError(ETIMEDOUT) instead.Damien George
2017-02-22cc3200/mods/modusocket: Init vars to 0 to silence compiler warnings.Damien George
2017-02-22cc3200: Enable uerrno module with short, custom list of error codes.Damien George
2017-02-22cc3200: When raising OSError's use MP_Exxx as arg instead of a string.Damien George
2017-02-22cc3200: Convert to using uPy internal errno numbers.Damien George
2017-02-22cc3200: Move wlan socket glue functions from modwlan to modusocket.Damien George
2017-02-21cc3200: Remove remaining references to std.h.Damien George
2017-02-21cc3200/mods/modwlan: Add int casts to silence compiler warnings.Damien George
2017-02-21cc3200/mods/modwlan: Allow antenna diversity to be fully compiled out.Damien George
2017-02-21cc3200/mods/modwlan: Make multi-threaded a proper compile-time option.Damien George
2017-02-21cc3200/mods/modwlan: Remove unused header includes; simplify others.Damien George
2017-02-21cc3200: Remove util/std.h, can just use stdio.h instead.Damien George
2017-02-21cc3200: Use simplelink API instead of emulated BSD API.Damien George
2017-02-21cc3200: Move stoupper to ftp.c and define in terms of unichar_toupper.Damien George
2017-02-16py: Add iter_buf to getiter type method.Damien George
2017-02-06cc3200: Refactor "ticks" functions to use common extmod implementation.Damien George
2017-01-30extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h.Damien George
2017-01-30extmod/vfs_fat: Remove MICROPY_FATFS_OO config option.Damien George
2017-01-30cc3200: Convert to use new VFS sub-system and new ooFatFs library.Damien George
2017-01-29cc3200/modusocket: Remove deprecated socket.error.Paul Sokolovsky
2017-01-27cc3200: Add implementations of mp_import_stat and builtin_open.Damien George