aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-15tests/extmod: Make tests skippable.Paul Sokolovsky
2017-02-15tests/dict_fromkeys: Revert to use reversed() to run in native codegen mode.Paul Sokolovsky
2017-02-15tests/basic/[a-f]*: Make skippable.Paul Sokolovsky
2017-02-14zephyr/main: Don't unconditionally dump stats on each GC.Paul Sokolovsky
2017-02-14tests/builtin_dir: The most expected thing in sys is exit, test for it.Paul Sokolovsky
2017-02-14tests/comprehension1, containment: Split set tests to separate files.Paul Sokolovsky
2017-02-14tests/run-tests: Allow to skip tests using async/await keywords.Paul Sokolovsky
2017-02-14tests: Add option to not clear MICROPYPATH when running testsstijn
2017-02-14zephyr: Add qemu_cortex_m3 config fragment.Paul Sokolovsky
2017-02-14zephyr: Enable IPv6 networking in addition to IPv4.Paul Sokolovsky
2017-02-14docs/uos: Remove mention of uos.sep.Paul Sokolovsky
2017-02-14examples/hwapi/soft_pwm: Use Signal on()/off() methods.Paul Sokolovsky
2017-02-14py/objtype: Replace non-ASCII single-quote char with ASCII version.Damien George
2017-02-13docs/library/machine: Make separate TOC for WiPy vs non-WiPy.Damien George
2017-02-13extmod/vfs: Allow to stat the root directory.Damien George
2017-02-13docs/library/pyb.Pin: Minor typo fix, B6 should be A0.Dave Hylands
2017-02-13esp8266/moduos: Populate release field of uname in case it was GC'd.Damien George
2017-02-13stmhal/boards: For STM32F411DISC, change I2C pin according to datasheet.Johannes Wågen
2017-02-13unix/moduselect: Implement ipoll() method with no-allocation policy.Paul Sokolovsky
2017-02-10tools/upip: Update to 1.1.5. Better and more user-friendly error handling.Paul Sokolovsky
2017-02-10tests/misc: Add test for line number printing with large bytecode chunk.Damien George
2017-02-10py/emitbc: Produce correct line number info for large bytecode chunks.Damien George
2017-02-09extmod/vfs: Raise OSError(EEXIST) on attempt to mkdir a mount point.Damien George
2017-02-09examples/hwapi: Be sure to import Signal when it's used.Damien George
2017-02-09examples/hwapi: Add hwconfig_pyboard.py for pyboard.Kai Fricke
2017-02-09py/objtype: Implement __delattr__ and __setattr__.dmazzella
2017-02-09extmod/vfs: Allow to mount a block device, not just a VFS object.Damien George
2017-02-08extmod/machine_signal: Implement Signal .on() and .off() methods.Paul Sokolovsky
2017-02-08stmhal/Makefile: Drop use of -mabi=aapcs-linux; link libgcc by default.Damien George
2017-02-08py/nlr: Fix execstack builds for ARM.Dave Hylands
2017-02-08py/map: Change mp_uint_t to size_t where appropriate.Damien George
2017-02-08py/asmxtensa.h: Explicitly cast args to 32-bits so left-shift is legal.Damien George
2017-02-07docs: Add M-logo as favicon.Damien George
2017-02-07docs/esp8266/tutorial: Specify the baudrate in picocom example command.Damien George
2017-02-07stmhal: Add ability to skip booting from SD card via /flash/SKIPSD file.Damien George
2017-02-07unix/main: Properly handle MICROPYPATH starting with ':'.Paul Sokolovsky
2017-02-06unix: Fix freedos port build problems.Nikita Melentev
2017-02-06stmhal: Use MICROPY_EVENT_POLL_HOOK instead of __WFI where appropriate.Damien George
2017-02-06extmod/machine_spi: Remove EVENT_POLL_HOOK from soft-SPI transfer func.Damien George
2017-02-06tests/pyb: Adjust tests so they can run on PYB and PYBLITE.Damien George
2017-02-06stmhal: Add pyb.fault_debug() function, to control hard-fault behaviour.Damien George
2017-02-06stmhal: On HardFault, print stack pointer and do a stack dump.Damien George
2017-02-06cc3200: Refactor "ticks" functions to use common extmod implementation.Damien George
2017-02-05examples/button_reaction: Update for time_pulse_us() no longer raising exc.Paul Sokolovsky
2017-02-05extmod/machine_pulse: Make time_pulse_us() not throw exceptions.Paul Sokolovsky
2017-02-04py/objcomplex: Fix typo in ternary expression.Damien George
2017-02-03esp8266/uart: Add support for polling uart device.marc hoffman
2017-02-03py/objstr: Convert some instances of mp_uint_t to size_t.Damien George
2017-02-03docs: For LCD160CR driver and tutorial, add link to positioning image.Damien George
2017-02-03stmhal/mpconfigport.h: Enable MICROPY_PY_BUILTINS_POW3 option.Damien George