/nrf52832-nimble/packages/NimBLE-latest/docs/mesh/ |
H A D | index.rst | 46 - Uses LE advertising to broadcast messages to all nodes that are listening at this time 47 - Uses non-connectable advertising only 52 - Uses LE Connections to send messages 53 - Uses standard GATT service (one for Provisioning and one for Proxy)
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/ |
H A D | lgpl.txt | 111 "work based on the library" and a "work that uses the library". The 148 and what the program that uses the Library does. 176 table of data to be supplied by an application program that uses 242 linked with it, is called a "work that uses the Library". Such a 246 However, linking a "work that uses the Library" with the Library 248 contains portions of the Library), rather than a "work that uses the 252 When a "work that uses the Library" uses material from a header file 259 If such an object file uses only numerical parameters, data 272 link a "work that uses the Library" with the Library to produce a 291 uses the Library", as object code and/or source code, so that the [all …]
|
H A D | Changelog.txt | 108 Added new STR71X GCC port which uses only freely available tools 180 Added a new lwIP port for the STR71X target which uses one serial 240 - OTHER: Debugging uses the same interface as the WIN32/TCP port. 245 an example for a Win32 port which uses the Winsock API. 293 implementation because no one actually uses it and the CPU
|
/nrf52832-nimble/rt-thread/components/net/uip/apps/webclient/ |
H A D | webclient.h | 79 * This function must be implemented by the module that uses the 96 * This function must be implemented by the module that uses the 105 * This function must be implemented by the module that uses the 115 * This function must be implemented by the module that uses the 124 * This function must be implemented by the module that uses the
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/ |
H A D | UPGRADING | 85 * Netdb uses a memp pool for allocating memory when getaddrinfo() is called, 88 * DNS_LOCAL_HOSTLIST_IS_DYNAMIC uses a memp pool instead of the heap, so 91 * Snmp-agent uses a memp pools instead of the heap, so MEMP_NUM_SNMP_* have 94 * PPPoE uses a MEMP pool instead of the heap, so MEMP_NUM_PPPOE_INTERFACES
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/ |
H A D | ble_ll_whitelist.c | 55 * -> advertising uses the whitelist and we are currently advertising. in ble_ll_whitelist_chg_allowed() 56 * -> scanning uses the whitelist and is enabled. in ble_ll_whitelist_chg_allowed() 57 * -> initiating uses whitelist and a LE create connection command is in in ble_ll_whitelist_chg_allowed() 146 * NOTE: This API uses the HW, if present, to determine if there was a match
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/utils/ |
H A D | kconfig-tweak.in.patch | 19 -$myname uses 'CONFIG_' as the default symbol prefix. Set the environment 20 +$myname uses '@CONFIG_@' as the default symbol prefix. Set the environment
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | sys.c | 77 * can't be performed when sys_arch uses mem_malloc. 110 * - Your system uses an RTOS with deferred interrupt handling from a 112 * - Your system uses a high-level OS with e.g. POSIX signals:
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/ |
H A D | UPGRADING | 176 * Netdb uses a memp pool for allocating memory when getaddrinfo() is called, 179 * DNS_LOCAL_HOSTLIST_IS_DYNAMIC uses a memp pool instead of the heap, so 182 * Snmp-agent uses a memp pools instead of the heap, so MEMP_NUM_SNMP_* have 185 * PPPoE uses a MEMP pool instead of the heap, so MEMP_NUM_PPPOE_INTERFACES
|
/nrf52832-nimble/rt-thread/components/cplusplus/ |
H A D | README.md | 22 /* old GCC version uses .ctors */ 25 /* new GCC version uses .init_array */
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/ |
H A D | pt-doc.txt | 112 difference is that co-routines uses a separate stack for each 132 protothreads is done by the application that uses protothreads. 159 impose a slight restriction to the code that uses protothreads in that
|
H A D | uip-doc.txt | 163 The TCP protocol uses 32-bit sequence numbers, and a TCP 185 allocation. Instead, it uses a single global buffer for holding 239 API. Because the socket API uses stop-and-wait semantics, it requires 248 event-based API that is nore low-level than protosockets but uses less 257 The "raw" uIP API uses an event driven interface where the application is 405 periodic timer fires. The application uses the test function 500 example1_app() uses the test functions uip_newdata() and uip_rexmit() 685 to two ports and uses the port number to determine which file to 1015 The sliding window algorithm uses a lot of 32-bit operations and
|
/nrf52832-nimble/rt-thread/libcpu/v850/70f34/ |
H A D | macdefs.inc | 16 ; --- Uses -------------------------------------------------- 62 ; --- Uses -------------------------------------------------- 85 ; --- Uses -------------------------------------------------- 115 ; --- Uses --------------------------------------------------
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ |
H A D | ble_sec.rst | 19 LE uses AES-CCM cryptography and is performed in the *Controller*. 23 Bluetooth LE uses four association models depending on the I/O
|
H A D | index.rst | 10 countries. It uses a spread spectrum, frequency hopping, full-duplex 88 - **Security Manager (SM)**: uses Security Manager Protocol (SMP)
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/ |
H A D | UPGRADING | 219 * Netdb uses a memp pool for allocating memory when getaddrinfo() is called, 222 * DNS_LOCAL_HOSTLIST_IS_DYNAMIC uses a memp pool instead of the heap, so 225 * Snmp-agent uses a memp pools instead of the heap, so MEMP_NUM_SNMP_* have 228 * PPPoE uses a MEMP pool instead of the heap, so MEMP_NUM_PPPOE_INTERFACES
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | sys.c | 68 * - Your system uses an RTOS with deferred interrupt handling from a 70 * - Your system uses a high-level OS with e.g. POSIX signals:
|
/nrf52832-nimble/rt-thread/examples/libc/ |
H A D | ex4.c | 1 /* Making a library function that uses static variables thread-safe. 10 /* This is a typical example of a library function that uses
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | FAQ | 143 uses a faster integrity check than gzip. 153 Yes. However any library routines that zlib uses and any application- 206 No. The PKWare DCL uses a completely different compressed data format 297 zlib 1.2.x uses malloc() by default for allocations, whereas earlier
|
/nrf52832-nimble/rt-thread/documentation/ |
H A D | roadmap-2.1.0.md | 37 …terfaces (rt_device_*). Application layer uses rt_device_* and devfs interface, firmware/driver de…
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/ |
H A D | aes.h | 70 * Uses key k to initialize s 98 * Uses key k to initialize s
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/ |
H A D | snmp_agent.txt | 6 Note the agent uses the raw-API UDP interface so you may also want to 35 Instead lwIP uses the interface list with only one default interface
|
/nrf52832-nimble/rt-thread/documentation/doxygen/ |
H A D | basicdef.h | 11 * RT-Thread kernel uses its own definition of the basic data types, such as
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/ |
H A D | AUTHORS | 8 The packaging uses the GNU autotools build system, of which I
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ |
H A D | FILES | 11 network device drivers. It uses the etharp.c ARP code.
|