aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-22zephyr/main: Configure IPv4 netmask and gateway to allow Internet access.Paul Sokolovsky
2017-04-22tests: Add tests for calling super and loading a method directly.Damien George
2017-04-22py: Add LOAD_SUPER_METHOD bytecode to allow heap-free super meth calls.Damien George
2017-04-22py/compile: Refactor handling of special super() call.Damien George
2017-04-22py/compile: Don't do unnecessary check if iter parse node is a struct.Damien George
2017-04-22mpy-cross, unix, windows, stmhal: Enable return-if-else optimisation.Damien George
2017-04-22py/compile: Add COMP_RETURN_IF_EXPR option to enable return-if-else opt.Damien George
2017-04-22py/compile: Extract parse-node kind at start of func for efficiency.Damien George
2017-04-22py/compile: Don't do unnecessary check if parse node is a struct.Damien George
2017-04-22py/objtype: mp_obj_new_super doesn't need to be public, so inline it.Damien George
2017-04-21extmod/moductypes: Fix bigint handling for 32-bit ports.Paul Sokolovsky
2017-04-21windows: Bring mpconfigport.h up-to-date with unix portstijn
2017-04-21py: Reduce str/repr precision of float numbers when floats are 30-bit.Damien George
2017-04-19zephyr/modmachine: Implement machine.reset().Paul Sokolovsky
2017-04-18stmhal/timer: Clear interrupt flag before setting callback.Henrik Sölver
2017-04-18tests/micropython: Add test for micropython.kbd_intr().Damien George
2017-04-18py/modmicropython: Add micropython.kbd_intr() function.Damien George
2017-04-18docs/library/machine.SPI: Fix formatting of bullet list to stop warning.Damien George
2017-04-18docs/library/machine.I2C: Remove WiPy-specific return values.Damien George
2017-04-18cc3200/mods/pybi2c: Make readfnom_mem_into/writeto_mem return None.Damien George
2017-04-18docs/esp8266/quickref: Add links from quickref page to machine classes.Damien George
2017-04-18docs/library/machine.*: Add cross-reference label to individual classes.Damien George
2017-04-18docs/library/machine.I2C: Deconditionalise all methods.Damien George
2017-04-18docs/wipy/general: Add section about specifics of I2C implementation.Damien George
2017-04-18docs/wipy/quickref: Update reference for change to I2C API.Damien George
2017-04-18cc3200/mods/pybi2c: Make machine.I2C constructor/init conform to HW API.Damien George
2017-04-18docs/library/machine.UART: Remove pyboard-specific section.Damien George
2017-04-18minimal/main: Make Cortex-M vector table constant.Damien George
2017-04-16tests/run-tests: Don't post-process CRASH result in any way.Paul Sokolovsky
2017-04-16docs/library/machine: Typo fix in machine_callbacks section.Paul Sokolovsky
2017-04-16docs/machine: Move machine.main() misnomer to wipy's known issues.Paul Sokolovsky
2017-04-16docs/machine.UART: Deconditionalize normal methods.Paul Sokolovsky
2017-04-16docs/library/ussl: Deconditionalize, wipy notes moved to its documentation.Paul Sokolovsky
2017-04-16docs/library/uos: urandom: Generalize description.Paul Sokolovsky
2017-04-16docs/library/micropython: Deconditionalize.Paul Sokolovsky
2017-04-15extmod/machine_signal: Rename "inverted" arg to "invert", it's shorter.Damien George
2017-04-14socket_send: Don't send more than MTU allows.Paul Sokolovsky
2017-04-14tests/run-tests: Search feature checks wrt to main script location.Paul Sokolovsky
2017-04-14docs/esp8266/tutorial/intro: Reword section on flash size requirement.Paul Sokolovsky
2017-04-14esp8266/README: Add notice about 512K version.Paul Sokolovsky
2017-04-14esp8266/README: Replace reference of alpha status to beta status.Paul Sokolovsky
2017-04-13zephyr/modusocket: Strip packet header right in the receive callback.Paul Sokolovsky
2017-04-13tests/extmod/utimeq1: Improve coverage of utimeq module.Damien George
2017-04-12py/gc: Execute finaliser code in a protected environment.Damien George
2017-04-12py/nlrsetjmp: Add check for failed NLR jump.Damien George
2017-04-12unix: Enabled high-quality float hashing in coverage build.Damien George
2017-04-12py/objfloat: Add implementation of high-quality float hashing.Damien George
2017-04-12py: Optimise types for common case where type has a single parent type.Damien George
2017-04-12py/obj: Clean up and add comments describing mp_obj_type_t struct.Damien George
2017-04-11zephyr/modusocket: Call net_nbuf_print_frags() in recv callback if DEBUG > 1.Paul Sokolovsky