mirror of
https://github.com/eledio-devices/thirdparty-littlefs.git
synced 2025-11-01 00:38:29 +01:00
Cleaned up a few additional commit corner cases
- General cleanup from integration, including cleaning up some older commit code - Partial-prog tests do not make sense when prog_size == block_size (there can't be partial-progs!) - Fixed signed-comparison issue in modified filebd
This commit is contained in:
@@ -84,6 +84,7 @@ code = '''
|
||||
'''
|
||||
|
||||
[[case]] # partial prog, may not be byte in order!
|
||||
if = "LFS_PROG_SIZE < LFS_BLOCK_SIZE"
|
||||
define.BYTE_OFF = ["0", "LFS_PROG_SIZE-1", "LFS_PROG_SIZE/2"]
|
||||
define.BYTE_VALUE = [0x33, 0xcc]
|
||||
in = "lfs.c"
|
||||
|
||||
Reference in New Issue
Block a user