Commits
User selector
Commit History
Commits on Nov 8, 2015
unix/gccollect: Fallback to setjmp-based register fetching automatically.
Show description for 6e68a68committed
Commits on Nov 2, 2015
Commits on Oct 31, 2015
all: Add py/mphal.h and use it in all ports.
Show description for 731f359authored andcommitted
Commits on Oct 27, 2015
unix, stmhal: Introduce mp_hal_delay_ms(), mp_hal_ticks_ms().
Show description for 404dae8committed
Commits on Oct 22, 2015
unix/modjni: Actually check argument type when doing method resolution.
Show description for 91f2168committed
Commits on Oct 21, 2015
unix/modjni: Don't pass Java object to a method which doesn't expect it.
Show description for 9ebd4dacommitted
Commits on Oct 20, 2015
Commits on Oct 19, 2015
libffi: Skip building docs.
Show description for 2c040edcommitted- committed
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
unix/modos: Guard sys/statvfs.h include with MICROPY_PY_OS_STATVFS check.
Show description for f8e9ef5committedunix/modos: Add statvfs() function.
Show description for c3000b6committedunix: Build libffi in a directory which is gitgnored.
Show description for 6ec6f51committed
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 Oct 13, 2015
unix/modjni: Add iteration support for Java List objects.
Show description for fe29cc1committed- committed
Commits on Oct 12, 2015
unix/modtermios: tcsetattr: If 0 passed for "when" param, treat as TCSANOW.
Show description for 21f43bacommitted
Commits on Oct 11, 2015
unix: Add exit and paste-mode hints to shell startup banner.
Show description for 3aa7dd2committed- committed
repl: Add paste mode to friendly REPL, entered via CTRL-E.
Show description for 46a1102committed- committed
Commits on Oct 10, 2015
Commits on Oct 9, 2015
Commits on Oct 8, 2015
unix/modjni: jvalue2py() is currently not used.
Show description for 02041bfcommitted- committed
Commits on Oct 7, 2015
unix/modjni: After Call*Method(), Java exception should always be checked.
Show description for fd38799committed