Searched full:make (Results 1 – 9 of 9) sorted by relevance
/littlefs-2.7.6/ |
D | .travis.yml | 25 # make sure example can at least compile 27 make all CFLAGS+=" 36 - make test TFLAGS+="-nrk" 40 - make test TFLAGS+="-nrk -DLFS_READ_SIZE=1 -DLFS_BLOCK_SIZE=4096" 43 - make test TFLAGS+="-nrk -DLFS_READ_SIZE=512 -DLFS_BLOCK_SIZE=512" 46 - make test TFLAGS+="-nrk -DLFS_READ_SIZE=4096 -DLFS_BLOCK_SIZE=\(32*1024\)" 49 - make test TFLAGS+="-nrk -DLFS_NO_INTRINSICS" 51 - make test TFLAGS+="-nrk -DLFS_INLINE_MAX=0" 53 - make test TFLAGS+="-nrk -DLFS_READ_SIZE=1 -DLFS_CACHE_SIZE=1" 55 - make test TFLAGS+="-nrk -DLFS_BLOCK_CYCLES=1" [all …]
|
D | README.md | 131 If your storage caches writes, make sure that the provided `sync` function 196 The tests assume a Linux environment and can be started with make: 199 make test
|
D | DESIGN.md | 38 To make the situation more annoying, it's very common for these embedded 309 We could make our logs larger than two blocks, but the next challenge is how 406 entries to make space for new ones. This process is called garbage 747 handle deviations from this average. Of course, just to make sure I wrote a 1230 distribute wear over both "dynamic" and "static" blocks. To make this work, 1377 We can make several improvements. First, instead of giving each file its own 1424 The second improvement we can make is noticing that for very small files, our 1827 To make matters worse, file moves are a common form of synchronization for 1844 file as moving in order to make the move atomic from the user perspective. 1907 To make this efficient, we always keep a copy of the global state in RAM. We
|
D | lfs.h | 604 // The returned offset is only meant to be consumed by seek and may not make
|
D | lfs.c | 1243 // rely on caching to make this efficient in lfs_dir_commitattr() 1316 // successful commit, check checksums to make sure in lfs_dir_commitcrc() 1328 // leave it up to caching to make this efficient in lfs_dir_commitcrc() 1378 // make sure we don't immediately evict in lfs_dir_alloc() 1862 // note we have to make two passes since the mdir passed to in lfs_dir_commit() 2680 // to make this efficient in lfs_file_flush()
|
/littlefs-2.7.6/tests/ |
D | test_evil.toml | 35 // make a dir 44 // make sure id 1 == our directory 81 // make a file 92 // make sure id 1 == our file 129 // make a file 143 // make sure id 1 == our file and get our CTZ structure
|
D | test_relocations.toml | 16 // make a child dir to use in bounded space 82 // make a child dir to use in bounded space
|
/littlefs-2.7.6/bd/ |
D | lfs_testbd.c | 209 // sync to make sure we persist the last changes in lfs_testbd_prog() 256 // sync to make sure we persist the last changes in lfs_testbd_erase()
|
/littlefs-2.7.6/scripts/ |
D | test.py | 627 cmd = (['make', '-f', 'Makefile'] +
|