boochow / micropython-raspberrypi

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

fix from rpi branch #20

Closed boochow closed 5 years ago

boochow commented 5 years ago

Makefile: when USB enabled, RELEASE variable was broken. sd.c: add wait for ACMD41 operation to increase the stability of SD card initialization.