| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.Doxyfile | 6 # All text after a double hash (##) is considered a comment and is placed in 10 # The format is: 21 # that follow. The default is UTF-8 which is also the encoding used for all text 31 # project for which the documentation is generated. This name is used in the 39 # control system is used. 116 # text. Otherwise, the brief description is used as-is. If left blank, the 419 # is 0..9, the default is 0, corresponding to a cache size of 2^16=65536 704 # tag is left empty. 791 # Note: If this tag is empty the current directory is searched. 1191 # 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300 [all …]
|
| A D | lwip.Doxyfile.cmake.in | 6 # All text after a double hash (##) is considered a comment and is placed in 10 # The format is: 21 # that follow. The default is UTF-8 which is also the encoding used for all text 31 # project for which the documentation is generated. This name is used in the 39 # control system is used. 116 # text. Otherwise, the brief description is used as-is. If left blank, the 419 # is 0..9, the default is 0, corresponding to a cache size of 2^16=65536 704 # tag is left empty. 791 # Note: If this tag is empty the current directory is searched. 1191 # 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300 [all …]
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 6 # All text after a double hash (##) is considered a comment and is placed in 10 # The format is: 21 # that follow. The default is UTF-8 which is also the encoding used for all text 31 # project for which the documentation is generated. This name is used in the 39 # control system is used. 116 # text. Otherwise, the brief description is used as-is. If left blank, the 410 # is 0..9, the default is 0, corresponding to a cache size of 2^16=65536 695 # tag is left empty. 782 # Note: If this tag is empty the current directory is searched. 1180 # 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300 [all …]
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | sys_arch.txt | 55 no real error handling is implemented. 73 If the timeout argument is non-zero, the return value is the number of 84 Returns 1 if the semaphore is valid, 0 if it is not valid. 118 Returns 1 if the mutes is valid, 0 if it is not valid. 143 mailbox when the mailbox is deallocated, it is an indication of a 149 the "msg" is really posted. 154 is full, else, ERR_OK if the "msg" is posted. 175 This is similar to sys_arch_mbox_fetch, however if a message is not 188 Returns 1 if the mailbox is valid, 0 if it is not valid. 226 sys_arch_protect() is only required if your port is supporting an operating [all …]
|
| A D | rawapi.txt | 25 currently it is built on top of the sequential API. It is meant to 64 If SYS_LIGHTWEIGHT_PROT is set to 1 and 83 time but is also less memory intensive. The drawback is that program 115 that is independent of the TCP/IP state. 148 return ERR_USE, otherwise ERR_OK is returned. 159 deallocated. The reason for this behavior is that less memory is 222 If this flag is given, the PSH flag is not set. 272 When a connection is idle (i.e., no data is either transmitted or 314 If a connection is aborted because of an error, the application is 371 datagram is received. [all …]
|
| A D | ppp.txt | 183 * In lwIP, PPPoS is not PPPoSONET, in lwIP PPPoS is PPPoSerial. 283 /* Auth configuration, this is pretty self-explanatory */ 384 If NO_SYS is 1 and if PPP_INPROC_IRQ_SAFE is 0 (the default), pppos_input() 387 Whatever the NO_SYS value, if PPP_INPROC_IRQ_SAFE is 1, pppos_input() is IRQ 392 if NO_SYS is 0, the thread safe way outside an interrupt context is to use 398 if NO_SYS is 0 and if PPP_INPROC_IRQ_SAFE is 1, you may also use pppos_input() 446 /* Session is down (either permanently or briefly) */ 461 /* Session is running */ 477 from previous lwIP version is pretty easy: 506 file as it is already included by above header files. [all …]
|
| A D | mdns.txt | 7 See notes in src/apps/mdns/mdns.c for what is left. It is however usable in normal 22 The max number of services supported per netif is defined by MDNS_MAX_SERVICES, 23 default is 1. 29 MDNS with IPv6 requires LWIP_IPV6_MLD = 1, and that a link-local address is 57 MDNS allows UTF-8 names, but it is recommended to stay within ASCII, 60 It is recommended to call this function after an IPv4 address has been set, 61 since there is currently no check if the v4 address is valid. 79 service instance, and service is the type of service, like _http 98 item) is 255 bytes. 111 Removing services is currently not supported. Services are removed when the [all …]
|
| A D | contrib.txt | 8 Here is a short list of suggestions to anybody working with lwIP and 10 First of all as you may already know lwIP is a volunteer project so feedback 17 2. indentation is two spaces per level (i.e. per tab). 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. 44 This is a good way to see if they are used at all - the same goes for unix 50 …trivial fixes unless the bugfix is trivial too. Do not reorganize code and rename identifiers in t… 51 …change behaviour if not necessary. A patch is easier to read and understand if it's to the point a…
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | sys_arch.txt | 56 no real error handling is implemented. 74 If the timeout argument is non-zero, the return value is the number of 85 Returns 1 if the semaphore is valid, 0 if it is not valid. 105 no real error handling is implemented. 110 mailbox when the mailbox is deallocated, it is an indication of a 116 the "msg" is really posted. 121 is full, else, ERR_OK if the "msg" is posted. 142 This is similar to sys_arch_mbox_fetch, however if a message is not 155 Returns 1 if the mailbox is valid, 0 if it is not valid. 190 sys_arch_protect() is only required if your port is supporting an operating [all …]
|
| A D | rawapi.txt | 19 currently it is built on top of the sequential API. It is meant to 68 time but is also less memory intensive. The drawback is that program 80 Program execution is driven by callbacks. Each callback is an ordinary 85 that is independent of the TCP/IP state. 118 return ERR_USE, otherwise ERR_OK is returned. 129 deallocated. The reason for this behavior is that less memory is 201 If this flag is given, the PSH flag is not set. 251 When a connection is idle (i.e., no data is either transmitted or 293 If a connection is aborted because of an error, the application is 351 Sends the pbuf p. The pbuf is not deallocated. [all …]
|
| A D | snmp_agent.txt | 5 This is a brief introduction how to use and configure the SNMP agent. 13 This is an old(er) standard but is still widely supported. 18 relative. SNMP is simple compared to the complex ISO network 24 This is a required MIB, so this is always enabled. 31 tables is not possible. 105 This one is undefined by default in mib2.c. SNMP_GET_SYSUPTIME is called inside 160 Currently only the .mgmt sub-tree is available and 161 when the SNMP_PRIVATE_MIB is enabled the .private tree 171 The middle part is usually located in ROM (const) 173 However RAM location is possible for a dynamically [all …]
|
| A D | contrib.txt | 8 Here is a short list of suggestions to anybody working with lwIP and 10 First of all as you may already know lwIP is a volunteer project so feedback 17 2. indentation is two spaces per level (i.e. per tab). 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. 44 This is a good way to see if they are used at all - the same goes for unix 50 …can go to the lwip-users list. This is still the fastest way of interaction and the list is not so… 51 …as to allow for loss of fixes. Putting bugs on Savannah and subsequently closing them is too much … 54 …trivial fixes unless the bugfix is trivial too.Do not reorganize code and rename identifiers in th… 55 …change behaviour if not necessary.A patch is easier to read and understand if it's to the point an…
|
| /components/libc/cplusplus/ |
| A D | README.md | 3 This is the C++ component in RT-Thread RTOS. In order to support C++ language, this component 6 Because RT-Thread RTOS is used in embedded system mostly, there are some rules for C++ applications: 10 3. Template is discouraged and it easily causes code text large. 12 5. Multiple inheritance is strongly discouraged, as it can cause intolerable confusion. 32 /* The .ARM.exidx section is used for C++ exception handling. */ 33 /* .ARM.exidx is sorted, so has to go in its own output section. */ 39 /* This is used by the startup in order to initialize the .data secion */ 44 /* .data section which is used for initialized data */
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | ppp.txt | 183 * In lwIP, PPPoS is not PPPoSONET, in lwIP PPPoS is PPPoSerial. 283 /* Auth configuration, this is pretty self-explanatory */ 384 If NO_SYS is 1 and if PPP_INPROC_IRQ_SAFE is 0 (the default), pppos_input() 387 Whatever the NO_SYS value, if PPP_INPROC_IRQ_SAFE is 1, pppos_input() is IRQ 392 if NO_SYS is 0, the thread safe way outside an interrupt context is to use 398 if NO_SYS is 0 and if PPP_INPROC_IRQ_SAFE is 1, you may also use pppos_input() 446 /* Session is down (either permanently or briefly) */ 461 /* Session is running */ 477 from previous lwIP version is pretty easy: 506 file as it is already included by above header files. [all …]
|
| A D | contrib.txt | 8 Here is a short list of suggestions to anybody working with lwIP and 10 First of all as you may already know lwIP is a volunteer project so feedback 17 2. indentation is two spaces per level (i.e. per tab). 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. 44 This is a good way to see if they are used at all - the same goes for unix 50 …trivial fixes unless the bugfix is trivial too. Do not reorganize code and rename identifiers in t… 51 …change behaviour if not necessary. A patch is easier to read and understand if it's to the point a…
|
| A D | mdns.txt | 7 See notes in src/apps/mdns/mdns.c for what is left. It is however usable in normal 22 The max number of services supported per netif is defined by MDNS_MAX_SERVICES, 23 default is 1. 29 MDNS with IPv6 requires LWIP_IPV6_MLD = 1, and that a link-local address is 57 MDNS allows UTF-8 names, but it is recommended to stay within ASCII, 79 service instance, and service is the type of service, like _http 96 Since a hostname struct is used for TXT storage each single item can be max 98 item) is 255 bytes.
|
| /components/net/lwip/lwip-2.0.3/src/apps/httpd/makefsdata/ |
| A D | readme.txt | 4 There is also a plain C console application doing the same and extended a bit. 8 switch -s: toggle processing of subdirectories (default is on) 9 switch -e: exclude HTTP header from file (header is created at runtime, default is on) 10 switch -11: include HTTP 1.1 header (1.0 is default)
|
| /components/net/lwip/lwip-2.1.2/src/apps/http/makefsdata/ |
| A D | readme.txt | 4 There is also a plain C console application doing the same and extended a bit. 8 switch -s: toggle processing of subdirectories (default is on) 9 switch -e: exclude HTTP header from file (header is created at runtime, default is on) 10 switch -11: include HTTP 1.1 header (1.0 is default)
|
| /components/lwp/vdso/ |
| A D | SConscript | 19 if not hasattr(rtconfig, 'CPP') or rtconfig.CPP is None: 21 if not hasattr(rtconfig, 'CPPFLAGS') or rtconfig.CPPFLAGS is None: 30 if hasattr(rtconfig, 'EXEC_PATH') and rtconfig.EXEC_PATH is not None: 32 if hasattr(rtconfig, 'PREFIX') and rtconfig.PREFIX is not None: 34 if hasattr(rtconfig, 'DEVICE') and rtconfig.DEVICE is not None:
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | README | 3 lwIP is a small independent implementation of the TCP/IP protocol 8 The focus of the lwIP TCP/IP implementation is to reduce the RAM usage 45 lwIP is freely available under a BSD license. 54 Development of lwIP is hosted on Savannah, a central point for 60 The lwIP TCP/IP stack is maintained in the 'lwip' Git module and 79 Self documentation of the source code is regularly extracted from the current 80 Git sources and is available from this web page: 83 There is now a constantly growing wiki about lwIP at 96 documentation and browsing the mailing list archives is a good way to
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | README | 3 lwIP is a small independent implementation of the TCP/IP protocol 8 The focus of the lwIP TCP/IP implementation is to reduce the RAM usage 33 lwIP is freely available under a BSD license. 41 Development of lwIP is hosted on Savannah, a central point for 47 The lwIP TCP/IP stack is maintained in the 'lwip' CVS module and 70 Self documentation of the source code is regularly extracted from the 71 current CVS sources and is available from this web page: 74 There is now a constantly growin wiki about lwIP at 84 documentation and browsing the mailing list archives is a good way to
|
| /components/net/lwip/lwip-2.1.2/test/unit/ |
| A D | Filelists.cmake | 1 # This file is indended to be included in end-user CMakeLists.txt 3 # It assumes the variable LWIP_DIR is defined pointing to the 6 # This file is NOT designed (on purpose) to be used as cmake 8 # The intention is to provide greater flexibility to users to
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | README | 3 lwIP is a small independent implementation of the TCP/IP protocol suite. 5 The focus of the lwIP TCP/IP implementation is to reduce the RAM usage 12 and is now developed and maintained by a worldwide network of developers. 51 lwIP is freely available under a BSD license. 60 Development of lwIP is hosted on Savannah, a central point for 66 The lwIP TCP/IP stack is maintained in the 'lwip' Git module and 85 Self documentation of the source code is regularly extracted from the current 86 Git sources and is available from this web page: 89 There is now a constantly growing wiki about lwIP at 102 documentation and browsing the mailing list archives is a good way to
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | init.h.cmake.in | 32 * This file is part of the lwIP TCP/IP stack. 58 /** For release candidates, this is set to 1..254 59 * For official releases, this is set to 255 (LWIP_RC_RELEASE) 60 * For development versions (Git), this is set to 0 (LWIP_RC_DEVELOPMENT) */ 63 /** LWIP_VERSION_RC is set to LWIP_RC_RELEASE for official releases */ 65 /** LWIP_VERSION_RC is set to LWIP_RC_DEVELOPMENT for Git versions */
|
| /components/fal/docs/ |
| A D | fal_api_en.md | 12 | return | If the search is successful, the Flash device object will be returned, and if the search… 23 | return | If the search is successful, the Flash partition object will be returned, and if the sea… 38 The default partition table will be automatically loaded when FAL is initialized. Using this settin… 118 | return | If the creation is successful, the corresponding block device will be returned, and if i… 131 | return | If the creation is successful, the corresponding MTD Nor Flash device will be returned, … 135 …artition through the deivice interface or the devfs interface. After POSIX is turned on, the parti… 144 | return | If the creation is successful, the corresponding character device will be returned, othe…
|