/nrf52832-nimble/rt-thread/components/net/uip/doc/ |
H A D | examples.txt | 5 The uIP distribution contains a number of example applications that 11 /** \example hello-world.c */ 12 /** \example hello-world.h */ 14 /** \example smtp.c */ 15 /** \example smtp.h */ 17 /** \example webclient.c */ 18 /** \example webclient.h */ 20 /** \example example-mainloop-with-arp.c */ 21 /** \example example-mainloop-without-arp.c */ 23 /** \example telnetd.c */ [all …]
|
H A D | uip-doc.txt | 97 example of the first kind is "A TCP MUST be able to receive a TCP 98 option in any segment" and an example of the second kind is "There 442 Two examples of usage are shown below. The first example shows how to 456 The second example shows how to open a new connection to a specific IP 457 address. No error checks are made in this example. 475 This first example shows a very simple application. The application 505 example actually shows a complete uIP application. It is not required 511 This second example is slightly more advanced than the previous one, 607 remote end or the local end of the connection. The example below shows 630 This example shows a simple application that connects to a host, sends [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/example/ |
H A D | CMakeLists.txt | 14 SET(flash_if_SRCS flash-interface-example.c) 15 ADD_EXECUTABLE(static-mem-example ${static_mem_SRCS}) 16 ADD_EXECUTABLE(flash-if-example ${flash_if_SRCS}) 17 TARGET_LINK_LIBRARIES(static-mem-example emu uffs emu platform apitest_server) 18 TARGET_LINK_LIBRARIES(flash-if-example emu uffs emu platform) 20 TARGET_LINK_LIBRARIES(static-mem-example pthread)
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | Makefile.riscos | 24 test: @.minigzip @.example @.lib 41 @/@.example @.fred @.fred 46 @.example: @.o.example @.lib C:o.Stubs 47 Link $(Linkflags) @.o.example @.lib C:o.Stubs 58 remove @.example 70 o.example: c.example 71 o.example: h.zlib 72 o.example: h.zconf
|
H A D | descrip.mms | 17 all : example.exe minigzip.exe 18 @ write sys$output " Example applications available" 22 example.exe : example.obj libz.olb 23 link example,libz.olb/lib 37 example.obj : zlib.h zconf.h
|
H A D | Makefile.in | 55 TEST_OBJS = example.o minigzip.o 57 all: example$(EXE) minigzip$(EXE) 64 if ./example; then \ 86 example$(EXE): example.o $(LIBS) 87 $(CC) $(CFLAGS) -o $@ example.o $(LDFLAGS) 123 rm -f *.o *~ example$(EXE) minigzip$(EXE) \ 145 example.o: zlib.h zconf.h
|
H A D | Makefile | 55 TEST_OBJS = example.o minigzip.o 57 all: example$(EXE) minigzip$(EXE) 64 if ./example; then \ 86 example$(EXE): example.o $(LIBS) 87 $(CC) $(CFLAGS) -o $@ example.o $(LDFLAGS) 123 rm -f *.o *~ example$(EXE) minigzip$(EXE) \ 145 example.o: zlib.h zconf.h
|
H A D | Make_vms.com | 68 $ dele example.obj;*,minigzip.obj;* 95 $ write sys$output "Building example..." 96 $ CALL MAKE example.OBJ "CC ''CCOPT' example" - 97 example.c zlib.h zconf.h 98 $ call make example.exe "LINK example,libz.olb/lib" example.obj libz.olb 289 all : example.exe minigzip.exe libz.olb 290 @ write sys$output " Example applications available" 295 example.exe : example.obj libz.olb 296 link $(LOPTS) example,libz.olb/lib 310 example.obj : example.c zlib.h zconf.h
|
H A D | ChangeLog | 16 - Added zran.c example of compressed data random access to examples 91 - Remove prototype of exit() from zutil.c, example.c, minigzip.c [Truta] 151 - Add contrib/gzappend for an example of appending to a stream 157 - Add example to contrib/visual-basic.txt [Michael B.] 178 - Remove test of gz functions in example.c when GZ_COMPRESS defined [Truta] 209 - Update contrib/delphi; rename to contrib/pascal; add example [Truta] 231 - Modify test_gzio in example.c to take a single file name as a 233 - Exit the example.c program if gzopen fails [Truta] 234 - Add type casts around strlen in example.c [Truta] 262 - Fix printf format in example.c [all …]
|
H A D | README | 11 (volunteer to write man pages welcome, contact [email protected]). A usage example 12 of the library is given in the file example.c which also tests that the library 13 is working correctly. Another example is given in the file minigzip.c. The 14 compression library itself is composed of all source files except example.c and
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/ |
H A D | README | 41 Memory consuming example: 47 Example 1: 128M bytes NAND, 8192 blocks, total memory cost: 50 Example 2: 32M Bytes NAND, 2048 blocks, total memory cost: 53 Example 3: 16M bytes NAND, 1024 blocks, total memory cost: 61 Example 1: 512M bytes NAND, 8192 blocks, total memory cost: 64 Example 2: 128M Bytes NAND, 2048 blocks, total memory cost: 67 Example 3: 64M bytes NAND, 1024 blocks, total memory cost: 152 - Fix bugs in flash interface example. 249 …Note: if you want to run mkuffs on another PC, for example, a Windows PC, you need to specify the …
|
/nrf52832-nimble/rt-thread/documentation/ |
H A D | coding_style_en.txt | 13 have descriptive names. For example, the port of a chip should be composed of 63 Please name structures in lower-case and connect words with "_". For example: 75 plus "_t". For example: 81 example: 147 example:
|
/nrf52832-nimble/rt-thread/examples/ulog/ |
H A D | ulog_example.c | 15 #define LOG_TAG "example" 53 …/* Set the example tag's level filter's level is LOG_FILTER_LVL_SILENT, the log enter silent mode.… in ulog_example() 54 ulog_tag_lvl_filter_set("example", LOG_FILTER_LVL_SILENT); in ulog_example() 93 MSH_CMD_EXPORT(ulog_example, run ulog example)
|
/nrf52832-nimble/rt-thread/components/net/uip/uip/ |
H A D | uip.h | 91 * Example: 115 * Example: 407 * uip_appdata pointer as illustrated by the following example: 748 * Example: 821 * Example: 868 * Example: 895 * Example: 923 * Example: 954 * Example: 963 * In the example above, the variable "ipaddr2" will contain the IP [all …]
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/html/ |
H A D | a00148.html | 200 Example: <div class="fragment"><pre class="fragment"> <a class="code" href="a00150.html#g1ef35301f4… 216 …a class="el" href="a00042.html#a65">example-mainloop-with-arp.c</a>, and <a class="el" href="a0004… 249 Example: <div class="fragment"><pre class="fragment"> <a class="code" href="a00150.html#g1ef35301f4… 255 In the example above, the variable "octet" will contain the value 1. <dl compact><dt><b>Examples: <… 289 Example: <div class="fragment"><pre class="fragment"> <a class="code" href="a00150.html#g1ef35301f4… 295 In the example above, the variable "octet" will contain the value 2. <dl compact><dt><b>Examples: <… 329 Example: <div class="fragment"><pre class="fragment"> <a class="code" href="a00150.html#g1ef35301f4… 335 In the example above, the variable "octet" will contain the value 3. <dl compact><dt><b>Examples: <… 369 Example: <div class="fragment"><pre class="fragment"> <a class="code" href="a00150.html#g1ef35301f4… 375 In the example above, the variable "octet" will contain the value 4. <dl compact><dt><b>Examples: <… [all …]
|
H A D | a00143.html | 17 The uIP distribution contains a number of example applications that can be either used directory or… 36 <tr><td class="mdescLeft"> </td><td class="mdescRight">A small example showing how to write ap… 41 <tr><td class="mdescLeft"> </td><td class="mdescRight">This example shows a HTTP client that i…
|
H A D | a00162.html | 20 A small example showing how to write applications with <a class="el" href="a00158.html">protosocket… 29 <tr><td class="mdescLeft"> </td><td class="mdescRight">Header file for an example of how to wr… 34 <tr><td class="mdescLeft"> </td><td class="mdescRight">An example of how to write uIP applicat…
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/ |
H A D | mdns.txt | 63 down, for example cable connected after being disconnected, administrative 88 int txt_len). Example callback method: 100 If your device runs a webserver on port 80, an example call might be:
|
H A D | ppp.txt | 8 2 - Raw API PPP example for all protocols 48 2 Raw API PPP example for all protocols 74 /* PPP status callback example */ 157 * case for example readability. 438 Notify phase callback can be used, for example, to set a LED pattern depending 439 on the current phase of the PPP session. Here is a callback example which
|
/nrf52832-nimble/rt-thread/components/net/uip/apps/hello-world/ |
H A D | hello-world.h | 10 * A small example showing how to write applications with 16 * Header file for an example of how to write uIP applications
|
/nrf52832-nimble/rt-thread/ |
H A D | README.md | 12 …h has strong scalability: from a tiny kernel running on a tiny core, for example ARM Cortex-M0, or… 24 The Component is a software concept upon RT-Thread kernel, for example a shell (finsh/msh shell), v… 84 …r the system according to your rtconfig.h configuration header file. For example, if you disable t…
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/ |
H A D | httpd.h | 66 * with the same name if, for example, a multi-selection list control is used 71 * browser, for example "/thanks.htm" or "/response/error.ssi". 132 * recognized, for example). 135 * "normal" SSI processing as found in, for example, the Apache web server. In
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_setup/ |
H A D | ble_sync_cb.rst | 43 Example chapter 46 The following example demonstrates the configuration of the sync and
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | ppp.txt | 8 2 - Raw API PPP example for all protocols 48 2 Raw API PPP example for all protocols 74 /* PPP status callback example */ 157 * case for example readability. 438 Notify phase callback can be used, for example, to set a LED pattern depending 439 on the current phase of the PPP session. Here is a callback example which
|
/nrf52832-nimble/rt-thread/components/dfs/ |
H A D | Kconfig | 33 User can use mount table for automatically mount, for example: 94 … if you use some spi nor flash for fatfs, please set this the erase sector size, for example 4096.
|