/hal_espressif-3.6.0/components/app_update/test/ |
D | test_ota_ops.c | 24 const esp_partition_t *running = esp_ota_get_running_partition(); 34 TEST_ASSERT_NOT_NULL(running); 37 TEST_ASSERT_NOT_EQUAL(ESP_OK, esp_ota_begin(running, OTA_SIZE_UNKNOWN, &handle)); 40 memcpy(&partition, running, sizeof(esp_partition_t)); 50 const esp_partition_t *running = esp_ota_get_running_partition(); 60 TEST_ASSERT_NOT_NULL(running); 66 …TEST_ASSERT_EQUAL_PTR(factory, running); /* this may not be true if/when we get OTA tests that do … 94 const esp_partition_t *running = esp_ota_get_running_partition(); 95 TEST_ASSERT_NOT_NULL(running); 97 TEST_ESP_OK(esp_ota_get_partition_description(running, &app_desc1)); [all …]
|
D | test_switch_ota.c | 198 const esp_partition_t *running = esp_ota_get_running_partition(); in get_running_firmware() local 200 running->type, running->subtype, running->address); in get_running_firmware() 204 TEST_ASSERT_NOT_EQUAL(NULL, running); in get_running_firmware() 205 if (running->subtype != ESP_PARTITION_SUBTYPE_APP_TEST) { in get_running_firmware() 206 TEST_ASSERT_EQUAL_PTR(running, configured); in get_running_firmware() 208 return running; in get_running_firmware()
|
/hal_espressif-3.6.0/components/freertos/test/ |
D | test_thread_local.c | 35 bool *running = (bool *)arg; in task_test_tls() local 94 if (running) { in task_test_tls() 95 *running = false; in task_test_tls() 105 bool running[2] = {true, true}; variable 112 … xTaskCreatePinnedToCore((TaskFunction_t)&task_test_tls, "task_test_tls", stack_size, &running[0], 114 …kCreateStaticPinnedToCore((TaskFunction_t)&task_test_tls, "task_test_tls", stack_size, &running[1], 116 while (running[0] || running[1]) {
|
/hal_espressif-3.6.0/examples/system/ota/native_ota_example/main/ |
D | native_ota_example.c | 86 const esp_partition_t *running = esp_ota_get_running_partition(); in ota_example_task() local 88 if (configured != running) { in ota_example_task() 90 configured->address, running->address); in ota_example_task() 94 running->type, running->subtype, running->address); in ota_example_task() 157 if (esp_ota_get_partition_description(running, &running_app_info) == ESP_OK) { in ota_example_task() 297 const esp_partition_t *running = esp_ota_get_running_partition(); in app_main() local 299 if (esp_ota_get_state_partition(running, &ota_state) == ESP_OK) { in app_main()
|
/hal_espressif-3.6.0/examples/system/esp_event/user_event_loops/ |
D | README.md | 63 I (316) user_event_loops: application_task: running application task 69 I (1426) user_event_loops: application_task: running application task 74 I (2526) user_event_loops: application_task: running application task 79 I (3626) user_event_loops: application_task: running application task 84 I (4726) user_event_loops: application_task: running application task 87 I (5826) user_event_loops: application_task: running application task 89 I (6926) user_event_loops: application_task: running application task 90 I (8026) user_event_loops: application_task: running application task 91 I (9126) user_event_loops: application_task: running application task 117 I (316) user_event_loops: application_task: running application task [all …]
|
/hal_espressif-3.6.0/components/bootloader_support/test/ |
D | test_verify_image.c | 43 const esp_partition_t *running = esp_ota_get_running_partition(); 44 TEST_ASSERT_NOT_EQUAL(NULL, running); 46 .offset = running->address, 47 .size = running->size, 52 TEST_ASSERT_TRUE(data.image_len <= running->size);
|
/hal_espressif-3.6.0/docs/_static/diagrams/twai/ |
D | state_transition.diag | 18 running [label = "Running"]; 26 stopped <-> running [thick, fontsize = 14, label = "C/D"]; 27 running -> bus_off [folded, thick, color = red, fontsize = 14, label = "E"];
|
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ |
D | advanced_https_ota_example.c | 47 const esp_partition_t *running = esp_ota_get_running_partition(); in validate_image_header() local 49 if (esp_ota_get_partition_description(running, &running_app_info) == ESP_OK) { in validate_image_header() 206 const esp_partition_t *running = esp_ota_get_running_partition(); in app_main() local 208 if (esp_ota_get_state_partition(running, &ota_state) == ESP_OK) { in app_main()
|
/hal_espressif-3.6.0/examples/system/ota/otatool/ |
D | otatool_example.sh | 35 running=$(python get_running_partition.py) 36 if [[ "$running" != "$1" ]]; then 38 echo "FAILURE: Running partition '$running' does not match expected '$1'"
|
D | otatool_example.py | 42 running = get_running_partition(port) 43 if running != expected: 44 raise Exception('Running partition %s does not match expected %s' % (running, expected))
|
D | README.md | 13 The built application in this example outputs the currently running partition, whose output is used… 14 …ry is written to all OTA partitions at the start of the example to be able to determine the running 21 Before running either of the example scripts, it is necessary to build and flash the firmware using… 35 The example can be executed by running the script [otatool_example.py](otatool_example.py) or [otat…
|
D | get_running_partition.py | 67 running = re.search(pattern, content).group(1) 69 return running.decode('utf-8')
|
/hal_espressif-3.6.0/examples/system/ota/otatool/main/ |
D | otatool_main.c | 20 const esp_partition_t *running = esp_ota_get_running_partition(); in app_main() local 23 ESP_LOGI(TAG, "Running partition: %s", running->label); in app_main()
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/ |
D | README.md | 17 …running the test, you need to prepare a router and three ESP32 development boards. This Example of… 87 …existence device, and bluetooth will start advertising when the Wi-Fi is running tx throughput pro… 88 …existence device, and bluetooth will start advertising when the Wi-Fi is running rx throughput pro… 89 … coexistence device, and bluetooth will start scanning when the Wi-Fi is running tx throughput pro… 90 … coexistence device, and bluetooth will start scanning when the Wi-Fi is running rx throughput pro…
|
/hal_espressif-3.6.0/components/app_trace/gcov/ |
D | gcov_rtio.c | 42 bool *running = (bool *)pvParameter; in gcov_dump_task() local 68 if (running) { in gcov_dump_task() 69 *running = false; in gcov_dump_task()
|
/hal_espressif-3.6.0/examples/build_system/cmake/multi_config/ |
D | README.md | 91 This app is built for running on: Blinky Development Board 93 See README.md for building and running other app configurations. 101 This app is built for running on: Blinky Smart Light 103 See README.md for building and running other app configurations. 109 This app is built for running on: Blinky Smart Switch 111 See README.md for building and running other app configurations.
|
/hal_espressif-3.6.0/components/pthread/test/ |
D | test_pthread_cxx.cpp | 111 bool *running = (bool *)arg; in task_test_sandbox_c() local 117 if (running) { in task_test_sandbox_c() 118 *running = false; in task_test_sandbox_c()
|
/hal_espressif-3.6.0/examples/protocols/slip/slip_udp/components/slip_modem/library/ |
D | slip_modem.c | 67 bool running; member 139 slip_modem->running = true; in esp_slip_driver_start() 210 while (slip_modem->running == true) { in esp_slip_modem_uart_rx_task()
|
/hal_espressif-3.6.0/examples/system/ulp_fsm/ulp/ |
D | README.md | 6 … ULP coprocessor to count pulses on an IO while the main CPUs are either running some other code o… 10 At runtime, the main code running on the ESP32 (found in main.c) loads ULP program into the `RTC_SL… 12 …), ULP triggers wake up from deep sleep. Note that the ULP program keeps running and monitoring th… 18 …up from deep sleep. The bootloader stores in rtc memory the address of a running partition and use…
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | startup.rst | 26 …After SoC reset, PRO CPU will start running immediately, executing reset vector code, while APP CP… 30 …After SoC reset, the CPU will start running immediately to perform initialization. The reset vecto… 87 …ter the app starts executing and before the ``app_main`` function starts running inside the main t… 118 …Once ``call_start_cpu0`` completes running, it calls the "system layer" initialization function ``… 122 …Once ``call_start_cpu0`` completes running, it calls the "system layer" initialization function ``… 150 …her components are initialized, the main task is created and the FreeRTOS scheduler starts running. 160 …rn. If this happens, The task is cleaned up and the system will continue running with other RTOS t… 169 …running system initialization, the code on PRO CPU sets the entry point for APP CPU, de-asserts AP…
|
D | dfu.rst | 45 The DFU image can be created by running:: 52 …Don't forget to set the target chip by ``idf.py set-target`` before running ``idf.py dfu``. Otherw… 60 The DFU image is downloaded into the chip by running:: 116 download mode before running the tool and that it detects the {IDF_TARGET_NAME} device before insta… 130 …An easy way of checking the tool is running ``dfu-util --version``. Please see :ref:`get-started-g…
|
D | freertos-smp.rst | 40 - has multiple cores running independently. Each core has its own register file, interrupts, and in… 111 …running task (if the provided task handle is ``NULL``). The actual freeing of the task's memory is… 116 - When deleting a task that is currently running on the other core, a yield is triggered on the oth… 119 - The tasks is currently running on this core and is also pinned to this core 120 - The task is not currently running and is not pinned to any core 122 …sk that is currently running on the other core. This is due to the fact that it is difficult to kn… 141 …cheduler can switch execution to another task without the cooperation of the currently running task 160 The resulting schedule will have Task A running on CPU0 and Task C running on CPU1. Task B is not r… 165 In Vanilla FreeRTOS, the scheduler can preempt the currently running task if a higher priority task… 169 - Task A of priority 8 currently running on CPU0 [all …]
|
/hal_espressif-3.6.0/examples/build_system/cmake/import_prebuilt/ |
D | README.md | 29 The example simply outputs the current running partition. 32 I (319) prebuilt: The running partition is 'factory'!
|
/hal_espressif-3.6.0/tools/esp_prov/ |
D | README.md | 36 …running in Wi-Fi SoftAP mode and hosts an HTTP server supporting specific endpoint URIs. Also clie… 58 …When transport mode is softap, this specifies the HTTP server hostname / IP which is running the p… 75 On macOS and Windows, running with `--transport ble` option falls back to console mode, ie. write d…
|
/hal_espressif-3.6.0/components/esp_local_ctrl/proto/ |
D | README.md | 3 … applications for implementing client side interface to esp_local_ctrl service running on a device. 9 …rl/proto-c` and `components/esp_local_ctrl/python` directories, and thus running `cmake` / `make` …
|