293 Commits (a6af1a1d9c4d84987fd067a39a1c936df9f89420)

Author SHA1 Message Date
Damien George e6782428be cc3200: Initialise variable to zero to prevent compiler warnings. 7 years ago
Damien George 1686346d53 cc3200: Make non-zero socket timeout work with connect/accept/send. 7 years ago
Damien George 696fcde800 cc3200/modusocket: Simplify socket.makefile() function. 8 years ago
Paul Sokolovsky 19e065294d cc3200/mods/pybpin: Remove toggle() method. 8 years ago
Damien George f1609bc843 ports: Add ilistdir in uos module. 8 years ago
Damien George 9d7c53734c cc3200/mods/pybi2c: Make readfnom_mem_into/writeto_mem return None. 8 years ago
Damien George 8f205c2c9b cc3200/mods/pybi2c: Make machine.I2C constructor/init conform to HW API. 8 years ago
Paul Sokolovsky e322b2afbf cc3200/pybuart: Make parity specifications consistent with HW API. 8 years ago
Paul Sokolovsky 9a38b7afe0 cc3200/modmachine: Return frequency value directly, like other ports. 8 years ago
Damien George b6c7e4b143 all: Use full path name when including mp-readline/timeutils/netutils. 8 years ago
Damien George 6bfb344a80 cc3200/mods/pybi2c: Raise OSError if readfrom_mem fails to write addr. 8 years ago
Damien George 3a77342719 cc3200: Update for changes to mp_obj_str_get_data. 8 years ago
Damien George 87f068d7d9 cc3200: Update to use size_t for tuple/list accessors. 8 years ago
Damien George 1110c8873c cc3200/mods/modutime: Use generic sleep_ms and sleep_us implementations. 8 years ago
Paul Sokolovsky f5ee4d95a9 cc3200/moduos: Remove uos.sep, as it's strictly optional. 8 years ago
Damien George 047af9b10b cc3200: Remove socket.timeout class, use OSError(ETIMEDOUT) instead. 8 years ago
Damien George d03f089baa cc3200/mods/modusocket: Init vars to 0 to silence compiler warnings. 8 years ago
Damien George 22a6344ebe cc3200: When raising OSError's use MP_Exxx as arg instead of a string. 8 years ago
Damien George 8bb8e97dfe cc3200: Convert to using uPy internal errno numbers. 8 years ago
Damien George 85ab469c64 cc3200: Move wlan socket glue functions from modwlan to modusocket. 8 years ago
Damien George 71ae3f389d cc3200: Remove remaining references to std.h. 8 years ago
Damien George 8c5988bf61 cc3200/mods/modwlan: Add int casts to silence compiler warnings. 8 years ago
Damien George 0258f819bd cc3200/mods/modwlan: Allow antenna diversity to be fully compiled out. 8 years ago
Damien George a162832b1a cc3200/mods/modwlan: Make multi-threaded a proper compile-time option. 8 years ago
Damien George 26ddd4b621 cc3200/mods/modwlan: Remove unused header includes; simplify others. 8 years ago
Damien George 1c35270667 cc3200: Remove util/std.h, can just use stdio.h instead. 8 years ago
Damien George d9f7120af1 cc3200: Use simplelink API instead of emulated BSD API. 8 years ago
Damien George ae8d867586 py: Add iter_buf to getiter type method. 9 years ago
Damien George b7d27e31e8 cc3200: Refactor "ticks" functions to use common extmod implementation. 8 years ago
Damien George b697c89009 extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h. 8 years ago
Damien George 56506fd64a cc3200: Convert to use new VFS sub-system and new ooFatFs library. 8 years ago
Paul Sokolovsky 3a3543251f cc3200/modusocket: Remove deprecated socket.error. 8 years ago
Damien George 32a1138b9f extmod: Rename vfs_fat_file.h to vfs_fat.h. 8 years ago
Paul Sokolovsky 044f96c330 cc3200/modwlan: Add network.WLAN.print_ver() diagnostic function. 8 years ago
Paul Sokolovsky eac22e29a5 all: Consistently update signatures of .make_new and .call methods. 8 years ago
Damien George 304cfda8c4 py/stream: Move ad-hoc ioctl constants to stream.h and rename them. 8 years ago
Damien George 3f8bb80eb2 cc3200/mods/pybspi: Remove SPI.MASTER constant, it's no longer needed. 8 years ago
Paul Sokolovsky 7602dc5f32 cc3200/pybspi: Remove static mode=SPI.MASTER parameter for latest HW API. 8 years ago
Paul Sokolovsky 59a1201da9 all: Remove readall() method, which is equivalent to read() w/o args. 8 years ago
Damien George 628799cd36 cc3200/mods/pybspi: Allow "write" arg of read/readinto to be positional. 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
Damien George f3b5480be7 stmhal,cc3200,esp8266: Consistently use PWRON_RESET constant. 8 years ago
Paul Sokolovsky 07209f8592 all: Rename mp_obj_type_t::stream_p to protocol. 9 years ago
Damien George 70ff7350e7 stmhal, cc3200: Change i2c.scan() method to scan addresses 0x08-0x77. 9 years ago
Paul Sokolovsky 4e51a3038c cc3200/mods/modwlan: Include stream.h after recent refactor. 9 years ago
danicampora add930c4b5 cc3200: Rename 'server' class to 'Server' for consistency. 9 years ago
danicampora 495e7cfebc cc3200: Improve robustness of WLAN during sleep modes. 9 years ago
danicampora fe9620a2bd test/wipy: Add Timer class tests. 9 years ago