Home
last modified time | relevance | path

Searched refs:target (Results 1 – 5 of 5) sorted by relevance

/littlefs-3.5.0-3.4.0/scripts/
Dstack.py92 for target in targets:
93 if target in seen:
96 limit_ = find_limit(target, seen | {target})
103 for target in targets:
104 if target in results:
105 t_file, t_function, _, _ = results[target]
Dtest.py589 self.target = self.path + '.test'
590 return self.makefile, self.target
671 makefile, target = suite.build(**args)
673 targets.append(target)
677 [target for target in targets])
/littlefs-3.5.0-3.4.0/
DREADME.md227 your needs, create images for a later download to the target memory or
228 inspect the content of a binary image of the target memory.
Dlfs.c2673 lfs_off_t target = lfs_ctz_index(lfs, &pos); in lfs_ctz_find() local
2675 while (current > target) { in lfs_ctz_find()
2677 lfs_npw2(current-target+1) - 1, in lfs_ctz_find()
DDESIGN.md669 pointer that covers the most distance without passing our target.