aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-01windows/README: Add a note about stack usage for msvcstijn
2017-05-01windows/README: Fix some typos and grammarstijn
2017-05-01tools/upip: Upgrade to 1.1.6, supports commented lines in requirements.txt.Paul Sokolovsky
2017-05-01tools/mpy-tool: Make work if run from another directory.Paul Sokolovsky
2017-04-30msvc: Rebuild all qstrs when mpconfig headers are modifiedstijn
2017-04-30msvc: Do not define DEBUG for debug buildsstijn
2017-04-30py: Cleanup use of global DEBUG preprocessor definitionstijn
2017-04-30windows/README: Convert to Markdown.Paul Sokolovsky
2017-04-29extmod/modlwip: getaddrinfo: Allow to accept all 6 standard params.Paul Sokolovsky
2017-04-29extmod/moduselect: Implement ipoll() method for alloc-free polling.Paul Sokolovsky
2017-04-29extmod/moduselect: Refactor towards introduction of poll.ipoll().Paul Sokolovsky
2017-04-29extmod/moduselect: Convert to MP_ROM_QSTR and friends.Paul Sokolovsky
2017-04-28qemu-arm, stmhal: Remove dummy memory.h since it's no longer needed.Damien George
2017-04-27examples/hwapi: Add config for Zephyr port of 96Boards Carbon.Paul Sokolovsky
2017-04-27extmod/crypto-algorithms/sha256: Remove non-standard memory.h header.Paul Sokolovsky
2017-04-27zephyr/modusocket: Add dummy makefile() implementation.Paul Sokolovsky
2017-04-26zephyr/modusocket: sock_read: Check socket status only at the start of packet.Paul Sokolovsky
2017-04-26zephyr/modusocket: Add read/readline/readinto stream methods.Paul Sokolovsky
2017-04-26zephyr/modusocket: Refactor recv() into stream read() method.Paul Sokolovsky
2017-04-26unix: Remove obsolete MICROPY_FATFS macro.Damien George
2017-04-26zephyr/modusocket: Enable stream write() method.Paul Sokolovsky
2017-04-26zephyr/modusocket: Refactor send() into stream write() method.Paul Sokolovsky
2017-04-26zephyr: Add 96b_carbon configuration.Kushal Das
2017-04-25py/mpz: In mpn_sub, use existing function to remove trailing zeros.Damien George
2017-04-25tests/basics: Add tests for int.from_bytes when src has trailing zeros.Damien George
2017-04-25py/mpz: Strip trailing zeros from mpz value when set from bytes.Damien George
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