Home
last modified time | relevance | path

Searched refs:_ (Results 1 – 25 of 75) sorted by relevance

123

/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dstate_machine.h33 static void sm_ ## machine ## _ ## state ## _Enter(STATE_MACHINE_DATA *sm, \
47 if (!global || sm->machine ## _state != machine ## _ ## state) { \
52 sm->machine ## _state = machine ## _ ## state;
66 if (!global || sm->data ## _ ## state != machine ## _ ## _state) { \
71 sm->data ## _ ## state = machine ## _ ## _state;
84 if (!global || sm->data ## _ ## state != machine ## _ ## _state) { \
90 sm->data ## _ ## state = machine ## _ ## _state;
102 sm_ ## machine ## _ ## state ## _Enter(sm, 0)
115 sm_ ## machine ## _ ## state ## _Enter(sm, 1)
/hal_espressif-latest/tools/esptool_py/docs/en/
Dabout.rst4_) as an unofficial community project. Later, it was maintained by Angus Gratton (`projectgus <htt…
6 …or later. See `the LICENSE <https://github.com/espressif/esptool/blob/master/LICENSE>`_ for a copy.
Dresources.rst10 * The `esp32.com forum <https://esp32.com/>`_ is a place to ask questions and find community resour…
12 …ues>`_ section on GitHub if you find a bug or have a feature request. Please check existing `issu…
14 * Several `books <https://www.espressif.com/en/ecosystem/community-engagement/books>`_ have been wr…
18 …to the `documentation <https://espressif.com/en/support/download/documents>`_ section of `Espressi…
Dinstallation.rst12 You will need `Python 3.7 or newer <https://www.python.org/downloads/>`_ installed on your system t…
15 The latest stable esptool release can be installed from `PyPI <https://pypi.org/project/esptool/>`_
21 …r `Python installation manual <https://pip.pypa.io/en/stable/installation/>`_ for information abou…
23 `Setuptools <https://setuptools.pypa.io/en/latest/userguide/quickstart.html>`_ is also a requiremen…
55 … to the latest version released on the `PyPI <https://pypi.org/project/esptool/>`_ index is simple:
64 …`_, `Arduino <https://docs.espressif.com/projects/arduino-esp32/>`_, or `PlatformIO <https://docs.…
Dtroubleshooting.rst8_ or consider using our `free-of-charge schematic and PCB review service <https://www.espressif.co…
19 * Check the chip is receiving 3.3V from a stable power source (see `Insufficient Power`_ for more …
29 Power stability problems may also cause this (see `Insufficient Power`_.)
55 …ubusercontent.com/205573/30140831-9da417a6-93ba-11e7-95c3-f422744967de.jpg>`_. These breakouts do …
71 …The `ESP8266 SDK <https://github.com/espressif/ESP8266_RTOS_SDK>`_ uses a small firmware bootloade…
78 …`ESP-IDF <https://github.com/espressif/esp-idf>`_ and uses a small firmware bootloader program. Th…
101 …Use any of `serial terminal programs`_ to view the boot log. (ESP8266 baud rate is 74880bps). See …
105 …Use any of `serial terminal programs`_ to view the boot log. ({IDF_TARGET_NAME} baud rate is 11520…
112 …-jtag-console.html>`_ or a `USB-OTG <https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3…
118 …t the UART port to another instance of any of the `serial terminal programs`_, while repeating the…
[all …]
Dversions.rst6 …ol.py`` adopts the `semantic versioning specification <https://semver.org/>`_, following the ``MAJ…
20 …release notes, visit the `release page on GitHub <https://github.com/espressif/esptool/releases>`_.
31 …atible release clauses `can be found here <https://peps.python.org/pep-0440/#compatible-release>`_.
Dindex.rst4 …with the ROM bootloader in `Espressif SoCs <https://www.espressif.com/en/products/hardware/socs>`_.
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Dweb_socket_client.py55 for _ in range(self.RETRIES):
80 for _ in range(self.RETRIES):
96 for _ in range(self.RETRIES):
/hal_espressif-latest/tools/esptool_py/
DCONTRIBUTING.rst9 …tps://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests>`_.
16 …lopment version from the `esptool.py repository on GitHub <https://github.com/espressif/esptool>`_.
41 …https://docs.espressif.com/projects/esptool/en/latest/troubleshooting.html>`_ - common problems an…
43 * `Existing Open Issues <https://github.com/espressif/esptool/issues>`_ - someone might have alrea…
45 …find anything, please `open a new issue <https://github.com/espressif/esptool/issues/new/choose>`_.
52 …ub.com/espressif/esptool/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement>`_, feel free to add co…
67 … <https://eli.thegreenplace.net/2014/02/19/squashing-github-pull-requests-into-a-single-commit/>`_?
79 `pre-commit <https://pre-commit.com/>`_ is a framework for managing pre-commit hooks. These hooks h…
93 …fication>`_. Every commit message is checked with `Conventional Precommit Linter <https://github.c…
99 …thon.org/pep-0008/>`_ compliant and enforces this style guide. For compliance checking, we use `ru…
[all …]
Dpyproject.toml143 dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/documentation/
Dtinycrypt.rst304 * `NIST FIPS PUB 180-4 (SHA-256)`_
309 * `NIST FIPS PUB 197 (AES-128)`_
314 * `NIST SP800-90A (HMAC-PRNG)`_
319 * `NIST SP 800-38A (AES-CBC and AES-CTR)`_
324 * `NIST SP 800-38B (AES-CMAC)`_
329 * `NIST SP 800-38C (AES-CCM)`_
334 * `NIST Statistical Test Suite (useful for testing HMAC-PRNG)`_
339 * `NIST Cryptographic Algorithm Validation Program (CAVP) site`_
344 * `RFC 2104 (HMAC-SHA256)`_
349 * `RFC 6090 (ECC-DH and ECC-DSA)`_
/hal_espressif-latest/tools/esptool_py/espsecure/
D__init__.py807 magic, version, _, _, _, _, _, _, blk_crc = struct.unpack(
863 _, version, ecdsa_sha_version = struct.unpack("<BBBx", sig_blk[:4])
880 _, _, _, _, signature, _ = struct.unpack(
1019 _, version, ecdsa_sha_version = struct.unpack("<BBBx", sig_blk[:4])
/hal_espressif-latest/zephyr/scripts/partitions/
Desp_genpartition.py53 for i, (_, _, size) in enumerate(scheme):
/hal_espressif-latest/tools/esptool_py/docs/en/espsecure/
Dindex.rst10 …e Boot <https://docs.espressif.com/projects/esp-idf/en/latest/esp32/security/secure-boot-v2.html>`_
11 …tion <https://docs.espressif.com/projects/esp-idf/en/latest/esp32/security/flash-encryption.html>`_
56 …onfig.ini``) for using `SoftHSMv2 <https://github.com/opendnssec/SoftHSMv2>`_ as an external HSM: …
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dscripting.rst8 …PI, something which `#208 <https://github.com/espressif/esptool/issues/208>`_ will address, it all…
Dflashing-firmware.rst8 …`_, `Arduino <https://docs.espressif.com/projects/arduino-esp32/>`_, or `PlatformIO <https://docs.…
32 …/github.com/espressif/esp-idf/tree/master/examples/get-started/hello_world>`_ in ESP-IDF, the resu…
Dbasic-commands.rst67 ….com/projects/esp-idf/en/latest/{IDF_TARGET_PATH_NAME}/security/secure-boot-v2.html>`_ is detected.
78 …ts/esp-idf/en/latest/{IDF_TARGET_PATH_NAME}/security/flash-encryption.html>`_ is enabled and Encry…
84 …ts/esp-idf/en/latest/{IDF_TARGET_PATH_NAME}/security/flash-encryption.html>`_ and Secure Download …
85 …ts/esp-idf/en/latest/{IDF_TARGET_PATH_NAME}/security/flash-encryption.html>`_ is enabled but Encry…
149 ….espressif.com/projects/esp-idf/en/latest/{IDF_TARGET_PATH_NAME}/security/secure-boot-v2.html>`_ or
150 …om/projects/esp-idf/en/latest/{IDF_TARGET_PATH_NAME}/security/flash-encryption.html>`_ is detected.
313 This command will generate a UF2 (`USB Flashing Format <https://github.com/microsoft/uf2>`_) binary.
314 …P running the `ESP USB Bridge <https://github.com/espressif/esp-usb-bridge>`_ project. The bridge …
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dserial-protocol.rst30 The bootloader protocol uses `SLIP <https://en.wikipedia.org/wiki/Serial_Line_Internet_Protocol>`_
49 | 1 | Command | Command identifier (see `Commands`_). …
53 …cksum of part of the data field (only used for some commands, see `Checksum`_). …
74 | 2-3 | Size | Size of data field. At least the length of the `Status Bytes`_ (2 or 4 byt…
149 …here <https://github.com/espressif/esptool/blob/master/flasher_stub/include/stub_flasher.h#L95>`_).
166 … words: data size, sequence number, ``0``, ``0``, then data. Uses `Checksum`_. …
174 … words: data size, sequence number, ``0``, ``0``, then data. Uses `Checksum`_. …
190 … words: data size, sequence number, ``0``, ``0``, then data. Uses `Checksum`_. …
198 … words: data size, sequence number, ``0``, ``0``, then data. Uses `Checksum`_. …
214 … words: data size, sequence number, ``0``, ``0``, then data. Uses `Checksum`_. …
[all …]
/hal_espressif-latest/tools/esptool_py/esp_rfc2217_server/
Desp_port_manager.py27 cfg, _ = load_config_file(verbose=True) variable
/hal_espressif-latest/components/newlib/
Dstdatomic.c245 #define SYNC_FETCH_OP(op, n, type) type CLANG_ATOMIC_SUFFIX(__sync_fetch_and_ ## op ##_ ## n) (vola…
247 return __atomic_fetch_ ## op ##_ ## n (ptr, value, __ATOMIC_SEQ_CST); \
249 CLANG_DECLARE_ALIAS( __sync_fetch_and_ ## op ##_ ## n )
/hal_espressif-latest/tools/esptool_py/esptool/
Dbin_image.py465 for _ in range(segments):
562 for _ in range(segments):
678 for _ in range(segments):
1335 _, sec_type, _, sec_size, sec_offs, _, _ = read_section_header(
Dloader.py76 cfg, _ = load_config_file() variable
539 val, _ = self.command(
548 for _ in range(7):
549 val, _ = self.command()
619 for _ in range(5):
726 for _, reset_strategy in zip(
1423 for _ in range(10):
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c2/
Dmem_definition.py109 dir_name, _ = os.path.split(dir_name)
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c61/
Dmem_definition.py128 dir_name, _ = os.path.split(dir_name)
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2beta1/
Dmem_definition.py124 dir_name, _ = os.path.split(dir_name)

123