Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 65) sorted by relevance

123

/hal_espressif-latest/tools/esptool_py/
DCONTRIBUTING.rst16 Development mode allows you to run the latest development version from the `esptool.py repository o…
24 …cutable script wrappers in the user’s ``bin`` directory. The wrappers will run the scripts found i…
26 It’s also possible to run the scripts directly from the working directory with this Development Mod…
28 To also install additional tools needed for actually developing and testing ``esptool.py``, run thi…
103 … tools will be automatically run by ``pre-commit`` if that is configured. To check your code manua…
105 When you submit a Pull Request, the GitHub Actions automated build system will run automated checks…
125 …`esptool.py`` installed (see `Development Setup`_) in your environment in order to run these tests.
127 The following tests run automatically by GitHub Actions for each Pull Request. You can run them loc…
136 …lowing tests are not run automatically by GitHub Actions, because they need real connected hardwar…
138 * ``test_esptool.py`` contains integration tests for ``esptool.py`` and needs to be run against re…
[all …]
DMANIFEST.in7 # are so far only intended to run from the git repo itself
DREADME.md9 Visit the [documentation](https://docs.espressif.com/projects/esptool/) or run `esptool.py -h`.
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Dstoppable_thread.py51 def run(self): member in StoppableThread
58 self.run()
Dserial_reader.py37 def run(self): member in SerialReader
109 def run(self): # type: () -> None member in LinuxReader
Dconsole_reader.py41 def run(self): member in ConsoleReader
/hal_espressif-latest/components/esp_event/
DKconfig9 … loop queue, run time of event handlers, and number of times/run time of each event handler.
/hal_espressif-latest/tools/esptool_py/test/
D.covconf1 [run]
DREADME.md3 …p32/contributing.html#automated-integration-tests) to learn about the test suite and how to run it.
/hal_espressif-latest/components/newlib/
DKconfig66 … Functions available in ROM run faster than functions which run from flash. Functions available
67 in ROM can also run when flash instruction cache is disabled.
94 longer to run.
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dflashing-firmware.rst49 Project build complete. To flash, run this command:
51 or run 'idf.py -p (PORT) flash'
61 To do a verbose upload and see the exact esptool invocation, run ``pio run -v -t upload`` in the te…
73 Change ``PORT`` to the name of :ref:`actually used serial port <serial-port>` and run the command. …
Dconfiguration-file.rst13 These options can be specified in a configuration file. This makes it easy to run
21 directory ``esptool.py`` is being run in is inspected.
90 | max_timeout | The longest any command can run | 240 s …
Dremote-serial-ports.rst4 … as ``rfc2217://<host>:<port>``. For example, to read information about your chip's SPI flash, run:
16 These example servers can run on any OS that supports pyserial, and are the simplest way to connect…
Dflasher-stub.rst24 …e it is necessary to disable the stub loader (e.g. debugging). To do that, run ``esptool.py`` with…
/hal_espressif-latest/tools/esptool_py/docs/en/
Dinstallation.rst25 …ed into the default Python executables directory and you should be able to run it with the command…
76 or run them in your current terminal session for one-time activation.
87 autoload and run autoload:
102 Not required to be in the config file, only run once
Dindex.rst32 3) Run ``esptool.py`` commands. For example, to read information about your chip's SPI flash, run:
/hal_espressif-latest/tools/esptool_py/ci/
Dgh_changelog_template.md.j22 {# It is passed to commitizen's --template option in a GH Actions workflow run. #}
/hal_espressif-latest/components/efuse/esp32/
Desp_efuse_table.csv8 # After editing this file, run the command manually "idf.py efuse-common-table"
101 … 2, [] This field stores the voltage level for CPU to run at 240 MHz; or for flash/PSRAM to run
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32.rst27 …(BLOCK0): This field stores the voltage level for CPU to run = 0 R/W (0b00)
28 … at 240 MHz; or for flash/PSRAM to run at 80 MHz.0
/hal_espressif-latest/components/bootloader/
Dproject_include.cmake66 # fails the build. fail_at_build_time causes a cmake run next time
101 # fails the build. fail_at_build_time causes a cmake run next time
/hal_espressif-latest/components/bt/controller/esp32/
DKconfig.in153 prompt "The cpu core which bluetooth controller run"
156 Specify the cpu core to run bluetooth controller.
180 Normal option. Mostly, choose this VHCI when bluetooth host run on ESP32, too.
185 … If use external bluetooth host which run on other hardware and use UART as the HCI interface,
405 …Disable active scan backoff. The bluetooth spec requires that scanners should run a backoff proced…
436 lot of adv packets and this may cause system memory run out. For example, if you set
/hal_espressif-latest/components/bt/controller/esp32c3/
DKconfig.in30 prompt "The cpu core which bluetooth controller run"
33 Specify the cpu core to run bluetooth controller.
57 Normal option. Mostly, choose this VHCI when bluetooth host run on ESP32S3 or ESP32C3.
62 … If use external bluetooth host which run on other hardware and use UART as the HCI interface,
245 lot of adv packets and this may cause system memory run out. For example, if you set
468 …Disable active scan backoff. The bluetooth spec requires that scanners should run a backoff proced…
/hal_espressif-latest/components/wpa_supplicant/port/
Deloop.c132 goto run; in eloop_register_timeout_debug()
142 run: in eloop_register_timeout_debug()
/hal_espressif-latest/components/esp_pm/
DKconfig9 This option has run-time overhead (increased interrupt latency,
35 in each power saving mode. This feature does incur some run-time
121 … context of the necessary hardware for FreeRTOS to run, it will need at least 4.55 KB free heap
/hal_espressif-latest/components/efuse/
DCMakeLists.txt75 # Generates files for unit test. This command is run manually.

123