1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00
betaflight/src
Bruce Luckcuck 007aac81da Increase Async FAT filesystem cache sectors to prevent blackbox header corruption
In testing I found that once the blackbox header exceeded 3072 bytes (3K) it would be truncated and overwritten with logging data. 3K would be 6 sectors and it looks like the previous cache of 8 sectors was insufficient when considering the other FAT filesystem overhead. Increased the cache to 10 sectors (1K extra memory usage) and the problem is resolved. If the blackbox header continues to expand in size this will have to be revisited.
2019-05-16 12:48:22 -04:00
..
link moved the linker files to the src directory head 2019-04-28 16:04:44 +10:00
main Increase Async FAT filesystem cache sectors to prevent blackbox header corruption 2019-05-16 12:48:22 -04:00
test Extend the scope of BOXPARALYZE to cover stick commands, adjustments, and CMS. (#8161) 2019-05-09 14:50:30 +12:00
utils Updated styling of file to be generated, generated the file. 2019-02-21 01:49:09 +13:00