aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-22tests: Add testcase for str.center().Paul Sokolovsky
2016-05-22py/objstr: Implement str.center().Paul Sokolovsky
2016-05-21py/builtinimport: Unbreak bare-arm build.Paul Sokolovsky
2016-05-21py/builtinimport: Unbreak minimal build.Paul Sokolovsky
2016-05-21tools/make-frozen: Update for latest changes in frozen modules support.Paul Sokolovsky
2016-05-21py/{builtinimport,frozenmod}: Rework frozen modules support to support packages.Paul Sokolovsky
2016-05-21unix/unix_mphal: Implement mp_hal_ticks_us().Paul Sokolovsky
2016-05-21py/mphal.h: Provide default prototypes for mp_hal_delay_us/mp_hal_ticks_us.Paul Sokolovsky
2016-05-20extmod/moduos_dupterm: Dumpterm subsystem is responsible for closing stream.Paul Sokolovsky
2016-05-20extmod/modwebrepl: Add close() method.Paul Sokolovsky
2016-05-20extmod/modwebsocket: Add close() method.Paul Sokolovsky
2016-05-20py/stream: Add mp_stream_close() helper function.Paul Sokolovsky
2016-05-20extmod: When including extmod headers, prefix path with extmod/.Damien George
2016-05-20py: Declare constant data as properly constant.Damien George
2016-05-19esp8266: Add APA102 serial individually controllable LEDs support.misterdanb
2016-05-19esp8266/README: Add a very first start section.Torwag
2016-05-18py/stream: Support both "exact size" and "one underlying call" operations.Paul Sokolovsky
2016-05-18unix/mpconfigport_coverage.h: Add dedicated config file for coverage build.Paul Sokolovsky
2016-05-17esp8266/scripts/webrepl_setup: Add max password length check.Paul Sokolovsky
2016-05-16unix: Add ability to include frozen bytecode in the build.Damien George
2016-05-16tools/mpy-tool.py: Add checks for critical configuration vars.Damien George
2016-05-17esp8266/scripts/webrepl_setup: Show password placeholder char.Paul Sokolovsky
2016-05-16esp8266/scripts/port_diag: Add network diagnostic output.Paul Sokolovsky
2016-05-16esp8266/moduos.c: Addition of the rename method to module uos.Robert HH
2016-05-15extmod/modlwip: Rework how Python accept callback is called.Paul Sokolovsky
2016-05-14docs/ustruct: Describe supported type codes.Paul Sokolovsky
2016-05-14tools/make-frozen.py: Quick fix to support package-modules.Paul Sokolovsky
2016-05-14tests/struct1: Add testcase for an unknown type char.Paul Sokolovsky
2016-05-14py/modstruct: Raise ValueError on unsupported format char.Paul Sokolovsky
2016-05-14py/objstringio: Add TODO comment about avoiding copying on .getvalue().Paul Sokolovsky
2016-05-14README: Add explicit note that subdirs contain more READMEs.Paul Sokolovsky
2016-05-14docs/esp8266/quickstart: remove i2c examples with stop=FalseRadomir Dopieralski
2016-05-13stmhal/sdcard: Allow to do unaligned read-from/write-to SD card.Damien George
2016-05-13tools/make-frozen.py: Properly escape hex chars when making C strings.Damien George
2016-05-13tests/basics/string_splitlines: Reinstate feature test for splitlines.Damien George
2016-05-13py/objstr: Make dedicated splitlines function, supporting diff newlines.Damien George
2016-05-13stmhal/i2c: Expose I2CHandle3 for use by custom C code.Damien George
2016-05-13stmhal/led: Allow LEDs to be in PWM mode with TIM1 and channels 1-4.Damien George
2016-05-13py/gc: gc_dump_alloc_table(): Dump heap offset instead of actual address.Paul Sokolovsky
2016-05-13gc: gc_dump_alloc_table(): Use '=' char for tail blocks.Paul Sokolovsky
2016-05-13py/moduerrno: Add EACCES, pretty common error on Unix.Paul Sokolovsky
2016-05-12py/objexcept: Don't convert errno to str in constructor, do it in print.Damien George
2016-05-12py/emitglue: Fix build on AArch64 (ARMv8, etc.) related to loading .mpy files.Paul Sokolovsky
2016-05-12py/objfloat, py/modmath: Ensure M_PI and M_E defined.Colin Hogben
2016-05-12py: Add mp_errno_to_str() and use it to provide nicer OSError msgs.Damien George
2016-05-12py/moduerrno: Add more constants to the errno module.Damien George
2016-05-12esp8266: Change to use internal errno's.Damien George
2016-05-12extmod/modlwip: Convert errno's to use MP_Exxx symbols.Damien George
2016-05-12py/mperrno: Add some more MP_Exxx constants, related to networking.Damien George
2016-05-11py/gc: Make (byte)array type dumping conditional on these types being enabled.Paul Sokolovsky