mcauser / BLACK_F407VE

MicroPython board definition for the MCUDev Black STM32F407VET6 board
MIT License
122 stars 47 forks source link

Enable SD Card #7

Closed abelykh0 closed 4 years ago

abelykh0 commented 4 years ago

Enable SD Card. Since my pull request was merged upstream (see https://github.com/micropython/micropython/pull/5185#event-2701488861), I suggest to enable the SD card. I tried, it works:

MicroPython v1.11-423-g06ae818f9 on 2019-10-10; MCUDEV STM32F407VE with STM32F407VE
Type "help()" for more information.
>>> import os
>>> os.listdir()
['System Volume Information', 'a.z80', 'virsynth.z80', 'Fearzone48_2018.z80', 'AYTracker.z80', 'Melody Master.z80',..., 'ZX Poker.z80']
mcauser commented 4 years ago

Thanks for that!