Jeff Epler 3d66ed27ce
oofatfs: enable use of random volume IDs
This may help address  if the underlying cause is the deterministic
volume ID. However, not all boards have working urandom (samd21
at least does not) so a couple of fallbacks are attempted when it fails.

I verified that on a pico_w, each `storage.erase_filesystem()` gives
a distinct 32-bit volume ID (pico_w's urandom can never fail)
2023-01-03 17:18:29 -06:00
..
2022-01-17 16:34:47 -06:00
2021-03-10 18:44:10 -06:00
2021-10-15 08:20:54 -05:00
2021-12-30 18:32:59 -08:00
2022-03-07 18:07:25 -08:00
2022-02-19 10:41:42 -06:00

This directory contains third-party, low-level C libraries and SDKs. Libraries that do not target any specific platform are generally chosen based on them being independent and efficient.