index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cc3200
Age
Commit message (
Expand
)
Author
2017-03-29
cc3200/mods/pybi2c: Raise OSError if readfrom_mem fails to write addr.
Damien George
2017-03-29
cc3200: Update for changes to mp_obj_str_get_data.
Damien George
2017-03-29
cc3200: Update to use size_t for tuple/list accessors.
Damien George
2017-03-23
all/Makefile: Remove -ansi from GCC flags, its ignored anyway.
Krzysztof Blazewicz
2017-03-22
cc3200/mods/modutime: Use generic sleep_ms and sleep_us implementations.
Damien George
2017-03-10
extmod/vfs_fat: Remove obsolete and unused str/len members.
Damien George
2017-03-10
cc3200/mptask: Allocate flash VFS struct on the heap to trace root ptrs.
Damien George
2017-02-23
cc3200/moduos: Remove uos.sep, as it's strictly optional.
Paul Sokolovsky
2017-02-22
cc3200: Remove socket.timeout class, use OSError(ETIMEDOUT) instead.
Damien George
2017-02-22
cc3200/mods/modusocket: Init vars to 0 to silence compiler warnings.
Damien George
2017-02-22
cc3200: Enable uerrno module with short, custom list of error codes.
Damien George
2017-02-22
cc3200: When raising OSError's use MP_Exxx as arg instead of a string.
Damien George
2017-02-22
cc3200: Convert to using uPy internal errno numbers.
Damien George
2017-02-22
cc3200: Move wlan socket glue functions from modwlan to modusocket.
Damien George
2017-02-21
cc3200: Remove remaining references to std.h.
Damien George
2017-02-21
cc3200/mods/modwlan: Add int casts to silence compiler warnings.
Damien George
2017-02-21
cc3200/mods/modwlan: Allow antenna diversity to be fully compiled out.
Damien George
2017-02-21
cc3200/mods/modwlan: Make multi-threaded a proper compile-time option.
Damien George
2017-02-21
cc3200/mods/modwlan: Remove unused header includes; simplify others.
Damien George
2017-02-21
cc3200: Remove util/std.h, can just use stdio.h instead.
Damien George
2017-02-21
cc3200: Use simplelink API instead of emulated BSD API.
Damien George
2017-02-21
cc3200: Move stoupper to ftp.c and define in terms of unichar_toupper.
Damien George
2017-02-16
py: Add iter_buf to getiter type method.
Damien George
2017-02-06
cc3200: Refactor "ticks" functions to use common extmod implementation.
Damien George
2017-01-30
extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h.
Damien George
2017-01-30
extmod/vfs_fat: Remove MICROPY_FATFS_OO config option.
Damien George
2017-01-30
cc3200: Convert to use new VFS sub-system and new ooFatFs library.
Damien George
2017-01-29
cc3200/modusocket: Remove deprecated socket.error.
Paul Sokolovsky
2017-01-27
cc3200: Add implementations of mp_import_stat and builtin_open.
Damien George
2017-01-27
extmod: Rename vfs_fat_file.h to vfs_fat.h.
Damien George
2017-01-22
cc3200: Convert to use builtin help function.
Damien George
2017-01-07
cc3200/modwlan: Add network.WLAN.print_ver() diagnostic function.
Paul Sokolovsky
2017-01-04
all: Consistently update signatures of .make_new and .call methods.
Paul Sokolovsky
2016-12-29
cc3200/README: Reorganize and update to the current state of affairs.
Paul Sokolovsky
2016-12-29
cc3200: Add targets to erase flash, deploy firmware using cc3200tool.
Paul Sokolovsky
2016-12-29
cc3200: make: Rename "deploy" target to "deploy-ota".
Paul Sokolovsky
2016-12-28
cc3200/README: (Re)add information about accessing REPL on serial.
Paul Sokolovsky
2016-12-28
cc3200: Enable UART REPL by default.
Paul Sokolovsky
2016-12-27
cc3200: Re-add support for UART REPL (MICROPY_STDIO_UART setting).
Paul Sokolovsky
2016-12-02
extmod/moduselect: Use configurable EVENT_POLL_HOOK instead of WFI.
Damien George
2016-12-02
py/stream: Move ad-hoc ioctl constants to stream.h and rename them.
Damien George
2016-11-21
cc3200: Update for moduselect moved to extmod/.
Paul Sokolovsky
2016-11-16
py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader.
Damien George
2016-11-16
py: Factor out persistent-code reader into separate files.
Damien George
2016-11-15
cc3200/mods/pybspi: Remove SPI.MASTER constant, it's no longer needed.
Damien George
2016-11-15
cc3200/pybspi: Remove static mode=SPI.MASTER parameter for latest HW API.
Paul Sokolovsky
2016-11-14
cc3200/tools/smoke.py: Change readall() to read().
Damien George
2016-11-14
all: Remove readall() method, which is equivalent to read() w/o args.
Paul Sokolovsky
2016-10-21
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Damien George
2016-10-19
cc3200: Fix thread mutex's so threading works with interrupts.
Damien George
[next]