Home
last modified time | relevance | path

Searched refs:available (Results 1 – 25 of 56) sorted by relevance

123

/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
DKconfig.memory16 will change the available heap size.
29 E.g. parts are used by the software bootloader, and will only be available
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
DKconfig.memory16 will change the available heap size.
29 E.g. parts are used by the software bootloader, and will only be available
/hal_espressif-latest/components/esp_adc/
DKconfig16 will be available when the cache is disabled.
27 ADC-Voltage curve using Two Point values if they are available.
35 eFuse Vref if it is available.
/hal_espressif-latest/components/esp_psram/esp32/
DKconfig.spiram121 but it will also reduce the available size of free IRAM for the user application.
131 but it will also reduce the available size of free IRAM for the user application.
140 but it will also reduce the available size of free IRAM for the user application.
150 but it will also reduce the available size of free IRAM for the user application.
161 but it will also reduce the available size of free IRAM for the user application.
172 but it will also reduce the available size of free IRAM for the user application.
181 but it will also reduce the available size of free IRAM for the user application.
193 but it will also reduce the available size of free IRAM for the user application.
202 but it will also reduce the available size of free IRAM for the user application.
211 but it will also reduce the available size of free IRAM for the user application.
[all …]
/hal_espressif-latest/components/bootloader_support/
DREADME.rst9 …eeds to be aware of being executed in a bootloader environment (no RTOS available, BOOTLOADER_BUIL…
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/
Dstub_32.ld2 of available RAM, to reduce change of colliding with anything
Dstub_8266.ld2 of available RAM, to reduce change of colliding with anything
/hal_espressif-latest/components/newlib/
DKconfig65 will use functions available in ROM, reducing the application binary size.
66 … Functions available in ROM run faster than functions which run from flash. Functions available
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dindex.rst6 Use ``esptool.py -h`` to see a summary of all available commands and command line options.
Dflash-modes.rst39 …ash communications. If flash mode is set to ``dio`` then these pins are available for other purpos…
73 …For ESP8266, some :ref:`additional sizes & layouts for OTA "firmware slots" are available <esp8266…
92 …If using OTA, some additional sizes & layouts for OTA "firmware slots" are available. If not using…
Dflasher-stub.rst19 …e reading flash). Additionally, there are a few commands which are only available when using the s…
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_api.c1526 int available = 0; in PORT_WriteDataCO() local
1527 available = len; in PORT_WriteDataCO()
1528 if (available == 0) { in PORT_WriteDataCO()
1535 while (available) { in PORT_WriteDataCO()
1542 p_port->tx.queue_size, fixed_queue_length(p_port->tx.queue), available); in PORT_WriteDataCO()
1551 if (available < (int)length) { in PORT_WriteDataCO()
1552 length = (UINT16)available; in PORT_WriteDataCO()
1587 available -= (int)length; in PORT_WriteDataCO()
1590 if (!available && (rc != PORT_CMD_PENDING) && (rc != PORT_TX_QUEUE_DISABLED)) { in PORT_WriteDataCO()
/hal_espressif-latest/tools/esptool_py/docs/
DREADME.md17 …p install esp-docs`. Running `build-docs --help` will give a summary of available options. For mor…
/hal_espressif-latest/components/esp_psram/
DKconfig.spiram.common20 but no PSRAM will be available.
26 The SPI RAM can be accessed in multiple methods: by just having it available as an unmanaged
77 …also available when SPI cache is down, to fail. This option reserves a pool specifically for reque…
/hal_espressif-latest/components/esp_system/ld/esp32s3/
Dmemory.ld.in21 * Startup code uses the IRAM from 0x403B9000 to 0x403E0000, which is not available for static
25 * 0x3FCF000 ~ (3FD00000 - DATA_CACHE_SIZE) should be available. This region is not used as
79 …Enabling Bluetooth & Trace Memory features in menuconfig will decrease the amount of RAM available.
/hal_espressif-latest/components/bt/
DKconfig80 ESP32-C2 only 3 configurable PMP entries available, rest of them are hard-coded.
122 available may depend on other features that have been enabled in the
/hal_espressif-latest/components/esp_netif/
DREADME.md61 2) network stack options (netif init and input functions, not publicly available)
100 There is only one ESP-NETIF L2 TAP interface device (path name) available. However multiple file de…
/hal_espressif-latest/components/esp_system/
DREADME.md5 The following are the timekeeping mechanisms available and their differences:
/hal_espressif-latest/components/esp_app_format/
DKconfig.projbuild45 and store it in static RAM. This ensures the app ELF SHA-256 value is always available
/hal_espressif-latest/components/soc/esp32/include/soc/
Dsoc_caps.h54 #warning ECO version not determined. Some ECO related caps will not be available.
/hal_espressif-latest/components/esp_system/ld/esp32/
Dmemory.ld.in75 the amount of RAM available.
77 Note: Length of this section *should* be 0x50000, and this extra DRAM is available
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dburn-block-data-cmd.rst8 This command is available in ``espefuse.py`` v2.6 and newer.
Dexecute-scripts-cmd.rst27 …file.name).read())`` it means that some functions and imported libs are available for using like `…
30 Inside this script, you can call all commands which are available in CLI, see ``espefuse.py --help`…
/hal_espressif-latest/components/esp_system/port/soc/esp32/
DKconfig.memory19 will change the available heap size.
/hal_espressif-latest/tools/esptool_py/flasher_stub/
DREADME.md23 …oping the stub flasher and plan to send a pull request, please use the latest toolchains available.

123