janjongboom / mbed-simulator

Experimental simulator for Mbed OS 5 applications
Other
173 stars 66 forks source link

Allow file system mounting #11

Closed janjongboom closed 5 years ago

janjongboom commented 6 years ago

Now we have block device implemented (https://github.com/janjongboom/mbed-simulator/commit/4c79f2f9315b4423fe9f83bd4e96a7eeea3fd375), it would be good to find out how we can mount file systems against it. That would be a nice addition, but should make sure not to break preload-file because uTensor needs it.

janjongboom commented 5 years ago

A filesystem is now mounted under /IDBFS in the pelion branch if anyone is interested.

janjongboom commented 5 years ago

Fixed in #21.