- 08 Mar, 2016 3 commits
-
-
Paul Sokolovsky authored
-
Damien George authored
-
Paul Sokolovsky authored
None of the other ports do, since introduction of mp_state_ctx_t. In the case of current esp8266 port, heap is inside BSS, so scanning it picked up a lot of dead pointers.
-
- 07 Mar, 2016 10 commits
-
-
Markus Fix authored
-
Dave Hylands authored
-
Dave Hylands authored
-
Dave Hylands authored
-
Damien George authored
-
Pavol Rusnak authored
To make it easier to spot differences.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Useful for embedded targets with fixed stack layout.
-
Paul Sokolovsky authored
NameError may either include offending name or not. Unfortunately, this change makes test float-dependent. And using integer division leads to different error message than CPython.
-
- 06 Mar, 2016 5 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
- 05 Mar, 2016 8 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Damien George authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
GPIO16 is actually special-function I/O, though some boards have LED there.
-
Damien George authored
-
Damien George authored
OPEN_DRAIN is of course synthesised. All pin modes are tested and working.
-
Paul Sokolovsky authored
Enabling standard assert() (by removing -DNDEBUG) produces non-bootable binary (because all messages go to .rodata which silently overflows). So, for once-off debugging, have a custom _assert().
-
- 04 Mar, 2016 11 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Initialize RTC period coefficients, etc. if RTC RAM doesn't contain valid values. time.time() then will return number of seconds since power-on, unless set to different timebase. This reuses MEM_MAGIC for the purpose beyond its initial purpose (but the whole modpybrtc.c need to be eventually reworked completely anyway).
-
Damien George authored
Framework for time.ticks_cpu added, but not implemented.
-
Damien George authored
-
- 03 Mar, 2016 3 commits
-
-
Damien George authored
This is to get the test suite running and passing.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-