Home
last modified time | relevance | path

Searched full:you (Results 1 – 25 of 925) sorted by relevance

12345678910>>...37

/nrf52832-nimble/rt-thread/tools/kconfig-frontends/
H A DCOPYING35 the GNU Library General Public License instead.) You can apply it to
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.
46 anyone to deny you these rights or to ask you to surrender the rights.
47 These restrictions translate to certain responsibilities for you if you
48 distribute copies of the software, or if you modify it.
50 For example, if you distribute copies of such a program, whether
51 gratis or for a fee, you must give the recipients all the rights that
[all …]
H A DINSTALL29 you can run in the future to recreate the current configuration, and a
39 If you need to do unusual things to compile the package, please try
42 be considered for the next release. If you are using the cache, and at
43 some point `config.cache' contains results you don't want to keep, you
47 `configure' by a program called `autoconf'. You need `configure.ac' if
48 you want to change it or regenerate `configure' using a newer version
77 6. You can remove the program binaries and object files from the
79 files that `configure' created (so you can compile the package for
82 for the package's developers. If you use it, you may have to get
86 7. Often, you can also type `make uninstall' to remove the installed
[all …]
/nrf52832-nimble/rt-thread/components/net/freemodbus/
H A Dgpl.txt18 the GNU Library General Public License instead.) You can apply it to
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.
29 anyone to deny you these rights or to ask you to surrender the rights.
30 These restrictions translate to certain responsibilities for you if you
31 distribute copies of the software, or if you modify it.
33 For example, if you distribute copies of such a program, whether
34 gratis or for a fee, you must give the recipients all the rights that
[all …]
H A Dlgpl.txt22 Free Software Foundation and other authors who decide to use it. You
23 can use it too, but we suggest you first think carefully about whether
29 you have the freedom to distribute copies of free software (and charge
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
36 distributors to deny you these rights or to ask you to surrender these
38 you if you distribute copies of the library or if you modify it.
40 For example, if you distribute copies of the library, whether gratis
41 or for a fee, you must give the recipients all the rights that we gave
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/
H A DCOPYING18 the GNU Lesser General Public License instead.) You can apply it to
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.
29 anyone to deny you these rights or to ask you to surrender the rights.
30 These restrictions translate to certain responsibilities for you if you
31 distribute copies of the software, or if you modify it.
33 For example, if you distribute copies of such a program, whether
34 gratis or for a fee, you must give the recipients all the rights that
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/
H A Dinit.c65 #error "BYTE_ORDER is not defined, you have to define it in your cc.h"
68 …#error "If you want to use broadcast filter per pcb on recv operations, you have to define IP_SOF_…
71 #error "If you want to use UDP Lite, you have to define LWIP_UDP=1 in your lwipopts.h"
74 #error "If you want to use SNMP, you have to define LWIP_UDP=1 in your lwipopts.h"
77 #error "If you want to use DHCP, you have to define LWIP_UDP=1 in your lwipopts.h"
80 #error "If you want to use IGMP, you have to define LWIP_UDP=1 in your lwipopts.h"
83 #error "If you want to use SNMP, you have to define LWIP_UDP=1 in your lwipopts.h"
86 #error "If you want to use DNS, you have to define LWIP_UDP=1 in your lwipopts.h"
90 …#error "If you want to use ARP Queueing, you have to define MEMP_NUM_ARP_QUEUE>=1 in your lwipopts…
93 #error "If you want to use RAW, you have to define MEMP_NUM_RAW_PCB>=1 in your lwipopts.h"
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Dinit.c86 #error "BYTE_ORDER is not defined, you have to define it in your cc.h"
89 #error "If you want to use broadcast filter per pcb on recv operations, you have to define IP_SOF_B…
92 #error "If you want to use UDP Lite, you have to define LWIP_UDP=1 in your lwipopts.h"
95 #error "If you want to use DHCP, you have to define LWIP_UDP=1 in your lwipopts.h"
98 #error "If you want to use LWIP_MULTICAST_TX_OPTIONS, you have to define LWIP_UDP=1 and/or LWIP_RAW…
101 #error "If you want to use DNS, you have to define LWIP_UDP=1 in your lwipopts.h"
105 #error "If you want to use ARP Queueing, you have to define MEMP_NUM_ARP_QUEUE>=1 in your lwipopts.…
108 #error "If you want to use RAW, you have to define MEMP_NUM_RAW_PCB>=1 in your lwipopts.h"
111 #error "If you want to use UDP, you have to define MEMP_NUM_UDP_PCB>=1 in your lwipopts.h"
114 #error "If you want to use TCP, you have to define MEMP_NUM_TCP_PCB>=1 in your lwipopts.h"
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/
H A Dinit.c87 #error "BYTE_ORDER is not defined, you have to define it in your cc.h"
90 …#error "If you want to use broadcast filter per pcb on recv operations, you have to define IP_SOF_…
93 #error "If you want to use UDP Lite, you have to define LWIP_UDP=1 in your lwipopts.h"
96 #error "If you want to use DHCP, you have to define LWIP_UDP=1 in your lwipopts.h"
99 …#error "If you want to use IGMP/LWIP_MULTICAST_TX_OPTIONS, you have to define LWIP_UDP=1 in your l…
102 #error "If you want to use DNS, you have to define LWIP_UDP=1 in your lwipopts.h"
106 …#error "If you want to use ARP Queueing, you have to define MEMP_NUM_ARP_QUEUE>=1 in your lwipopts…
109 #error "If you want to use RAW, you have to define MEMP_NUM_RAW_PCB>=1 in your lwipopts.h"
112 #error "If you want to use UDP, you have to define MEMP_NUM_UDP_PCB>=1 in your lwipopts.h"
115 #error "If you want to use TCP, you have to define MEMP_NUM_TCP_PCB>=1 in your lwipopts.h"
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/scripts/
H A Dmissing9 # This program is free software; you can redistribute it and/or modify
19 # You should have received a copy of the GNU General Public License
22 # As a special exception to the GNU General Public License, if you
24 # configuration script generated by Autoconf, you may include it under
25 # the same distribution terms that you use for the rest of that program.
142 echo "You should only need it if you modified 'configure.ac',"
147 echo "You should only need it if you modified 'acconfig.h' or"
152 echo "You should only need it if you modified 'Makefile.am' or"
157 echo "You should only need it if you modified 'acinclude.m4' or"
162 echo "You might have modified some maintainer files that require"
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/
H A Dconfig.h.in3 /* Define to 1 if you have the <curses.h> header file. */
6 /* Define to 1 if you have the <dlfcn.h> header file. */
9 /* Define to 1 if you have the <inttypes.h> header file. */
12 /* Define to 1 if you have the <libintl.h> header file. */
15 /* Define to 1 if you have the <memory.h> header file. */
18 /* Define to 1 if you have the <ncursesw/curses.h> header file. */
21 /* Define to 1 if you have the <ncurses/curses.h> header file. */
24 /* Define to 1 if you have the <ncurses.h> header file. */
27 /* Define to 1 if you have the <ncurses/ncurses.h> header file. */
30 /* Define to 1 if you have the <stdint.h> header file. */
[all …]
/nrf52832-nimble/rt-thread/
H A DLICENSE23 "You" (or "Your") shall mean an individual or Legal Entity
67 this License, each Contributor hereby grants to You a perpetual,
74 this License, each Contributor hereby grants to You a perpetual,
81 with the Work to which such Contribution(s) was submitted. If You
86 granted to You under this License for that Work shall terminate
89 4. Redistribution. You may reproduce and distribute copies of the
91 modifications, and in Source or Object form, provided that You
94 (a) You must give any other recipients of the Work or
97 (b) You must cause any modified files to carry prominent notices
98 stating that You changed the files; and
[all …]
/nrf52832-nimble/packages/NimBLE-latest/
H A DLICENSE23 "You" (or "Your") shall mean an individual or Legal Entity
67 this License, each Contributor hereby grants to You a perpetual,
74 this License, each Contributor hereby grants to You a perpetual,
81 with the Work to which such Contribution(s) was submitted. If You
86 granted to You under this License for that Work shall terminate
89 4. Redistribution. You may reproduce and distribute copies of the
91 modifications, and in Source or Object form, provided that You
94 (a) You must give any other recipients of the Work or
97 (b) You must cause any modified files to carry prominent notices
98 stating that You changed the files; and
[all …]
/nrf52832-nimble/rt-thread/components/net/freemodbus/port/
H A Dportevent_m.c5 * This library is free software; you can redistribute it and/or
15 * You should have received a copy of the GNU Lesser General Public
81 * Note:The resource is define by OS.If you not use OS this function can be empty.
91 …* Note:The resource is define by Operating System.If you not use OS this function can be just retu…
105 * Note:The resource is define by Operating System.If you not use OS this function can be empty.
128 * If you don't use OS, you can change it. in vMBMasterErrorCBRespondTimeout()
132 /* You can add your code under here. */ in vMBMasterErrorCBRespondTimeout()
150 * If you don't use OS, you can change it. in vMBMasterErrorCBReceiveData()
154 /* You can add your code under here. */ in vMBMasterErrorCBReceiveData()
172 * If you don't use OS, you can change it. in vMBMasterErrorCBExecuteFunction()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/
H A Dcontrib.txt10 First of all as you may already know lwIP is a volunteer project so feedback
31 (This forces you to synchronize documentation and implementation.)
36 1. Make sure you are reporting bugs or send patches against the latest
38 2. If you think you found a bug make sure it's not already filed in the
40 3. If you have a fix put the patch on Savannah. If it is a patch that affects
43 is to NOT touch archs you can't test and let maintainers take care of them.
48 …If you correct an existing bug then attach the patch to the bug rather than creating a new entry i…
50 …less the bugfix is trivial too. Do not reorganize code and rename identifiers in the same patch you
56 1. If you have ported lwIP to a platform (an OS, a uC/processor or a combination of these) and
57 you think it could benefit others[1] you might want discuss this on the mailing list. You
H A Dsavannah.txt43 If it tells you:
49 You tried to execute:
50 Sorry, you are not allowed to execute that command.
53 then you could login; Savannah refuses to give you a shell - which is OK, as we
54 are allowed to use SSH for Git only. Now, you should be able to do this:
57 After which you can edit your local files with bug fixes or new features and
58 commit them. Make sure you know what you are doing when using Git to make
61 (If SSH asks about authenticity of the host, you can check the key
114 Additionally, you may post a news item on Savannah, like this:
119 You will have to submit this via the user News interface, then approve
H A Dppp.txt171 * Try to reconnect in 30 seconds, if you need a modem chatscript you have
248 * netif, optional already existing and setup output netif, necessary if you
356 * You can call this function at anytime.
361 * Then you must wait your status_cb() to be called, it may takes from a few
372 * dead state (i.e. disconnected). You need to call ppp_close() before.
394 using the TCPIP API. This is thread safe in all cases but you should avoid
398 if NO_SYS is 0 and if PPP_INPROC_IRQ_SAFE is 1, you may also use pppos_input()
399 from an RX thread, however pppos_input() is not thread safe by itself. You can
400 do that *BUT* you should NEVER call pppos_connect(), pppos_listen() and
402 at all. Using PPP_INPROC_IRQ_SAFE from an RX thread is discouraged unless you
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A Dcontrib.txt10 First of all as you may already know lwIP is a volunteer project so feedback
31 (This forces you to synchronize documentation and implementation.)
36 1. Make sure you are reporting bugs or send patches against the latest
38 2. If you think you found a bug make sure it's not already filed in the
40 3. If you have a fix put the patch on Savannah. If it is a patch that affects
43 is to NOT touch archs you can't test and let maintainers take care of them.
48 …If you correct an existing bug then attach the patch to the bug rather than creating a new entry i…
50 …less the bugfix is trivial too. Do not reorganize code and rename identifiers in the same patch you
56 1. If you have ported lwIP to a platform (an OS, a uC/processor or a combination of these) and
57 you think it could benefit others[1] you might want discuss this on the mailing list. You
H A Dsavannah.txt43 If it tells you:
49 You tried to execute:
50 Sorry, you are not allowed to execute that command.
53 then you could login; Savannah refuses to give you a shell - which is OK, as we
54 are allowed to use SSH for Git only. Now, you should be able to do this:
57 After which you can edit your local files with bug fixes or new features and
58 commit them. Make sure you know what you are doing when using Git to make
61 (If SSH asks about authenticity of the host, you can check the key
114 Additionally, you may post a news item on Savannah, like this:
119 You will have to submit this via the user News interface, then approve
H A Dppp.txt171 * Try to reconnect in 30 seconds, if you need a modem chatscript you have
248 * netif, optional already existing and setup output netif, necessary if you
356 * You can call this function at anytime.
361 * Then you must wait your status_cb() to be called, it may takes from a few
372 * dead state (i.e. disconnected). You need to call ppp_close() before.
394 using the TCPIP API. This is thread safe in all cases but you should avoid
398 if NO_SYS is 0 and if PPP_INPROC_IRQ_SAFE is 1, you may also use pppos_input()
399 from an RX thread, however pppos_input() is not thread safe by itself. You can
400 do that *BUT* you should NEVER call pppos_connect(), pppos_listen() and
402 at all. Using PPP_INPROC_IRQ_SAFE from an RX thread is discouraged unless you
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H A Dsnmp_agent.txt6 Note the agent uses the raw-API UDP interface so you may also want to
57 First of all you'll need to add the following define
65 Note you'll might need to adapt you network driver to update
74 Before starting the agent you should supply pointers
76 and snmpEnableAuthenTraps. You can do this by calling
82 Additionally you may want to set
85 snmp_set_sysobjid() (if you have a private MIB)
88 Also before starting the agent you need to setup
98 snmp_inc_sysuptime(). You should call this from a timer interrupt
114 If want to extend the agent with your own private MIB you'll need to
[all …]
H A Dcontrib.txt10 First of all as you may already know lwIP is a volunteer project so feedback
31 (This forces you to synchronize documentation and implementation.)
36 1. Make sure you are reporting bugs or send patches against the latest
38 2. If you think you found a bug make sure it's not already filed in the
40 3. If you have a fix put the patch on Savannah. If it is a patch that affects
43 is to NOT touch archs you can't test and let maintainers take care of them.
48 …If you correct an existing bug then attach the patch to the bug rather than creating a new entry i…
54 …nless the bugfix is trivial too.Do not reorganize code and rename identifiers in the same patch you
60 1. If you have ported lwIP to a platform (an OS, a uC/processor or a combination of these) and
61 you think it could benefit others[1] you might want discuss this on the mailing list. You
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A DFAQ53 7. Why don't you use GNU autoconf or libtool or ...?
71 check that you don't have old files libz.* in /usr/lib, /usr/local/lib or
85 No, sorry. You have to spawn an uncompress or gunzip subprocess, or adapt
102 trying to install it, you may want to check if it's already there! If you
124 the C compiler (cc or gcc). You must recompile applications using zlib
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
159 Of course, you should only operate on any given zlib or gzip stream from a
173 You need to change the ZLIB_VERSION and ZLIB_VERNUM #defines in zlib.h. In
177 maintainers. For example, if the version of the base zlib you are altering
[all …]
H A Dalgorithm.txt63 that you can decode fast. The most important characteristic is that shorter
76 table took no time (and if you had infinite memory), then there would only
94 Ok, you want to know what this cleverly obfuscated inflate tree actually
95 looks like. You are correct that it's not a Huffman tree. It is simply a
108 will be two lookups. If you had a compression method with really long
109 symbols, you could have as many levels of lookups as is efficient. For
114 and the number of bits to gobble. Then you start again with the next
117 You may wonder: why not just have one lookup table for how ever many bits the
118 longest symbol is? The reason is that if you do that, you end up spending
119 more time filling in duplicate symbol entries than you do actually decoding.
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/docs/
H A Dkconfig.txt17 for you, so you may find that you need to see what NEW kernel
39 If you set KCONFIG_OVERWRITECONFIG in the environment, Kconfig will not
44 If you set CONFIG_ in the environment, Kconfig will prefix all symbols
65 This enables you to create "miniature" config (miniconfig) or custom
66 config files containing just the config symbols that you are interested
90 You can set this to the integer value used to seed the RNG, if you want
155 names, so you have to know something close to what you are
164 <Help>) and Enter. This will tell you that you can also use
165 regular expressions (regexes) in the search string, so if you
166 are not interested in MEMORY_HOTPLUG, you could try
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/mconf/
H A Dmconf.c28 "This interface lets you select features and parameters for the build.\n"
42 "<N> to remove it. You may also press the <Space Bar> to cycle\n"
49 "o Use the Up/Down arrow keys (cursor keys) to highlight the item you\n"
50 " wish to change or the submenu you wish to select and press <Enter>.\n"
57 " You may also use the <PAGE UP> and <PAGE DOWN> keys to scroll\n"
64 " using those letters. You may press a single <ESC>, but\n"
65 " there is a delayed response which you may find annoying.\n"
80 "o Use the cursor keys to select the option you wish to set and press\n"
83 " Shortcut: Press the first letter of the option you wish to set then\n"
98 " If you are entering hexadecimal values, it is not necessary to\n"
[all …]

12345678910>>...37