micropython/ports
David Lechner a2110bd3fc all: Fix implicit casts of float/double, and signed comparison.
These were found by buiding the unix coverage variant on macOS (so clang
compiler).  Mostly, these are fixing implicit cast of float/double to
mp_float_t which is one of those two and one mp_int_t to size_t fix for
good measure.
2020-03-30 12:04:21 +11:00
..
bare-arm py/mpconfig.h: Enable MICROPY_MODULE_GETATTR by default. 2020-03-26 01:21:04 +11:00
cc3200 all: Remove spaces between nested paren and inside function arg paren. 2020-03-25 00:39:46 +11:00
esp32 all: Remove spaces inside and around parenthesis. 2020-03-28 23:36:44 +11:00
esp8266 all: Remove spaces inside and around parenthesis. 2020-03-28 23:36:44 +11:00
javascript
mimxrt all: Remove spaces inside and around parenthesis. 2020-03-28 23:36:44 +11:00
minimal all: Remove spaces inside and around parenthesis. 2020-03-28 23:36:44 +11:00
nrf ports: Add lib/libm/roundf.c to bare-metal Makefile's. 2020-03-25 01:22:00 +11:00
pic16bit
powerpc
qemu-arm qemu-arm: Set default board as mps2-an385 to get more flash for tests. 2020-03-26 01:21:04 +11:00
samd all: Remove spaces inside and around parenthesis. 2020-03-28 23:36:44 +11:00
stm32 all: Remove spaces inside and around parenthesis. 2020-03-28 23:36:44 +11:00
teensy all: Remove spaces inside and around parenthesis. 2020-03-28 23:36:44 +11:00
unix all: Fix implicit casts of float/double, and signed comparison. 2020-03-30 12:04:21 +11:00
windows all: Remove spaces inside and around parenthesis. 2020-03-28 23:36:44 +11:00
zephyr zephyr: Update machine.Pin class to use new zephyr gpio api. 2020-03-25 00:29:42 +11:00