Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for generic external memory #10

Closed
cwoodhayes opened this issue May 30, 2018 · 3 comments
Closed

Add support for generic external memory #10

cwoodhayes opened this issue May 30, 2018 · 3 comments

Comments

@cwoodhayes
Copy link

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.

@janjongboom
Copy link
Owner

@cwoodhayes Like a BlockDevice? Good idea.

@cwoodhayes
Copy link
Author

That’d be perfect :)

@janjongboom
Copy link
Owner

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.

micque01 added a commit to ARMmbed/mbed-simulator that referenced this issue Sep 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants