467 Commits (6c8b57a90212c63441f8e5165b4781409648e519)

Author SHA1 Message Date
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 4c307bfba1 all: Move BYTES_PER_WORD definition from ports to py/mpconfig.h 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
Krzysztof Blazewicz 75589272ef all/Makefile: Remove -ansi from GCC flags, its ignored anyway. 8 years ago
Damien George 1110c8873c cc3200/mods/modutime: Use generic sleep_ms and sleep_us implementations. 8 years ago
Damien George 12d0731b91 extmod/vfs_fat: Remove obsolete and unused str/len members. 8 years ago
Damien George 70201f4038 cc3200/mptask: Allocate flash VFS struct on the heap to trace root ptrs. 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 e859ddf3e1 cc3200: Enable uerrno module with short, custom list of error codes. 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 29551ba566 cc3200: Move stoupper to ftp.c and define in terms of unichar_toupper. 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 0bd61d23b9 extmod/vfs_fat: Remove MICROPY_FATFS_OO config option. 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 bfa948c0a5 cc3200: Add implementations of mp_import_stat and builtin_open. 8 years ago
Damien George 32a1138b9f extmod: Rename vfs_fat_file.h to vfs_fat.h. 8 years ago
Damien George 4d7fba83a6 cc3200: Convert to use builtin help function. 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
Paul Sokolovsky b315d76b6b cc3200/README: Reorganize and update to the current state of affairs. 8 years ago
Paul Sokolovsky 0748143a4c cc3200: Add targets to erase flash, deploy firmware using cc3200tool. 8 years ago
Paul Sokolovsky 45a8cc8f0b cc3200: make: Rename "deploy" target to "deploy-ota". 8 years ago
Paul Sokolovsky 514b82900c cc3200/README: (Re)add information about accessing REPL on serial. 8 years ago
Paul Sokolovsky 076b80467b cc3200: Enable UART REPL by default. 8 years ago
Paul Sokolovsky 25f44c19f1 cc3200: Re-add support for UART REPL (MICROPY_STDIO_UART setting). 8 years ago
Damien George 2d329c4a56 extmod/moduselect: Use configurable EVENT_POLL_HOOK instead of WFI. 8 years ago
Damien George 304cfda8c4 py/stream: Move ad-hoc ioctl constants to stream.h and rename them. 8 years ago
Paul Sokolovsky f14e9187ac cc3200: Update for moduselect moved to extmod/. 8 years ago
Damien George e5ef15a9d7 py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader. 8 years ago
Damien George 6b239c271c py: Factor out persistent-code reader into separate files. 8 years ago