circuitpython/ports
Damien George 7d851a27f1 extmod/modure: Make regex dump-code debugging feature optional.
Enabled via MICROPY_PY_URE_DEBUG, disabled by default (but enabled on unix
coverage build).  This is a rarely used feature that costs a lot of code
(500-800 bytes flash).  Debugging of regular expressions can be done
offline with other tools.
2019-08-19 16:43:00 +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 extmod/modure: Make regex dump-code debugging feature optional. 2019-08-19 16:43:00 +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