micropython/ports
Joel Stanley f03d030080 powerpc/uart: Choose which UART to use at build time, not runtime.
Microwatt may have firmware that places data in r3, which was used to
detect microwatt vs powernv.  This breaks the existing probing of the UART
type in this powerpc port.

Instead build only the appropriate UART into the firmware, selected by
passing the option UART=potato or UART=lpc_serial to the Makefile.

A future enhancement would be to parse the device tree and configure
MicroPython based on the settings.
2020-05-29 22:54:55 +10:00
..
bare-arm
cc3200
esp32 esp32/modmachine: Fix machine.reset_cause to use IDF's esp_reset_reason. 2020-05-29 22:27:53 +10:00
esp8266
javascript
mimxrt mimxrt/boards: Add MIMXRT1060_EVK board. 2020-05-27 16:49:52 +10:00
minimal
nrf
pic16bit
powerpc powerpc/uart: Choose which UART to use at build time, not runtime. 2020-05-29 22:54:55 +10:00
qemu-arm
samd
stm32
teensy
unix
windows windows: Make appveyor.yml self-contained. 2020-05-28 09:56:35 +10:00
zephyr