/hal_espressif-latest/tools/esptool_py/ |
D | CONTRIBUTING.rst | 16 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 …]
|
D | MANIFEST.in | 7 # are so far only intended to run from the git repo itself
|
D | README.md | 9 Visit the [documentation](https://docs.espressif.com/projects/esptool/) or run `esptool.py -h`.
|
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/ |
D | stoppable_thread.py | 51 def run(self): member in StoppableThread 58 self.run()
|
D | serial_reader.py | 37 def run(self): member in SerialReader 109 def run(self): # type: () -> None member in LinuxReader
|
D | console_reader.py | 41 def run(self): member in ConsoleReader
|
/hal_espressif-latest/components/esp_event/ |
D | Kconfig | 9 … 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 | .covconf | 1 [run]
|
D | README.md | 3 …p32/contributing.html#automated-integration-tests) to learn about the test suite and how to run it.
|
/hal_espressif-latest/components/newlib/ |
D | Kconfig | 66 … 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/ |
D | flashing-firmware.rst | 49 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. …
|
D | configuration-file.rst | 13 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 …
|
D | remote-serial-ports.rst | 4 … 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…
|
D | flasher-stub.rst | 24 …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/ |
D | installation.rst | 25 …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
|
D | index.rst | 32 3) Run ``esptool.py`` commands. For example, to read information about your chip's SPI flash, run:
|
/hal_espressif-latest/tools/esptool_py/ci/ |
D | gh_changelog_template.md.j2 | 2 {# It is passed to commitizen's --template option in a GH Actions workflow run. #}
|
/hal_espressif-latest/components/efuse/esp32/ |
D | esp_efuse_table.csv | 8 # 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/ |
D | summary_ESP32.rst | 27 …(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/ |
D | project_include.cmake | 66 # 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/ |
D | Kconfig.in | 153 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/ |
D | Kconfig.in | 30 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/ |
D | eloop.c | 132 goto run; in eloop_register_timeout_debug() 142 run: in eloop_register_timeout_debug()
|
/hal_espressif-latest/components/esp_pm/ |
D | Kconfig | 9 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/ |
D | CMakeLists.txt | 75 # Generates files for unit test. This command is run manually.
|