Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/hal_espressif-3.5.0/tools/
Didf.py195 for option in ctx.command.params:
196 default = () if option.multiple else option.default
197 … if isinstance(option, Option) and option.deprecated and ctx.params[option.name] != default:
198 deprecation = Deprecation(option.deprecated)
200 … raise FatalError('Error: %s' % deprecation.full_message('Option "%s"' % option.name))
202 … print_warning('Warning: %s' % deprecation.full_message('Option "%s"' % option.name))
401 option = Option(**option_args)
402 self.params.append(option)
404 if option.scope.is_shared:
405 shared_options.append(option)
[all …]
/hal_espressif-3.5.0/components/newlib/
DKconfig7 This option allows configuring the desired line endings sent to UART
17 This option doesn't affect behavior of the UART driver (drivers/uart.h).
31 This option allows configuring which input sequence on UART produces
41 This option doesn't affect behavior of the UART driver (drivers/uart.h).
57 formatting option. This option doesn't support 64-bit integer formats and C99
60 For more details about "nano" formatting option, please see newlib readme file,
64 If this option is enabled, build system will use functions available in
70 option disabled.
/hal_espressif-3.5.0/tools/kconfig/
Dkxgettext.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()
/hal_espressif-3.5.0/components/spiffs/
DKconfig83 If this option is enabled, symbolic links are taken into account
99 If this option is enabled, the magic will also be dependent
108 This option sets the number of extra bytes stored in the file header.
131 If this option is not set, the time field is 32 bits (up to 2106 year),
134 then this option cannot be applied in this case.
135 Erase it first before using this option.
145 Enabling this option will print general debug mesages to the console.
151 Enabling this option will print API debug mesages to the console.
157 Enabling this option will print GC debug mesages to the console.
164 Enabling this option will print cache debug mesages to the console.
[all …]
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/
DKconfig.in18 Enable this option to allow using specific duplicate scan filter
20 option in the Bluetooth Controller section in menuconfig, which is
56 Enable this option to use the default memory allocation strategy when
74 Enable this option to use FreeRTOS static allocation APIs for BLE Mesh,
77 If this option is disabled, the FreeRTOS static allocation APIs will not
148 Enable this option to allow BLE Mesh fast provisioning solution to be used.
151 When this option is enabled, and after an unprovisioned device is provisioned
157 Enable the device to be provisioned into a node. This option should be
164 Enable the device to be a Provisioner. The option should be enabled when
175 This option specifies how many unprovisioned devices can be added to device
[all …]
/hal_espressif-3.5.0/components/wpa_supplicant/
DKconfig12 Select this option to use MbedTLS crypto APIs which utilize hardware acceleration.
18 Select this option to enable WAPI-PSK
27 Select this option to enable 192 bit NSA suite-B.
34 Select this option to print logging information from WPA supplicant,
51 Select this option to enable validate each WPS attribute
59 Select this option to enable 802.11k 802.11v APIs(RRM and BTM support).
62 Enable this option with BTM and RRM enabled in sta config
84 Select this option to enable WiFi Multiband operation certification support.
DCOPYING13 the BSD license option for future distribution. As such, the GPL v2
14 license option is no longer used. It should be noted that the BSD
15 license option (the one with advertisement clause removed) is compatible
22 after February 11, 2012 is no longer under the GPL v2 option.
/hal_espressif-3.5.0/components/fatfs/
DKconfig10 f_setcp function. Note that choosing this option will increase
132 This option sets the FATFS configuration value _FS_LOCK.
133 The option _FS_LOCK switches file lock function to control duplicated file open
148 This option sets FATFS configuration value _FS_TIMEOUT, scaled to milliseconds.
152 and time out after amount of time set by this option.
159 This option affects FATFS configuration value _FS_TINY.
161 If this option is set, _FS_TINY is 0, and each open file has its own cache,
163 This option uses more RAM if more than 1 file is open, but needs less reads
166 If this option is not set, _FS_TINY is 1, and single cache is used for
177 When the option is enabled, internal buffers used by FATFS will be allocated
[all …]
/hal_espressif-3.5.0/examples/system/deep_sleep/main/
DKconfig.projbuild8 This option enables wake up from deep sleep using touch pads
16 This option enables wake up from deep sleep using ULP.
27 …This option enables wake up from deep sleep from GPIO2 and GPIO4. They should be connected to LOW …
36 …This option enables wake up from GPIO, only GPIO0~5 can be used to wake up. Be aware that if you u…
51 … This option set the gpio wake-up trigger signal, In deep sleep, only high or low level wake-up is
52 …supported. If this option is enabled, it is a high level wake up, otherwise it is a low level wake…
/hal_espressif-3.5.0/components/esp_hw_support/
DKconfig20 # This is here since this option affect behavior of esp_light_sleep_start
29 …This option will in fact consider VDD_SDIO auto power value (ESP_PD_OPTION_AUTO) as OFF. Also, it …
53 This option provides a software workaround for this issue. Configure to isolate all
62 pull-up, you do not need to select this option, otherwise, you
63 should enable this option.
70 pull-up, you do not need to select this option, otherwise, you
71 should enable this option.
86 this option. But be aware that this might increase the power consumption.
/hal_espressif-3.5.0/examples/peripherals/uart/nmea0183_parser/main/
DKconfig.projbuild41 Enabling this option will parse the following parameter from GGA statement:
50 Enabling this option will parse the following parameter from GSA statement:
60 Enabling this option will parse the following parameter from GSV statement:
69 Enabling this option will parse the following parameter from RMC statement:
80 Enabling this option will parse the following parameter from GLL statement:
89 Enabling this option will parse the following parameter from VTG statement:
/hal_espressif-3.5.0/components/lwip/
DKconfig88 This option is deprecated. Use VFS_SUPPORT_SELECT instead, which is
89 the inverse of this option.
93 implementations. If this option is enabled then all calls of select()
101 Enabling this option allows SO_LINGER processing.
112 bool "Enable SO_REUSEADDR option"
115 Enabling this option allows binding to a port which remains in
123 Enabling this option means that any incoming broadcast or multicast
133 bool "Enable SO_RCVBUF option"
136 Enabling this option allows checking for available data on a netconn.
139 bool "Enable IP_PKTINFO option"
[all …]
/hal_espressif-3.5.0/components/bootloader/
DKconfig.projbuild16 This option sets compiler optimization level (gcc -O argument)
89 The option "Use custom SPI Flash WP Pin" must be set or this value is ignored
98 If this option is enabled, and VDDSDIO LDO is set to 1.8V (using eFuse
103 This option has no effect if VDDSDIO is set to 3.3V, or if the internal
214 … If this option is set, the ESP-IDF app must explicitly reset, feed, or disable the rtc_wdt in
216 … If this option is not set (default), then rtc_wdt will be disabled by ESP-IDF before calling
250 … This option prevents rollback to previous firmware/application image with lower security version.
260 … for storing the security version is limited (see BOOTLOADER_APP_SEC_VER_SIZE_EFUSE_FIELD option).
290 … This option allows to emulate read/write operations with all eFuses and efuse secure version.
294 This option enables: EFUSE_VIRTUAL and EFUSE_VIRTUAL_KEEP_IN_FLASH.
[all …]
/hal_espressif-3.5.0/
DKconfig9 option env="IDF_CMAKE"
12 # This option is for internal use only
14 option env="IDF_ENV_FPGA"
25 # This option records the IDF target when sdkconfig is generated the first time.
93 (Note: This option is used with the legacy GNU Make build system only.)
103 This option helps find places where a variable reference is misspelled
107 (Note: this option is used with the legacy GNU Make build system only.)
113 … Enable this option in case you have a custom toolchain which supports time_t wide 64-bits.
114 This option checks time_t is 64-bits and disables ROM time functions
116 This option allows resolving the Y2K38 problem.
[all …]
/hal_espressif-3.5.0/components/esp_wifi/
DKconfig17 … If only Bluetooth is used, it is recommended to disable this option to reduce binary file
108 … it caches the uplayer packets to a dedicated buffer queue, this option is used to configure the
129 Select this option to enable CSI(Channel State Information) feature. CSI takes about
137 Select this option to enable AMPDU TX feature
155 Select this option to enable AMPDU RX feature
176 Select this option to enable AMSDU TX feature
182 Select this option to enable WiFi NVS flash
231 Select this option to place frequently called Wi-Fi library functions in IRAM.
232 When this option is disabled, more than 10Kbytes of IRAM memory will be saved
240 Select this option to place frequently called Wi-Fi library RX functions in IRAM.
[all …]
/hal_espressif-3.5.0/components/bt/
DKconfig8 … Select this option to enable Bluetooth and show the submenu with Bluetooth configuration choices.
32 This option is recommended for classic Bluetooth or for dual-mode
38 This option is recommended for BLE only usecases to save on memory
43 This option is recommended when you want to communicate directly with the
66 This option enables ESP BLE Mesh support. The specific features that are
/hal_espressif-3.5.0/components/fatfs/src/
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 …]
/hal_espressif-3.5.0/components/spi_flash/
DKconfig7 If this option is enabled, any time SPI flash is written then the data will be read
16 If this option is enabled, if SPI flash write verification fails then a log error line
25 … If this option is enabled, any SPI flash write which tries to set zero bits in the flash to
32 Such software will log spurious warnings if this option is enabled.
38 This option enables the following APIs:
52 This option should be enabled, if any one of the following is true: (1) need to write
103 Enable this option to use the legacy implementation.
117 this option, and the lock will be bypassed on SPI1 bus. Otherwise if extra devices
118 are needed to attach to SPI1 bus, enable this option.
125 This option allows to bypass "block erase" and always do sector erase commands.
[all …]
/hal_espressif-3.5.0/components/esp_adc_cal/
DKconfig9 This option will allow the ADC calibration component to characterize the
17 Some ESP32s have Vref burned into eFuse BLOCK0. This option will allow
26 This option will allow the ADC calibration component to use Lookup Tables
28 do not exhibit non-linear behavior hence will not be affected by this option.
/hal_espressif-3.5.0/components/esp_system/
DKconfig51 # This is a High Layer Kconfig option, invisible, can be selected by other Kconfig option
57 # This is a High Layer Kconfig option, invisible, can be selected by other Kconfig option
93 This config option allows to add RTC fast memory region to system heap with capability
104 …perform backtracing when panics occur. Activating this option will activate asynchronous frame unw…
106 …100% larger). The main purpose of this option is to be able to have a backtrace parsed and printed…
108 This option shall NOT be used for production.
139 # Hidden option for linker script usage
145 # Hidden option for linker script usage
216 - On chips with USB OTG peripheral, "USB CDC" option redirects output to the
217 CDC port. This option uses the CDC driver in the chip ROM.
[all …]
/hal_espressif-3.5.0/tools/kconfig_new/test/gen_kconfig_doc/
DKconfig14 bool "Always visible option"
139 int "option with default value depending on the chip version"
151 bool "bool option"
155 bool "bool option 2"
159 hex "bool option"
166 int "int option"
/hal_espressif-3.5.0/components/driver/
DKconfig20 … For testing, disable this option so that we can measure the output of DAC by internal ADC.
30 If this option is not selected, the MCPWM interrupt will be deferred when the Cache
33 Note that if this option is selected, all user registered ISR callbacks should never
97 Note that if this option is enabled:
113 …condition is that both TEC and REC become 0. Enabling this option will add a workaround in the dri…
122 …cycle, the transmit interrupt could be lost. Enabling this option will add a workaround that check…
131 …the data of the next received frame could be invalid. Enabling this option will add a workaround t…
142 …RX FIFO is no longer recoverable. Enabling this option will add a workaround that resets the perip…
154 If this option is not selected, UART interrupt will be disabled for a long time and
168 If this option is selected, the array `rtc_gpio_desc` can be compile.
[all …]
/hal_espressif-3.5.0/components/bt/host/nimble/
DKconfig.in74 along with this option. Similarly for ESP32-C3 or ESP32-S3, user is expected to
181 If this option is enabled, SM uses predefined DH key pair as described
299 Enable this option to send number-of-completed-packets event to
340 Enable this option to allow the device to be provisioned over
350 Enable this option to allow the device to be provisioned over the GATT
359 This option enables support for the Mesh GATT Proxy Service,
375 Enable this option to be able to act as a Low Power Node
382 Enable this option to be able to act as a Friend Node
412 Enable this option to choose mbedTLS instead of TinyCrypt for crypto
427 Use this option to do host based Random Private Address resolution.
[all …]
/hal_espressif-3.5.0/components/vfs/
DKconfig14 Disabling this option can save memory when the support for these functions
18 when this option is disabled:
38 Disabling this option can save memory when the support for these functions
53 Disabling this option can reduce code size if support for "select" on UART file
64 option.
72 Disabling this option can save memory when the support for termios.h is not required.
/hal_espressif-3.5.0/components/openthread/
DKconfig7 …Select this option to enable OpenThread and show the submenu with OpenThread configuration choices.
59 …Select this option to enable Diag in OpenThread. This will enable diag mode and a series of diag c…
68 … Select this option to enable commissioner in OpenThread. This will enable the device to act as a
77 …Select this option to enable Joiner in OpenThread. This allows a device to join the Thread network…
85 …Select this option to enable SRP Client in OpenThread. This allows a device to register SRP servic…
93 Select this option to enable border router features in OpenThread.

12345678910>>...14