Searched full:config (Results 1 – 9 of 9) sorted by relevance
/littlefs-2.7.6/scripts/ |
D | test.py | 108 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/ |
D | lfs.h | 404 // 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 …]
|
D | lfs_util.c | 9 // Only compile if user does not provide custom config
|
D | .travis.yml | 331 git config user.name "geky bot" 332 git config user.email "bot@geky.net"
|
D | lfs_util.h | 14 // provided by the config file. To start, I would suggest copying lfs_util.h
|
/littlefs-2.7.6/tests/ |
D | test_truncate.toml | 266 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/ |
D | lfs_rambd.h | 26 // rambd config (optional)
|
D | lfs_filebd.h | 26 // filebd config (optional)
|
D | lfs_testbd.h | 47 // testbd config, this is required for testing
|