aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-20docs/glossary: Fix typos in micropython-lib paragraph.Paul Sokolovsky
2017-08-20docs/glossary: Elaborate on possible MicroPython port differences.Paul Sokolovsky
2017-08-20docs/library/usocket: Describe complete information on address formats.Paul Sokolovsky
2017-08-20docs/library/usocket: Move socket.error to its own section.Paul Sokolovsky
2017-08-20zephyr/modzephyr: Add shell_net_iface() function.Paul Sokolovsky
2017-08-19zephyr/prj_96b_carbon.conf: Re-enable networking on Carbon.Paul Sokolovsky
2017-08-19zephyr/modusocket: Update struct sockaddr family field name.Paul Sokolovsky
2017-08-17docs/library/ubinascii: Update base64 docs.Alex Robbins
2017-08-17extmod/modubinascii: Rewrite mod_binascii_a2b_base64.Alex Robbins
2017-08-17py/binary: Change internal bytearray typecode from 0 to 1.Damien George
2017-08-16Update docs README to mention requirement for recommonmark dependency.Tony DiCola
2017-08-16tools/mpy-tool.py: Fix missing argument in dump() functionstijn
2017-08-16zephyr/prj_base.conf: Enable CONFIG_INIT_STACKS.Paul Sokolovsky
2017-08-16zephyr/modzephyr: Add current_tid() and stacks_analyze() functions.Paul Sokolovsky
2017-08-16extmod/modussl_mbedtls.c: Add ussl.getpeercert() method.Eric Poulsen
2017-08-15Have the build script upload artifacts to Rosie when travis is building a pul...Scott Shawcroft
2017-08-15py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.Stefan Naumann
2017-08-15py/binary.c: Fix bug when packing big-endian 'Q' values.Bas van Sisseren
2017-08-14docs/library/machine.RTC.rst: Fix typo.Javier Candeira
2017-08-13all: Raise exceptions via mp_raise_XXXJavier Candeira
2017-08-12tools/mpy-tool.py: Don't generate const_table if it's empty.Damien George
2017-08-11Turn on Rosie CI testing to test new builds on real hardware.Scott Shawcroft
2017-08-11py/modsys: Initial implementation of sys.getsizeof().Paul Sokolovsky
2017-08-11all: Make use of $(TOP) variable in Makefiles, instead of "..".Damien George
2017-08-11minimal,esp8266,pic16bit: Remove unused stmhal include from Makefile.Damien George
2017-08-10py: Pretend frozen files are stored under .frozen rather than the empty path.Scott Shawcroft
2017-08-10py: Remove mpy-cross depend when making frozen mpy's because we don't know th...Scott Shawcroft
2017-08-10shared-bindings/atmel-samd: Fix and improve trigger duration timing on PulseI...Scott Shawcroft
2017-08-09zephyr/modusocket: Fully switch to native Zephyr sockets.Paul Sokolovsky
2017-08-09py/objstr: Raise an exception for wrong type on RHS of str binary op.Damien George
2017-08-09py/objtuple: Allow to use inplace-multiplication operator on tuples.Damien George
2017-08-09zephyr/modusocket: recv: Switch to native sockets.Paul Sokolovsky
2017-08-09zephyr/modusocket: send: Switch to native sockets.Paul Sokolovsky
2017-08-08zephyr/modusocket: bind, connect, listen, accept: Swtich to native sockets.Paul Sokolovsky
2017-08-07docs: Add link to SD card driver.Scott Shawcroft
2017-08-07shared-bindings: Add stub documentation of storage.VfsFat so other docs can l...2.0.0-beta.1Scott Shawcroft
2017-08-07atmel-samd: Fix crash when fs mount fails and fix mounting internal flash. It...Scott Shawcroft
2017-08-07esp8266: Introduce `multiterminal` module for managing a secondaryScott Shawcroft
2017-08-07zephyr/modusocket: socket, close: Switch to native Zephyr socket calls.Paul Sokolovsky
2017-08-07zephyr/modusocket: Allow to use socketized net_context in upstream.Paul Sokolovsky
2017-08-06py/mkrules.mk: Show frozen modules sizes together with executable size.Paul Sokolovsky
2017-08-05Allow max stack checking to be used with -flto build by determining topDan Halbert
2017-08-05Increase heap size at the expense of stack size, from 16k to 16k+4k.Dan Halbert
2017-08-03atmel-samd: Add support for a second flash chip so either may be used.Scott Shawcroft
2017-08-03atmel-samd: Clear the error bit after the known buffer overflow and be explic...Scott Shawcroft
2017-08-03zephyr/Makefile: Explicitly define default target as "all".Paul Sokolovsky
2017-08-02py,extmod,stmhal: Use "static inline" for funcs that should be inline.Damien George
2017-08-01added Gemma M0 to supported boards section on readmebrentru
2017-07-31docs: Tweak favicon setting so sphinx doesn't give an error locally.Scott Shawcroft
2017-07-31extmod/modlwip: Implement setsockopt(IP_ADD_MEMBERSHIP).Paul Sokolovsky