aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-22esp8266/modonewire: Make timings static and remove onewire.timings func.Damien George
2017-06-22esp8266/modonewire: Move low-level 1-wire bus code to modonewire.c.Damien George
2017-06-22py/compile: Optimise emitter label indices to save a word of heap.Damien George
2017-06-22tests/basics: Add tests for for-else statement.Damien George
2017-06-22py/compile: Fix bug with break/continue in else of optimised for-range.Damien George
2017-06-21tests/net_inet: Add tests for accept and connect in nonblocking mode.Damien George
2017-06-20travis: Turn off coveralls.Scott Shawcroft
2017-06-20minimal: Update mp_builtin_open signature to match new function type.Scott Shawcroft
2017-06-20py: Change asm form to make minimal port happy.Scott Shawcroft
2017-06-21tests/net_inet/test_tls_sites.py: Integration test for SSL connections.Paul Sokolovsky
2017-06-20Merge tag 'v1.9.1'2.0.0-alpha.0Scott Shawcroft
2017-06-20esp8266: Make onewire module and support code usable by other ports.Damien George
2017-06-20cc3200: Initialise variable to zero to prevent compiler warnings.Damien George
2017-06-20cc3200: Make non-zero socket timeout work with connect/accept/send.Damien George
2017-06-20esp8266/Makefile: Add LIB_SRC_C variable to qstr auto-extraction list.Damien George
2017-06-19docs: Update design guide for new DigitalInOut API.Scott Shawcroft
2017-06-17unix/mpconfigport.mk: Update descriptions of readline and TLS options.Paul Sokolovsky
2017-06-16atmel-samd: Introduce board reset mechanic used on CircuitPlayground1.0.0-rc.1Scott Shawcroft
2017-06-16atmel-samd: Add user initiated safe mode and rework board.c forScott Shawcroft
2017-06-16shared-bindings: Move enum-like classes out of DigitalInOut into digitalio.Scott Shawcroft
2017-06-16CODECONVENTIONS: Clarify MicroPython changes sign-off process.Paul Sokolovsky
2017-06-16docs/select: Rename to uselect, to match the actual module name.Paul Sokolovsky
2017-06-15teensy/Makefile: Include relevant sources in list for qstr extraction.Damien George
2017-06-15qemu-arm/Makefile: Include relevant sources in list for qstr extraction.Damien George
2017-06-15stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use.Damien George
2017-06-15esp8266/Makefile: Allow FROZEN_DIR,FROZEN_MPY_DIR to be overridden.Damien George
2017-06-15teensy: Provide dummy implementation of extint_register_pin.Damien George
2017-06-15stmhal: Add .value() method to Switch object, to mirror Pin and Signal.Damien George
2017-06-15stmhal: Add initial implementation of Pin.irq() method.Damien George
2017-06-15py/objint: In to_bytes(), allow length arg to be any int and check sign.Damien George
2017-06-15py/objint: Support "big" byte-order in int.to_bytes().Damien George
2017-06-15stmhal: Make error messages more consistent across peripherals.Damien George
2017-06-15all: Make more use of mp_raise_{msg,TypeError,ValueError} helpers.Damien George
2017-06-14py/compile: Raise SyntaxError if positional args are given after */**.Damien George
2017-06-14cc3200/modusocket: Simplify socket.makefile() function.Damien George
2017-06-14lib/libm/math: Remove implementations of float conversion functions.Damien George
2017-06-14stmhal/mpconfigport.h: Remove config of PY_THREAD_GIL to use default.Damien George
2017-06-14py/modthread: Raise RuntimeError in release() if lock is not acquired.Damien George
2017-06-14esp8266/Makefile: Bump axTLS TLS record buffer size to 5K.Paul Sokolovsky
2017-06-14extmod/modussl_axtls: Implement server_hostname arg to wrap_socket().Paul Sokolovsky
2017-06-13extmod/modussl_axtls: Update for axTLS 2.1.3.Paul Sokolovsky
2017-06-13lib/axtls: Upgrade to axTLS 2.1.3 + MicroPython patchset.Paul Sokolovsky
2017-06-13py/formatfloat: Fix number of digits and exponent sign when rounding.Damien George
2017-06-12atmel-samd: Fix sharing TCCs by statically storing the current period.Scott Shawcroft
2017-06-12atmel-samd: Fix TCC1, its two channels and four wave outputs.Scott Shawcroft
2017-06-11unix/modtime: Replace strftime() with localtime().Paul Sokolovsky
2017-06-11docs/btree: Typo/wording fixes.Paul Sokolovsky
2017-06-11docs/btree: Add hints about opening db file and need to flush db.Paul Sokolovsky
2017-06-11docs: Bump version to 1.9.1.v1.9.1Damien George
2017-06-11tests/extmod/vfs_basic: Allow test to pass on embedded targets.Damien George