- 02 May, 2014 14 commits
-
-
Damien George authored
Fix PB0 ADC typo.
-
Damien George authored
Add device ID to autoflash script.
-
Damien George authored
Fix pyboard.py tests.
-
Craig Barnes authored
-
Dave Hylands authored
This also adds a bunch of slashes separating pin that have multiple functions.
-
Craig Barnes authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Specifically, nlr.h does.
-
Paul Sokolovsky authored
-
Damien George authored
-
- 01 May, 2014 13 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
TODO: Rename methods.
-
Paul Sokolovsky authored
This is ugly, just as expected.
-
Damien George authored
Fix pin initialization when a mode argument is provided
-
Damien George authored
Add flashboard target to the stmhal Makefile to run dfu-util
-
Paul Sokolovsky authored
Fix the builtin min() and max() functions (and add tests).
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Andrew Scheller authored
Fixes #539
-
Dave Hylands authored
-
Andrew Scheller authored
Which allows you to run "make -C stmhal flashboard" from the top-level directory. Also ties in nicely with my configurable BUILD directory from #506
-
- 30 Apr, 2014 11 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Damien George authored
-
Damien George authored
This documentation is now available at micropython.org/doc/
-
Damien George authored
Initial support for subclassing native types
-
Damien George authored
It's not enabled by default because it doesn't fully work. It can connect to an AP, get an IP address and do a host-lookup, but not yet do send or recv on a socket.
-
Damien George authored
Also give proper error message when trying to construct a non-existent LED. Addresses issue #530.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
And this is not good.
-
- 29 Apr, 2014 2 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Biggest part of this support is refactoring mp_obj_class_lookup() to return standard "bound member" pair (mp_obj_t[2]). Actual support of inherited native methods is 3 lines then. Some inherited features may be not supported yet (e.g. native class methods, native properties, etc., etc.). There may be opportunities for further optimization too.
-