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
Age
Commit message (
Expand
)
Author
2016-09-30
tests/import: Add test for compiling "import a.b as c".
Damien George
2016-09-30
py/compile: Fix typo when checking for parse-node kind.
Damien George
2016-09-30
tests/basics: Add further tests for nonlocal scoping and closures.
Damien George
2016-09-30
py/scope: Factor common code to find locals and close over them.
Damien George
2016-09-30
py/scope: Shrink scope_t struct by 1 machine word.
Damien George
2016-09-30
py/scope: Use lookup-table to determine a scope's simple name.
Damien George
2016-09-29
lib/interrupt_char: Factor out typical Ctrl+C handling from esp8266 port.
Paul Sokolovsky
2016-09-28
stmhal: Remove CMSIS STM32F2xx files, they are unused/unsupported.
Damien George
2016-09-28
extmod/machine_i2c: Add support for the addrsize parameter in mem xfers.
Radomir Dopieralski
2016-09-27
stmhal: Add virtual com port support for STM32L476DISC.
Nicholas Graumann
2016-09-28
py/compile: Fix async-for/async-with to work with simpler exc on stack.
Damien George
2016-09-28
tests/basics: Add test for set.difference_update with arg being itself.
Damien George
2016-09-28
py/objset: Ensure that use of frozenset.update raises an exception.
Damien George
2016-09-28
py/objset: Use mp_check_self() to check args of set/frozenset methods.
Damien George
2016-09-27
py/objfun: Use if instead of switch to check return value of VM execute.
Damien George
2016-09-27
py/objfun: Remove unnecessary check for viper fun with 5 or more args.
Damien George
2016-09-27
stmhal/modmachine: Fix clearing of reset-cause flags.
Damien George
2016-09-27
py/emitbc: Remove/refactor unreachable code, to improve coverage.
Damien George
2016-09-27
py/objstr: Remove unreachable function used only for terse error msgs.
Damien George
2016-09-27
tests/float: Add test for parsing a float from an empty string.
Damien George
2016-09-27
esp8266: Add uos.statvfs() to get filesystem status.
Alex March
2016-09-27
tests/extmod/vfs_fat_ramdisk: Add test for VFS.statvfs().
Alex March
2016-09-27
extmod/vfs_fat: Add fat_vfs_statvfs(), reused from stmhal.
Alex March
2016-09-27
py/modmicropython: Add micropython.const, alias for identity function.
Damien George
2016-09-27
tests/cmdline/cmd_showbc: Fix test now that 1 value is stored on stack.
Damien George
2016-09-27
py/vm: Use MP_OBJ_FROM_PTR to cast a type to an object.
Damien George
2016-09-27
tests/micropython: Add tests for const names being replaced in parser.
Damien George
2016-09-27
tests/basics: Add test case for overflowing Py stack in try-finally.
Damien George
2016-09-27
py: Only store the exception instance on Py stack in bytecode try block.
Damien George
2016-09-24
extmod/uzlib/: Update uzlib to v2.0.3.
Paul Sokolovsky
2016-09-24
tests/uzlib_decompio_gz: Test for DecompIO with gzip bitstream.
Paul Sokolovsky
2016-09-24
extmod/moduzlib: DecompIO: Add support for gzip-formatted streams.
Paul Sokolovsky
2016-09-24
extmod/uzlib: Add tinfgzip.c (gzip header parsing) from upstream.
Paul Sokolovsky
2016-09-23
tools: Update upip to 0.8. Fixes IPv6 support.
Paul Sokolovsky
2016-09-23
py/py.mk: Add support for building modussl_mbedtls.
Paul Sokolovsky
2016-09-23
py/parse: Only replace constants that are standalone identifiers.
Damien George
2016-09-23
docs/library/machine: Update description of disable/enable IRQ funcs.
Damien George
2016-09-23
py: Update opcode format table because 3 opcodes were removed, 1 added.
Damien George
2016-09-23
py: Shrink mp_arg_t struct by using reduced-size integer members.
Damien George
2016-09-23
extmod/modussl_mbedtls: Add server_hostname param for wrap_socket().
Paul Sokolovsky
2016-09-22
extmod/machine_i2c: Add clock stretching support.
Radomir Dopieralski
2016-09-22
stmhal: Remove STM32CubeF2 HAL files, they are unused/unsupported.
Krzysztof Blazewicz
2016-09-22
stmhal: Put common definitions from linker files to common.ld.
Krzysztof Blazewicz
2016-09-22
unix: Enable btree module for coverage build.
Damien George
2016-09-22
py/py.mk: Suppress some compiler warnings when building berkeley-db.
Damien George
2016-09-22
py/stream: Remove unnecessary check for NULL return from vstr_extend.
Damien George
2016-09-22
README: Remove issue-stats badges, the service is no longer available.
Damien George
2016-09-22
extmod/modussl_mbedtls: Use 2-component include paths.
Paul Sokolovsky
2016-09-22
extmod/modussl_mbedtls: Implement key= and cert= args to wrap_socket().
Paul Sokolovsky
2016-09-21
extmod/modubinascii: Fix crc32() function on 32-bit platforms.
Pavol Rusnak
[next]