Commits
User selector
Commit History
Commits on Feb 25, 2016
Commits on Feb 14, 2016
Commits on Jan 29, 2016
py/runtime: mp_stack_ctrl_init() should be called immediately on startup.
Show description for d3b1f0bcommitted
Commits on Jan 17, 2016
extmod/modurandom: Add "urandom" module.
Show description for a58a91ecommitted
Commits on Jan 15, 2016
unix: Add option to build 64-bit NaN-boxing interpreter.
Show description for d8b08cfcommitted
Commits on Jan 1, 2016
extmod/moduos_dupterm: Make mp_uos_dupterm_tx_strn() function reusable.
Show description for 30b7344committedpy: Clean up instantiation of dupterm object.
Show description for 00ee84ecommitted- committed
Commits on Dec 27, 2015
Commits on Dec 22, 2015
unix/unix_mphal: Raise KeyboardInterrupt straight from signal handler.
Show description for 1c9210bcommitted
Commits on Dec 18, 2015
unix: machine_mem improvements
Show description for 755b014authored andcommittedports: Rename "machine" module to "umachine".
Show description for 2eb844ecommitted
Commits on Dec 16, 2015
Commits on Dec 14, 2015
unix/modos: Implement ilistdir().
Show description for d874702committed
Commits on Dec 13, 2015
Commits on Dec 12, 2015
unix: Move modmachine into unix directory
Show description for f925165authored andcommitted
Commits on Dec 11, 2015
Commits on Dec 2, 2015
Commits on Nov 29, 2015
- committed
unix/modtime: sleep(): Automatically restart after receiving EINTR.
Show description for 0bb57bfcommitted
Commits on Nov 21, 2015
unix: Use printf() implementation in terms of mp_printf().
Show description for c3280d8committed
Commits on Nov 16, 2015
unix: Add "uselect" module, with poll() function.
Show description for 65971f5committed
Commits on Nov 13, 2015
unix: Use standard mphalport.h header.
Show description for 66fd3e4committed- committed
unix/mpconfigport: Move log2() definition to modmath.c.
Show description for 6d1eabfcommitted
Commits on Oct 31, 2015
all: Add py/mphal.h and use it in all ports.
Show description for 731f359authored andcommitted
Commits on Oct 17, 2015
unix/modos: Add statvfs() function.
Show description for c3000b6committed
Commits on Oct 14, 2015
- committed
py: Remove dependency on printf/fwrite in mp_plat_print.
Show description for 4300c7dcommittedunix: Allow to build against Android down to 1.5.
Show description for 74d0df7committed
Commits on Sep 15, 2015
py/objslice: Make slice attributes (start/stop/step) readable.
Show description for aeb62f9authored andcommitted
Commits on Sep 12, 2015
Commits on Sep 11, 2015
unix/modjni: "jni" module to interface to JNI-compliant JavaVM.
Show description for e79c6b6committed