Home
last modified time | relevance | path

Searched refs:GetDepend (Results 1 – 25 of 34) sorted by relevance

12

/nrf52832-nimble/rt-thread/src/
H A DSConscript11 if GetDepend('RT_USING_MODULE'):
13 if GetDepend('RT_USING_COMPONENTS_INIT'):
18 if GetDepend('RT_USING_COMPONENTS_INIT') == False:
21 if GetDepend('RT_USING_MODULE') == False:
24 if GetDepend('RT_USING_HEAP') == False or GetDepend('RT_USING_SMALL_MEM') == False:
27 if GetDepend('RT_USING_HEAP') == False or GetDepend('RT_USING_SLAB') == False:
30 if GetDepend('RT_USING_MEMPOOL') == False:
33 if GetDepend('RT_USING_MEMHEAP') == False:
35 if GetDepend('RT_USING_MEMHEAP_AS_HEAP'):
38 if GetDepend('RT_USING_DEVICE') == False:
/nrf52832-nimble/rt-thread/components/drivers/spi/
H A DSConscript9 if GetDepend('RT_USING_QSPI'):
14 if GetDepend('RT_USING_SPI_WIFI'):
17 if GetDepend('RT_USING_W25QXX'):
20 if GetDepend('RT_USING_W25QXX_MTD'):
23 if GetDepend('RT_USING_ENC28J60'):
26 if GetDepend('RT_USING_AT45DBXX'):
29 if GetDepend('RT_USING_SST25VFXX'):
32 if GetDepend('RT_USING_GD'):
35 if GetDepend('RT_USING_SPI_MSD'):
38 if GetDepend('RT_USING_SFUD'):
[all …]
/nrf52832-nimble/rt-thread/components/net/sal_socket/
H A DSConscript13 if GetDepend('SAL_USING_LWIP'):
16 if GetDepend('SAL_USING_AT'):
19 if GetDepend('SAL_USING_LWIP') or GetDepend('SAL_USING_AT'):
22 if GetDepend('SAL_USING_TLS'):
25 if GetDepend('SAL_USING_POSIX'):
30 if not GetDepend('HAVE_SYS_SELECT_H'):
33 if not GetDepend('HAVE_SYS_SOCKET_H'):
/nrf52832-nimble/rt-thread/components/drivers/usb/usbdevice/
H A DSConscript10 if GetDepend('RT_USB_DEVICE_CDC'):
13 if GetDepend('RT_USB_DEVICE_HID'):
16 if GetDepend('RT_USB_DEVICE_MSTORAGE'):
19 if GetDepend('RT_USB_DEVICE_ECM'):
22 if GetDepend('RT_USB_DEVICE_RNDIS'):
25 if GetDepend('RT_USB_DEVICE_WINUSB'):
/nrf52832-nimble/rt-thread/components/drivers/mtd/
H A DSConscript12 if GetDepend(['RT_USING_MTD']):
16 if GetDepend(['MTD_USING_NOR']):
19 if GetDepend(['MTD_USING_NAND']):
23 if GetDepend(['RT_USING_MTD_NOR']):
27 if GetDepend(['RT_USING_MTD_NAND']):
/nrf52832-nimble/rt-thread/components/drivers/usb/usbhost/
H A DSConscript12 if GetDepend('RT_USBH_ADK'):
16 if GetDepend('RT_USBH_MSTORAGE'):
20 if GetDepend('RT_USBH_HID'):
23 if GetDepend('RT_USBH_HID_MOUSE'):
26 if GetDepend('RT_USBH_HID_KEYBOARD'):
/nrf52832-nimble/rt-thread/components/drivers/sensors/
H A DSConscript9 if GetDepend('SENSOR_USING_MPU6050') and GetDepend('RT_USING_I2C'):
12 if GetDepend('SENSOR_USING_BMI055') and GetDepend('RT_USING_I2C'):
/nrf52832-nimble/rt-thread/components/net/at/
H A DSConscript8 if GetDepend(['AT_USING_CLI']):
11 if GetDepend(['AT_USING_SERVER']):
17 if GetDepend(['AT_USING_CLIENT']):
20 if GetDepend(['AT_USING_SOCKET']):
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/
H A DSConscript70 if not GetDepend('RT_USING_SAL'):
73 if GetDepend(['RT_LWIP_SNMP']):
77 if GetDepend(['RT_LWIP_PPP']):
81 if GetDepend(['RT_USING_LWIP_IPV6']):
84 if GetDepend(['RT_USING_NETUTILS']):
85 if GetDepend(['RT_NETUTILS_USING_TFTP']):
87 if GetDepend(['RT_NETUTILS_USING_PING']):
/nrf52832-nimble/rt-thread/components/drivers/misc/
H A DSConscript8 if GetDepend(['RT_USING_PIN']):
11 if GetDepend(['RT_USING_ADC']):
14 if GetDepend(['RT_USING_PWM']):
/nrf52832-nimble/rt-thread/components/drivers/rtc/
H A DSConscript15 if GetDepend(['RT_USING_RTC']):
17 if GetDepend(['RT_USING_ALARM']):
19 if GetDepend(['RT_USING_SOFT_RTC']):
/nrf52832-nimble/rt-thread/components/net/
H A DSConscript11 if not GetDepend('RT_USING_LWIP141') and not GetDepend('RT_USING_LWIP202') and not GetDepend('RT_US…
/nrf52832-nimble/rt-thread/components/finsh/
H A DSConscript34 if not GetDepend('FINSH_USING_MSH_ONLY'):
39 if GetDepend('FINSH_USING_MSH'):
41 if not GetDepend('FINSH_USING_MSH_ONLY'):
/nrf52832-nimble/packages/NimBLE-latest/
H A DSConscript112 if GetDepend(['PKG_NIMBLE_CTLR']):
117 if GetDepend(['PKG_NIMBLE_CTLR']):
149 if GetDepend(['PKG_NIMBLE_SAMPLE_CENTRAL']):
159 if GetDepend(['PKG_NIMBLE_SAMPLE_BLECSC']):
169 if GetDepend(['PKG_NIMBLE_SAMPLE_PER_HR']):
178 if GetDepend(['PKG_NIMBLE_SAMPLE_PERIPHERAL']):
188 if GetDepend(['PKG_NIMBLE_SAMPLE_BLETEST']):
197 if GetDepend(['PKG_NIMBLE_SAMPLE_BLEUART']):
205 if GetDepend(['PKG_NIMBLE_SAMPLE_BTSHELL']):
219 if GetDepend(['PKG_NIMBLE_SAMPLE_EXT_ADVERTISER']):
[all …]
/nrf52832-nimble/rt-thread/components/utilities/logtrace/
H A DSConscript9 if GetDepend('LOG_TRACE_USING_MEMLOG'):
12 if GetDepend('RT_USING_DFS'):
/nrf52832-nimble/rt-thread/components/utilities/ulog/
H A DSConscript7 if GetDepend('ULOG_BACKEND_USING_CONSOLE'):
10 if GetDepend('ULOG_USING_SYSLOG'):
/nrf52832-nimble/rt-thread/components/libc/compilers/armlibc/
H A DSConscript11 if GetDepend('RT_USING_DFS') == False:
14 if GetDepend('RT_USING_MODULE') == False:
/nrf52832-nimble/rt-thread/components/vbus/
H A DSConscript7 if not GetDepend(['RT_USING_VBUS']):
16 if GetDepend(c):
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/
H A DSConscript9 if GetDepend('RT_DFS_ELM_USE_LFN'):
10 if GetDepend('RT_DFS_ELM_CODE_PAGE_FILE'):
/nrf52832-nimble/rt-thread/components/dfs/
H A DSConscript13 if GetDepend('RT_USING_POSIX'):
18 if GetDepend('RT_USING_DFS'):
/nrf52832-nimble/rt-thread/components/net/freemodbus/
H A DSConscript66 if GetDepend(['RT_MODBUS_MASTER_RTU']):
69 if GetDepend(['RT_MODBUS_SLAVE_RTU']):
72 if GetDepend(['RT_MODBUS_MASTER_SLAVE_RTU']):
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/
H A DSConscript246 if not GetDepend('RT_USING_SAL'):
249 if GetDepend(['RT_LWIP_SNMP']):
253 if GetDepend(['RT_LWIP_PPP']):
257 if GetDepend(['RT_USING_LWIP_IPV6']):
260 if GetDepend(['RT_USING_NETUTILS']):
261 if GetDepend(['RT_NETUTILS_USING_TFTP']):
263 if GetDepend(['RT_NETUTILS_USING_PING']):
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/
H A DSConscript74 if GetDepend(['RT_LWIP_SNMP']):
77 if GetDepend(['RT_LWIP_PPP']):
82 if GetDepend(['RT_USING_NETUTILS']):
/nrf52832-nimble/rt-thread/components/net/lwip_dhcpd/
H A DSConscript5 if GetDepend('RT_USING_LWIP202'):
/nrf52832-nimble/rt-thread/components/drivers/cputime/
H A DSConscript9 if GetDepend('RT_USING_CPUTIME_CORTEXM'):

12