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
cc3200
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
pic16bit
powerpc
qemu-arm
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