Home
last modified time | relevance | path

Searched full:it (Results 1 – 25 of 1214) sorted by relevance

12345678910>>...49

/nrf52832-nimble/rt-thread/tools/kconfig-frontends/
H A DCOPYING3 source tree, which is covered by the GPLv2 only. As Linus Torvalds puts it:
9 Although the above quote explictly mentions the Linux kernel, it is my
24 of this license document, but changing it is not allowed.
29 freedom to share and change it. By contrast, the GNU General Public
34 using it. (Some other Free Software Foundation software is covered by
35 the GNU Library General Public License instead.) You can apply it to
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
48 distribute copies of the software, or if you modify it.
70 program proprietary. To prevent this, we have made it clear that any
[all …]
H A DINSTALL25 various system-dependent variables used during compilation. It uses
27 It may also create one or more `.h' files containing system-dependent
28 definitions. Finally, it creates a shell script `config.status' that
33 It can also use an optional file (typically called `config.cache'
44 may remove or edit it.
48 you want to change it or regenerate `configure' using a newer version
56 Running `configure' might take a while. While running, it prints
57 some messages telling which features it is checking for.
65 documentation. When installing into a prefix owned by root, it is
82 for the package's developers. If you use it, you may have to get
[all …]
/nrf52832-nimble/rt-thread/components/net/freemodbus/
H A Dgpl.txt7 of this license document, but changing it is not allowed.
12 freedom to share and change it. By contrast, the GNU General Public
17 using it. (Some other Free Software Foundation software is covered by
18 the GNU Library General Public License instead.) You can apply it to
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
31 distribute copies of the software, or if you modify it.
53 program proprietary. To prevent this, we have made it clear that any
63 a notice placed by the copyright holder saying it may be distributed
67 that is to say, a work containing the Program or a portion of it,
[all …]
H A Dlgpl.txt7 of this license document, but changing it is not allowed.
9 [This is the first released version of the Lesser GPL. It also counts
16 freedom to share and change it. By contrast, the GNU General Public
22 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
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
38 you if you distribute copies of the library or if you modify it.
46 it. And you must show them these terms so they know their rights.
52 To protect each distributor, we want to make it very clear that
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/
H A DCOPYING7 of this license document, but changing it is not allowed.
12 freedom to share and change it. By contrast, the GNU General Public
17 using it. (Some other Free Software Foundation software is covered by
18 the GNU Lesser General Public License instead.) You can apply it to
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
31 distribute copies of the software, or if you modify it.
53 program proprietary. To prevent this, we have made it clear that any
63 a notice placed by the copyright holder saying it may be distributed
67 that is to say, a work containing the Program or a portion of it,
[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
10 # it under the terms of the GNU General Public License as published by
14 # This program is distributed in the hope that it will be useful,
24 # configuration script generated by Autoconf, you may include it under
83 # If it succeeded, we are done.
86 # Also exit now if we it failed (or wasn't found), and '--version' was
114 echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:"
122 echo "It also requires GNU m4 and Perl in order to run:"
142 echo "You should only need it if you modified 'configure.ac',"
143 echo "or m4 files included by it."
[all …]
H A Ddepcomp8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
13 # This program is distributed in the hope that it will be useful,
23 # configuration script generated by Autoconf, you may include it under
59 # Get the directory component of the given path, and save it in the
70 # Get the suffix-stripped basename of the given path, and save it the
90 # post-process it.
177 ## it if -MD -MP comes after the -MF stuff. Hmm.
210 ## -MM, not -M (despite what the docs say). Also, it might not be
238 ## to the object. Take care to not repeat it in the output.
[all …]
/nrf52832-nimble/rt-thread/components/net/uip/doc/
H A Duip-doc.txt7 The uIP TCP/IP stack is intended to make it possible to communicate
33 able to run native TCP/IP makes it possible to connect the system
41 RAM requirements of several hundreds of kilobytes have made it
47 set of features needed for a full TCP/IP stack. It can only handle a
54 assumption, it is possible to remove certain TCP/IP mechanisms that
75 TCP provides a reliable byte stream to the upper layer protocols. It
125 will never block, but will return at once. When it returns, the stack
133 the periodic timer should fire, it should invoke the timer handler
150 received it is important that the function that calculates the
155 While uIP includes a generic checksum function, it also leaves it open
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dalgorithm.txt4 LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in
9 32K bytes, it is emitted as a sequence of literal bytes. (In this
18 it would be useful to start another block with fresh trees. (This is
68 input less than the length of longest code. It gets that many bits from the
69 stream, and looks it up in the table. The table will tell if the next
70 code is that many bits or less and how many, and if it is, it will tell
71 the value, else it will point to the next level table for which inflate()
74 How many bits to make the first lookup is a tradeoff between the time it
75 takes to decode and the time it takes to build the table. If building the
95 looks like. You are correct that it's not a Huffman tree. It is simply a
[all …]
/nrf52832-nimble/rt-thread/documentation/
H A Dcoding_style_en.txt5 document is a guide for RT-Thread developers and please obey it if you are.
6 RT-Thread users could also get to know some conventions in the code through it
21 referencing other places, it can have the original name. To avoid naming
98 parameters, it should be declared as void:
106 comments should describe what does the code do. And it should describe how the
113 Please use TAB or 4 spaces to indent. It's preferred to use 4 spaces. If no
135 For ease of reading, it is advised that braces should occupy the whole line
146 There should be a space before parentheses when it's not a function call. For
173 rt_kprintf is implemented as a polling, non-interrupting string output. It is
177 It is not recommended to use rt_kprintf frequently. Unless you are aware of that
[all …]
H A Droadmap-2.1.0.md3 …icipants. If you want to let RT-Thread has some features, please implement it! Then share them to …
7 …e own characteristics, and at least, it's faster in China. (When it's ready, we maybe setup a loca…
9it can be more open, to enhance the affinity of the POSIX standard itself. Similarly, it should be…
11 …sue resolved, it's possible to support them. The primary working is the driver implementation, and…
13 From my side of the energy can put into it, I should be focusing my working on the building up the …
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/
H A Duffs_badblock.h6 UFFS is free software; you can redistribute it and/or modify it under
11 UFFS is distributed in the hope that it will be useful, but WITHOUT
23 and link it with other works to produce a work based on this file,
56 mark it as 'bad' and put it to bad block list */
60 mark it as 'bad' and put it to suspend block list */
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/m4/
H A Dlt~obsolete.m48 # unlimited permission to copy and/or distribute it, with or without
19 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
20 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
21 # using a macro with the same name in our local m4/libtool.m4 it'll
22 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
25 # So we provide this file, which has a silly filename so it's always
27 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
31 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
36 # This is to help aclocal find these macros, as it can't see m4_define.
/nrf52832-nimble/rt-thread/components/utilities/
H A DKconfig59 When the log level is less than this option and it will stop output.
61 NOTE: It's not available on syslog mode.
80 When the log level is less than this option and it will stop output.
82 NOTE: It's not available on syslog mode.
140 …The another thread (Such as idle) will read the buffer and output the log. So it will using more R…
169 bool "Enable float number support. It will using more thread stack."
173 The default formater is using rt_vsnprint and it not supported float number.
174 … When enable this option then it will enable libc. The formater will change to vsnprint on libc.
217 It will enable the log filter.
/nrf52832-nimble/rt-thread/components/net/uip/doc/html/
H A Dmain.html19 The uIP TCP/IP stack is intended to make it possible to communicate using the TCP/IP protocol suite…
29 … the Internet. For embedded systems, being able to run native TCP/IP makes it possible to connect …
30 … kilobytes and RAM requirements of several hundreds of kilobytes have made it impossible to fit th…
31 … only the absolute minimal set of features needed for a full TCP/IP stack. It can only handle a si…
32 …lementation running on a workstation-class machine. Under this assumption, it is possible to remov…
35 TCP provides a reliable byte stream to the upper layer protocols. It breaks the byte stream into ap…
44 …The input handler function will never block, but will return at once. When it returns, the stack o…
45 …ns. When the main control loop infers that the periodic timer should fire, it should invoke the ti…
49 …is checksum is made over all bytes in every packet being sent and received it is important that th…
50 While uIP includes a generic checksum function, it also leaves it open for an architecture specific…
[all …]
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/
H A DREADME.md22 If a LED server is provided with a publish address, it will
25 If a button is pressed only once within a 1 second interval, it sends an
26 "on" message. If it is pressed more than once, it
46 binds button 2 and LED 1 to application key 1. It then configures button 2
62 the mesh configuration. As additional nodes (boards) are provisioned, it
69 root element's unicast address as it is the only one that has a
72 If meshctl is gracefully exited, it can be restarted and reconnected to
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/docs/
H A Dkconfig-language.txt117 This is similar to "select" as it enforces a lower limit on another
147 contained there can still be selected by other symbols, though). It is
159 the indentation level, this means it ends at the first line which has
181 This imports the environment variable into Kconfig. It behaves like
183 also means that the behaviour when mixing it with normal defaults is
185 to the build environment (if this is desired, it can be done via
213 (2) If the values of both symbols are equal, it returns 'y',
215 (3) If the values of both symbols are equal, it returns 'n',
238 it can be specified explicitly:
254 dependencies. If a menu entry somehow depends on the previous entry, it
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/fuzz/
H A DREADME5 processes them. It is used together with the 'american fuzzy lop' tool (found
17 and it should start working. It will probably complain about CPU scheduler,
18 set AFL_SKIP_CPUFREQ=1 to ignore it.
19 If it complains about invalid "/proc/sys/kernel/core_pattern" setting, try
26 When afl finds a crash or a hang, the input that caused it will be placed in
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/fuzz/
H A DREADME5 processes them. It is used together with the 'american fuzzy lop' tool (found
20 and it should start working. It will probably complain about CPU scheduler,
21 set AFL_SKIP_CPUFREQ=1 to ignore it.
22 If it complains about invalid "/proc/sys/kernel/core_pattern" setting, try
29 When afl finds a crash or a hang, the input that caused it will be placed in
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/
H A Dcontrib.txt38 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
46 4. Do not file a bug and post a fix to it to the patch area. Either a bug report
51 …change behaviour if not necessary. A patch is easier to read and understand if it's to the point a…
52 if it's not to the point and long :) so the chances for it to be applied are greater.
57 you think it could benefit others[1] you might want discuss this on the mailing list. You
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A Dcontrib.txt38 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
46 4. Do not file a bug and post a fix to it to the patch area. Either a bug report
51 …change behaviour if not necessary. A patch is easier to read and understand if it's to the point a…
52 if it's not to the point and long :) so the chances for it to be applied are greater.
57 you think it could benefit others[1] you might want discuss this on the mailing list. You
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/include/
H A Dmb.h46 * This module defines the interface for the application. It contains
49 * is ready to answer network requests it must then call eMBEnable() to activate
138 * is platform dependent and some ports simply choose to ignore it.
174 * hardware resources. It must only be called when the protocol stack
180 * \return If the resources where released it return eMBErrorCode::MB_ENOERR.
181 * If the protocol stack is not in the disabled state it returns
190 * stack is only possible if it is in the disabled state.
192 * \return If the protocol stack is now in the state enabled it returns
193 * eMBErrorCode::MB_ENOERR. If it was not in the disabled state it
203 * \return If the protocol stack has been disabled it returns
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Dnodemgmt.c33 * If it returns zero, jffs2_reserve_space() also downs the per-filesystem
47 /* align it */ in jffs2_reserve_space()
66 * If one block is actually erased, it is not longer counted as dirty_space in jffs2_reserve_space()
67 * but it is counted in c->nr_erasing_blocks, so we add it and subtract it in jffs2_reserve_space()
78 …D1(printk(KERN_NOTICE "jffs2_reserve_space(): Low on dirty space to GC, but it's a deletion. Allow… in jffs2_reserve_space()
101 …D1(printk(KERN_NOTICE "jffs2_reserve_space(): Low on possibly available space, but it's a deletion… in jffs2_reserve_space()
168 /* Skip the end of this block and file it as having some dirty space */ in jffs2_do_reserve_space()
169 /* If there's a pending write to it, flush now */ in jffs2_do_reserve_space()
183 /* Check, if we have a dirty block now, or if it was dirty already */ in jffs2_do_reserve_space()
232 /* Have another go. It'll be on the erasable_list now */ in jffs2_do_reserve_space()
[all …]
H A Dreadinode.c62 /* There may actually be a collision here, but it doesn't in jffs2_add_tn_to_tree()
64 version are together, it's all fine. */ in jffs2_add_tn_to_tree()
132 * It is called every time an directory entry node is found.
208 * the name in it and everything. Link it into the list in read_direntry()
217 * It is called every time an inode node is found.
315 /* If node covers at least a whole page, or if it starts at the in read_dnode()
317 it's a hole node, mark it REF_PRISTINE, else REF_NORMAL. in read_dnode()
319 If it's actually overlapped, it'll get made NORMAL (or OBSOLETE) in read_dnode()
352 csize/dsize swapped. Deal with it */ in read_dnode()
368 * It is called every time an unknown node is found.
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H A Dcontrib.txt38 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
46 4. Do not file a bug and post a fix to it to the patch area. Either a bug report
55 …change behaviour if not necessary.A patch is easier to read and understand if it's to the point an…
56 if it's not to the point and long :) so the chances for it to be applied are greater.
61 you think it could benefit others[1] you might want discuss this on the mailing list. You

12345678910>>...49