/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/ |
H A D | config.h.in | 3 /* 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/components/net/lwip-1.4.1/src/core/ |
H A D | init.c | 65 #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 D | init.c | 86 #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 D | init.c | 87 #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/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | infback.c | 124 have = strm->avail_in; \ 135 strm->avail_in = have; \ 151 if (have == 0) { \ 152 have = in(in_desc, &next); \ 153 if (have == 0) { \ 166 have--; \ 251 unsigned have, left; /* available input and output */ local 274 have = next != Z_NULL ? strm->avail_in : 0; 336 if (copy > have) copy = have; 339 have -= copy; [all …]
|
H A D | inflate.c | 100 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf, 408 have = strm->avail_in; \ 419 strm->avail_in = have; \ 435 if (have == 0) goto inf_leave; \ 436 have--; \ 515 would all have to actually be part of the saved state in case NEEDBITS() 561 unsigned have, left; /* available input and output */ local 584 in = have; 683 if (copy > have) copy = have; 694 have -= copy; [all …]
|
H A D | FAQ | 6 http://www.zlib.org which may have more recent information. 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 105 15. I have a question about OttoPDF. 125 which have this problem. This problem is specific to Solaris. See 134 formats use the same compressed data format internally, but have different 201 on any data types being limited to 32-bits in length. If you have any 215 at those points. You have to be careful to not use Z_FULL_FLUSH too 220 We don't know for sure. We have heard occasional reports of success on 256 33. Does zlib have any security vulnerabilities? [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/ |
H A D | snmp_agent.txt | 14 For SNMPv2c and v3 have a greater complexity and need many 34 doen't have a route table and doesn't have a notion of the U,G,H flags. 85 snmp_set_sysobjid() (if you have a private MIB) 107 when it's queried (any function which need "sysuptime" have to call 120 Note we don't have a "MIB compiler" that generates C source from a MIB, 148 We have three distinct parts for all object identifiers:
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/docs/ |
H A D | kconfig-language.txt | 34 Usually, modules have to be recompiled whenever you switch to a new 42 name, but every definition can have only a single input prompt and the 48 A menu entry can have a number of attributes. Not all of them are 52 Every config option must have a type. There are only two basic types: 63 Every menu entry can have at most one prompt, which is used to display 68 A config option can have any number of default values. If multiple 178 At most one symbol may have the "modules" option set. 189 This declares the symbol as one that should have the value y when 198 module state. Dependency expressions have the following syntax: 222 An expression can have a value of 'n', 'm' or 'y' (or 0, 1, 2 [all …]
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/ |
H A D | uip-doc.txt | 10 their peers to have complex, full-size stacks, but can communicate 38 Traditional TCP/IP implementations have required far too much 41 RAM requirements of several hundreds of kilobytes have made it 46 The uIP implementation is designed to have only the absolute minimal 85 packet will have to reassemble any fragmented IP packets before they 107 are implemented. However, in order to reduce code size, we have 126 or the application for which the incoming packet was intended may have 136 driver should called to send out the packets that may have been produced. 164 implementation will have to do a number of 32-bit additions as part of 192 next incoming packet, the application will either have to act [all …]
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/ |
H A D | README | 15 autostuff-based package, I may have done mistakes here and there... 19 - statically linking is much, much more complex than it should be. I have 39 Note that, provided you have the required dependencies, all frontends are 44 have to run:
|
H A D | COPYING | 40 have the freedom to distribute copies of free software (and charge for 52 you have. You must make sure that they, too, receive or can get the 63 want its recipients to know that what they have is not the original, so 70 program proprietary. To prevent this, we have made it clear that any 193 However, parties who have received copies, or rights, from you under 194 this License will not have their licenses terminated so long as such 197 5. You are not required to accept this License, since you have not 236 implemented by public license practices. Many people have made 261 later version", you have the option of following the terms and conditions 307 convey the exclusion of warranty; and each file should have at least [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_hs_id.h | 68 * Retrieves one of the device's identity addresses. The device can have two 88 * BLE_HS_ENOADDR if the device does not have an 100 * if we have a random static address: 106 * if we have a random static address: 118 * BLE_HS_ENOADDR if the device does not have a
|
/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 21 referencing other places, it can have the original name. To avoid naming 71 Braces should have their own lines and the members should be defines with 97 upper application should be declared in header files. If the function don't have 143 When matching braces have their own lines, the reader would identify the code 175 would have influence to the timing sequence of the log output.
|
/nrf52832-nimble/packages/NimBLE-latest/ |
H A D | CODING_STANDARDS.md | 10 conventions, *only*. Other languages (such as Go), have their own 15 * All files that are newly written, should have the Apache License clause 55 * for, else, if, while statements must have braces around their 120 * When you have to wrap a long statement, put the operator at the end of the 180 * The cplusplus wrapper must have the following format, and precedes 223 * Arguments to function calls should have spaces between the comma, i.e. do:
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | pppapi.c | 61 * We know it works because the structs have been instantiated as struct pppapi_msg */ in pppapi_do_ppp_set_default() 94 * We know it works because the structs have been instantiated as struct pppapi_msg */ in pppapi_do_ppp_set_notify_phase_callback() 129 * We know it works because the structs have been instantiated as struct pppapi_msg */ in pppapi_do_pppos_create() 170 * We know it works because the structs have been instantiated as struct pppapi_msg */ in pppapi_do_pppoe_create() 215 * We know it works because the structs have been instantiated as struct pppapi_msg */ in pppapi_do_pppol2tp_create() 274 * We know it works because the structs have been instantiated as struct pppapi_msg */ in pppapi_do_ppp_connect() 307 * We know it works because the structs have been instantiated as struct pppapi_msg */ in pppapi_do_ppp_listen() 339 * We know it works because the structs have been instantiated as struct pppapi_msg */ in pppapi_do_ppp_close() 371 * We know it works because the structs have been instantiated as struct pppapi_msg */ in pppapi_do_ppp_free() 402 * We know it works because the structs have been instantiated as struct pppapi_msg */ in pppapi_do_ppp_ioctl()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | pppapi.c | 61 * We know it works because the structs have been instantiated as struct pppapi_msg */ in pppapi_do_ppp_set_default() 94 * We know it works because the structs have been instantiated as struct pppapi_msg */ in pppapi_do_ppp_set_notify_phase_callback() 129 * We know it works because the structs have been instantiated as struct pppapi_msg */ in pppapi_do_pppos_create() 170 * We know it works because the structs have been instantiated as struct pppapi_msg */ in pppapi_do_pppoe_create() 215 * We know it works because the structs have been instantiated as struct pppapi_msg */ in pppapi_do_pppol2tp_create() 274 * We know it works because the structs have been instantiated as struct pppapi_msg */ in pppapi_do_ppp_connect() 307 * We know it works because the structs have been instantiated as struct pppapi_msg */ in pppapi_do_ppp_listen() 339 * We know it works because the structs have been instantiated as struct pppapi_msg */ in pppapi_do_ppp_close() 371 * We know it works because the structs have been instantiated as struct pppapi_msg */ in pppapi_do_ppp_free() 402 * We know it works because the structs have been instantiated as struct pppapi_msg */ in pppapi_do_ppp_ioctl()
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/ |
H A D | gpl.txt | 23 have the freedom to distribute copies of free software (and charge for 35 you have. You must make sure that they, too, receive or can get the 46 want its recipients to know that what they have is not the original, so 53 program proprietary. To prevent this, we have made it clear that any 176 However, parties who have received copies, or rights, from you under 177 this License will not have their licenses terminated so long as such 180 5. You are not required to accept this License, since you have not 219 implemented by public license practices. Many people have made 244 later version", you have the option of following the terms and conditions 290 convey the exclusion of warranty; and each file should have at least [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/ |
H A D | COPYING | 23 have the freedom to distribute copies of free software (and charge for 35 you have. You must make sure that they, too, receive or can get the 46 want its recipients to know that what they have is not the original, so 53 program proprietary. To prevent this, we have made it clear that any 176 However, parties who have received copies, or rights, from you under 177 this License will not have their licenses terminated so long as such 180 5. You are not required to accept this License, since you have not 219 implemented by public license practices. Many people have made 244 later version", you have the option of following the terms and conditions 290 convey the exclusion of warranty; and each file should have at least [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ |
H A D | ble_sec.rst | 15 - **Device authentication**: Verification that the two devices have the 27 devices does not have a display capable of displaying a six digit 28 number nor does it have a keyboard capable of entering six decimal 41 input capability but does not have the capability to display six
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | ip6_zone.h | 10 * "zone." For unicast addresses, only link-local addresses have a scope; in 25 * is a rule that an unscoped (e.g., global) address must never have a zone. 111 /** Does the given IPv6 address have a zone set? (0/1) */ 169 * Even though the unicast loopback address does have an implied link-local 170 * scope, in this implementation it does not have an explicitly assigned zone 226 /** Does the given IPv6 address have a scope, and as such should also have a 227 * zone to be meaningful, but does not actually have a zone? (0/1) */ 232 * Try to select a zone for a scoped address that does not yet have a zone.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/ |
H A D | ble_ll_conn.c | 50 * 1) I think if we are initiating and we already have a connection with 56 * a connect request to the device, make sure we dont have it. 100 * 1) When scheduling, I need to make sure I have time between 128 /* We cannot have more than 254 connections given our current implementation */ 365 * NOTE: the ordering of these function calls is important! We have to stop 527 /* Upper 6 bits must have 2 transitions */ in ble_ll_conn_calc_access_addr() 550 /* Cannot have more than 24 transitions */ in ble_ll_conn_calc_access_addr() 578 /* 8 lsb should have at least three 1 */ in ble_ll_conn_calc_access_addr() 583 /* 16 lsb should have no more than 11 transitions */ in ble_ll_conn_calc_access_addr() 606 /* We have a valid access address */ in ble_ll_conn_calc_access_addr() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/http/ |
H A D | httpd.c | 135 /** tcp_write does not have to copy data when sent from rom-file-system directly */ 696 /* If we have no parameters at all, return immediately. */ in extract_uri_parameters() 789 /* Find this tag in the list we have been provided. */ 817 * we don't have a handler for. Merely echo back the tags with an error 905 /* Have we found a matching extension? */ 920 /* Does the URL passed have any file extension? If not, we assume it 925 have already been sent. */ 1018 /* How much do we have to send from the current header? */ 1049 /* Have we finished sending this string? */ 1076 * more headers to send, but we do have file data to send, drop through [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/include/linux/ |
H A D | jffs2_fs_i.h | 13 either the GC would deadlock, or we'd have to release it 14 before letting GC proceed. Or we'd have to put ugliness 38 /* Some stuff we just have to keep in-core at all times, for each inode. */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/httpd/ |
H A D | httpd.c | 682 /* If we have no parameters at all, return immediately. */ in extract_uri_parameters() 775 /* Find this tag in the list we have been provided. */ 803 * we don't have a handler for. Merely echo back the tags with an error 892 /* Have we found a matching extension? */ 907 /* Does the URL passed have any file extension? If not, we assume it 912 have already been sent. */ 991 /* How much do we have to send from the current header? */ 1022 /* Have we finished sending this string? */ 1045 * more headers to send, but we do have file data to send, drop through 1072 /* Do we have a valid file handle? */ [all …]
|