Home
last modified time | relevance | path

Searched +full:if +full:- +full:label +full:- +full:macos (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.5.0/.gitlab/ci/
Drules.yml4 .patterns-c-files: &patterns-c-files
5 - ".gitlab/ci/static-code-analysis.yml"
7 - "tools/ci/static-analysis-rules.yml"
8 - "tools/ci/clang_tidy_dirs.txt"
10 - "**/*.{c,C}"
11 - "**/*.{h,H}"
12 - "components/**/Kconfig"
13 - "components/**/CMakeList.txt"
15 .patterns-python-files: &patterns-python-files
16 - ".gitlab/ci/static-code-analysis.yml"
[all …]
DREADME.md3 - [IDF CI](#idf-ci)
4 - [General Workflow](#general-workflow)
5 - [What if Expected Jobs ARE NOT Created?](#what-if-expected-jobs-are-not-created)
6 - [MR labels for additional jobs](#mr-labels-for-additional-jobs)
7 - [Supported MR Labels](#supported-mr-labels)
8- [How to trigger a `detached` pipeline without pushing new commits?](#how-to-trigger-a-detached-p…
9 - [How to Develop With `rules.yml`?](#how-to-develop-with-rulesyml)
10 - [General Concepts](#general-concepts)
11 - [How to Add a New `Job`?](#how-to-add-a-new-job)
12 - [How to Add a New `Rules` Template?](#how-to-add-a-new-rules-template)
[all …]
/hal_espressif-3.5.0/docs/en/api-guides/jtag-debugging/
Dindex.rst7 :ref:`jtag-debugging-introduction`
9 :ref:`jtag-debugging-how-it-works`
11 :ref:`jtag-debugging-selecting-jtag-adapter`
13 :ref:`jtag-debugging-setup-openocd`
15 :ref:`jtag-debugging-configuring-target`
17 :ref:`jtag-debugging-launching-debugger`
18 …session with GDB from :ref:`jtag-debugging-using-debugger-eclipse` and from :ref:`jtag-debugging-u…
19 :ref:`jtag-debugging-examples`
20If you are not familiar with GDB, check this section for debugging examples provided from :ref:`jt…
21 :ref:`jtag-debugging-building-openocd`
[all …]
/hal_espressif-3.5.0/docs/en/api-reference/provisioning/
Dprovisioning.rst6-IDF provides an extensible mechanism to the developers to configure the device with the Wi-Fi cre…
9-Fi (SoftAP + HTTP server) or on BLE as a transport protocol. The framework provides an ability to…
10-case may require different security scheme to secure the data that is exchanged in the provisioni…
11 …obufs <https://developers.google.com/protocol-buffers/>`_ as a data representation for session set…
19 seqdiag typical-prov-process {
28 CLIENT [label = "Client"];
29 DEVICE [label = "Device"];
32 DEVICE -> CLIENT [label="Some form of beaconing"];
33 CLIENT -> DEVICE [label="Client connects"];
35 CLIENT -> DEVICE [label="Get Version Request"];
[all …]
Dwifi_provisioning.rst1 Wi-Fi Provisioning
5 --------
7 This component provides APIs that control Wi-Fi provisioning service for receiving and configuring …
9 .. _wifi-prov-mgr-init:
14 …NVS, TCP/IP, Event Loop and Wi-Fi (and optionally mDNS), hence these must be initialized beforehan…
33 …* ``wifi_prov_scheme_softap`` : Wi-Fi SoftAP transport and HTTP Server for handling provisioning c…
36if it needs to use either BLE or classic BT). Also, upon every future reboot of a provisioned devi…
38 …* ``WIFI_PROV_SCHEME_BLE_EVENT_HANDLER_FREE_BTDM`` - Free both classic BT and BLE (BTDM) memory. U…
39 …* ``WIFI_PROV_SCHEME_BLE_EVENT_HANDLER_FREE_BLE`` - Free only BLE memory. Used when main applicati…
40 …* ``WIFI_PROV_SCHEME_BLE_EVENT_HANDLER_FREE_BT`` - Free only classic BT. Used when main applicatio…
[all …]
/hal_espressif-3.5.0/examples/provisioning/wifi_prov_mgr/
DREADME.md1 # Wi-Fi Provisioning Manager Example
7 …t host, but you can also switch to Bluedroid using menuconfig -> Components -> Bluetooth -> Blueto…
9 > Note: Since ESP32-S2 does not support BLE, the SoftAP will be the default mode of transport in th…
11 … the device is configured as a Wi-Fi station with specified credentials. Once configured, the devi…
16 * `wifi_provisioning` : provides manager, data structures and protocomm endpoint handlers for Wi-Fi…
23 > Note: If you use this example code in your own project, in BLE mode, then remember to enable the …
29 Example should be able to run on any commonly available ESP32/ESP32-S2 development board.
37 …rce code is available on GitHub : [esp-idf-provisioning-android](https://github.com/espressif/esp-
41 …ource code is available on GitHub : [esp-idf-provisioning-ios](https://github.com/espressif/esp-id…
43 #### Platform : Linux / Windows / macOS
[all …]
/hal_espressif-3.5.0/tools/mass_mfg/docs/
DREADME.rst7 ------------
9 …ion images on a per-device basis for mass manufacturing purposes. The NVS partition images are cre…
13 - `esptool.py`_
14 - `Flash Download tool`_ (available on Windows only).Just download it, unzip, and follow the instru…
15 - Direct flash programming using custom production tools.
19 -------------
21 **This utility is dependent on esp-idf's NVS partition utility.**
24 - Linux / MacOS / Windows (standard distributions)
27 - `Python <https://www.python.org/downloads/>`_
32 - The path to Python is added to the PATH environment variable.
[all …]
/hal_espressif-3.5.0/docs/en/hw-reference/esp32/
Duser-guide-devkits-r-v1.1.rst2 ESP32-DevKitS(-R)
7 This user guide provides information on ESP32-DevKitS(-R), an ESP32-based flashing board produced b…
8 ESP32-DevKitS(-R) is a combination of two board names: ESP32-DevKitS and ESP32-DevKitS-R. S stands …
10 +-----------------+-------------------+
11 | |ESP32-DevKitS| | |ESP32-DevKitS-R| |
12 +-----------------+-------------------+
13 | ESP32-DevKitS | ESP32-DevKitS-R |
14 +-----------------+-------------------+
16 .. |ESP32-DevKitS| image:: ../../../_static/esp32-devkits-v1.1-layout-isometric-raw.png
18 .. |ESP32-DevKitS-R| image:: ../../../_static/esp32-devkits-r-v1.1-layout-isometric-raw.png
[all …]