aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-28stmhal: Add possibility to build with double-precision floating point.Damien George
2017-06-28lib: Add libm_dbl, a double-precision math library, from musl-1.1.16.Damien George
2017-06-28tests/import: Update comment now that uPy raises correct exception.Damien George
2017-06-28tests/import: Add a test for the builtin __import__ function.Damien George
2017-06-28py/builtinimport: Remove unreachable code for relative imports.Damien George
2017-06-28esp8266,minimal,pic16bit: Use size_t for mp_builtin_open argument.Alexander Steffen
2017-06-28py/frozenmod.h: Add missing header guardsAlexander Steffen
2017-06-28docs/{micropython,sys,uos}: Use markup adhering to the latest docs conventions.Paul Sokolovsky
2017-06-27stmhal/sdcard: Allow a board to customise the SDIO pins.Benjamin Weps
2017-06-27docs/{esp,pyb,ubinascii}: Use markup adhering to the latest docs conventions.Paul Sokolovsky
2017-06-27docs: Move all ports docs to the single ToC.Paul Sokolovsky
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