456 Commits (8cd4911e636092b25dbb6817e67a008d3faeeda9)

Author SHA1 Message Date
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
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
Damien George aed3b5b7ba cc3200/tools/smoke.py: Change readall() to read(). 8 years ago
Paul Sokolovsky 59a1201da9 all: Remove readall() method, which is equivalent to read() w/o args. 8 years ago
Damien George 4ebdb1f2b2 py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. 8 years ago
Damien George 17ba6ef5fa cc3200: Fix thread mutex's so threading works with interrupts. 8 years ago
Damien George 5c93d0b916 cc3200: Enable loading of precompiled .mpy files. 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