micropython/ports
Damien George 62be14d77c tests/unix: Add coverage tests for mpz_set_from_float, mpz_mul_inpl.
These new tests cover cases that can't be reached from Python and get
coverage of py/mpz.c to 100%.

These "unreachable from Python" pieces of code could be removed but they
form an integral part of the mpz C API and may be useful for non-Python
usage of mpz.
2018-02-25 23:43:16 +11:00
..
bare-arm ports/{bare-arm,minimal}/Makefile: Only build with core source files. 2018-02-22 12:48:51 +11:00
cc3200
esp32 ports: Enable ucollections.deque on relevant ports. 2018-02-21 22:55:13 +11:00
esp8266 ports: Enable ucollections.deque on relevant ports. 2018-02-21 22:55:13 +11:00
minimal minimal/Makefile: Explicitly include lib/utils/printf.c in build. 2018-02-22 13:19:09 +11:00
pic16bit
qemu-arm
stm32 stm32: Move MCU-specific cfg from mphalport.h to mpconfigboard_common.h. 2018-02-23 16:54:07 +11:00
teensy
unix tests/unix: Add coverage tests for mpz_set_from_float, mpz_mul_inpl. 2018-02-25 23:43:16 +11:00
windows ports: Enable ucollections.deque on relevant ports. 2018-02-21 22:55:13 +11:00
zephyr