- 12 Mar, 2015 7 commits
-
-
Damien George authored
-
danicampora authored
-
danicampora authored
-
danicampora authored
-
danicampora authored
-
danicampora authored
-
Damien George authored
-
- 11 Mar, 2015 12 commits
-
-
danicampora authored
-
danicampora authored
-
Peter D. Gray authored
-
Damien George authored
-
danicampora authored
-
danicampora authored
-
danicampora authored
Supports suspend and hibernate modes. Waking is possible throug GPIO and WLAN. The mpcallback class is generic and can be reused by other classes.
-
danicampora authored
Also add another method to change the pin's interrupt mode on the fly.
-
danicampora authored
Such functions are never used after MicroPython has started, and they remain in RAM wasting space. Now they are placed in a special section named "boot" which sits just before the heap, allowing us to extend the effective heap area up to the new boot section. Right now, this gives us back ~1K, but in the future, more functions might end up in there as well.
-
danicampora authored
-
danicampora authored
-
danicampora authored
-
- 10 Mar, 2015 2 commits
-
-
Damien George authored
-
Damien George authored
-
- 09 Mar, 2015 2 commits
-
-
Dave Hylands authored
-
Peter Hinch authored
-
- 06 Mar, 2015 1 commit
-
-
Paul Sokolovsky authored
This follows existing pattern for object constructor API and allows to create memoryview objects e.g. in external modules.
-
- 05 Mar, 2015 1 commit
-
-
Paul Sokolovsky authored
Might be useful at least for memoryview hacks.
-
- 04 Mar, 2015 4 commits
-
-
Paul Sokolovsky authored
-
Damien George authored
-
Damien George authored
This helps make files reusable across other ports.
-
Damien George authored
See issue #1122.
-
- 03 Mar, 2015 11 commits
-
-
Damien George authored
-
Damien George authored
-
Paul Sokolovsky authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
Just to reduce code size. Messages are still to the point and unambiguous.
-
Damien George authored
-
Damien George authored
-
stijn authored
-
stijn authored
-
Damien George authored
-