- 06 Feb, 2017 2 commits
-
-
Damien George authored
A few tests still fail on PYBLITE, and that's due to differences in the available peripheral block numbers on the different MCUs (eg I2C(2) exists on one, but it's I2C(3) on the other).
-
Damien George authored
This new function controls what happens on a hard-fault: - debugging disabled: board will do a reset - debugging enabled: board will print registers and stack and flash LEDs The default is disabled, ie to do a reset. This is different to previous behaviour which flashed the LEDs and waited indefinitely.
-
- 05 Feb, 2017 1 commit
-
-
Paul Sokolovsky authored
machine.time_pulse_us() is intended to provide very fine timing, including while working with signal bursts, where each transition is tracked in row. Throwing and handling an exception may take too much time and "signal loss". So instead, in case of a timeout, just return negative value. Cases of timeout while waiting for initial signal stabilization, and during actual timing, are recognized. The documentation is updated accordingly, and rewritten somewhat to clarify the function behavior.
-
- 03 Feb, 2017 1 commit
-
-
Damien George authored
-
- 02 Feb, 2017 4 commits
-
-
Paul Sokolovsky authored
-
Nicko van Someren authored
Updated modbuiltin.c to add conditional support for 3-arg calls to pow() using MICROPY_PY_BUILTINS_POW3 config parameter. Added support in objint_mpz.c for for optimised implementation.
-
Damien George authored
-
Damien George authored
-
- 01 Feb, 2017 2 commits
-
-
Paul Sokolovsky authored
-
Damien George authored
-
- 31 Jan, 2017 1 commit
-
-
Damien George authored
-
- 30 Jan, 2017 2 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
- 27 Jan, 2017 3 commits
-
-
Damien George authored
-
Damien George authored
The vfs_fat_fsusermount test is no longer relevant so has been removed.
-
Damien George authored
The new version of FatFs requires a minimum of 50 blocks on the device. Also, some tests no longer make sense with an OO vfs.
-
- 26 Jan, 2017 2 commits
-
-
Paul Sokolovsky authored
Starts with concatenation with an empty string.
-
Damien George authored
-
- 25 Jan, 2017 3 commits
-
-
Damien George authored
-
Oleg Korsak authored
-
Oleg Korsak authored
-
- 23 Jan, 2017 1 commit
-
-
stijn authored
Fixes #2806.
-
- 22 Jan, 2017 2 commits
-
-
Damien George authored
-
Damien George authored
-
- 21 Jan, 2017 2 commits
-
-
Paul Sokolovsky authored
For a small number of bytes, it's expected to return a small int without allocation.
-
Paul Sokolovsky authored
This test works only for MICROPY_LONGINT_IMPL == MICROPY_LONGINT_IMPL_MPZ and needs a way of skipping in other cases.
-
- 20 Jan, 2017 1 commit
-
-
Damien George authored
-
- 19 Jan, 2017 4 commits
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
- 17 Jan, 2017 4 commits
-
-
Paul Sokolovsky authored
Previouly, we had errors checked in callers, which led to duplicate code or missing checks in some places.
-
Rami Ali authored
-
Rami Ali authored
-
Rami Ali authored
-
- 16 Jan, 2017 5 commits
-
-
Damien George authored
-
Rami Ali authored
-
Damien George authored
-
Rami Ali authored
-
Rami Ali authored
-