aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-26drivers/onewire: Enable pull-up when init'ing the 1-wire pin.Damien George
2017-06-26stmhal/boards/stm32f405.ld: Increase FLASH_TEXT to end of 1MiB flash.Damien George
2017-06-26README: Improve description of precompiled bytecode; mention mpy-cross.Damien George
2017-06-26docs/library/gc: Fix grammar and improve readability of gc.threshold().Damien George
2017-06-26docs/esp8266/tutorial/intro: Fix some grammatical typos.Damien George
2017-06-26esp8266/machine_rtc: Use correct arithmetic for aligning RTC mem len.Damien George
2017-06-26tests: Auto detect floating point capabilites of the target.Damien George
2017-06-26py/mpconfig.h: Remove spaces in "Micro Python" and remove blank line.Damien George
2017-06-26docs/ref/speed_python: Update and make more hardware-neutral.Paul Sokolovsky
2017-06-26docs/network: Use markup adhering to the latest docs conventions.Paul Sokolovsky
2017-06-25docs/machine*: Use markup adhering to the latest docs conventions.Paul Sokolovsky
2017-06-25docs/lcd160cr: Group related constants together. Use full sentences.Paul Sokolovsky
2017-06-25docs/conf.py: Set default_role = 'any'.Paul Sokolovsky
2017-06-25docs/utime: Use markup adhering to the latest conventions.Paul Sokolovsky
2017-06-25docs/lcd160cr: Use markup adhering to the latest conventions.Paul Sokolovsky
2017-06-25CODECONVENTIONS: docs: Markup for None/True/False.Paul Sokolovsky
2017-06-25docs/btree: Use markup adhering to the latest conventions.Paul Sokolovsky
2017-06-25CODECONVENTIONS: Start to describe docs conventions.Paul Sokolovsky
2017-06-24docs/builtins: List builtin exceptions.Paul Sokolovsky
2017-06-24esp8266/README: Make "Documentation" a top-level section.Paul Sokolovsky
2017-06-24README: Mention support for bytecode and frozen bytecode.Paul Sokolovsky
2017-06-24extmod/moduzlib: decompress: Remove stale "(void)n_args".Paul Sokolovsky
2017-06-24docs/gc: Document gc.threshold() function.Paul Sokolovsky
2017-06-24docs/gc: Mark mem_alloc()/mem_free() as uPy-specific.Paul Sokolovsky
2017-06-24docs/conf.py: Include 3 levels of ToC in latexpdf output.Paul Sokolovsky
2017-06-23docs/esp8266/tutorial/intro: Sphinx requires blank lines around literal blocks.Paul Sokolovsky
2017-06-23docs/esp8266/tutorial/intro: Discourage use of 512kb firmwares.Paul Sokolovsky
2017-06-23docs/license: Update copyright year.Paul Sokolovsky
2017-06-23tests/connect_nonblock: Refactor towards real net_hosted test.Paul Sokolovsky
2017-06-23tests/net_inet: Move tests which don't require full Internet to net_hosted.Paul Sokolovsky
2017-06-23esp8266: Enable MICROPY_ENABLE_FINALISER.Paul Sokolovsky
2017-06-22esp8266: Move mp_hal_pin_open_drain from esp_mphal.c to machine_pin.c.Damien George
2017-06-22stmhal/modules: Provide sym-link to onewire.py driver.Damien George
2017-06-22esp8266: Reinstate 1-wire scripts by sym-linking to drivers/onewire/.Damien George
2017-06-22drivers/onewire: Move onewire.py, ds18x20.py from esp8266 to drivers.Damien George
2017-06-22stmhal: Make available the _onewire module, for low-level bus control.Damien George
2017-06-22stmhal: Add "quiet timing" enter/exit functions.Damien George
2017-06-22extmmod/modonewire: Rename public module to mp_module_onewire.Damien George
2017-06-22extmod: Move modonewire.c from esp8266 to extmod directory.Damien George
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-21tests/net_inet/test_tls_sites.py: Integration test for SSL connections.Paul Sokolovsky
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