aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-05-11py/gc: gc_dump_alloc_table(): Show byte/str and (byte)array objects.Paul Sokolovsky
2016-05-11py/repl: Fix handling of backslash in quotes when checking continuation.Damien George
2016-05-11docs/esp8266/tutorial: Fix typo in do_connect() network example.Damien George
2016-05-10drivers/cc3000: Rename timeval to cc3000_timeval, to avoid clash.Damien George
2016-05-10stmhal: For network drivers, convert to use MP_Exxx errno symbols.Damien George
2016-05-10py/mperrno: Add EAFNOSUPPORT definition.Damien George
2016-05-10esp8266: Enable uerrno module, weak linked also as errno.Damien George
2016-05-10esp8266: Convert to use new MP_Exxx errno symbols.Damien George
2016-05-10stmhal: Convert to use internal errno symbols; enable uerrno module.Damien George
2016-05-10unix: Enable uerrno module.Damien George
2016-05-10py/parse: Add uerrno to list of modules to look for constants in.Damien George
2016-05-10py: Add uerrno module, with errno constants and dict.Damien George
2016-05-10py: Add mperrno.h file with uPy defined errno constants.Damien George
2016-05-10esp8266/help: Add "sta_if.active(True)" command.Paul Sokolovsky
2016-05-10esp8266/mpconfigport: Reduce various parser-related allocation params.Paul Sokolovsky
2016-05-10stmhal: Fix clock configuration for STM32L476-discovery; also add I2C2.Tobias Badertscher
2016-05-10docs/esp8266/quickref: New way to get MAC addressRadomir Dopieralski
2016-05-10py/vstr: Change allocation policy, +16 to requested size, instead of *2.Paul Sokolovsky
2016-05-09Revert "py/objstr: .format(): Avoid call to vstr_null_terminated_str()."Paul Sokolovsky
2016-05-09py/vstr: vstr_null_terminated_str(): Extend string by at most one byte.Paul Sokolovsky
2016-05-09py/objstr: .format(): Avoid call to vstr_null_terminated_str().Paul Sokolovsky
2016-05-09py/mpz: Fix mpn_div so that it doesn't modify memory of denominator.Damien George
2016-05-09esp8266/main: Bump heap size to 28K.Paul Sokolovsky
2016-05-08py/mpz: Do Python style division/modulo within bignum divmod routine.Damien George
2016-05-08py/mpz: Fix bug with overflowing C-shift in division routine.Damien George
2016-05-08py/repl: If there're no better alternatives, try to complete "import".Paul Sokolovsky
2016-05-08esp8266/scripts/webrepl: Add start_foreground() method.Paul Sokolovsky
2016-05-08stmhal/can: Allow to get existing CAN obj if constructed without args.Henrik Sölver
2016-05-08windows: Enable multi-processor compilation for msvcstijn
2016-05-07Fix ESP8266 Network tutorialPaulus Schoutsen
2016-05-07tests: Disable memoryview tests that overflow int conversion.Damien George
2016-05-07py/runtime: Properly handle passing user mappings to ** keyword args.Damien George
2016-05-07py/objstr: Binary type of str/bytes for buffer protocol is 'B'.Damien George
2016-05-07esp8266/scripts/webrepl: Add optional password argument to webrepl.start()Noah Rosamilia
2016-05-07CODECONVENTIONS.md: Describe git commit messages conventions.Paul Sokolovsky