Home
last modified time | relevance | path

Searched full:should (Results 1 – 25 of 880) sorted by relevance

12345678910>>...36

/nrf52832-nimble/rt-thread/documentation/
H A Dcoding_style_en.txt12 In normal conditions, please name directories in lower-case. Directories should
13 have descriptive names. For example, the port of a chip should be composed of
15 should stand for what the component does.
35 The symbol should begin and end with "__" to avoid naming collision. The words
36 of the file name should be connected by "_".
41 In every header file, there should be copyright information and Change Log
71 Braces should have their own lines and the members should be defines with
74 The names of type defines such like structure types should be the structure name
97 upper application should be declared in header files. If the function don't have
98 parameters, it should be declared as void:
[all …]
H A Droadmap-2.1.0.md3 …The next version should be a small version, not always similar to the last version, which is a big…
9 …pen, to enhance the affinity of the POSIX standard itself. Similarly, it should be better supporte…
11 …dually evolved into the RT-Thread target hardware platform, but the work should be heavier. If the…
13should be focusing my working on the building up the platform, so that RT-Thread can be more POSIX…
/nrf52832-nimble/rt-thread/components/net/uip/uip/
H A Duipopt.h7 * should be tweaked to match each specific project. The uIP
11 * \note Most of the configuration options in the uipopt.h should not
21 * uIP. You should make a copy of this file into one of your project's
83 * if uIP should be run over Ethernet.
85 * All of these should be changed to suit your project.
89 * Determines if uIP should use a fixed IP address or not.
91 * If uIP should use a fixed IP address, the settings are set in the
93 * uip_setdraddr() and uip_setnetmask() should be used instead.
119 * Specifies if the uIP ARP module should be compiled with a fixed
139 * This should normally not be changed.
[all …]
H A Duip_arp.h78 /* The uip_arp_ipin() function should be called whenever an IP packet
86 /* The uip_arp_arpin() should be called when an ARP packet is received
90 buffer should be sent out on the Ethernet if the uip_len variable
94 /* The uip_arp_out() function should be called when an IP packet
95 should be sent out on the Ethernet. This function creates an
103 the Ethernet frame that should be transmitted. */
106 /* The uip_arp_timer() function should be called every ten seconds. It
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/include/
H A Dmbconfig.h43 * and program memory space should be saved.<br>
65 * a configuration option. It should be set to the maximum expected delay
70 * should support.
77 /*! \brief Number of bytes which should be allocated for the <em>Report Slave ID
86 /*! \brief If the <em>Report Slave ID</em> function should be enabled. */
88 /*! \brief If the <em>Read Input Registers</em> function should be enabled. */
90 /*! \brief If the <em>Read Holding Registers</em> function should be enabled. */
92 /*! \brief If the <em>Write Single Register</em> function should be enabled. */
94 /*! \brief If the <em>Write Multiple registers</em> function should be enabled. */
96 /*! \brief If the <em>Read Coils</em> function should be enabled. */
[all …]
H A Dmb.h52 * Modbus timeout. If an RTOS is available a separate task should be created
53 * and the task should always call the function eMBPoll().
93 * \brief If register should be written or read.
97 * registers should be updated and reading means that the modbus protocol
134 * \param eMode If ASCII or RTU mode should be used.
226 * This function should be called when the Modbus function <em>Report Slave ID</em>
233 * \param pucAdditional Values which should be returned in the <em>Additional</em>
250 * the creation of an appropriate response. In case of an error it should return
254 * \param ucFunctionCode The Modbus function code for which this handler should
256 * \param pxHandler The function handler which should be called in case
[all …]
H A Dmb_m.h47 * Modbus timeout. If an RTOS is available a separate task should be created
48 * and the task should always call the function eMBMasterPoll().
104 * \param eMode If ASCII or RTU mode should be used.
194 * the creation of an appropriate response. In case of an error it should return
198 * \param ucFunctionCode The Modbus function code for which this handler should
200 * \param pxHandler The function handler which should be called in case
206 * case the values in mbconfig.h should be adjusted. If the argument was not
222 * as an argument. The application should then read the actual register values
223 * (for example the ADC voltage) and should store the result in the supplied
227 * passed to the callback function. The function should then use these values
[all …]
/nrf52832-nimble/rt-thread/examples/test/
H A Ddhry_1.c179 printf (" should be: %d\n", 5); in dhry_test()
181 printf (" should be: %d\n", 1); in dhry_test()
183 printf (" should be: %c\n", 'A'); in dhry_test()
185 printf (" should be: %c\n", 'B'); in dhry_test()
187 printf (" should be: %d\n", 7); in dhry_test()
189 printf (" should be: Number_Of_Runs + 10\n"); in dhry_test()
192 printf (" should be: (implementation-dependent)\n"); in dhry_test()
194 printf (" should be: %d\n", 0); in dhry_test()
196 printf (" should be: %d\n", 2); in dhry_test()
198 printf (" should be: %d\n", 17); in dhry_test()
[all …]
/nrf52832-nimble/rt-thread/components/net/uip/doc/
H A Duip-code-style.c29 * Multi-line comments look like this. Comments should prefferably be
43 * should have the module name prepended to them. This makes it easy
60 * This template should always be used to document
73 * Local variables should always be declared at the start of the in code_style_example_function()
80 * There should be no space between keywords and the first in code_style_example_function()
81 * parenthesis. There should be spaces around binary operators, no in code_style_example_function()
85 * should follow the statement on the same line. in code_style_example_function()
105 * name should not be prepended with the module name - doing so would
H A Duip-doc.txt124 should be invoked by the main control loop. The input handler function
127 produced one or more reply packets which should be sent out. If so,
128 the network device driver should be called to send out these packets.
133 the periodic timer should fire, it should invoke the timer handler
136 driver should called to send out the packets that may have been produced.
141 architecture on which uIP is intended to run. These functions should
223 traffic the system should be able to handle and the maximum amount of
286 the retransmission. When uIP decides that a segment should be
296 to know when the retransmission should be made. Thus the complexity of
319 which service the connection should provide. For instance, an
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A Dsys_arch.txt25 kinds. Mailboxes should be implemented as a queue which allows multiple messages
53 If the semaphore has been created, ERR_OK should be returned. Returning any
68 signaled. If the "timeout" argument is non-zero, the thread should
70 milliseconds). If the "timeout" argument is zero, the thread should be
100 If the mutex has been created, ERR_OK should be returned. Returning any
136 If the mailbox has been created, ERR_OK should be returned. Returning any
144 programming error in lwIP and the developer should be notified.
160 the sys_arch_sem_wait() function). If "timeout" is 0, the thread should
164 should be dropped.
213 main-loop and from interrupts), the SYS_LIGHTWEIGHT_PROT protection SHOULD be enabled!
[all …]
H A Drawapi.txt86 is the preferred way of writing applications that should be small in
121 Specifies the program specific state that should be passed to all
178 Specified the callback function that should be called when a new
215 - TCP_WRITE_FLAG_COPY: indicates whether the new memory should be allocated
217 should be allocated and the data should only be referenced by pointer. This
232 the application should wait until some of the currently enqueued
239 Specifies the callback function that should be called when data has
285 Specifies the polling interval and the callback function that should
298 should wait and try again either by using the acknowledgment
345 can be IP_ADDR_ANY to indicate that it should listen to any local IP
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/scripts/
H A Dmissing19 # You should have received a copy of the GNU General Public License
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"
167 echo "You should only need it if you modified a '.y' file."
172 echo "You should only need it if you modified a '.l' file."
177 echo "You should only need it if you modified a dependency" \
183 echo "You should only need it if you modified a '.texi' file, or"
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H A Dsys_arch.txt54 If the semaphore has been created, ERR_OK should be returned. Returning any
69 signaled. If the "timeout" argument is non-zero, the thread should
71 milliseconds). If the "timeout" argument is zero, the thread should be
103 If the mailbox has been created, ERR_OK should be returned. Returning any
111 programming error in lwIP and the developer should be notified.
127 the sys_arch_sem_wait() function). If "timeout" is 0, the thread should
131 should be dropped.
186 function should support recursive calls from the same task or interrupt. In
222 environment specific (probably should move env stuff
249 the standard *nix error codes, or it should #define LWIP_PROVIDE_ERRNO
H A Drawapi.txt71 is the preferred way of writing applications that should be small in
91 Specifies the program specific state that should be passed to all
157 Specified the callback function that should be called when a new
194 - TCP_WRITE_FLAG_COPY: indicates whether the new memory should be allocated
196 should be allocated and the data should only be referenced by pointer. This
211 the application should wait until some of the currently enqueued
218 Specifies the callback function that should be called when data has
264 Specifies the polling interval and the callback function that should
277 should wait and try again either by using the acknowledgment
311 must be called with regular intervals. The tcp_fasttmr() should be
[all …]
/nrf52832-nimble/rt-thread/components/net/uip/doc/html/
H A Da00140.html25 This file is used for tweaking various configuration options for uIP. You should make a copy of thi…
35 …netmask, default router and Ethernet address are appliciable only if uIP should be run over Ethern…
36 All of these should be changed to suit your project. <br><br></td></tr>
39 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Determines if uIP should use a fixed IP…
45 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Specifies if the uIP ARP module should
56 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The maximum time an IP fragment should
61 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Toggles wether UDP support should be co…
64 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Toggles if UDP checksums should be used…
72 …lass="mdescRight">Determines if support for opening connections from uIP should be compiled in. <…
81 …lass="mdescRight">Determines if support for TCP urgent data notification should be compiled in. <…
[all …]
H A Da00153.html19 This file contains all compile-time options for uIP and should be tweaked to match each specific pr…
20 …nfiguration options in the <a class="el" href="a00140.html">uipopt.h</a> should not be changed, bu…
80 …netmask, default router and Ethernet address are appliciable only if uIP should be run over Ethern…
81 All of these should be changed to suit your project. <br><br></td></tr>
84 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Determines if uIP should use a fixed IP…
90 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Specifies if the uIP ARP module should
101 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The maximum time an IP fragment should
106 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Toggles wether UDP support should be co…
109 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Toggles if UDP checksums should be used…
117 …lass="mdescRight">Determines if support for opening connections from uIP should be compiled in. <…
[all …]
/nrf52832-nimble/packages/NimBLE-latest/
H A DCODING_STANDARDS.md15 * All files that are newly written, should have the Apache License clause
49 * Code must be indented to 4 spaces, tabs should not be used.
101 * After a function declaration, the braces should be on a newline, i.e. do:
118 * Line length should never exceed 79 columns.
156 * All public APIs should be commented with Doxygen style comments describing
193 * Names should be as short as possible, but no shorter.
223 * Arguments to function calls should have spaces between the comma, i.e. do:
/nrf52832-nimble/rt-thread/components/drivers/sensors/
H A Dsensor.h106 * to keep a partial wake-lock should they wish to receive sensor
244 * The norm of <x, y, z> should be close to 0 when in free fall.
299 * direction (mathematically speaking, it should be positive in the
332 * The range should at least be 17.45 rad/s (ie: ~1000 deg/s).
366 * the sensor should report its maxRange value in the "far" state and a value
380 * gravity sensor should be identical to that of the accelerometer.
395 * Readings on all axes should be close to 0 when device lies on a table.
476 * Factory calibration and temperature compensation should still be applied to
483 * is due to the Earth's poles should be avoided.
489 * These values should be continuous (no re-calibration should cause a jump).
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/platform/win32/
H A Duffs_config.h16 You should have received a copy of the GNU General Public License
76 * \note reserve buffers for clone. 1 or 2 should be enough.
83 * 5 should be enough.
90 * \note this value should be between '2' and the lesser of
281 #error "MAX_DIRTY_PAGES_IN_A_BLOCK should >= 2"
285 #error "MAX_DIRTY_PAGES_IN_A_BLOCK should < (MAX_PAGE_BUFFERS - CLONE_BUFFERS_THRESHOLD)"
289 #error "CLONE_BUFFERS_THRESHOLD should >= 2 when CONFIG_PAGE_WRITE_VERIFY is enabled."
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/
H A Duffs_config.h16 You should have received a copy of the GNU General Public License
76 * \note reserve buffers for clone. 1 or 2 should be enough.
83 * 5 should be enough.
90 * \note this value should be between '2' and the lesser of
286 #error "MAX_DIRTY_PAGES_IN_A_BLOCK should >= 2"
290 #error "MAX_DIRTY_PAGES_IN_A_BLOCK should < (MAX_PAGE_BUFFERS - CLONE_BUFFERS_THRESHOLD)"
294 #error "CLONE_BUFFERS_THRESHOLD should >= 2 when CONFIG_PAGE_WRITE_VERIFY is enabled."
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/platform/posix/
H A Duffs_config.h16 You should have received a copy of the GNU General Public License
76 * \note reserve buffers for clone. 1 or 2 should be enough.
83 * 5 should be enough.
90 * \note this value should be between '2' and the lesser of
286 #error "MAX_DIRTY_PAGES_IN_A_BLOCK should >= 2"
290 #error "MAX_DIRTY_PAGES_IN_A_BLOCK should < (MAX_PAGE_BUFFERS - CLONE_BUFFERS_THRESHOLD)"
294 #error "CLONE_BUFFERS_THRESHOLD should >= 2 when CONFIG_PAGE_WRITE_VERIFY is enabled."
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A DFAQ159 Of course, you should only operate on any given zlib or gzip stream from a
175 identification string should be appended to ZLIB_VERSION. Version numbers
178 is "1.2.3.4", then in zlib.h you should change ZLIB_VERNUM to 0x123f, and
182 For altered source distributions, you should also note the origin and
184 with the dates of the alterations. The origin should include at least your
189 zconf.h is also a source distribution, and so you should change
200 It should. It has been tested on 64-bit machines, and has no dependence
228 First off, you should read RFC 1951. Second, yes. Look in zlib's
262 hand, if zlib is compiled to use snprintf() or vsnprintf(), which should
273 Note that you should be using the most recent version of zlib. Versions
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dsys.h106 should be used instead */
127 * so both implementation types (recursive or non-recursive) should work.
130 * If the mutex has been created, ERR_OK should be returned. Returning any
187 * If the semaphore has been created, ERR_OK should be returned. Returning any
205 * "timeout" argument is non-zero, the thread should only be blocked for the
207 * the thread should be blocked until the semaphore is signalled.
277 * If the mailbox has been created, ERR_OK should be returned. Returning any
319 * the sys_arch_sem_wait() function). If "timeout" is 0, the thread should
323 * should be dropped.
365 * programming error in lwIP and the developer should be notified.
[all …]
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_pwm.h136 the peripheral should be stopped.
146 it should be started from the beginning.
160 NRFX_PWM_FLAG_SIGNAL_END_SEQ0 = 0x04, /**< The event handler should be
163 NRFX_PWM_FLAG_SIGNAL_END_SEQ1 = 0x08, /**< The event handler should be
167 (enabled by default) should be
169 NRFX_PWM_FLAG_START_VIA_TASK = 0x80, /**< The playback should not be
172 should only prepare it and
231 * sequence notifications are required, events for both sequences should be
233 * and the @ref NRFX_PWM_FLAG_SIGNAL_END_SEQ1 flag should be specified and
235 * event should be handled in the same way).

12345678910>>...36