- 14 Mar, 2015 13 commits
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
These allow to fine-tune the compiler to select whether it optimises tuple assignments of the form a, b = c, d and a, b, c = d, e, f. Sensible defaults are provided.
-
Damien George authored
-
danicampora authored
This allows to use the On-Chip retention registers for both the RTC and to share notification flags between the bootloader and the application. The two flags being shared right now are the "safe boot" request and the WDT reset cause. we still have 2 more bits free for future use.
-
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
-