Home
last modified time | relevance | path

Searched full:config (Results 1 – 9 of 9) sorted by relevance

/littlefs-2.7.6/scripts/
Dtest.py108 def __init__(self, config, filter=filter, argument
110 self.config = config
116 self.code = config['code']
117 self.code_lineno = config['code_lineno']
118 self.defines = config.get('define', {})
119 self.if_ = config.get('if', None)
120 self.in_ = config.get('in', None)
137 ncase = (class_ or type(self))(self.config)
294 def __init__(self, config, **args): argument
295 self.leaky = config.get('leaky', False)
[all …]
/littlefs-2.7.6/
Dlfs.h404 // Requires a littlefs object and config struct. This clobbers the littlefs
405 // object, and does not leave the filesystem mounted. The config struct must
409 int lfs_format(lfs_t *lfs, const struct lfs_config *config);
413 // Requires a littlefs object and config struct. Multiple filesystems
415 // lfs and config must be allocated while mounted. The config struct must
419 int lfs_mount(lfs_t *lfs, const struct lfs_config *config);
498 // The config struct provides additional config options per file as described
499 // above. The config struct must be allocated while the file is open, and the
500 // config struct must be zeroed for defaults and backwards compatibility.
505 const struct lfs_file_config *config);
[all …]
Dlfs_util.c9 // Only compile if user does not provide custom config
D.travis.yml331 git config user.name "geky bot"
332 git config user.email "bot@geky.net"
Dlfs_util.h14 // provided by the config file. To start, I would suggest copying lfs_util.h
/littlefs-2.7.6/tests/
Dtest_truncate.toml266 define.CONFIG = 'range(6)'
310 const lfs_off_t *startsizes = configs[CONFIG].startsizes;
311 const lfs_off_t *startseeks = configs[CONFIG].startseeks;
312 const lfs_off_t *hotsizes = configs[CONFIG].hotsizes;
313 const lfs_off_t *coldsizes = configs[CONFIG].coldsizes;
/littlefs-2.7.6/bd/
Dlfs_rambd.h26 // rambd config (optional)
Dlfs_filebd.h26 // filebd config (optional)
Dlfs_testbd.h47 // testbd config, this is required for testing