oyama / pico-vfs

Thin virtual file system for Raspberry Pi Pico
Other
9 stars 2 forks source link

read only blockdevice #22

Open oyama opened 3 months ago

oyama commented 3 months ago

Read-only block device for existing block devices.

blockdevice_t *readonly = blockdevice_readonly_create(device);

Calling erase or program returns an error code

uddivert commented 3 months ago

Hello, I would like to work on this if possible. What exactly is the issue? i am not sure I understand.

Additionally, any help on navigating the codebase etc, is appreciated :)

oyama commented 3 months ago

Hello. Thanks for your comments, I appreciate it. I would like to add an implementation to decorticate an existing block device object(flash, sd, heap) to read-only. It's very simple, so I put it up on the issue as a subject to understand the structure of this project.

The issues to be addressed are:.