The design of littlefs: A fail-safe filesystem designed for microcontrollers
1–10 of 74 posts
Re: The design of littlefs: A fail-safe filesystem designed for microcontrollers
#2Re: The design of littlefs: A fail-safe filesystem designed for microcontrollers
#3Why not TFAT or TexFAT?
Re: The design of littlefs: A fail-safe filesystem designed for microcontrollers
#4Why not TFAT or TexFAT?
Re: The design of littlefs: A fail-safe filesystem designed for microcontrollers
#5Re: The design of littlefs: A fail-safe filesystem designed for microcontrollers
#6Really? Nobody uses brownout interrupts to lock down on power loss? I almost always do a few things as the power is fading, flagging the situation at the very least in order to clean up when power is restored.
Re: The design of littlefs: A fail-safe filesystem designed for microcontrollers
#7"Usually, microcontroller code is simple and reactive, with no concept of a shutdown routine." Really? Nobody uses brownout interrupts to lock down on power loss? I almost always do a few things as the power is fading, flagging the situation at the very least in order to clean up when power is restored.
Re: The design of littlefs: A fail-safe filesystem designed for microcontrollers
#8"Usually, microcontroller code is simple and reactive, with no concept of a shutdown routine." Really? Nobody uses brownout interrupts to lock down on power loss? I almost always do a few things as the power is fading, flagging the situation at the very least in order to clean up when power is restored.
Of course, when improved fail-safety exist just to improve reliability measured in hours and fail-safety is not critical function, all what I said is irrelevant.
Re: The design of littlefs: A fail-safe filesystem designed for microcontrollers
#9"Usually, microcontroller code is simple and reactive, with no concept of a shutdown routine." Really? Nobody uses brownout interrupts to lock down on power loss? I almost always do a few things as the power is fading, flagging the situation at the very least in order to clean up when power is restored.
Also why not chuck a capacitor in the mix to provide a little power buffer to shutdown the filesystem gracefully.
Re: The design of littlefs: A fail-safe filesystem designed for microcontrollers
#10Afaict checksums only cover metadata and it doesn't do any read integrity checking, isn't that bad when talking to raw flash devices since it relies on them accurately reporting errors?