micropython/ports
Damien George 96ace8082e esp8266/machine_uart: Allow remapping UART TX/RX pins from 1/3 to 15/13.
Via the standard tx/rx arguments: UART(0, 115200, tx=Pin(15), rx=Pin(13)).

Resolves issue #4718.
2019-08-21 21:16:40 +10:00
..
bare-arm
cc3200
esp32 esp32: Add esp32.Partition class to expose partition and OTA funcs. 2019-08-20 16:49:18 +10:00
esp8266 esp8266/machine_uart: Allow remapping UART TX/RX pins from 1/3 to 15/13. 2019-08-21 21:16:40 +10:00
javascript py/modmath: Implement math.isclose() for non-complex numbers. 2019-08-17 23:23:17 +10:00
minimal
nrf gitignore: Put build-*/ pattern in top-level gitignore file. 2019-08-16 00:08:08 +10:00
pic16bit
qemu-arm qemu-arm: Add testing of frozen native modules. 2019-08-20 15:14:08 +10:00
samd samd: Add minimum config for Atmel SAMD21-XPLAINED-PRO board. 2019-08-20 21:30:36 +10:00
stm32 py/modmath: Implement math.isclose() for non-complex numbers. 2019-08-17 23:23:17 +10:00
teensy
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