Skip to content
The Infinnovation team edited this page Apr 29, 2016 · 1 revision

There is not yet support for files storage on an SD card, for those boards which have one. This would be very useful, especially for storing python modules.

Possible approaches are:

  1. Use the mbed SDFileSystem library and glue it into MicroPython's required functions.
  2. Use MicroPython's fatfs library on top of a lower level mbed API (need to check what is available at the C level)

Clone this wiki locally