Home
last modified time | relevance | path

Searched full:depend (Results 1 – 25 of 153) sorted by relevance

1234567

/nrf52832-nimble/rt-thread/components/drivers/mtd/
H A DSConscript7 depend = []
14 depend += ['RT_USING_MTD']
18 depend += ['MTD_USING_NOR']
21 depend += ['MTD_USING_NAND']
25 depend += ['RT_USING_MTD_NOR']
29 depend += ['RT_USING_MTD_NAND']
32 group = DefineGroup('DeviceDrivers', src, depend = depend, CPPPATH = CPPPATH)
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/fuzz/
H A DMakefile43 rm -f *.o $(LWIPLIBCOMMON) lwip_fuzz *.s .depend* *.core core
45 depend dep: .depend target
47 include .depend
49 .depend: fuzz.c $(LWIPFILES) $(APPFILES)
50 $(CCDEP) $(CFLAGS) -MM $^ > .depend || rm -f .depend
52 lwip_fuzz: .depend $(LWIPLIBCOMMON) fuzz.o
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/fuzz/
H A DMakefile44 rm -f *.o $(LWIPLIBCOMMON) $(APPLIB) lwip_fuzz *.s .depend* *.core core
46 depend dep: .depend target
48 include .depend
50 .depend: fuzz.c $(LWIPFILES) $(APPFILES)
51 $(CCDEP) $(CFLAGS) -MM $^ > .depend || rm -f .depend
53 lwip_fuzz: .depend $(LWIPLIBCOMMON) $(APPLIB) fuzz.o
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/linux/test/
H A DMakefile54 all: depend \
85 rm *~ .depend $(OBJS) *.o *.exe
89 depend: .depend target
91 .depend: $(SRCS) $(TEST_SRCS)
93 rm -f ./.depend
94 $(CC) $(CFLAGS) -MM $^ > ./.depend;
96 include .depend
/nrf52832-nimble/rt-thread/tools/
H A Dbuilding.py236 # depend on
466 def GetDepend(depend): argument
468 if type(depend) == type('str'):
469 if not depend in BuildOptions or BuildOptions[depend] == 0:
471 elif BuildOptions[depend] != '':
472 return BuildOptions[depend]
476 # for list type depend
477 for item in depend:
499 def GetLocalDepend(options, depend): argument
501 if type(depend) == type('str'):
[all …]
H A Dpackage.py54 depend = ExtendPackageVar(package, 'depends')
72 …objs = DefineGroup(package['name'], src, depend = depend, CPPPATH = CPPPATH, CPPDEFINES = CPPDEFIN…
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A DMakefile.riscos6 CCflags = -c -depend !Depend -IC: -g -throwback -DRISCOS -fah
7 C++flags = -c -depend !Depend -IC: -throwback
9 ObjAsmflags = -throwback -NoCache -depend !Depend
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/scripts/
H A Ddepcomp136 # to make depend.m4 easier to write. Note that we *cannot* use a case
154 # slashes to satisfy depend.m4
162 # slashes to satisfy depend.m4
248 # This case exists only to let depend.m4 do its work. It works by
267 if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files
290 # This case exists only to let depend.m4 do its work. It works by
560 # This case exists only to let depend.m4 do its work. It works by
619 # This case only exists to satisfy depend.m4. It is never actually
765 # This case exists only to let depend.m4 do its work. It works by
/nrf52832-nimble/rt-thread/examples/libc/
H A DSConscript4 group = DefineGroup('libc_test', src, depend = ['RT_USING_NEWLIB', 'RT_USING_PTHREADS'])
/nrf52832-nimble/rt-thread/libcpu/arc/common/
H A DSConscript8 group = DefineGroup('cpu', src, depend = [], CPPPATH = CPPPATH)
/nrf52832-nimble/rt-thread/components/CMSIS/RTOS/
H A DSConscript6 group = DefineGroup('CMSIS_OS', src, depend = ['RT_USING_CMSIS_OS'], CPPPATH = CPPPATH)
/nrf52832-nimble/rt-thread/components/utilities/ymodem/
H A DSConscript6 group = DefineGroup('Utilities', src, depend = ['RT_USING_RYM'], CPPPATH = CPPPATH)
/nrf52832-nimble/rt-thread/components/utilities/utest/
H A DSConscript6 group = DefineGroup('utest', src, depend = ['RT_USING_UTEST'], CPPPATH = CPPPATH)
/nrf52832-nimble/rt-thread/components/drivers/audio/
H A DSConscript7 group = DefineGroup('DeviceDrivers', src, depend = ['RT_USING_AUDIO'], CPPPATH = CPPPATH)
/nrf52832-nimble/rt-thread/components/drivers/wlan/
H A DSConscript6 group = DefineGroup('DeviceDrivers', src, depend = ['RT_USING_WIFI'], CPPPATH = CPPPATH)
/nrf52832-nimble/rt-thread/components/net/lwip_nat/
H A DSConscript8 group = DefineGroup('LwIP', src, depend = ['RT_USING_LWIP', 'LWIP_USING_NAT'], CPPPATH = CPPPATH)
/nrf52832-nimble/rt-thread/components/libc/pthreads/
H A DSConscript8 depend = ['RT_USING_PTHREADS', 'RT_USING_LIBC'], CPPPATH = CPPPATH)
/nrf52832-nimble/rt-thread/components/dfs/filesystems/ramfs/
H A DSConscript7 group = DefineGroup('Filesystem', src, depend = ['RT_USING_DFS', 'RT_USING_MEMHEAP', 'RT_USING_DFS_…
/nrf52832-nimble/rt-thread/components/drivers/watchdog/
H A DSConscript6 group = DefineGroup('DeviceDrivers', src, depend = ['RT_USING_WDT'], CPPPATH = CPPPATH)
/nrf52832-nimble/rt-thread/components/drivers/hwtimer/
H A DSConscript6 group = DefineGroup('DeviceDrivers', src, depend = ['RT_USING_HWTIMER'], CPPPATH = CPPPATH)
/nrf52832-nimble/rt-thread/components/drivers/can/
H A DSConscript6 group = DefineGroup('DeviceDrivers', src, depend = ['RT_USING_CAN'], CPPPATH = CPPPATH)
/nrf52832-nimble/rt-thread/components/drivers/serial/
H A DSConscript6 group = DefineGroup('DeviceDrivers', src, depend = ['RT_USING_SERIAL'], CPPPATH = CPPPATH)
/nrf52832-nimble/drivers/
H A DSconscript10 group = DefineGroup('drivers', src, depend = [''], CPPPATH = path)
/nrf52832-nimble/rt-thread/components/libc/compilers/common/
H A DSConscript10 group = DefineGroup('libc', src, depend = ['RT_USING_LIBC'], CPPPATH = CPPPATH)
/nrf52832-nimble/rt-thread/components/dfs/filesystems/devfs/
H A DSConscript9 group = DefineGroup('Filesystem', src, depend = ['RT_USING_DFS', 'RT_USING_DFS_DEVFS'], CPPPATH = C…

1234567