Commits
User selector
Commit History
Commits on Nov 7, 2015
py: Clear finalizer flag when calling gc_free.
Show description for 7f3c0d1authored andcommitted
Commits on Nov 6, 2015
py: Adjust object repr C (30-bit stuffed float) to reduce code size.
Show description for 8b8d189committed
Commits on Oct 31, 2015
all: Add py/mphal.h and use it in all ports.
Show description for 731f359authored andcommittedpy/modstruct: Support repetition counters for all types, not just string.
Show description for 2b080cfcommittedpy: In inline asm, vldr and vstr offsets now in bytes not words.
Show description for d6201fcauthored andcommitted
Commits on Oct 30, 2015
py/makeversionhdr.py: Work with backslashes in paths.
Show description for 17c649dauthored andcommitted
Commits on Oct 26, 2015
extmod/modlwip: slip: Use stream protocol and be port-independent.
Show description for e0d7740committed
Commits on Oct 24, 2015
Makefiles: Remove duplicate object files when linking.
Show description for 0dbd928committed
Commits on Oct 20, 2015
- committed
py: With obj repr "C", change raw str accessor from macro to function.
Show description for 04353cccommittedpy: Add object repr "C", where 30-bit floats are stuffed in obj word.
Show description for 183edefcommitted- committed
- committed
- committed
Commits on Oct 19, 2015
all: Make netutils.h available to all ports by default.
Show description for e0f5df5committedunix/modtime: Implement ticks_ms(), ticks_us() and ticks_diff().
Show description for 8ee153fcommitted- committed
Commits on Oct 18, 2015
Commits on Oct 17, 2015
py: Add support for _ in REPL to hold last computed value.
Show description for 035a0a2committed
Commits on Oct 16, 2015
py: Add option for inline assembler to support ARMv7-M instructions.
Show description for e813541committed
Commits on Oct 15, 2015
py: Fix with+for+return bug by popping for-iter when unwinding exc stack.
Show description for 4bf3f2dcommitted
Commits on Oct 14, 2015
py: Remove dependency on printf/fwrite in mp_plat_print.
Show description for 4300c7dcommitted- committed
py: Fix build of ARM native emitter due to recent viper changes.
Show description for fcce148committed
Commits on Oct 13, 2015
Commits on Oct 12, 2015
- committed
- committed
py: Allow to to build MicroPython as a static library.
Show description for 408b74dcommitted- committed
py: Move constant folding from compiler to parser.
Show description for 64f2b21committedpy/objarray: Allow to create array of void pointers, as extension to CPython.
Show description for 91fc075committed
Commits on Oct 11, 2015
- committed
py/makeqstrdata.py: Catch and report case of empty input file.
Show description for 53ca6aecommitted
Commits on Oct 8, 2015
- committed
py: Don't generate unnecessary parse nodes for assignment or kwargs.
Show description for b948de3committed