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-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
2016-09-21
extmod/uctypes: Allow full 32-bit address range.
Stefan Agner
2016-09-21
extmod/modussl_mbedtls: Initial implementation of mbedTLS ussl module.
Paul Sokolovsky
2016-09-22
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-09-20
stmhal: Use attribute to avoid inlining.
Stefan Agner
2016-09-20
py/builtinimport: Fix nanbox build after change to better handle -m modules.
Paul Sokolovsky
2016-09-20
builtinimport: add the module specified by -m to sys.modules as '__main__'
Delio Brignoli
2016-09-20
esp8266: Extend system microsecond counter to 64-bits; use in ticks_ms.
Damien George
2016-09-20
travis: Run feature and coverage test for precompiled mpy files.
Damien George
2016-09-20
tests/run-tests: Add --via-mpy option to run test from precompiled code.
Damien George
2016-09-20
tests: Get cmdline verbose tests running again.
Damien George
2016-09-20
py/showbc: Make printf's go to the platform print stream.
Damien George
2016-09-19
tests/array1: Add tests for "l", "L" array types to improve coverage.
Paul Sokolovsky
2016-09-19
tests/struct1: Test "l" specifier to improve coverage.
Paul Sokolovsky
2016-09-19
py/qstr: Remove a comment.
Damien George
2016-09-19
stmhal/boards: For OLIMEX_E407, enable UART1 and fix I2C1 mapping.
Damien George
2016-09-19
py/objnone: Use mp_generic_unary_op instead of custom one.
Damien George
2016-09-19
py/vstr: Remove vstr.had_error flag and inline basic vstr functions.
Damien George
2016-09-19
py: Combine 3 comprehension opcodes (list/dict/set) into 1.
Damien George
2016-09-19
py: Combine 3 comprehension emit functions (list/dict/set) into 1.
Damien George
2016-09-19
esp8266/esp_mphal: Add tentative change to mp_hal_stdin_rx_chr() to wait IRQ.
Paul Sokolovsky
2016-09-18
esp8266/ets_alt_task: ets_post: Should return 0 on success, !0 - failure.
Paul Sokolovsky
2016-09-18
docs/library/pyb.SPI: init(): Describe "bits" argument.
Paul Sokolovsky
[prev]
[next]