- 14 Mar, 2015 4 commits
-
-
danicampora authored
-
danicampora authored
-
danicampora authored
-
danicampora authored
These changes also help reduce the hibernate wake-up time to 1s.
-
- 13 Mar, 2015 3 commits
-
-
Damien George authored
Addresses issue #1154.
-
Paul Sokolovsky authored
-
Damien George authored
This allows to test options passed to cmdline executable, as well as the behaviour of the REPL.
-
- 12 Mar, 2015 8 commits
-
-
Damien George authored
The aim here is to improve coverage of the code.
-
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 3 commits
-
-
Damien George authored
-
Damien George authored
-
Paul Sokolovsky authored
-