/hal_espressif-3.6.0/components/hal/ |
D | systimer_hal.c | 149 void systimer_hal_set_steps_per_tick(systimer_hal_context_t *hal, int clock_source, uint32_t steps) in systimer_hal_set_steps_per_tick() argument 161 systimer_ll_set_step_for_xtal(hal->dev, steps); in systimer_hal_set_steps_per_tick() 164 systimer_ll_set_step_for_pll(hal->dev, steps); in systimer_hal_set_steps_per_tick()
|
/hal_espressif-3.6.0/docs/en/get-started-legacy/ |
D | windows-setup.rst | 44 Use this window in the following steps setting up development environment for ESP32. 58 - Download the new precompiled environment using the steps above. 65 There are :ref:`also steps to update the existing environment without downloading a new one <updati…
|
D | eclipse-setup.rst | 8 .. _eclipse-install-steps-legacy: 15 * Start by installing the esp-idf for your platform (see files in this directory with steps for Win… 26 Once your new Eclipse installation launches, follow these steps: 53 …that the system Python, which has pyserial installed as part of the setup steps, overrides any bui… 107 Follow the same steps to add ``bootloader`` and ``partition_table`` targets, if necessary.
|
/hal_espressif-3.6.0/components/hal/include/hal/ |
D | readme.md | 7 … consists of two layers: HAL (upper) and Lowlevel(bottom). The HAL layer defines the steps and data 20 layer can combine basic steps into different working ways (polling, non-polling, interrupt, etc.). …
|
D | systimer_hal.h | 100 void systimer_hal_set_steps_per_tick(systimer_hal_context_t *hal, int clock_source, uint32_t steps);
|
/hal_espressif-3.6.0/examples/peripherals/twai/twai_self_test/ |
D | README.md | 43 See the Getting Started Guide for full steps to configure and use ESP-IDF to build projects. 78 The TWAI Self Test Example will do multiple iterations of the following steps: 84 5. Repeat steps 2 to 4 for multiple iterations
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | hardware-abstraction.rst | 67 …- The Hardware Abstraction Layer (HAL) is used to abstract away peripheral operation steps into fu… 112 …steps, where each step has an associated function. For each step, the details of a peripheral's re… 114 … to one of the steps in a WDT's operation life cycle, thus illustrating how a HAL abstracts a peri… 150 - Some peripherals may have steps that cannot be further abstracted by the HAL, thus will end up be…
|
/hal_espressif-3.6.0/examples/storage/spiffs/ |
D | README.md | 5 This example demonstrates how to use SPIFFS with ESP32. Example does the following steps: 33 See the Getting Started Guide for full steps to configure and use ESP-IDF to build projects.
|
/hal_espressif-3.6.0/examples/wifi/iperf/ |
D | README.md | 15 Demo steps to test station TCP Tx performance: 59 Steps to test station/soft-AP TCP/UDP RX/TX throughput are similar as test steps in station TCP TX.
|
/hal_espressif-3.6.0/examples/storage/wear_levelling/ |
D | README.md | 5 …and FATFS library to store files in a partition inside SPI flash. Example does the following steps: 35 See the Getting Started Guide for full steps to configure and use ESP-IDF to build projects.
|
/hal_espressif-3.6.0/examples/peripherals/rmt/step_motor/ |
D | README.md | 69 …espressif.com/projects/esp-idf/en/latest/get-started/index.html) for full steps to configure and u… 81 I (9864) step_motor: smoothstep start 5000 steps @ 500~1400/s
|
/hal_espressif-3.6.0/examples/storage/semihost_vfs/ |
D | README.md | 5 …xample demonstrates how to use semihosting VFS driver with ESP32. Example does the following steps: 38 See the Getting Started Guide for full steps to configure and use ESP-IDF to build projects.
|
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_models/server/ |
D | state_transition.c | 26 uint8_t steps = 0U, resolution = 0U; in bt_mesh_server_calc_remain_time() local 39 steps = duration_remainder / 600000; in bt_mesh_server_calc_remain_time() 43 steps = duration_remainder / 10000; in bt_mesh_server_calc_remain_time() 47 steps = duration_remainder / 1000; in bt_mesh_server_calc_remain_time() 51 steps = duration_remainder / 100; in bt_mesh_server_calc_remain_time() 54 steps = 0x00; in bt_mesh_server_calc_remain_time() 57 transition->remain_time = (resolution << 6) | steps; in bt_mesh_server_calc_remain_time()
|
/hal_espressif-3.6.0/docs/en/api-guides/jtag-debugging/ |
D | using-debugger.rst | 25 Once installation is complete, configure debugging session following steps below. Please note that … 92 12. If you previously completed :ref:`jtag-debugging-configuring-target` steps described above, so … 94 Once all 1 - 12 configuration steps are satisfied, the new Eclipse perspective called "Debug" will … 111 1. Begin with completing steps described under :ref:`jtag-debugging-configuring-target`. This is p… 148 5. If previous steps have been done correctly, you will see a similar log concluded with ``(gdb)``…
|
D | configure-ft2232h-jtag.rst | 28 … well as with UART interface used to upload application for flash. Follow steps below specific to … 98 On macOS, using FT2232 for JTAG and serial port at the same time needs some additional steps. When … 198 After these steps, serial port and JTAG can be used at the same time.
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/ |
D | README.md | 8 Demo steps:
|
/hal_espressif-3.6.0/examples/protocols/slip/slip_udp/ |
D | README.md | 22 To test this example with such device, please follow these steps: 69 …espressif.com/projects/esp-idf/en/latest/get-started/index.html) for full steps to configure and u…
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/ |
D | README.md | 37 See the [Getting Started Guide](https://idf.espressif.com/) for full steps to configure and use ESP… 41 This example works with UUID16 as default. To change to UUID128, follow this steps:
|
/hal_espressif-3.6.0/examples/wifi/wifi_enterprise/ |
D | README.md | 3 …ws how ESP32 connects to AP with Wi-Fi enterprise encryption. The example does the following steps: 16 The steps to create new certificates are given below.
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/ |
D | README.md | 16 To configure the project, you can follow these steps: 40 See the [Getting Started Guide](https://idf.espressif.com/) for full steps to configure and use ESP…
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/ |
D | README.md | 35 See the [Getting Started Guide](https://idf.espressif.com/) for full steps to configure and use ESP… 39 This example works with UUID16 as default. To change to UUID128, follow this steps:
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/ |
D | README.md | 17 To configure the project, you can follow these steps: 41 See the [Getting Started Guide](https://idf.espressif.com/) for full steps to configure and use ESP…
|
/hal_espressif-3.6.0/tools/test_apps/security/secure_boot/ |
D | README.md | 41 - The below steps can be used in any application to enable secure boot. 56 See the Getting Started Guide for full steps to configure and use ESP-IDF to build projects.
|
/hal_espressif-3.6.0/examples/cxx/experimental/esp_event_async_cxx/ |
D | README.md | 26 See the Getting Started Guide for full steps to configure and use ESP-IDF to build projects.
|
/hal_espressif-3.6.0/docs/en/get-started/ |
D | eclipse-setup.rst | 17 …build system Getting Started guide </get-started-legacy/index>` which has steps for :doc:`Building…
|