janjongboom/mbed-simulator

Add support for generic external memory

cwoodhayes opened this issue · 3 comments

This would be super helpful for fast development, especially on my team where we have more developers than we have MBEDs. It'd be awesome if there were some generic flash memory component for which you could specify memory size and call writes & reads.

@cwoodhayes Like a BlockDevice? Good idea.

That’d be perfect :)

Implemented in the mbed-os-5.9 branch: 4c79f2f - compatible with other block devices in Mbed (such as SPIF and SD), but persisting it to local storage. Unfortunately file systems don't work yet against them (due to Emscripten hijacking the file system).

Should make it to master when Mbed OS 5.9 is out.