Home
last modified time | relevance | path

Searched full:option (Results 1 – 25 of 427) sorted by relevance

12345678910>>...18

/nrf52832-nimble/rt-thread/tools/
H A Dtemplate.cbp5 <Option title="project" />
6 <Option pch_mode="2" />
7 <Option compiler="gcc" />
10 <Option output="build/bin/Debug/project" prefix_auto="1" extension_auto="1" />
11 <Option object_output="build/obj/Debug/" />
12 <Option type="1" />
13 <Option compiler="gcc" />
15 <Add option="-g" />
19 <Option output="build/bin/Release/project" prefix_auto="1" extension_auto="1" />
20 <Option object_output="build/obj/Release/" />
[all …]
H A Diar.py9 # (at your option) any later version.
137 options = tree.findall('configuration/settings/data/option')
138 for option in options:
139 # print option.text
140 name = option.find('name')
144 state = SubElement(option, 'state')
152 state = SubElement(option, 'state')
157 state = SubElement(option, 'state')
H A Dcodeblocks.py9 # (at your option) any later version.
63 Option = SubElement(Unit, 'Option')
64 Option.set('compilerVar', "CC")
112 Add.set('option', "-D"+d)
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/utils/
H A Dkconfig-tweak.in15 --enable|-e option Enable option
16 --disable|-d option Disable option
17 --module|-m option Turn option into a module
18 --set-str option string
19 Set option to "string"
20 --set-val option value
21 Set option to value
22 --undefine|-u option Undefine option
23 --state|-s option Print state of option (n,y,m,undef)
25 --enable-after|-E beforeopt option
[all …]
H A Dgettext.c85 const char *option; member
92 static struct message *message__new(const char *msg, char *option, in message__new() argument
108 self->option = option; in message__new()
149 static int message__add(const char *msg, char *option, const char *file, in message__add() argument
160 m = message__new(escaped, option, file, lineno); in message__add()
194 if (self->option != NULL) in message__print_file_lineno()
195 printf("# %s:00000\n", self->option); in message__print_file_lineno()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/
H A Dsyscfg.yml28 Enable this option to allow the device to be provisioned over
40 Enable this option to allow the device to be provisioned over
46 This option enables support for the Mesh GATT Proxy Service,
53 This option determines for how long the local node advertises
57 default is the safest option.
62 This option specifies how many Proxy Filter entries the local
68 This option specifies how many subnets a Mesh network can
74 This option specifies how many application keys the device can
80 This option specifies how many application keys each model can
86 This option specifies how many group addresses each model can
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/
H A Dffconf.h12 /* This option switches read-only configuration. (0:Read/Write or 1:Read-only)
19 /* This option defines minimization level to remove some basic API functions.
29 /* This option switches string functions, f_gets(), f_putc(), f_puts() and
38 /* This option switches filtered directory read functions, f_findfirst() and
43 /* This option switches f_mkfs() function. (0:Disable or 1:Enable) */
47 /* This option switches fast seek function. (0:Disable or 1:Enable) */
51 /* This option switches f_expand function. (0:Disable or 1:Enable) */
55 /* This option switches attribute manipulation functions, f_chmod() and f_utime().
56 / (0:Disable or 1:Enable) Also _FS_READONLY needs to be 0 to enable this option. */
60 /* This option switches volume label functions, f_getlabel() and f_setlabel().
[all …]
H A DSConscript11 src += ['option/ccfile.c']
14 src += ['option/cc932.c']
16 src += ['option/cc936.c']
18 src += ['option/cc949.c']
20 src += ['option/cc950.c']
22 src += ['option/ccsbcs.c']
H A D00history.txt27 Added a configuration option (_FS_MINIMUM).
34 Changed option _FS_MINIMUM to _FS_MINIMIZE.
65 Added a configuration option _USE_NTFLAG.
98 Merged Tiny-FatFs as a configuration option. (_FS_TINY)
103 Added rewind option to f_readdir().
131 Added a configuration option, _LFN_UNICODE.
138 Added a memory configuration option. (_USE_LFN = 3)
175 Changed option name _FS_SHARE to _FS_LOCK.
203 Added a configuration option of minimum sector size. (_MIN_SS)
221 Added a configuration option for the platforms without RTC. (_FS_NORTC)
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Dccp.h51 * Max # bytes for a CCP option
74 #define CI_BSD_COMPRESS 21 /* config. option for BSD-Compress */
75 #define CILEN_BSD_COMPRESS 3 /* length of config. option */
77 /* Macros for handling the 3rd byte of the BSD-Compress config option. */
79 #define BSD_VERSION(x) ((x) >> 5) /* version of option format */
92 #define CI_DEFLATE 26 /* config option for Deflate */
94 #define CILEN_DEFLATE 4 /* length of its config option */
110 #define CI_MPPE 18 /* config option for MPPE */
111 #define CILEN_MPPE 6 /* length of config option */
119 #define CI_PREDICTOR_1 1 /* config option for Predictor-1 */
[all …]
H A Dipcp.h72 #define IPCP_VJMODE_OLD 1 /* "old" mode (option # = 0x0037) */
73 #define IPCP_VJMODE_RFC1172 2 /* "old-rfc"mode (option # = 0x002d) */
74 #define IPCP_VJMODE_RFC1332 3 /* "new-rfc"mode (option # = 0x002d, */
77 #define IPCP_VJ_COMP 0x002d /* current value for VJ compression option*/
79 /* compression option*/
84 unsigned int old_addrs :1; /* Use old (IP-Addresses) option? */
95 unsigned int old_vj :1; /* use old (short) form of VJ option? */
114 u16_t vj_protocol; /* protocol value to use in VJ option */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/
H A Dccp.h55 * Max # bytes for a CCP option
78 #define CI_BSD_COMPRESS 21 /* config. option for BSD-Compress */
79 #define CILEN_BSD_COMPRESS 3 /* length of config. option */
81 /* Macros for handling the 3rd byte of the BSD-Compress config option. */
83 #define BSD_VERSION(x) ((x) >> 5) /* version of option format */
96 #define CI_DEFLATE 26 /* config option for Deflate */
98 #define CILEN_DEFLATE 4 /* length of its config option */
114 #define CI_MPPE 18 /* config option for MPPE */
115 #define CILEN_MPPE 6 /* length of config option */
123 #define CI_PREDICTOR_1 1 /* config option for Predictor-1 */
[all …]
H A Dipcp.h76 #define IPCP_VJMODE_OLD 1 /* "old" mode (option # = 0x0037) */
77 #define IPCP_VJMODE_RFC1172 2 /* "old-rfc"mode (option # = 0x002d) */
78 #define IPCP_VJMODE_RFC1332 3 /* "new-rfc"mode (option # = 0x002d, */
81 #define IPCP_VJ_COMP 0x002d /* current value for VJ compression option*/
83 /* compression option*/
88 unsigned int old_addrs :1; /* Use old (IP-Addresses) option? */
99 unsigned int old_vj :1; /* use old (short) form of VJ option? */
118 u16_t vj_protocol; /* protocol value to use in VJ option */
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/
H A Dsyscfg.yml206 This option enables/disables encryption support in the controller.
207 This option saves both both code and RAM.
212 This option enables/disables the connection parameter request
219 This option allows a slave to initiate the feature exchange
226 This option allows a controller to send/receive LE pings.
233 This option enables/disables the data length update procedure in
235 size of tx/rx pdu's used in a connection. This option has only
241 This option is used to enable/disable LL privacy.
246 This option is used to enable/disable the extended scanner filter
253 This option is used to enable/disable support for LE Channel
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/m4/
H A Dltoptions.m41 # Helper functions for option handling. -*- Autoconf -*-
17 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
23 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
25 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
26 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
32 [m4_warning([Unknown $1 option '$2'])])[]dnl
36 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
38 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
43 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
45 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H A Dipcp.h69 #define IPCP_VJMODE_OLD 1 /* "old" mode (option # = 0x0037) */
70 #define IPCP_VJMODE_RFC1172 2 /* "old-rfc"mode (option # = 0x002d) */
71 #define IPCP_VJMODE_RFC1332 3 /* "new-rfc"mode (option # = 0x002d, */
74 #define IPCP_VJ_COMP 0x002d /* current value for VJ compression option */
76 /* compression option */
80 u_int old_addrs : 1; /* Use old (IP-Addresses) option? */
85 u_int old_vj : 1; /* use old (short) form of VJ option? */
90 u_short vj_protocol; /* protocol value to use in VJ option */
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/cdl/
H A Dcompress_zlib.cdl15 ## Software Foundation; either version 2 or (at your option) any later
72 If this option is set then the output of calling deflate()
84 This pseudo-option will force the memalloc library to be
99 This option enables the stdio-like zlib utility functions
121 This option modifies the set of compiler flags for
132 This option modifies the set of compiler flags for
143 This option modifies the set of compiler flags for
154 This option modifies the set of compiler flags for
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/
H A DPPPD_FOLLOWUP20 - IPCP no/replace default route option, were added in the early stage of
53 2010-03-07 - rp_pppoe: Copy acName and pppd_pppoe_service after option parsing
232 2013-03-02 - pppd: Add master_detach option
235 Option for multilink support, we do not support multilink and this option
317 2014-02-18 - pppd: Add option "stop-bits" to set number of serial port stop bits.
347 2014-08-01 - radius: Fix realms-config-file option
353 2014-08-01 - pppd: Eliminate potential integer overflow in option parsing
359 2014-08-01 - pppd: Eliminate memory leak with multiple instances of a string option
391 2014-06-03 - pppd: add support for defaultroute-metric option
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A DPPPD_FOLLOWUP20 - IPCP no/replace default route option, were added in the early stage of
53 2010-03-07 - rp_pppoe: Copy acName and pppd_pppoe_service after option parsing
232 2013-03-02 - pppd: Add master_detach option
235 Option for multilink support, we do not support multilink and this option
317 2014-02-18 - pppd: Add option "stop-bits" to set number of serial port stop bits.
347 2014-08-01 - radius: Fix realms-config-file option
353 2014-08-01 - pppd: Eliminate potential integer overflow in option parsing
359 2014-08-01 - pppd: Eliminate memory leak with multiple instances of a string option
391 2014-06-03 - pppd: add support for defaultroute-metric option
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/prot/
H A Dip6.h98 /* Hop-by-hop router alert option. */
113 /* router alert option type */
115 /* router alert option data len */
117 /* router alert option data */
119 /* PadN option type */
121 /* PadN option data len */
H A Dnd6.h153 /** Link-layer address option. */
170 /** Prefix information option. */
196 /** Redirected header option. */
214 /** MTU option. */
231 /** Route information option. */
250 /** Recursive DNS Server Option. */
/nrf52832-nimble/
H A DKconfig5 option env="BSP_ROOT"
10 option env="RTT_ROOT"
15 option env="PKGS_ROOT"
/nrf52832-nimble/rt-thread/components/net/sal_socket/include/
H A Dsal_tls.h26 /* Socket option to select TLS credentials to use. */
28 /* Socket option to set select ciphersuites to use. */
30 /* Socket option to set peer verification level for TLS connection. */
32 /* Socket option to set role for DTLS connection. */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/prot/
H A Dnd6.h153 /** Link-layer address option. */
170 /** Prefix information option. */
196 /** Redirected header option. */
214 /** MTU option. */
231 /** Route information option. */
250 /** Recursive DNS Server Option. */
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/docs/
H A Dkconfig-language.txt27 Most entries define a config option; all other entries help to organize
28 them. A single configuration option is defined like this:
39 define attributes for this config option. Attributes can be the type of
40 the config option, input prompt, dependencies, help text and default
41 values. A config option can be defined multiple times with the same
52 Every config option must have a type. There are only two basic types:
68 A config option can have any number of default values. If multiple
165 - misc options: "option" <symbol>[=<value>]
166 Various less common options can be defined via this option syntax,
178 At most one symbol may have the "modules" option set.
[all …]

12345678910>>...18