Home
last modified time | relevance | path

Searched refs:app (Results 1 – 25 of 49) sorted by relevance

12

/hal_espressif-latest/components/esp_app_format/
DKconfig.projbuild4 bool "Use time/date stamp for app"
7 …If set, then the app will be built with the current time/date stamp. It is stored in the app descr…
8 …structure. If not set, time/date stamp will be excluded from app image. This can be useful for get…
44 …At startup, the app will read this many hex characters from the embedded APP ELF SHA-256 hash value
45 and store it in static RAM. This ensures the app ELF SHA-256 value is always available
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dsettings.c483 struct bt_mesh_app_key *app = NULL; in app_key_set() local
522 app = bt_mesh_app_key_find(app_idx); in app_key_set()
523 if (!app) { in app_key_set()
524 app = bt_mesh_app_key_alloc(app_idx); in app_key_set()
525 if (!app) { in app_key_set()
532 app->net_idx = key.net_idx; in app_key_set()
533 app->app_idx = app_idx; in app_key_set()
534 app->updated = key.updated; in app_key_set()
535 memcpy(app->keys[0].val, key.val[0], 16); in app_key_set()
536 memcpy(app->keys[1].val, key.val[1], 16); in app_key_set()
[all …]
/hal_espressif-latest/components/bootloader_support/
DREADME.rst7 …oader support" contains APIs which are used by the bootloader but are also needed for the main app.
9 …vironment (no RTOS available, BOOTLOADER_BUILD macro set) or in an esp-idf app environment (RTOS r…
DCMakeLists.txt136 else() # normal app build
162 # Embed the verification key in the binary (app & bootloader)
/hal_espressif-latest/components/bootloader/
DKconfig.projbuild96 … bool "Allow app adjust Dummy Cycle bits in SPI Flash for higher frequency (READ HELP FIRST)"
199 Partitions of type "app" cannot be specified here.
202 bool "GPIO triggers boot from test app partition"
206 Allows to run the test app from "TEST" partition.
217 To trigger a test app, this GPIO must be pulled low on reset.
227 Pin level for app test, can be triggered on low or high.
230 bool "Enter test app on GPIO low"
233 bool "Enter test app on GPIO high"
270 … If this option is set, the ESP-IDF app must explicitly reset, feed, or disable the rtc_wdt in
271 the app's own code.
[all …]
/hal_espressif-latest/components/esp_system/port/soc/esp32/
DKconfig.memory47 bool "Reserve parts of SRAM1 for app IRAM (WARNING, read help before enabling)"
50 … Reserve parts of SRAM1 for app IRAM which was previously reserved for bootloader DRAM.
51 … If booting an app on an older bootloader from before this option was introduced, the app will fail
DKconfig.tracemem22 bool "Reserve memory for tracing both pro as well as app cpu execution"
DKconfig.system58 If set, the first time the app boots it will disable the BASIC ROM Console
/hal_espressif-latest/components/esp_system/
DKconfig289 This UART peripheral is used for console output from the ESP-IDF Bootloader and the app.
291 … If the configuration is different in the Bootloader binary compared to the app binary, UART
292 is reconfigured after the bootloader exits and the app starts.
322 … This GPIO is used for console UART TX output in the ESP-IDF Bootloader and the app (including
323 boot log output and default standard output and standard error of the app).
325 … If the configuration is different in the Bootloader binary compared to the app binary, UART
326 is reconfigured after the bootloader exits and the app starts.
339 This GPIO is used for UART RX input in the ESP-IDF Bootloader and the app (including
340 default default standard input of the app).
344 … If the configuration is different in the Bootloader binary compared to the app binary, UART
[all …]
DREADME.md35 …f, flash, or using interrupt, etc.) So, in IDF code, we use BOD1 in bootloader and BOD0 in the app.
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s3/
Dbootloader.ld46 /* The app may use RAM for static allocations up to the start of iram_loader_seg.
248 * | | 2. Startup pro cpu stack (freed when IDF app is running)
252 * | | Startup app cpu stack
254 * 0x3fced710 ------------------> __stack_app (app cpu)
/hal_espressif-latest/components/esp_system/ld/
Dld.cmake2 # memory layout of the app.
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32/
Dbootloader.ld19 …from here during the final stage of loading the app because APP CPU is still held in reset, the ma…
22 placed into the same range as exception vectors in the app.
/hal_espressif-latest/components/esp_rom/
DKconfig.projbuild13 specific eFuse bit(s) will be burned at app boot stage.
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dadvanced-commands.rst159 … --chip esp8266 make_image -f app.text.bin -a 0x40100000 -f app.data.bin -a 0x3ffe8000 -f app.roda…
/hal_espressif-latest/components/log/
DKconfig46 the default verbosity level which is set when the app starts up.
55 This option only applies to logging from the app, the bootloader log level is
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
DKconfig.memory30 as heap memory after app startup.
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
DKconfig.memory30 as heap memory after app startup.
DKconfig.tracemem22 bool "Reserve memory for tracing both pro as well as app cpu execution"
/hal_espressif-latest/components/esp_system/ld/esp32s2/
Dmemory.ld.in35 …0 /* 2nd stage bootloader iram_loader_seg starts at end of block 13 (reclaimed after app boots) */
66 (0x20 offset above is a convenience for the app binary image generation.
/hal_espressif-latest/components/esp_system/ld/esp32s3/
Dmemory.ld.in22 * memory, but can only be used after app starts.
69 * (0x20 offset above is a convenience for the app binary image generation.
/hal_espressif-latest/components/spi_flash/
DKconfig96 CAUTION: If you want to OTA to an app with this feature turned on, please make
200 overlap the app partition that contains the running app.
202 It is not recommended to ever write to these regions from an IDF app,
283 the app header if the size in the bootloader header is incorrect.
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c2/
Dbootloader.ld45 /* The app may use RAM for static allocations up to the start of iram_loader_seg.
228 * | | 2. Startup pro cpu stack (freed when IDF app is running)
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c3/
Dbootloader.ld45 /* The app may use RAM for static allocations up to the start of iram_loader_seg.
229 * | | 2. Startup pro cpu stack (freed when IDF app is running)
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c6/
Dbootloader.ld42 /* The app may use RAM for static allocations up to the start of iram_loader_seg.
226 * | | 2. Startup pro cpu stack (freed when IDF app is running)

12