Results 379 comments of Stéphane Lenclud

Does each flash file use at least a 4K sector or is it somehow managed at the flash page level? **Answer:** This is more a question about littlefs really and...

> It is possible to change where bluetooth stores its keys by defining PICO_FLASH_BANK_STORAGE_OFFSET and PICO_FLASH_BANK_TOTAL_SIZE. I'm planning to do it the other way around. I'll define a FS configuration...

I got it working fine it seems. For those interested on how it looks for real take a look at that: https://github.com/oyama/pico-vfs/issues/59 Basically the above samples forgot to mention you...

Why do we need the littlefs submodule in pico-sdk when it is already present in pico-vfs?

Worth noting that this also works through C++ fstream.

What's the benefit of the NCM changes? I'm currently using NCM on Windows and it's been working fine.

> On Windows 10 you have to manually install NCM driver from device manager. I see, I only used it on Windows 11 so far and I did not need...

We may want to add comments in code to explain that?