Searched full:build (Results 1 – 10 of 10) sorted by relevance
/littlefs-3.5.0-3.4.0/ |
D | Makefile | 63 override TESTFLAGS += --build-dir="$(BUILDDIR:/=)" 64 override CALLSFLAGS += --build-dir="$(BUILDDIR:/=)" 65 override CODEFLAGS += --build-dir="$(BUILDDIR:/=)" 66 override DATAFLAGS += --build-dir="$(BUILDDIR:/=)" 67 override STACKFLAGS += --build-dir="$(BUILDDIR:/=)" 68 override STRUCTSFLAGS += --build-dir="$(BUILDDIR:/=)" 69 override COVERAGEFLAGS += --build-dir="$(BUILDDIR:/=)" 81 .PHONY: all build 82 all build: $(TARGET) target
|
D | DESIGN.md | 15 in the context of microcontrollers. The question was: How would you build a 1555 With the possibility of orphans, we can build power loss resilient operations 1908 only need to iterate over our metadata pairs and build the global state when
|
D | lfs.c | 1532 // build crc tag in lfs_dir_commitcrc() 2422 // build up new directory in lfs_rawmkdir()
|
/littlefs-3.5.0-3.4.0/scripts/ |
D | test.py | 179 def build(self, f, **_): member in TestCase 237 # build command 508 def build(self, **args): member in TestSuite 509 # build test files 529 case.build(tfs[case.in_], **args) 666 # build tests in parallel 671 makefile, target = suite.build(**args) 733 # only requested to build? 734 if args.get('build'): 834 parser.add_argument('-b', '--build', action='store_true', [all …]
|
D | stack.py | 311 # build optional tree of dependencies 427 parser.add_argument('--build-dir', 428 help="Specify the relative build directory. Used to map object files \
|
D | data.py | 280 parser.add_argument('--build-dir', 281 help="Specify the relative build directory. Used to map object files \
|
D | code.py | 281 parser.add_argument('--build-dir', 282 help="Specify the relative build directory. Used to map object files \
|
D | structs.py | 328 parser.add_argument('--build-dir', 329 help="Specify the relative build directory. Used to map object files \
|
D | coverage.py | 320 parser.add_argument('--build-dir', 321 help="Specify the relative build directory. Used to map object files \
|
/littlefs-3.5.0-3.4.0/zephyr/ |
D | module.yml | 1 build:
|