ardupilot/libraries/AP_FlashStorage
Andrew Tridgell 1513246040 AP_FlashStorage: fixed two bugs found by night-ghost
this fixes two issues found by night-ghost. The first occurs if a 16
bit flash write is not atomic and only the first byte is written. Then
we could end up declaring the data invalid on reboot and erasing.

The second is a race in switching sectors. If power off occurs at the
wrong time we would trigger en erase on reboot.
2018-02-02 14:19:12 +09:00
..
examples/FlashTest AP_FlashStorage: added erase_ok callback 2016-12-02 09:49:40 +11:00
AP_FlashStorage.cpp AP_FlashStorage: fixed two bugs found by night-ghost 2018-02-02 14:19:12 +09:00
AP_FlashStorage.h AP_FlashStorage: fixed size of flash storage 2018-01-15 11:46:02 +11:00