boochow / micropython-raspberrypi

bare metal Raspberry Pi Zero / Zero W port of MicroPython
MIT License
215 stars 24 forks source link

added REPL support #1

Closed boochow closed 6 years ago

boochow commented 6 years ago

This PR adds minimum REPL support for MicroPython on Raspberry Pi. I tested this on RPi zero and RPi zero W. It is possible to boot this on QEMU. You have to edit "#if 0" at line 5 of uart-qemu.c to be "#if 1".