/nrf52832-nimble/rt-thread/components/net/freemodbus/ |
H A D | lgpl.txt | 28 not price. Our General Public Licenses are designed to make sure that 30 for this service if you wish); that you receive source code or can get 31 it if you want it; that you can change the software and use pieces of 32 it in new free programs; and that you are informed that you can do 35 To protect your rights, we need to make restrictions that forbid 41 or for a fee, you must give the recipients all the rights that we gave 42 you. You must make sure that they, too, receive or can get the source 44 complete object files to the recipients, so that they can relink them 52 To protect each distributor, we want to make it very clear that 55 that what they have is not the original version, so that the original [all …]
|
H A D | gpl.txt | 22 price. Our General Public Licenses are designed to make sure that you 24 this service if you wish), that you receive source code or can get it 25 if you want it, that you can change the software or use pieces of it 26 in new free programs; and that you know you can do these things. 28 To protect your rights, we need to make restrictions that forbid 34 gratis or for a fee, you must give the recipients all the rights that 35 you have. You must make sure that they, too, receive or can get the 44 that everyone understands that there is no warranty for this free 46 want its recipients to know that what they have is not the original, so 47 that any problems introduced by others will not reflect on the original [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/doxygen/ |
H A D | lwip.Doxyfile | 14 # Values that contain spaces should be placed between quotes (\" \"). 21 # that follow. The default is UTF-8 which is also the encoding used for all text 30 # double-quotes, unless you are using Doxywizard) that should identify the 44 # for a project that appears at the top of each page and should give viewer a 49 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included 97 # descriptions after the members that are listed in the file and class 112 # This tag implements a quasi-intelligent brief description abbreviator that is 141 # inherited members of a class in the documentation of that class as if those 150 # shortest path that makes the file name unique will be used 161 # Note that you can specify absolute paths here, but also relative paths, which [all …]
|
H A D | lwip.Doxyfile.cmake.in | 14 # Values that contain spaces should be placed between quotes (\" \"). 21 # that follow. The default is UTF-8 which is also the encoding used for all text 30 # double-quotes, unless you are using Doxywizard) that should identify the 44 # for a project that appears at the top of each page and should give viewer a 49 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included 97 # descriptions after the members that are listed in the file and class 112 # This tag implements a quasi-intelligent brief description abbreviator that is 141 # inherited members of a class in the documentation of that class as if those 150 # shortest path that makes the file name unique will be used 161 # Note that you can specify absolute paths here, but also relative paths, which [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/doxygen/ |
H A D | lwip.Doxyfile | 14 # Values that contain spaces should be placed between quotes (\" \"). 21 # that follow. The default is UTF-8 which is also the encoding used for all text 30 # double-quotes, unless you are using Doxywizard) that should identify the 44 # for a project that appears at the top of each page and should give viewer a 49 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included 97 # descriptions after the members that are listed in the file and class 112 # This tag implements a quasi-intelligent brief description abbreviator that is 141 # inherited members of a class in the documentation of that class as if those 150 # shortest path that makes the file name unique will be used 161 # Note that you can specify absolute paths here, but also relative paths, which [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ |
H A D | doxygen.xml | 32 # Values that contain spaces should be placed between quotes (\" \"). 39 # that follow. The default is UTF-8 which is also the encoding used for all text 48 # double-quotes, unless you are using Doxywizard) that should identify the 62 # for a project that appears at the top of each page and should give viewer a 67 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included 115 # descriptions after the members that are listed in the file and class 130 # This tag implements a quasi-intelligent brief description abbreviator that is 149 # inherited members of a class in the documentation of that class as if those 158 # shortest path that makes the file name unique will be used 169 # Note that you can specify absolute paths here, but also relative paths, which [all …]
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/ |
H A D | uip-doc.txt | 51 Many other TCP/IP implementations for small systems assume that the 54 assumption, it is possible to remove certain TCP/IP mechanisms that 60 network citizens. The uIP TCP/IP implementation that is not tailored 68 addresses, to application level protocols such as SMTP that is used to 72 or firmware and will be referred to as "the network device" that are 80 another network by a router that is situated between the two 84 chosen so that fragmentation is minimized. The final recipient of the 95 that deal with the host to host communication and those that deal with 100 application." A TCP/IP implementation that violates requirements of 106 In uIP, all RFC requirements that affect host-to-host communication [all …]
|
H A D | pt-doc.txt | 11 that provides a blocking context on top of an event-driven system, 18 that protothreads provides a sequential code structure that allows for 25 The advantage of protothreads over ordinary threads is that a 34 protothread blocks</b>. This means that local variables should be used 70 The protothreads library is released under a BSD-style license that 72 requirement is that credit is given. 81 Protothreads are a extremely lightweight, stackless threads that 90 traditional multi-threading, each thread requires its own stack, that 94 The main advantage of protothreads over ordinary threads is that 107 potentially blocking function. The advantage of this approach is that [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | algorithm.txt | 16 size (except that the compressed data for one block must fit in 17 available memory). A block is terminated when deflate() determines that 30 hash chains, the algorithm simply discards matches that are too old. 63 that you can decode fast. The most important characteristic is that shorter 67 inflate() sets up a first level table that covers some number of bits of 68 input less than the length of longest code. It gets that many bits from the 70 code is that many bits or less and how many, and if it is, it will tell 81 to set that variable for the maximum speed. 85 values, and the size of the first table is six bits. Note that for each of 95 looks like. You are correct that it's not a Huffman tree. It is simply a [all …]
|
H A D | FAQ | 30 Make sure that before the call of compress, the length of the compressed 32 zero. For Visual Basic, check that this parameter is passed by reference 37 Before making the call, make sure that avail_in and avail_out are not 39 that avail_out is big enough to allow processing all pending input. 40 Note that a Z_BUF_ERROR is not fatal--another call to deflate() or 71 check that you don't have old files libz.* in /usr/lib, /usr/local/lib or 145 20. Well that's nice, but how do I make a gzip file in memory? 147 You can request that deflate write the gzip format instead of the zlib 148 format using deflateInit2(). You can also request that inflate decode 153 Yes. However any library routines that zlib uses and any application- [all …]
|
/nrf52832-nimble/rt-thread/components/net/uip/uip/ |
H A D | uip-fw.h | 17 * modification, are permitted provided that the following conditions 60 /**< A pointer to the function that 120 * A non-error message that indicates that a packet should be 128 * A non-error message that indicates that something went OK. 135 * A non-error message that indicates that a packet was forwarded. 142 * A non-error message that indicates that a zero-length packet 143 * transmission was attempted, and that no packet was sent. 150 * An error message that indicates that a packet that was too large 158 * An error message that indicates that no suitable interface could be 166 * An error message that indicates that a packet that should be
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/ |
H A D | COPYING | 5 > Also note that the only valid version of the GPL as far as the kernel 10 understanding that the whole Linux kernel source tree is covered by this 11 sentence, even non-kernel source code. As such, the license that applies 39 price. Our General Public Licenses are designed to make sure that you 41 this service if you wish), that you receive source code or can get it 42 if you want it, that you can change the software or use pieces of it 43 in new free programs; and that you know you can do these things. 45 To protect your rights, we need to make restrictions that forbid 51 gratis or for a fee, you must give the recipients all the rights that 52 you have. You must make sure that they, too, receive or can get the [all …]
|
H A D | INSTALL | 28 definitions. Finally, it creates a shell script `config.status' that 34 and enabled with `--cache-file=config.cache' or simply `-C') that saves 61 3. Optionally, type `make check' to run any self-tests that come with 66 recommended that the package be configured and built as a regular 74 root privileges, verifies that the installation completed 79 files that `configure' created (so you can compile the package for 81 also a `make maintainer-clean' target, but that is intended mainly 83 all sorts of other programs in order to regenerate files that came 87 files again. In practice, not all packages have tested that 91 8. Some packages, particularly those that use Automake, provide `make [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/ |
H A D | COPYING | 22 price. Our General Public Licenses are designed to make sure that you 24 this service if you wish), that you receive source code or can get it 25 if you want it, that you can change the software or use pieces of it 26 in new free programs; and that you know you can do these things. 28 To protect your rights, we need to make restrictions that forbid 34 gratis or for a fee, you must give the recipients all the rights that 35 you have. You must make sure that they, too, receive or can get the 44 that everyone understands that there is no warranty for this free 46 want its recipients to know that what they have is not the original, so 47 that any problems introduced by others will not reflect on the original [all …]
|
/nrf52832-nimble/rt-thread/ |
H A D | LICENSE | 13 the copyright owner that is granting the License. 16 other entities that control, are controlled by, or are under common 17 control with that entity. For the purposes of this definition, 37 copyright notice that is included in or attached to the work 41 form, that is based on (or derived from) the Work and for which the 44 of this License, Derivative Works shall not include works that remain 50 to that Work or Derivative Works thereof, that is intentionally 57 and issue tracking systems that are managed by, or on behalf of, the 59 excluding communication that is conspicuously marked or otherwise 79 by such Contributor that are necessarily infringed by their [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/ |
H A D | LICENSE | 13 the copyright owner that is granting the License. 16 other entities that control, are controlled by, or are under common 17 control with that entity. For the purposes of this definition, 37 copyright notice that is included in or attached to the work 41 form, that is based on (or derived from) the Work and for which the 44 of this License, Derivative Works shall not include works that remain 50 to that Work or Derivative Works thereof, that is intentionally 57 and issue tracking systems that are managed by, or on behalf of, the 59 excluding communication that is conspicuously marked or otherwise 79 by such Contributor that are necessarily infringed by their [all …]
|
/nrf52832-nimble/rt-thread/documentation/ |
H A D | Doxyfile | 11 # Values that contain spaces should be placed between quotes (" ") 18 # that follow. The default is UTF-8 which is also the encoding used for all 25 # The PROJECT_NAME tag is a single word (or sequence of words) that should 26 # identify the project. Note that if you do not use Doxywizard you need 38 # for a project that appears at the top of each page and should give viewer 43 # With the PROJECT_LOGO tag one can specify an logo or icon that is 80 # include brief member descriptions after the members that are listed in 94 # that is used to form the text in various listings. Each string 122 # inherited members of a class in the documentation of that class as if those 130 # to NO the shortest path that makes the file name unique will be used. [all …]
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/html/ |
H A D | main.html | 32 …that the embedded device always will communicate with a full-scale TCP/IP implementation running o… 34 …that is used to transfer e-mail. The uIP is mostly concerned with the TCP and IP protocols and upp… 35 …that is situated between the two networks. If the maximum packet size of the other network is smal… 37 …that deal with the host to host communication and those that deal with communication between the a… 38 …that affect host-to-host communication are implemented. However, in order to reduce code size, we … 45 …that depend on timers, such as delayed acknowledgments, retransmissions and round-trip time estima… 49 …that covers the data and header portions of the TCP and IP packets. Since the calculation of this … 56 …that arrive when the application is processing the data must be queued, either by the network devi… 57 …that is used for incoming packets is also used for the TCP/IP headers of outgoing data. If the app… 58 …le to handle and the maximum amount of simultaneous connections. A device that will be sending lar… [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | rawapi.txt | 12 to be used without an operating system that implements zero-copy send and 29 that require small modifications of existing programs. 43 As such, the list of functions that may be called from 61 granularity level. That is, a UDP or TCP control block must 83 time but is also less memory intensive. The drawback is that program 86 is the preferred way of writing applications that should be small in 105 invoked by the lwIP core when activity related to that application 111 C function that is called from within the TCP/IP code. Every callback 115 that is independent of the TCP/IP state. 121 Specifies the program specific state that should be passed to all [all …]
|
H A D | sys_arch.txt | 8 general idea is that porting lwIP to new architectures requires only 11 that does not rely on any underlying operating system. 36 Since lwIP 1.4.0, semaphore, mutexes and mailbox functions are prototyped in a way that 49 Creates a new semaphore. The semaphore is allocated to the memory that 'sem' 79 Notice that lwIP implements a function with a similar name, 80 sys_sem_wait(), that uses the sys_arch_sem_wait() function. 91 Invalidate a semaphore so that sys_sem_valid() returns 0. 92 ATTENTION: This does NOT mean that the semaphore shall be deallocated: 98 Creates a new mutex. The mutex is allocated to the memory that 'mutex' 125 Invalidate a mutex so that sys_mutex_valid() returns 0. [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/ |
H A D | rawapi.txt | 23 that require small modifications of existing programs. 34 As such, the list of functions that may be called from 68 time but is also less memory intensive. The drawback is that program 71 is the preferred way of writing applications that should be small in 81 C function that is called from within the TCP/IP code. Every callback 85 that is independent of the TCP/IP state. 91 Specifies the program specific state that should be passed to all 94 that will be passed to the callbacks. 99 The functions used for setting up connections is similar to that of 129 deallocated. The reason for this behavior is that less memory is [all …]
|
H A D | sys_arch.txt | 7 general idea is that porting lwIP to new architectures requires only 10 that does not rely on any underlying operating system. 37 Since lwIP 1.4.0, semaphore and mailbox functions are prototyped in a way that 50 Creates a new semaphore. The semaphore is allocated to the memory that 'sem' 80 Notice that lwIP implements a function with a similar name, 81 sys_sem_wait(), that uses the sys_arch_sem_wait() function. 92 Invalidate a semaphore so that sys_sem_valid() returns 0. 93 ATTENTION: This does NOT mean that the semaphore shall be deallocated: 129 parameter that is set by the function (i.e., by doing "*msg = 130 ptr"). The "msg" parameter maybe NULL to indicate that the message [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 55 specification limits this to 60 seconds, and implies that to 110 Number of messages that are cached for the network. This description 139 ways that the node will be used and what kind of power source it 145 duration that the node has been in the current state gets 146 stored to flash. E.g. the default value of 4 means that the 177 message payload that the node needs to be able to send. 179 is why the default is lower than the maximum that the 208 is that the node may miss out on messages intended for it 223 Time in seconds from the last received message, that the node 248 the minimum number of maximum size Lower Transport PDUs that [all …]
|
/nrf52832-nimble/rt-thread/components/net/uip/apps/webclient/ |
H A D | webclient.h | 17 * modification, are permitted provided that the following conditions 76 * Callback function that is called from the webclient code when HTTP 79 * This function must be implemented by the module that uses the 87 * \param data A pointer to the data that has been received. 88 * \param len The length of the data that has been received. 93 * Callback function that is called from the webclient code when the 96 * This function must be implemented by the module that uses the 102 * Callback function that is called from the webclient code if the 105 * This function must be implemented by the module that uses the 111 * Callback function that is called from the webclient code if the [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | ip6_zone.h | 8 * In lwIP, we say that an address "has a scope" or "is scoped" when its scope 11 * that case, the scope is the link. For multicast addresses, there are various 15 * zone). That link may be attached to one or more local interfaces. The 21 * be set to "no zone" (IP6_NO_ZONE, 0) or an actual zone. We say that an 24 * means that if the address has a zone if and only if has a scope. As such, it 25 * is a rule that an unscoped (e.g., global) address must never have a zone. 26 * Even though one could argue that there is always one zone even for global 30 * Backward compatibility prevents us from requiring that applications always 31 * provide properly zoned addresses. We do enforce the rule that the in the 34 * stack, various places deal with the case of addresses that lack a zone. [all …]
|