aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-20docs/library/machine.I2C: Fix scan() doc to match implementation.transistortim
2017-03-20unix/coverage: Enable scheduler and add tests for it.Damien George
2017-03-20tests/micropython: Add tests for micropython.schedule().Damien George
2017-03-20esp8266/machine_pin: Make pin.irq arguments positional.Damien George
2017-03-20esp8266/machine_pin: Add "hard" parameter to pin.irq, soft by default.Damien George
2017-03-20esp8266: Change machine.Timer callback to soft callback.Damien George
2017-03-20esp8266: Enable micropython.schedule() with locking in pin callback.Damien George
2017-03-20stmhal: Enable micropython.schedule().Damien George
2017-03-20unix: Use mp_handle_pending() in time.sleep().Damien George
2017-03-20py: Add micropython.schedule() function and associated runtime code.Damien George
2017-03-20py/objstr: Use better msg in bad implicit str/bytes conversion exceptionstijn
2017-03-17utime module documentation fixes and cleanup:Christopher Arndt
2017-03-17py: Provide mp_decode_uint_value to help optimise stack usage.Damien George
2017-03-17py: Reduce size of mp_code_state_t structure.Damien George
2017-03-16tests/basics/bytes_add: Add tests for optimised bytes addition.Damien George
2017-03-16py/objstr: Fix eager optimisation of str/bytes addition.Damien George
2017-03-15travis: Change an stmhal rule to build PYBV11 instead of default PYBV10.Damien George
2017-03-15docs/library/framebuf: Fix typo in bit-width for MVLSB description.Damien George
2017-03-15py/mkrules.mk: Remove special check for "-B" in qstr auto generation.Damien George
2017-03-15tests/basics: Move string-modulo-format int tests to dedicated file.Damien George
2017-03-15tests/basics: Add test for string module formatting with int argument.Damien George
2017-03-15tests/basics/string_format2: Adjust comment now that tests succeed.Damien George
2017-03-15py/mpprint: Fix int formatting so "+" is printed for 0-valued integer.Damien George
2017-03-15py/emitnative: Remove obsolete commented out code.Damien George
2017-03-14tests/micropython/viper_error: Add more tests to improve coverage.Damien George
2017-03-14py/emitnative: Use assertions and mp_not_implemented correctly.Damien George
2017-03-14tests/extmod: Improve tinfgzip.c test coverage.Rami Ali
2017-03-14tests/extmod/vfs_basic: Unmount all existing devices before doing test.Damien George
2017-03-14tests/run-tests: Re-instate skipping of doubleprec test on pyboard.Damien George
2017-03-14lib/utils/pyexec: Fix bug with pyexec_file not setting flag for source.Damien George
2017-03-14tests/basics/struct_micropython: Add test for 'S' typecode in ustruct.Damien George
2017-03-14tests: Improve binary.c test coverage.Rami Ali
2017-03-14tests/extmod: Improve re1.5/recursiveloop.c test coverage.Rami Ali
2017-03-14tests/extmod/vfs_basic: Add more tests for basic VFS functionality.Damien George
2017-03-14py/objint: Allow to print long-long ints without using the heap.Damien George
2017-03-14esp8266: Only execute main.py if in friendly REPL mode.Damien George
2017-03-14teensy/lexerfrozen: Make mp_lexer_new_from_file raise an exception.Damien George
2017-03-14mpy-cross/main: Move lexer constructor to within NLR handler block.Damien George
2017-03-14pic16bit/main: Make mp_lexer_new_from_file raise an exception.Damien George
2017-03-14lib/memzip: Make lexer constructor raise exception when file not found.Damien George
2017-03-14examples/embedding: Place lexer constructor within NLR handler block.Damien George
2017-03-14esp8266: Update lexer constructors so they can raise exceptions.Damien George
2017-03-14zephyr/main: Move lexer constructor to within NLR handler block.Damien George
2017-03-14qemu-arm: Move lexer constructors to within NLR handler block.Damien George
2017-03-14minimal/main: Move lexer constructor to within NLR handler block.Damien George
2017-03-14bare-arm/main: Move lexer constructor to within NLR handler block.Damien George
2017-03-14unix/main: Refactor to put lexer constructors all in one place.Damien George
2017-03-14lib/utils/pyexec: Refactor to put lexer constructors all in one place.Damien George
2017-03-14py: Allow lexer to raise exceptions during construction.Damien George
2017-03-14pic16bit/main: Make nlr_jump_fail never return.Damien George