commit | 663a4bbcb873095f4fe071fc8c58247dd0d389d4 | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Mon Jan 17 12:58:06 2022 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Mar 15 10:01:54 2022 +0100 |
tree | 9d22f145ba641921f88e2bea435b52199b9b6929 | |
parent | dd25b6405cebe77c4fcb80add4a8161bfc5fc455 [diff] |
fs: littlefs: sample: Add test with binary pattern file modification This commit extends the littlefs test to use binary pattern file. This file has the 0x55 and 0xAA patterns (to avoid fast wear leveling) written alternately with special "marks" bytes on each eight position. Those values are incremented each time the board boots. One can adjust the size of this file with the TEST_FILE_SIZE define. Signed-off-by: Lukasz Majewski <lukma@denx.de>