micropython/ports
stijn af5c998f37 py/modmath: Implement math.isclose() for non-complex numbers.
As per PEP 485, this function appeared in for Python 3.5.  Configured via
MICROPY_PY_MATH_ISCLOSE which is disabled by default, but enabled for the
ports which already have MICROPY_PY_MATH_SPECIAL_FUNCTIONS enabled.
2019-08-17 23:23:17 +10:00
..
bare-arm py/objdict: Make .fromkeys() method configurable. 2018-12-13 01:20:55 +11:00
cc3200 ports: Provide mp_hal_stdio_poll for sys.stdio polling where needed. 2019-07-01 17:10:12 +10:00
esp32 py/modmath: Implement math.isclose() for non-complex numbers. 2019-08-17 23:23:17 +10:00
esp8266 esp8266/mpconfigport.h: Enable lwIP raw sockets. 2019-08-06 15:56:05 +10:00
javascript py/modmath: Implement math.isclose() for non-complex numbers. 2019-08-17 23:23:17 +10:00
minimal minimal: Use soft float for CROSS=1 Cortex-M4 target. 2019-07-01 22:48:05 +10:00
nrf gitignore: Put build-*/ pattern in top-level gitignore file. 2019-08-16 00:08:08 +10:00
pic16bit ports: Provide mp_hal_stdio_poll for sys.stdio polling where needed. 2019-07-01 17:10:12 +10:00
qemu-arm qemu-arm: Use gchelper code to get registers for GC scanning. 2019-02-12 14:48:29 +11:00
samd samd/boards: Add Mini SAM M4 board configuration. 2019-08-16 00:28:30 +10:00
stm32 py/modmath: Implement math.isclose() for non-complex numbers. 2019-08-17 23:23:17 +10:00
teensy ports: Provide mp_hal_stdio_poll for sys.stdio polling where needed. 2019-07-01 17:10:12 +10:00
unix py/modmath: Implement math.isclose() for non-complex numbers. 2019-08-17 23:23:17 +10:00
windows py/modmath: Implement math.isclose() for non-complex numbers. 2019-08-17 23:23:17 +10:00
zephyr zephyr: Switch back to enabling I2C in board-specific configs. 2019-05-24 15:33:02 +10:00