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.