You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your enhancement proposal related to a problem? Please describe.
The current sample for using littelfs does not support the Pico and Pico_w boards.
The sample source is found in sample/subsys/fs/littlefs
Describe the solution you'd like
Adding the overlay files for these platforms will make the sample work without further changes
Describe alternatives you've considered
None
Additional context
I have created the two files in my fork and the sample applications are working.
The plan is to use this issue ticket to create a PR to update the sample code.