aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-22build-android.sh: Android build script, using NDK standalone toolchain.crossPaul Sokolovsky
2017-07-22Add support for MIPS big-endian, using OpenWRT SDK.Paul Sokolovsky
2017-07-22run-tests.mipsel: MIPS test runner using QEMU.Paul Sokolovsky
2017-07-22micropython.mipsel: Runner script for MIPS build, using QEMU.Paul Sokolovsky
2017-07-22build-mipsel.sh: Build script for MIPS using OpenWRT SDK.Paul Sokolovsky
2017-07-22tools/pyboard: Add license header.Paul Sokolovsky
2017-07-21cc3200: Use the name MicroPython consistently in code.Alexander Steffen
2017-07-21minimal/Makefile: Enable gc-sections to remove unused code.Damien George
2017-07-21eps8266/general: Fix typo in recent example.Paul Sokolovsky
2017-07-21eps8266/general: Add known issue of WiFi RX buffers overflow.Peter Hinch
2017-07-21docs/pyboard/tutorial/amp_skin: Add example for playing large WAV files.Piotr MaliƄski
2017-07-21tests/basics/builtin_exec: Test various globals/locals args to exec().Tom Collins
2017-07-21py/builtinevex: Add typechecking of globals/locals args to eval/exec.Tom Collins
2017-07-21tests: Rename exec1.py to builtin_exec.py.Damien George
2017-07-20extmod/modussl_axtls: Allow to close ssl stream multiple times.Paul Sokolovsky
2017-07-19esp8266/mpconfigport.h: Make socket a weak linkAlex Robbins
2017-07-19all: Remove trailing spaces, per coding conventions.Damien George
2017-07-19stmhal: Clean up USB CDC/MSC files and remove commented-out code.Damien George
2017-07-18py/modmicropython: Cast stack_limit value so it prints correctly.Damien George
2017-07-18py/asmx64: Support moving a 64-bit immediate to one of top 8 registers.Damien George
2017-07-18py/vm: Make n_state variable local to just set-up part of VM.Damien George
2017-07-18all: Unify header guard usage.Alexander Steffen
2017-07-17zephyr: Remove long-obsolete machine_ptr_t typedef's.Damien George
2017-07-15docs,teensy: Use the name MicroPython consistently in documentationAlexander Steffen
2017-07-14stmhal/servo: Don't compile servo code when it's not enabled.Damien George
2017-07-14stmhal/pin_named_pins: Remove unreachable print function.Damien George
2017-07-14stmhal/servo: Make pyb.Servo(n) map to Pin('Xn') on all MCUs.Damien George
2017-07-12stmhal: Reduce size of ESPRUINO_PICO build so it fits in flash.Damien George
2017-07-12py/gc: Refactor assertions in gc_free function.Damien George
2017-07-12unix/Makefile: Disable assertions in the standard unix executable.Damien George
2017-07-12unix/modsocket: Remove unnecessary asserts.Damien George
2017-07-11cc3200/modusocket: Fix connect() when in non-blocking or timeout mode.Damien George
2017-07-09tests/cpydiff: Add case for str.ljust/rjust.Paul Sokolovsky
2017-07-09tests/cpydiff/: Improve wording, add more workarounds.Paul Sokolovsky
2017-07-09tools/gen-cpydiff: Use case description as 3rd-level heading.Paul Sokolovsky
2017-07-09tests/cpydiff/core_class_supermultiple: Same cause as core_class_mro.Paul Sokolovsky
2017-07-09tests/cpydiff/core_arguments: Move under Functions subsection.Paul Sokolovsky
2017-07-09tests/cpydiff/core_class_mro: Move under Classes, add workaround.Paul Sokolovsky
2017-07-09zephyr/Makefile: Revert prj.conf construction rule to the previous state.Paul Sokolovsky
2017-07-09py/compile: Fix enum variable declaration.Damien George
2017-07-08zephyr/Makefile: Rework dependencies and "clean" target.Paul Sokolovsky
2017-07-07py/objgenerator: Allow to hash generators and generator instances.Damien George
2017-07-07py,extmod: Some casts and minor refactors to quiet compiler warnings.Tom Collins
2017-07-05tests/cpydiff/modules_deque: Elaborate workaround.Paul Sokolovsky
2017-07-05tests/basics: Add tests for arithmetic operators precedence.Krzysztof Blazewicz
2017-07-05py/compile: Use switch-case to match token and operator.Krzysztof Blazewicz
2017-07-05py/compile: Combine arith and bit-shift ops into 1 compile routine.Krzysztof Blazewicz
2017-07-05extmod/modujson: Properly initialise temporary StringIO object.Damien George
2017-07-04py/repl: Change mp_uint_t to size_t in repl helpers.Damien George
2017-07-04py: Change mp_uint_t to size_t in builtins code.Damien George