uSD card support for ESP266

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
User avatar
deshipu
Posts: 1388
Joined: Thu May 28, 2015 5:54 pm

Re: uSD card support for ESP266

Post by deshipu » Fri Aug 26, 2016 10:05 am

jms wrote:I don't think this was there a few weeks ago.
You are right, it was just merged.

User avatar
deshipu
Posts: 1388
Joined: Thu May 28, 2015 5:54 pm

Re: uSD card support for ESP266

Post by deshipu » Fri Aug 26, 2016 10:23 am

jms wrote: Another is that FATFS is still THE hardcoded filesystem.

Maybe if mount took an optional keyword argument with the filesystem type ? What do people think ?
You might be interested in the discussion here: https://github.com/micropython/micropython/pull/2140

Post Reply