Attention is currently required from: Anastasia Klimchuk.
3 comments:
Commit Message:
Note: at the moment the test is not fully working, the following
write test cases fail (all erase test cases pass):
Looks like it might be a fencepost error (possibly treating the upper bound of a region as exclusive rather than inclusive), since it looks like the unverified bytes might always fall at the end of a region.
File tests/erase_func_algo.c:
Patch Set #1, Line 60: uint8_t
Since this is true/false, just use `bool`.
Patch Set #1, Line 77: == 0x1
I'd rather use implicit boolean conversion throughout (`if (g_state.was_modified[start])`).
To view, visit change 84078. To unsubscribe, or for help writing mail filters, visit settings.