Read the Docs build information Build id: 1511882 Project: espressif-esp-iot-solution Version: latest Commit: c8bfc6fb30df4a79400884d2531aba4764eb9541 Date: 2023-06-02T09:15:48.751988Z State: finished Success: True [rtd-command-info] start-time: 2023-06-02T09:15:51.076563Z, end-time: 2023-06-02T09:15:56.281235Z, duration: 5, exit-code: 0 git clone --no-single-branch --depth 50 https://github.com/espressif/esp-iot-solution . Cloning into '.'... [rtd-command-info] start-time: 2023-06-02T09:15:56.470586Z, end-time: 2023-06-02T09:15:56.937030Z, duration: 0, exit-code: 0 git checkout --force origin/master Note: switching to 'origin/master'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at c8bfc6f Merge branch 'feature/konb_start_state_check' into 'master' [rtd-command-info] start-time: 2023-06-02T09:15:57.124490Z, end-time: 2023-06-02T09:15:57.196645Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-06-02T09:15:58.513331Z, end-time: 2023-06-02T09:16:03.179593Z, duration: 4, exit-code: 0 python3.7 -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH Using base prefix '/home/docs/.pyenv/versions/3.7.9' New python executable in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/bin/python3.7 Also creating executable in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/bin/python Installing setuptools, pip, wheel... done. [rtd-command-info] start-time: 2023-06-02T09:16:03.575541Z, end-time: 2023-06-02T09:16:04.725444Z, duration: 1, exit-code: 0 python -m pip install --upgrade --no-cache-dir pip setuptools Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages (23.1.2) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages (67.8.0) [rtd-command-info] start-time: 2023-06-02T09:16:04.992934Z, end-time: 2023-06-02T09:16:11.725671Z, duration: 6, exit-code: 0 python -m pip install --upgrade --no-cache-dir pillow==5.4.1 mock==1.0.1 alabaster>=0.7,<0.8,!=0.7.5 commonmark==0.9.1 recommonmark==0.5.0 sphinx<2 sphinx-rtd-theme<0.5 readthedocs-sphinx-ext<2.3 jinja2<3.1.0 Collecting pillow==5.4.1 Downloading Pillow-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (2.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 41.3 MB/s eta 0:00:00 Collecting mock==1.0.1 Downloading mock-1.0.1.zip (861 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 861.9/861.9 kB 236.7 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting alabaster!=0.7.5,<0.8,>=0.7 Downloading alabaster-0.7.13-py3-none-any.whl (13 kB) Collecting commonmark==0.9.1 Downloading commonmark-0.9.1-py2.py3-none-any.whl (51 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.1/51.1 kB 186.4 MB/s eta 0:00:00 Collecting recommonmark==0.5.0 Downloading recommonmark-0.5.0-py2.py3-none-any.whl (9.8 kB) Collecting sphinx<2 Downloading Sphinx-1.8.6-py2.py3-none-any.whl (3.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 205.1 MB/s eta 0:00:00 Collecting sphinx-rtd-theme<0.5 Downloading sphinx_rtd_theme-0.4.3-py2.py3-none-any.whl (6.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.4/6.4 MB 182.7 MB/s eta 0:00:00 Collecting readthedocs-sphinx-ext<2.3 Downloading readthedocs_sphinx_ext-2.2.0-py2.py3-none-any.whl (11 kB) Collecting jinja2<3.1.0 Downloading Jinja2-3.0.3-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.6/133.6 kB 225.0 MB/s eta 0:00:00 Collecting docutils>=0.11 (from recommonmark==0.5.0) Downloading docutils-0.20.1-py3-none-any.whl (572 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 234.1 MB/s eta 0:00:00 Collecting six>=1.5 (from sphinx<2) Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting Pygments>=2.0 (from sphinx<2) Downloading Pygments-2.15.1-py3-none-any.whl (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 240.4 MB/s eta 0:00:00 Collecting docutils>=0.11 (from recommonmark==0.5.0) Downloading docutils-0.17.1-py2.py3-none-any.whl (575 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 575.5/575.5 kB 245.9 MB/s eta 0:00:00 Collecting snowballstemmer>=1.1 (from sphinx<2) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 183.4 MB/s eta 0:00:00 Collecting babel!=2.0,>=1.3 (from sphinx<2) Downloading Babel-2.12.1-py3-none-any.whl (10.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.1/10.1 MB 189.4 MB/s eta 0:00:00 Collecting imagesize (from sphinx<2) Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Collecting requests>=2.0.0 (from sphinx<2) Downloading requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 191.6 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages (from sphinx<2) (67.8.0) Collecting packaging (from sphinx<2) Downloading packaging-23.1-py3-none-any.whl (48 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 191.8 MB/s eta 0:00:00 Collecting sphinxcontrib-websupport (from sphinx<2) Downloading sphinxcontrib_websupport-1.2.4-py2.py3-none-any.whl (39 kB) Collecting MarkupSafe>=2.0 (from jinja2<3.1.0) Downloading MarkupSafe-2.1.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Collecting pytz>=2015.7 (from babel!=2.0,>=1.3->sphinx<2) Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.3/502.3 kB 226.4 MB/s eta 0:00:00 Collecting charset-normalizer<4,>=2 (from requests>=2.0.0->sphinx<2) Downloading charset_normalizer-3.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (171 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 171.0/171.0 kB 225.2 MB/s eta 0:00:00 Collecting idna<4,>=2.5 (from requests>=2.0.0->sphinx<2) Downloading idna-3.4-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 193.5 MB/s eta 0:00:00 Collecting urllib3<3,>=1.21.1 (from requests>=2.0.0->sphinx<2) Downloading urllib3-2.0.2-py3-none-any.whl (123 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.2/123.2 kB 197.7 MB/s eta 0:00:00 Collecting certifi>=2017.4.17 (from requests>=2.0.0->sphinx<2) Downloading certifi-2023.5.7-py3-none-any.whl (156 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 157.0/157.0 kB 212.0 MB/s eta 0:00:00 Collecting sphinxcontrib-serializinghtml (from sphinxcontrib-websupport->sphinx<2) Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.0/94.0 kB 193.9 MB/s eta 0:00:00 Building wheels for collected packages: mock Building wheel for mock (setup.py): started Building wheel for mock (setup.py): finished with status 'done' Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23753 sha256=42277f2c3ab9bad891ce96a94cc57938e897f52a5891ae9b678f4f6d22844489 Stored in directory: /tmp/pip-ephem-wheel-cache-7dqnm63f/wheels/7a/94/b1/0fdc5339a5bd487a5cc15421ec200d9ba3e2aa7190e4a727f1 Successfully built mock Installing collected packages: snowballstemmer, pytz, mock, commonmark, urllib3, sphinxcontrib-serializinghtml, six, Pygments, pillow, packaging, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, alabaster, sphinxcontrib-websupport, requests, jinja2, sphinx, readthedocs-sphinx-ext, sphinx-rtd-theme, recommonmark Successfully installed MarkupSafe-2.1.2 Pygments-2.15.1 alabaster-0.7.13 babel-2.12.1 certifi-2023.5.7 charset-normalizer-3.1.0 commonmark-0.9.1 docutils-0.17.1 idna-3.4 imagesize-1.4.1 jinja2-3.0.3 mock-1.0.1 packaging-23.1 pillow-5.4.1 pytz-2023.3 readthedocs-sphinx-ext-2.2.0 recommonmark-0.5.0 requests-2.31.0 six-1.16.0 snowballstemmer-2.2.0 sphinx-1.8.6 sphinx-rtd-theme-0.4.3 sphinxcontrib-serializinghtml-1.1.5 sphinxcontrib-websupport-1.2.4 urllib3-2.0.2 [rtd-command-info] start-time: 2023-06-02T09:16:11.974823Z, end-time: 2023-06-02T09:16:13.716995Z, duration: 1, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r docs/setuptools.requirements.txt Collecting setuptools<58 (from -r docs/setuptools.requirements.txt (line 1)) Downloading setuptools-57.5.0-py3-none-any.whl (819 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 819.3/819.3 kB 23.7 MB/s eta 0:00:00 Installing collected packages: setuptools Attempting uninstall: setuptools Found existing installation: setuptools 67.8.0 Uninstalling setuptools-67.8.0: Successfully uninstalled setuptools-67.8.0 Successfully installed setuptools-57.5.0 [rtd-command-info] start-time: 2023-06-02T09:16:13.969608Z, end-time: 2023-06-02T09:16:32.398710Z, duration: 18, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt Requirement already satisfied: setuptools<58 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages (from -r docs/requirements.txt (line 4)) (57.5.0) Collecting sphinx==2.3.1 (from -r docs/requirements.txt (line 5)) Downloading Sphinx-2.3.1-py3-none-any.whl (2.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.7/2.7 MB 64.8 MB/s eta 0:00:00 Collecting breathe==4.14.1 (from -r docs/requirements.txt (line 6)) Downloading breathe-4.14.1-py3-none-any.whl (74 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.7/74.7 kB 196.5 MB/s eta 0:00:00 Collecting sphinx-rtd-theme==1.0.0 (from -r docs/requirements.txt (line 7)) Downloading sphinx_rtd_theme-1.0.0-py2.py3-none-any.whl (2.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 205.7 MB/s eta 0:00:00 Collecting sphinx-notfound-page==0.7.1 (from -r docs/requirements.txt (line 8)) Downloading sphinx_notfound_page-0.7.1-py3-none-any.whl (8.3 kB) Collecting sphinxcontrib-blockdiag==2.0.0 (from -r docs/requirements.txt (line 9)) Downloading sphinxcontrib_blockdiag-2.0.0-py2.py3-none-any.whl (6.8 kB) Collecting sphinxcontrib-seqdiag==2.0.0 (from -r docs/requirements.txt (line 10)) Downloading sphinxcontrib_seqdiag-2.0.0-py2.py3-none-any.whl (6.9 kB) Collecting sphinxcontrib-actdiag==2.0.0 (from -r docs/requirements.txt (line 11)) Downloading sphinxcontrib_actdiag-2.0.0-py2.py3-none-any.whl (6.9 kB) Collecting sphinxcontrib-nwdiag==2.0.0 (from -r docs/requirements.txt (line 12)) Downloading sphinxcontrib_nwdiag-2.0.0-py2.py3-none-any.whl (13 kB) Collecting sphinxcontrib-wavedrom==2.0.0 (from -r docs/requirements.txt (line 13)) Downloading sphinxcontrib_wavedrom-2.0.0-py3-none-any.whl (9.6 kB) Collecting nwdiag==2.0.0 (from -r docs/requirements.txt (line 14)) Downloading nwdiag-2.0.0-py2.py3-none-any.whl (7.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.7/7.7 MB 188.2 MB/s eta 0:00:00 Collecting recommonmark==0.7.0 (from -r docs/requirements.txt (line 15)) Downloading recommonmark-0.7.0-py2.py3-none-any.whl (10 kB) Collecting future==0.16.0 (from -r docs/requirements.txt (line 16)) Downloading future-0.16.0.tar.gz (824 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 824.5/824.5 kB 234.2 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting sphinxcontrib-applehelp (from sphinx==2.3.1->-r docs/requirements.txt (line 5)) Downloading sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl (121 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.2/121.2 kB 199.9 MB/s eta 0:00:00 Collecting sphinxcontrib-devhelp (from sphinx==2.3.1->-r docs/requirements.txt (line 5)) Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.7/84.7 kB 196.9 MB/s eta 0:00:00 Collecting sphinxcontrib-jsmath (from sphinx==2.3.1->-r docs/requirements.txt (line 5)) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Collecting sphinxcontrib-htmlhelp (from sphinx==2.3.1->-r docs/requirements.txt (line 5)) Downloading sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl (100 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.5/100.5 kB 208.5 MB/s eta 0:00:00 Requirement already satisfied: sphinxcontrib-serializinghtml in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages (from sphinx==2.3.1->-r docs/requirements.txt (line 5)) (1.1.5) Collecting sphinxcontrib-qthelp (from sphinx==2.3.1->-r docs/requirements.txt (line 5)) Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.6/90.6 kB 206.5 MB/s eta 0:00:00 Requirement already satisfied: Jinja2>=2.3 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages (from sphinx==2.3.1->-r docs/requirements.txt (line 5)) (3.0.3) Requirement already satisfied: Pygments>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages (from sphinx==2.3.1->-r docs/requirements.txt (line 5)) (2.15.1) Requirement already satisfied: docutils>=0.12 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages (from sphinx==2.3.1->-r docs/requirements.txt (line 5)) (0.17.1) Requirement already satisfied: snowballstemmer>=1.1 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages (from sphinx==2.3.1->-r docs/requirements.txt (line 5)) (2.2.0) Requirement already satisfied: babel!=2.0,>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages (from sphinx==2.3.1->-r docs/requirements.txt (line 5)) (2.12.1) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages (from sphinx==2.3.1->-r docs/requirements.txt (line 5)) (0.7.13) Requirement already satisfied: imagesize in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages (from sphinx==2.3.1->-r docs/requirements.txt (line 5)) (1.4.1) Requirement already satisfied: requests>=2.5.0 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages (from sphinx==2.3.1->-r docs/requirements.txt (line 5)) (2.31.0) Requirement already satisfied: packaging in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages (from sphinx==2.3.1->-r docs/requirements.txt (line 5)) (23.1) Requirement already satisfied: six>=1.9 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages (from breathe==4.14.1->-r docs/requirements.txt (line 6)) (1.16.0) Collecting blockdiag>=1.5.0 (from sphinxcontrib-blockdiag==2.0.0->-r docs/requirements.txt (line 9)) Downloading blockdiag-3.0.0-py3-none-any.whl (2.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.7/2.7 MB 205.6 MB/s eta 0:00:00 Collecting seqdiag>=0.9.3 (from sphinxcontrib-seqdiag==2.0.0->-r docs/requirements.txt (line 10)) Downloading seqdiag-3.0.0-py3-none-any.whl (2.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.6/2.6 MB 214.0 MB/s eta 0:00:00 Collecting actdiag>=0.5.3 (from sphinxcontrib-actdiag==2.0.0->-r docs/requirements.txt (line 11)) Downloading actdiag-3.0.0-py3-none-any.whl (2.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.6/2.6 MB 205.8 MB/s eta 0:00:00 Collecting wavedrom>=0.1 (from sphinxcontrib-wavedrom==2.0.0->-r docs/requirements.txt (line 13)) Downloading wavedrom-2.0.3.post3.tar.gz (137 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 137.7/137.7 kB 203.8 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting cairosvg>=2 (from sphinxcontrib-wavedrom==2.0.0->-r docs/requirements.txt (line 13)) Downloading CairoSVG-2.7.0-py3-none-any.whl (43 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.2/43.2 kB 156.8 MB/s eta 0:00:00 Collecting xcffib (from sphinxcontrib-wavedrom==2.0.0->-r docs/requirements.txt (line 13)) Downloading xcffib-1.3.0.tar.gz (89 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.9/89.9 kB 193.6 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: commonmark>=0.8.1 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages (from recommonmark==0.7.0->-r docs/requirements.txt (line 15)) (0.9.1) Requirement already satisfied: pytz>=2015.7 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages (from babel!=2.0,>=1.3->sphinx==2.3.1->-r docs/requirements.txt (line 5)) (2023.3) Collecting funcparserlib>=1.0.0a0 (from blockdiag>=1.5.0->sphinxcontrib-blockdiag==2.0.0->-r docs/requirements.txt (line 9)) Downloading funcparserlib-1.0.1-py2.py3-none-any.whl (17 kB) Requirement already satisfied: Pillow>3.0 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages (from blockdiag>=1.5.0->sphinxcontrib-blockdiag==2.0.0->-r docs/requirements.txt (line 9)) (5.4.1) Collecting webcolors (from blockdiag>=1.5.0->sphinxcontrib-blockdiag==2.0.0->-r docs/requirements.txt (line 9)) Downloading webcolors-1.13-py3-none-any.whl (14 kB) Collecting cairocffi (from cairosvg>=2->sphinxcontrib-wavedrom==2.0.0->-r docs/requirements.txt (line 13)) Downloading cairocffi-1.5.1.tar.gz (86 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.9/86.9 kB 201.8 MB/s eta 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting cssselect2 (from cairosvg>=2->sphinxcontrib-wavedrom==2.0.0->-r docs/requirements.txt (line 13)) Downloading cssselect2-0.7.0-py3-none-any.whl (15 kB) Collecting defusedxml (from cairosvg>=2->sphinxcontrib-wavedrom==2.0.0->-r docs/requirements.txt (line 13)) Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) Collecting tinycss2 (from cairosvg>=2->sphinxcontrib-wavedrom==2.0.0->-r docs/requirements.txt (line 13)) Downloading tinycss2-1.2.1-py3-none-any.whl (21 kB) Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages (from Jinja2>=2.3->sphinx==2.3.1->-r docs/requirements.txt (line 5)) (2.1.2) Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages (from requests>=2.5.0->sphinx==2.3.1->-r docs/requirements.txt (line 5)) (3.1.0) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages (from requests>=2.5.0->sphinx==2.3.1->-r docs/requirements.txt (line 5)) (3.4) Requirement already satisfied: urllib3<3,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages (from requests>=2.5.0->sphinx==2.3.1->-r docs/requirements.txt (line 5)) (2.0.2) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages (from requests>=2.5.0->sphinx==2.3.1->-r docs/requirements.txt (line 5)) (2023.5.7) Collecting svgwrite (from wavedrom>=0.1->sphinxcontrib-wavedrom==2.0.0->-r docs/requirements.txt (line 13)) Downloading svgwrite-1.4.3-py3-none-any.whl (67 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.1/67.1 kB 173.7 MB/s eta 0:00:00 Collecting pyyaml (from wavedrom>=0.1->sphinxcontrib-wavedrom==2.0.0->-r docs/requirements.txt (line 13)) Downloading PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 596.3/596.3 kB 238.3 MB/s eta 0:00:00 Collecting cffi>=1.1.0 (from xcffib->sphinxcontrib-wavedrom==2.0.0->-r docs/requirements.txt (line 13)) Downloading cffi-1.15.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (427 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 427.9/427.9 kB 234.0 MB/s eta 0:00:00 Collecting pycparser (from cffi>=1.1.0->xcffib->sphinxcontrib-wavedrom==2.0.0->-r docs/requirements.txt (line 13)) Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 209.7 MB/s eta 0:00:00 Collecting webencodings (from cssselect2->cairosvg>=2->sphinxcontrib-wavedrom==2.0.0->-r docs/requirements.txt (line 13)) Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB) Building wheels for collected packages: future, wavedrom, xcffib, cairocffi Building wheel for future (setup.py): started Building wheel for future (setup.py): finished with status 'done' Created wheel for future: filename=future-0.16.0-py3-none-any.whl size=487808 sha256=a26a2fece47b926606bda6e8755bb90ce5bc1c5cced54ef9138096c8e3d9da4e Stored in directory: /tmp/pip-ephem-wheel-cache-l0cgyaqi/wheels/7c/09/6f/dfd31fb2ebe951aefbee461a0dfce1bdc2e4b2c1016e85d233 Building wheel for wavedrom (setup.py): started Building wheel for wavedrom (setup.py): finished with status 'done' Created wheel for wavedrom: filename=wavedrom-2.0.3.post3-py2.py3-none-any.whl size=29952 sha256=b26dbd04a1de452e2debc1595a3c479251b1e2d351e0857f3dc906a59c391ab1 Stored in directory: /tmp/pip-ephem-wheel-cache-l0cgyaqi/wheels/58/1b/11/25d900d62780835108b77b81a1f420b4bce881218368549952 Building wheel for xcffib (setup.py): started Building wheel for xcffib (setup.py): finished with status 'done' Created wheel for xcffib: filename=xcffib-1.3.0-py3-none-any.whl size=99451 sha256=3e82f30db00b7ae354375e85535b2bb9ae4c0b4d40f098f7395755fa031be9fa Stored in directory: /tmp/pip-ephem-wheel-cache-l0cgyaqi/wheels/2b/39/ca/a4860cb0dc8708db2c4cd499ebf8f1fd3691c5a68678b3a782 Building wheel for cairocffi (pyproject.toml): started Building wheel for cairocffi (pyproject.toml): finished with status 'done' Created wheel for cairocffi: filename=cairocffi-1.5.1-py3-none-any.whl size=90523 sha256=76f6751bd9166f523b7b7ac871d71f99dc1b382107a514292631021859cc7338 Stored in directory: /tmp/pip-ephem-wheel-cache-l0cgyaqi/wheels/70/31/d7/3f427ac2b9f271ca33dbbb215743dbcdf59510e6403e2b8fbd Successfully built future wavedrom xcffib cairocffi Installing collected packages: webencodings, sphinx-notfound-page, future, webcolors, tinycss2, svgwrite, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, pyyaml, pycparser, funcparserlib, defusedxml, wavedrom, sphinx, cssselect2, cffi, blockdiag, xcffib, sphinxcontrib-blockdiag, sphinx-rtd-theme, seqdiag, recommonmark, nwdiag, cairocffi, breathe, actdiag, sphinxcontrib-seqdiag, sphinxcontrib-nwdiag, sphinxcontrib-actdiag, cairosvg, sphinxcontrib-wavedrom Attempting uninstall: sphinx Found existing installation: Sphinx 1.8.6 Uninstalling Sphinx-1.8.6: Successfully uninstalled Sphinx-1.8.6 Attempting uninstall: sphinx-rtd-theme Found existing installation: sphinx-rtd-theme 0.4.3 Uninstalling sphinx-rtd-theme-0.4.3: Successfully uninstalled sphinx-rtd-theme-0.4.3 Attempting uninstall: recommonmark Found existing installation: recommonmark 0.5.0 Uninstalling recommonmark-0.5.0: Successfully uninstalled recommonmark-0.5.0 Successfully installed actdiag-3.0.0 blockdiag-3.0.0 breathe-4.14.1 cairocffi-1.5.1 cairosvg-2.7.0 cffi-1.15.1 cssselect2-0.7.0 defusedxml-0.7.1 funcparserlib-1.0.1 future-0.16.0 nwdiag-2.0.0 pycparser-2.21 pyyaml-6.0 recommonmark-0.7.0 seqdiag-3.0.0 sphinx-2.3.1 sphinx-notfound-page-0.7.1 sphinx-rtd-theme-1.0.0 sphinxcontrib-actdiag-2.0.0 sphinxcontrib-applehelp-1.0.2 sphinxcontrib-blockdiag-2.0.0 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-2.0.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-nwdiag-2.0.0 sphinxcontrib-qthelp-1.0.3 sphinxcontrib-seqdiag-2.0.0 sphinxcontrib-wavedrom-2.0.0 svgwrite-1.4.3 tinycss2-1.2.1 wavedrom-2.0.3.post3 webcolors-1.13 webencodings-0.5.1 xcffib-1.3.0 [rtd-command-info] start-time: 2023-06-02T09:16:34.156343Z, end-time: 2023-06-02T09:16:34.244831Z, duration: 0, exit-code: 0 cat docs/en/conf.py # -*- coding: utf-8 -*- # # English Language RTD & Sphinx config file # # Uses ../conf_common.py for most non-language-specific settings. # Importing conf_common adds all the non-language-specific # parts to this conf module import sys, os sys.path.insert(0, os.path.abspath('../')) from conf_common import * # General information about the project. project = u'ESP-IoT-Solution' copyright = u'2016 - 2022, Espressif Systems (Shanghai) CO., LTD' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. language = 'en' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ ('index', 'ReadtheDocsTemplate.tex', u'ESP-IoT-Solution', u'2016 - 2022, Espressif Systems (Shanghai) CO., LTD', 'manual'), ] ########################################################################### # auto-created readthedocs.org specific configuration # ########################################################################### # # The following code was added during an automated build on readthedocs.org # It is auto created and injected for every build. The result is based on the # conf.py.tmpl file found in the readthedocs.org codebase: # https://github.com/rtfd/readthedocs.org/blob/main/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl # # Note: this file shouldn't rely on extra dependencies. import importlib import sys import os.path # Borrowed from six. PY3 = sys.version_info[0] == 3 string_types = str if PY3 else basestring from sphinx import version_info # Get suffix for proper linking to GitHub # This is deprecated in Sphinx 1.3+, # as each page can have its own suffix if globals().get('source_suffix', False): if isinstance(source_suffix, string_types): SUFFIX = source_suffix elif isinstance(source_suffix, (list, tuple)): # Sphinx >= 1.3 supports list/tuple to define multiple suffixes SUFFIX = source_suffix[0] elif isinstance(source_suffix, dict): # Sphinx >= 1.8 supports a mapping dictionary for multiple suffixes SUFFIX = list(source_suffix.keys())[0] # make a ``list()`` for py2/py3 compatibility else: # default to .rst SUFFIX = '.rst' else: SUFFIX = '.rst' # Add RTD Static Path. Add to the end because it overwrites previous files. if not 'html_static_path' in globals(): html_static_path = [] if os.path.exists('_static'): html_static_path.append('_static') # Add RTD Theme only if they aren't overriding it already using_rtd_theme = ( ( 'html_theme' in globals() and html_theme in ['default'] and # Allow people to bail with a hack of having an html_style 'html_style' not in globals() ) or 'html_theme' not in globals() ) if using_rtd_theme: html_theme = 'sphinx_rtd_theme' html_style = None html_theme_options = {} # This following legacy behavior will gradually be sliced out until its deprecated and removed. # Skipped for Sphinx 6+ # Skipped by internal Feature flag SKIP_SPHINX_HTML_THEME_PATH # Skipped by all new projects since SKIP_SPHINX_HTML_THEME_PATH's introduction (jan 2023) if ( using_rtd_theme and version_info < (6,0) and not False ): theme = importlib.import_module('sphinx_rtd_theme') if 'html_theme_path' in globals(): html_theme_path.append(theme.get_html_theme_path()) else: html_theme_path = [theme.get_html_theme_path()] # Define websupport2_base_url and websupport2_static_url if globals().get('websupport2_base_url', False): websupport2_base_url = 'https://readthedocs.com/websupport' websupport2_static_url = 'https://assets.readthedocs.com/' #Add project information to the template context. context = { 'using_theme': using_rtd_theme, 'html_theme': html_theme, 'current_version': "latest", 'version_slug': "latest", 'MEDIA_URL': "https://media.readthedocs.com/media/", 'STATIC_URL': "https://assets.readthedocs.com/", 'PRODUCTION_DOMAIN': "readthedocs.com", 'proxied_static_path': "/_/static/", 'versions': [ ("latest", "/en/latest/"), ], 'downloads': [ ("pdf", "//espressif-docs.readthedocs-hosted.com/_/downloads/espressif-esp-iot-solution/en/latest/pdf/"), ("html", "//espressif-docs.readthedocs-hosted.com/_/downloads/espressif-esp-iot-solution/en/latest/htmlzip/"), ], 'subprojects': [ ], 'slug': 'espressif-esp-iot-solution', 'name': u'esp-iot-solution', 'rtd_language': u'en', 'programming_language': u'c', 'canonical_url': 'https://espressif-docs.readthedocs-hosted.com/projects/espressif-esp-iot-solution/en/latest/', 'analytics_code': 'UA-132861133-1', 'single_version': False, 'conf_py_path': '/docs/en/', 'api_host': 'https://readthedocs.com', 'github_user': 'espressif', 'proxied_api_host': '/_', 'github_repo': 'esp-iot-solution', 'github_version': 'master', 'display_github': True, 'bitbucket_user': 'None', 'bitbucket_repo': 'None', 'bitbucket_version': 'master', 'display_bitbucket': False, 'gitlab_user': 'None', 'gitlab_repo': 'None', 'gitlab_version': 'master', 'display_gitlab': False, 'READTHEDOCS': True, 'using_theme': (html_theme == "default"), 'new_theme': (html_theme == "sphinx_rtd_theme"), 'source_suffix': SUFFIX, 'ad_free': False, 'docsearch_disabled': False, 'user_analytics_code': 'UA-132861133-1', 'global_analytics_code': 'UA-17997319-2', 'commit': 'c8bfc6fb', } # For sphinx >=1.8 we can use html_baseurl to set the canonical URL. # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_baseurl if version_info >= (1, 8): if not globals().get('html_baseurl'): html_baseurl = context['canonical_url'] context['canonical_url'] = None if 'html_context' in globals(): html_context.update(context) else: html_context = context # Add custom RTD extension if 'extensions' in globals(): # Insert at the beginning because it can interfere # with other extensions. # See https://github.com/rtfd/readthedocs.org/pull/4054 extensions.insert(0, "readthedocs_ext.readthedocs") else: extensions = ["readthedocs_ext.readthedocs"] # Add External version warning banner to the external version documentation if 'branch' == 'external': extensions.insert(1, "readthedocs_ext.external_version_warning") readthedocs_vcs_url = 'None' readthedocs_build_url = 'https://readthedocs.com/projects/espressif-esp-iot-solution/builds/1511882/' project_language = 'en' # User's Sphinx configurations language_user = globals().get('language', None) latex_engine_user = globals().get('latex_engine', None) latex_elements_user = globals().get('latex_elements', None) # Remove this once xindy gets installed in Docker image and XINDYOPS # env variable is supported # https://github.com/rtfd/readthedocs-docker-images/pull/98 latex_use_xindy = False chinese = any([ language_user in ('zh_CN', 'zh_TW'), project_language in ('zh_CN', 'zh_TW'), ]) japanese = any([ language_user == 'ja', project_language == 'ja', ]) if chinese: latex_engine = latex_engine_user or 'xelatex' latex_elements_rtd = { 'preamble': '\\usepackage[UTF8]{ctex}\n', } latex_elements = latex_elements_user or latex_elements_rtd elif japanese: latex_engine = latex_engine_user or 'platex' # Make sure our build directory is always excluded exclude_patterns = globals().get('exclude_patterns', []) exclude_patterns.extend(['_build']) [rtd-command-info] start-time: 2023-06-02T09:16:34.449803Z, end-time: 2023-06-02T09:16:46.973376Z, duration: 12, exit-code: 0 python -m sphinx -T -E -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v2.3.1 Getting Doxyfile's INPUT Generating 'api_name.inc' files with Doxygen directives fatal: No names found, cannot describe anything. Calling Doxygen to generate latest XML files Version: Release: loading translations [en]... done fatal: No names found, cannot describe anything. Git commit ID: c8bfc6f making output directory... done building [mo]: targets for 0 po files that are out of date building [html]: targets for 57 source files that are out of date updating environment: [new config] 57 added, 0 changed, 0 removed reading sources... [ 1%] DFS_and_light_sleep/DFS_test_manual reading sources... [ 3%] DFS_and_light_sleep/index reading sources... [ 5%] DFS_and_light_sleep/light_sleep_performance reading sources... [ 7%] audio/dac_audio reading sources... [ 8%] audio/index reading sources... [ 10%] audio/pwm_audio reading sources... [ 12%] basic/boards reading sources... [ 14%] basic/bus reading sources... [ 15%] basic/i2s_lcd reading sources... [ 17%] basic/index reading sources... [ 19%] contribute/index reading sources... [ 21%] contribute/style-guide reading sources... [ 22%] display/digit_tube reading sources... [ 24%] display/index reading sources... [ 26%] display/led_indicator reading sources... [ 28%] display/screen reading sources... [ 29%] gettingstarted reading sources... [ 31%] gui/index reading sources... [ 33%] gui/lvgl_gui reading sources... [ 35%] hmi_solution/hmi_workflow reading sources... [ 36%] hmi_solution/index reading sources... [ 38%] hmi_solution/littlevgl_guide reading sources... [ 40%] hmi_solution/ugfx_guide reading sources... [ 42%] hw-reference/ESP-Prog_guide reading sources... [ 43%] hw-reference/ESP32-MeshKit-Sense_guide reading sources... [ 45%] hw-reference/ESP32_LCDKit_guide reading sources... [ 47%] hw-reference/esp32_sense_kit_guide reading sources... [ 49%] index reading sources... [ 50%] input_device/button reading sources... [ 52%] input_device/index reading sources... [ 54%] input_device/knob reading sources... [ 56%] input_device/touch_panel reading sources... [ 57%] low_power_solution/deep-sleep_current_test reading sources... [ 59%] low_power_solution/esp32_lowpower_solution reading sources... [ 61%] low_power_solution/esp32_ulp_co-processor_and_assembly_environment_setup reading sources... [ 63%] low_power_solution/index reading sources... [ 64%] motor/index reading sources... [ 66%] motor/servo reading sources... [ 68%] others/adc_range reading sources... [ 70%] others/index reading sources... [ 71%] others/io_expander reading sources... [ 73%] security_solution/flash_encryption reading sources... [ 75%] security_solution/index reading sources... [ 77%] security_solution/mass_produce reading sources... [ 78%] security_solution/secure_boot reading sources... [ 80%] sensors/gesture reading sources... [ 82%] sensors/humiture reading sources... [ 84%] sensors/imu reading sources... [ 85%] sensors/index reading sources... [ 87%] sensors/light_sensor reading sources... [ 89%] sensors/pressure reading sources... [ 91%] sensors/sensor_hub reading sources... [ 92%] storage/file_system reading sources... [ 94%] storage/index reading sources... [ 96%] storage/storage_media reading sources... [ 98%] usb/index reading sources... [100%] usb/usb_stream /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages/sphinx/util/docutils.py:285: RemovedInSphinx30Warning: function based directive support is now deprecated. Use class based directive instead. RemovedInSphinx30Warning) /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages/sphinx/util/compat.py:32: RemovedInSphinx30Warning: The config variable "source_parsers" is deprecated. Please update your extension for the parser and remove the setting. RemovedInSphinx30Warning) /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages/sphinx/util/compat.py:36: RemovedInSphinx30Warning: app.add_source_parser() does not support suffix argument. Use app.add_source_suffix() instead. app.add_source_parser(suffix, parser) _build/inc/usb_stream.inc:65: WARNING: Error in type declaration. If typedef-like declaration: Type must be either just a name or a typedef-like declaration. If just a name: Error in declarator or parameters and qualifiers Invalid definition: Expected identifier in nested name, got keyword: void [error at 4] void() mic_callback_t(mic_frame_t *frame, void *user_ptr) ----^ If typedef-like declaration: Error in declarator If pointer to member declarator: Invalid definition: Expected identifier in nested name. [error at 4] void() mic_callback_t(mic_frame_t *frame, void *user_ptr) ----^ If declId, parameters, and qualifiers: Invalid definition: Expected identifier in nested name. [error at 4] void() mic_callback_t(mic_frame_t *frame, void *user_ptr) ----^ If parenthesis in noptr-declarator: Error in declarator or parameters and qualifiers If pointer to member declarator: Invalid definition: Expected identifier in nested name. [error at 5] void() mic_callback_t(mic_frame_t *frame, void *user_ptr) -----^ If declarator-id: Invalid definition: Expected identifier in nested name. [error at 5] void() mic_callback_t(mic_frame_t *frame, void *user_ptr) -----^ If type alias or template alias: Invalid definition: Expected identifier in nested name, got keyword: void [error at 4] void() mic_callback_t(mic_frame_t *frame, void *user_ptr) ----^ _build/inc/usb_stream.inc:66: WARNING: Error in type declaration. If typedef-like declaration: Type must be either just a name or a typedef-like declaration. If just a name: Error in declarator or parameters and qualifiers Invalid definition: Expected identifier in nested name, got keyword: void [error at 4] void() state_callback_t(usb_stream_state_t state, void *user_ptr) ----^ If typedef-like declaration: Error in declarator If pointer to member declarator: Invalid definition: Expected identifier in nested name. [error at 4] void() state_callback_t(usb_stream_state_t state, void *user_ptr) ----^ If declId, parameters, and qualifiers: Invalid definition: Expected identifier in nested name. [error at 4] void() state_callback_t(usb_stream_state_t state, void *user_ptr) ----^ If parenthesis in noptr-declarator: Error in declarator or parameters and qualifiers If pointer to member declarator: Invalid definition: Expected identifier in nested name. [error at 5] void() state_callback_t(usb_stream_state_t state, void *user_ptr) -----^ If declarator-id: Invalid definition: Expected identifier in nested name. [error at 5] void() state_callback_t(usb_stream_state_t state, void *user_ptr) -----^ If type alias or template alias: Invalid definition: Expected identifier in nested name, got keyword: void [error at 4] void() state_callback_t(usb_stream_state_t state, void *user_ptr) ----^ looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 1%] DFS_and_light_sleep/DFS_test_manual writing output... [ 3%] DFS_and_light_sleep/index writing output... [ 5%] DFS_and_light_sleep/light_sleep_performance writing output... [ 7%] audio/dac_audio writing output... [ 8%] audio/index writing output... [ 10%] audio/pwm_audio writing output... [ 12%] basic/boards writing output... [ 14%] basic/bus writing output... [ 15%] basic/i2s_lcd writing output... [ 17%] basic/index writing output... [ 19%] contribute/index writing output... [ 21%] contribute/style-guide writing output... [ 22%] display/digit_tube writing output... [ 24%] display/index writing output... [ 26%] display/led_indicator writing output... [ 28%] display/screen writing output... [ 29%] gettingstarted writing output... [ 31%] gui/index writing output... [ 33%] gui/lvgl_gui writing output... [ 35%] hmi_solution/hmi_workflow writing output... [ 36%] hmi_solution/index writing output... [ 38%] hmi_solution/littlevgl_guide writing output... [ 40%] hmi_solution/ugfx_guide writing output... [ 42%] hw-reference/ESP-Prog_guide writing output... [ 43%] hw-reference/ESP32-MeshKit-Sense_guide writing output... [ 45%] hw-reference/ESP32_LCDKit_guide writing output... [ 47%] hw-reference/esp32_sense_kit_guide writing output... [ 49%] index writing output... [ 50%] input_device/button writing output... [ 52%] input_device/index writing output... [ 54%] input_device/knob writing output... [ 56%] input_device/touch_panel writing output... [ 57%] low_power_solution/deep-sleep_current_test writing output... [ 59%] low_power_solution/esp32_lowpower_solution writing output... [ 61%] low_power_solution/esp32_ulp_co-processor_and_assembly_environment_setup writing output... [ 63%] low_power_solution/index writing output... [ 64%] motor/index writing output... [ 66%] motor/servo writing output... [ 68%] others/adc_range writing output... [ 70%] others/index writing output... [ 71%] others/io_expander writing output... [ 73%] security_solution/flash_encryption writing output... [ 75%] security_solution/index writing output... [ 77%] security_solution/mass_produce writing output... [ 78%] security_solution/secure_boot writing output... [ 80%] sensors/gesture writing output... [ 82%] sensors/humiture writing output... [ 84%] sensors/imu writing output... [ 85%] sensors/index writing output... [ 87%] sensors/light_sensor writing output... [ 89%] sensors/pressure writing output... [ 91%] sensors/sensor_hub writing output... [ 92%] storage/file_system writing output... [ 94%] storage/index writing output... [ 96%] storage/storage_media writing output... [ 98%] usb/index writing output... [100%] usb/usb_stream generating indices... genindexdone writing additional pages... searchdone copying images... [ 0%] DFS_and_light_sleep/../../_static/DFS_and_light_sleep/pic4.svg.png copying images... [ 1%] DFS_and_light_sleep/../../_static/DFS_and_light_sleep/pic3.svg.png copying images... [ 2%] DFS_and_light_sleep/../../_static/DFS_and_light_sleep/pic5.svg.png copying images... [ 3%] DFS_and_light_sleep/../../_static/DFS_and_light_sleep/pic1.svg.png copying images... [ 3%] DFS_and_light_sleep/../../_static/DFS_and_light_sleep/pic2.svg.png copying images... [ 4%] audio/../../_static/audio/pwm_audio_diagram.png copying images... [ 5%] basic/../../_static/boards_diagram.png copying images... [ 6%] basic/../../_static/esp32-devkitc-v4-front.png copying images... [ 6%] basic/../../_static/esp32-meshkit-sense.png copying images... [ 7%] basic/../../_static/esp32-lcdkit.png copying images... [ 8%] basic/../../_static/esp32s2-saola.png copying images... [ 9%] basic/../../_static/esp32-s3-devkitc-1-v1-isometric.png copying images... [ 10%] basic/../../_static/pic_product_esp32_s3_otg.png copying images... [ 10%] basic/../../_static/i2c_bus.png copying images... [ 11%] basic/../../_static/spi_bus.png copying images... [ 12%] display/../../_static/ch450_typical_application_circuit.png copying images... [ 13%] display/../../_static/ht16c21_drive_mode_waveform.png copying images... [ 13%] display/../../_static/IS31FL3218_typical_application_circuit.png copying images... [ 14%] display/../../_static/display/screen_driver_structure.png copying images... [ 15%] display/../../_static/display/screen_driver_RGB565.png copying images... [ 16%] display/../../_static/display/screen_driver_mono.png copying images... [ 17%] display/../../_static/display/screen_driver_gray.png copying images... [ 17%] display/../../_static/display/original.png copying images... [ 18%] display/../../_static/display/mirror_y.png copying images... [ 19%] display/../../_static/display/mirror_x.png copying images... [ 20%] display/../../_static/display/mirror_xy.png copying images... [ 20%] display/../../_static/display/swap_xy.png copying images... [ 21%] display/../../_static/display/swap_xy_mirror_y.png copying images... [ 22%] display/../../_static/display/swap_xy_mirror_x.png copying images... [ 23%] display/../../_static/display/swap_xy_mirror_xy.png copying images... [ 24%] display/../../_static/display/screen_offset.png copying images... [ 24%] display/../../_static/display/screen_offset_rotate.png copying images... [ 25%] gui/../../_static/hmi_solution/littlevgl/thermostat.jpg copying images... [ 26%] gui/../../_static/hmi_solution/littlevgl/lvgl_coffee.jpg copying images... [ 27%] gui/../../_static/hmi_solution/littlevgl/lvgl_wificonfig0.jpg copying images... [ 27%] gui/../../_static/hmi_solution/littlevgl/lvgl_wificonfig1.jpg copying images... [ 28%] hmi_solution/../../_static/hmi_solution/ugfx/500px-Architecture2.png copying images... [ 29%] hmi_solution/../../_static/hmi_solution/ugfx/ugfx_studio.jpg copying images... [ 30%] hmi_solution/../../_static/hmi_solution/littlevgl/obj_types.jpg copying images... [ 31%] hmi_solution/../../_static/hmi_solution/littlevgl/lv_theme_intro.png copying images... [ 31%] hmi_solution/../../_static/hmi_solution/littlevgl/sys.jpg copying images... [ 32%] hmi_solution/../../_static/hmi_solution/littlevgl/par_child1.jpg copying images... [ 33%] hmi_solution/../../_static/hmi_solution/littlevgl/par_child3.jpg copying images... [ 34%] hmi_solution/../../_static/hmi_solution/littlevgl/par_child4.jpg copying images... [ 34%] hmi_solution/../../_static/hmi_solution/littlevgl/style-built-in.jpg copying images... [ 35%] hmi_solution/../../_static/hmi_solution/littlevgl/style-example.jpg copying images... [ 36%] hmi_solution/../../_static/hmi_solution/littlevgl/symbols.jpg copying images... [ 37%] hmi_solution/../../_static/hmi_solution/littlevgl/align.jpg copying images... [ 37%] hmi_solution/../../_static/hmi_solution/littlevgl/line-meter-lv_lmeter.jpg copying images... [ 38%] hmi_solution/../../_static/hmi_solution/littlevgl/roller-lv_roller.jpg copying images... [ 39%] hmi_solution/../../_static/hmi_solution/littlevgl/lvgl_menuconfig.jpg copying images... [ 40%] hmi_solution/../../_static/hmi_solution/ugfx/ugfx_menuconfig.jpg copying images... [ 41%] hmi_solution/../../_static/hmi_solution/ugfx/ugfx_gwin_list.jpg copying images... [ 41%] hw-reference/../../_static/hw-reference/esp-prog/block.png copying images... [ 42%] hw-reference/../../_static/hw-reference/esp-prog/modules.png copying images... [ 43%] hw-reference/../../_static/hw-reference/esp-prog/top.jpg copying images... [ 44%] hw-reference/../../_static/hw-reference/esp-prog/bottom.jpg copying images... [ 44%] hw-reference/../../_static/hw-reference/esp-prog/program_pin.png copying images... [ 45%] hw-reference/../../_static/hw-reference/esp-prog/JTAG_pin.png copying images... [ 46%] hw-reference/../../_static/hw-reference/esp-prog/Auto_program.png copying images... [ 47%] hw-reference/../../_static/hw-reference/esp-prog/delay_cricuit.png copying images... [ 48%] hw-reference/../../_static/hw-reference/esp-prog/prog_led.jpg copying images... [ 48%] hw-reference/../../_static/hw-reference/esp-prog/prog_power_sel.jpg copying images... [ 49%] hw-reference/../../_static/hw-reference/lowpower_evb/blockdiagram.png copying images... [ 50%] hw-reference/../../_static/hw-reference/lowpower_evb/EBPCB.png copying images... [ 51%] hw-reference/../../_static/hw-reference/lowpower_evb/ESP32_BATTERY_EB.png copying images... [ 51%] hw-reference/../../_static/hw-reference/lowpower_evb/BATTERY-POWER.png copying images... [ 52%] hw-reference/../../_static/hw-reference/lowpower_evb/peripheral.png copying images... [ 53%] hw-reference/../../_static/hw-reference/lowpower_evb/VDD33.png copying images... [ 54%] hw-reference/../../_static/hw-reference/lowpower_evb/PeriP.png copying images... [ 55%] hw-reference/../../_static/hw-reference/lowpower_evb/UART.png copying images... [ 55%] hw-reference/../../_static/hw-reference/lowpower_evb/wakeup.png copying images... [ 56%] hw-reference/../../_static/hw-reference/lowpower_evb/screen.png copying images... [ 57%] hw-reference/../../_static/hw-reference/lowpower_evb/THsensor.png copying images... [ 58%] hw-reference/../../_static/hw-reference/lowpower_evb/ambientlightsensor.png copying images... [ 58%] hw-reference/../../_static/hw-reference/lowpower_evb/proximity.png copying images... [ 59%] hw-reference/../../_static/hw-reference/lcdkit/esp32_lcdkit.jpg copying images... [ 60%] hw-reference/../../_static/hw-reference/lcdkit/esp32_lcdkit_block.jpg copying images... [ 61%] hw-reference/../../_static/hw-reference/lcdkit/esp32_lcdkit_pcb.jpg copying images... [ 62%] hw-reference/../../_static/hw-reference/lcdkit/coreboard_module.jpg copying images... [ 62%] hw-reference/../../_static/hw-reference/lcdkit/power_module.jpg copying images... [ 63%] hw-reference/../../_static/hw-reference/lcdkit/serial_screen_module.jpg copying images... [ 64%] hw-reference/../../_static/hw-reference/lcdkit/parallel_screen_module.jpg copying images... [ 65%] hw-reference/../../_static/hw-reference/lcdkit/sd_card_dac_module.jpg copying images... [ 65%] hw-reference/../../_static/hw-reference/touch_eb/touch_eb_overview.jpg copying images... [ 66%] hw-reference/../../_static/hw-reference/touch_eb/overlay_mount.jpg copying images... [ 67%] hw-reference/../../_static/hw-reference/touch_eb/board_setup.png copying images... [ 68%] hw-reference/../../_static/hw-reference/touch_eb/board_pwr_sel.jpg copying images... [ 68%] hw-reference/../../_static/hw-reference/touch_eb/board_pgm_connection.jpg copying images... [ 69%] hw-reference/../../_static/hw-reference/touch_eb/menuconfig-1.png copying images... [ 70%] hw-reference/../../_static/hw-reference/touch_eb/menuconfig-2.png copying images... [ 71%] hw-reference/../../_static/hw-reference/touch_eb/touch_eb_block_diagram.png copying images... [ 72%] hw-reference/../../_static/hw-reference/touch_eb/board_description.png copying images... [ 72%] hw-reference/../../_static/hw-reference/touch_eb/board_pwr_supply.png copying images... [ 73%] hw-reference/../../_static/hw-reference/touch_eb/board_7seg_display.png copying images... [ 74%] hw-reference/../../_static/hw-reference/touch_eb/board_rgb_module.png copying images... [ 75%] hw-reference/../../_static/hw-reference/touch_eb/board_adc.png copying images... [ 75%] hw-reference/../../_static/hw-reference/touch_eb/touch_spring.jpg copying images... [ 76%] hw-reference/../../_static/hw-reference/touch_eb/touch_matrix.jpg copying images... [ 77%] hw-reference/../../_static/hw-reference/touch_eb/touch_slide.jpg copying images... [ 78%] hw-reference/../../_static/hw-reference/touch_eb/touch_diplexed_slide.jpg copying images... [ 79%] hw-reference/../../_static/hw-reference/touch_eb/touch_wheel.jpg copying images... [ 79%] ../_static/get-started.png copying images... [ 80%] ../_static/display.png copying images... [ 81%] ../_static/usb.png copying images... [ 82%] ../_static/gui.png copying images... [ 82%] ../_static/input_device.png copying images... [ 83%] ../_static/sensors.png copying images... [ 84%] ../_static/audio.png copying images... [ 85%] ../_static/security_solution.png copying images... [ 86%] ../_static/contribute.png copying images... [ 86%] input_device/../../_static/button_hardware.png copying images... [ 87%] low_power_solution/../../_static/low_power/low_power_flow_chart1.png copying images... [ 88%] low_power_solution/../../_static/low_power/low_power_flow_chart2.png copying images... [ 89%] low_power_solution/../../_static/low_power/low_power_flow_chart3.png copying images... [ 89%] low_power_solution/../../_static/low_power/touchpad_deepsleep_process.png copying images... [ 90%] low_power_solution/../../_static/low_power/esp32_station_current.png copying images... [ 91%] low_power_solution/../../_static/low_power/esp32_deepsleep_timer_current.png copying images... [ 92%] low_power_solution/../../_static/low_power/esp32_deepsleep_rtcio_current.png copying images... [ 93%] low_power_solution/../../_static/low_power/esp32_deepsleep_ulp_current.png copying images... [ 93%] low_power_solution/../../_static/low_power/touchpad.png copying images... [ 94%] security_solution/../../_static/secure_encrypt/download_tool_flow_chart.png copying images... [ 95%] security_solution/../../_static/secure_encrypt/menuconfig_02.png copying images... [ 96%] security_solution/../../_static/secure_encrypt/download_frame_02.png copying images... [ 96%] security_solution/../../_static/secure_encrypt/combine_01.png copying images... [ 97%] security_solution/../../_static/secure_encrypt/secure_encrypt_first_boot.png copying images... [ 98%] security_solution/../../_static/secure_encrypt/secure_encrypt_subsequent_boot.png copying images... [ 99%] sensors/../../_static/sensor_hub_diagram.png copying images... [100%] sensors/../../_static/sensor_hub.png copying downloadable files... [100%] _static/esp32s3_adc_range_to_3100.patch copying static files... ... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 2 warnings. The HTML pages are in ../../_readthedocs/html. Updating searchtools for Read the Docs search... [rtd-command-info] start-time: 2023-06-02T09:16:47.203143Z, end-time: 2023-06-02T09:16:58.172368Z, duration: 10, exit-code: 0 python -m sphinx -T -E -b readthedocssinglehtmllocalmedia -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/htmlzip Running Sphinx v2.3.1 Getting Doxyfile's INPUT Generating 'api_name.inc' files with Doxygen directives fatal: No names found, cannot describe anything. Calling Doxygen to generate latest XML files Version: Release: loading translations [en]... done fatal: No names found, cannot describe anything. Git commit ID: c8bfc6f making output directory... done building [mo]: targets for 0 po files that are out of date building [readthedocssinglehtmllocalmedia]: all documents updating environment: [new config] 57 added, 0 changed, 0 removed reading sources... [ 1%] DFS_and_light_sleep/DFS_test_manual reading sources... [ 3%] DFS_and_light_sleep/index reading sources... [ 5%] DFS_and_light_sleep/light_sleep_performance reading sources... [ 7%] audio/dac_audio reading sources... [ 8%] audio/index reading sources... [ 10%] audio/pwm_audio reading sources... [ 12%] basic/boards reading sources... [ 14%] basic/bus reading sources... [ 15%] basic/i2s_lcd reading sources... [ 17%] basic/index reading sources... [ 19%] contribute/index reading sources... [ 21%] contribute/style-guide reading sources... [ 22%] display/digit_tube reading sources... [ 24%] display/index reading sources... [ 26%] display/led_indicator reading sources... [ 28%] display/screen reading sources... [ 29%] gettingstarted reading sources... [ 31%] gui/index reading sources... [ 33%] gui/lvgl_gui reading sources... [ 35%] hmi_solution/hmi_workflow reading sources... [ 36%] hmi_solution/index reading sources... [ 38%] hmi_solution/littlevgl_guide reading sources... [ 40%] hmi_solution/ugfx_guide reading sources... [ 42%] hw-reference/ESP-Prog_guide reading sources... [ 43%] hw-reference/ESP32-MeshKit-Sense_guide reading sources... [ 45%] hw-reference/ESP32_LCDKit_guide reading sources... [ 47%] hw-reference/esp32_sense_kit_guide reading sources... [ 49%] index reading sources... [ 50%] input_device/button reading sources... [ 52%] input_device/index reading sources... [ 54%] input_device/knob reading sources... [ 56%] input_device/touch_panel reading sources... [ 57%] low_power_solution/deep-sleep_current_test reading sources... [ 59%] low_power_solution/esp32_lowpower_solution reading sources... [ 61%] low_power_solution/esp32_ulp_co-processor_and_assembly_environment_setup reading sources... [ 63%] low_power_solution/index reading sources... [ 64%] motor/index reading sources... [ 66%] motor/servo reading sources... [ 68%] others/adc_range reading sources... [ 70%] others/index reading sources... [ 71%] others/io_expander reading sources... [ 73%] security_solution/flash_encryption reading sources... [ 75%] security_solution/index reading sources... [ 77%] security_solution/mass_produce reading sources... [ 78%] security_solution/secure_boot reading sources... [ 80%] sensors/gesture reading sources... [ 82%] sensors/humiture reading sources... [ 84%] sensors/imu reading sources... [ 85%] sensors/index reading sources... [ 87%] sensors/light_sensor reading sources... [ 89%] sensors/pressure reading sources... [ 91%] sensors/sensor_hub reading sources... [ 92%] storage/file_system reading sources... [ 94%] storage/index reading sources... [ 96%] storage/storage_media reading sources... [ 98%] usb/index reading sources... [100%] usb/usb_stream /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages/sphinx/util/docutils.py:285: RemovedInSphinx30Warning: function based directive support is now deprecated. Use class based directive instead. RemovedInSphinx30Warning) /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages/sphinx/util/compat.py:32: RemovedInSphinx30Warning: The config variable "source_parsers" is deprecated. Please update your extension for the parser and remove the setting. RemovedInSphinx30Warning) /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages/sphinx/util/compat.py:36: RemovedInSphinx30Warning: app.add_source_parser() does not support suffix argument. Use app.add_source_suffix() instead. app.add_source_parser(suffix, parser) _build/inc/usb_stream.inc:65: WARNING: Error in type declaration. If typedef-like declaration: Type must be either just a name or a typedef-like declaration. If just a name: Error in declarator or parameters and qualifiers Invalid definition: Expected identifier in nested name, got keyword: void [error at 4] void() mic_callback_t(mic_frame_t *frame, void *user_ptr) ----^ If typedef-like declaration: Error in declarator If pointer to member declarator: Invalid definition: Expected identifier in nested name. [error at 4] void() mic_callback_t(mic_frame_t *frame, void *user_ptr) ----^ If declId, parameters, and qualifiers: Invalid definition: Expected identifier in nested name. [error at 4] void() mic_callback_t(mic_frame_t *frame, void *user_ptr) ----^ If parenthesis in noptr-declarator: Error in declarator or parameters and qualifiers If pointer to member declarator: Invalid definition: Expected identifier in nested name. [error at 5] void() mic_callback_t(mic_frame_t *frame, void *user_ptr) -----^ If declarator-id: Invalid definition: Expected identifier in nested name. [error at 5] void() mic_callback_t(mic_frame_t *frame, void *user_ptr) -----^ If type alias or template alias: Invalid definition: Expected identifier in nested name, got keyword: void [error at 4] void() mic_callback_t(mic_frame_t *frame, void *user_ptr) ----^ _build/inc/usb_stream.inc:66: WARNING: Error in type declaration. If typedef-like declaration: Type must be either just a name or a typedef-like declaration. If just a name: Error in declarator or parameters and qualifiers Invalid definition: Expected identifier in nested name, got keyword: void [error at 4] void() state_callback_t(usb_stream_state_t state, void *user_ptr) ----^ If typedef-like declaration: Error in declarator If pointer to member declarator: Invalid definition: Expected identifier in nested name. [error at 4] void() state_callback_t(usb_stream_state_t state, void *user_ptr) ----^ If declId, parameters, and qualifiers: Invalid definition: Expected identifier in nested name. [error at 4] void() state_callback_t(usb_stream_state_t state, void *user_ptr) ----^ If parenthesis in noptr-declarator: Error in declarator or parameters and qualifiers If pointer to member declarator: Invalid definition: Expected identifier in nested name. [error at 5] void() state_callback_t(usb_stream_state_t state, void *user_ptr) -----^ If declarator-id: Invalid definition: Expected identifier in nested name. [error at 5] void() state_callback_t(usb_stream_state_t state, void *user_ptr) -----^ If type alias or template alias: Invalid definition: Expected identifier in nested name, got keyword: void [error at 4] void() state_callback_t(usb_stream_state_t state, void *user_ptr) ----^ looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done assembling single document... gettingstarted basic/index basic/bus basic/i2s_lcd basic/boards display/index display/screen display/digit_tube display/led_indicator usb/index usb/usb_stream audio/index audio/pwm_audio audio/dac_audio gui/index gui/lvgl_gui input_device/index input_device/button input_device/knob input_device/touch_panel sensors/index sensors/sensor_hub sensors/humiture sensors/imu sensors/light_sensor sensors/pressure sensors/gesture storage/index storage/storage_media storage/file_system motor/index motor/servo security_solution/index security_solution/flash_encryption security_solution/secure_boot security_solution/mass_produce others/index others/io_expander others/adc_range contribute/index contribute/style-guide done writing... done writing additional files... done copying images... [ 2%] ../_static/get-started.png copying images... [ 4%] ../_static/display.png copying images... [ 6%] ../_static/usb.png copying images... [ 8%] ../_static/gui.png copying images... [ 10%] ../_static/input_device.png copying images... [ 12%] ../_static/sensors.png copying images... [ 14%] ../_static/audio.png copying images... [ 16%] ../_static/security_solution.png copying images... [ 18%] ../_static/contribute.png copying images... [ 20%] basic/../../_static/i2c_bus.png copying images... [ 22%] basic/../../_static/spi_bus.png copying images... [ 24%] basic/../../_static/boards_diagram.png copying images... [ 26%] basic/../../_static/esp32-devkitc-v4-front.png copying images... [ 28%] basic/../../_static/esp32-meshkit-sense.png copying images... [ 30%] basic/../../_static/esp32-lcdkit.png copying images... [ 32%] basic/../../_static/esp32s2-saola.png copying images... [ 34%] basic/../../_static/esp32-s3-devkitc-1-v1-isometric.png copying images... [ 36%] basic/../../_static/pic_product_esp32_s3_otg.png copying images... [ 38%] display/../../_static/display/screen_driver_structure.png copying images... [ 40%] display/../../_static/display/screen_driver_RGB565.png copying images... [ 42%] display/../../_static/display/screen_driver_mono.png copying images... [ 44%] display/../../_static/display/screen_driver_gray.png copying images... [ 46%] display/../../_static/display/original.png copying images... [ 48%] display/../../_static/display/mirror_y.png copying images... [ 51%] display/../../_static/display/mirror_x.png copying images... [ 53%] display/../../_static/display/mirror_xy.png copying images... [ 55%] display/../../_static/display/swap_xy.png copying images... [ 57%] display/../../_static/display/swap_xy_mirror_y.png copying images... [ 59%] display/../../_static/display/swap_xy_mirror_x.png copying images... [ 61%] display/../../_static/display/swap_xy_mirror_xy.png copying images... [ 63%] display/../../_static/display/screen_offset.png copying images... [ 65%] display/../../_static/display/screen_offset_rotate.png copying images... [ 67%] display/../../_static/ch450_typical_application_circuit.png copying images... [ 69%] display/../../_static/ht16c21_drive_mode_waveform.png copying images... [ 71%] display/../../_static/IS31FL3218_typical_application_circuit.png copying images... [ 73%] audio/../../_static/audio/pwm_audio_diagram.png copying images... [ 75%] gui/../../_static/hmi_solution/littlevgl/thermostat.jpg copying images... [ 77%] gui/../../_static/hmi_solution/littlevgl/lvgl_coffee.jpg copying images... [ 79%] gui/../../_static/hmi_solution/littlevgl/lvgl_wificonfig0.jpg copying images... [ 81%] gui/../../_static/hmi_solution/littlevgl/lvgl_wificonfig1.jpg copying images... [ 83%] input_device/../../_static/button_hardware.png copying images... [ 85%] sensors/../../_static/sensor_hub_diagram.png copying images... [ 87%] sensors/../../_static/sensor_hub.png copying images... [ 89%] security_solution/../../_static/secure_encrypt/secure_encrypt_first_boot.png copying images... [ 91%] security_solution/../../_static/secure_encrypt/secure_encrypt_subsequent_boot.png copying images... [ 93%] security_solution/../../_static/secure_encrypt/download_tool_flow_chart.png copying images... [ 95%] security_solution/../../_static/secure_encrypt/menuconfig_02.png copying images... [ 97%] security_solution/../../_static/secure_encrypt/download_frame_02.png copying images... [100%] security_solution/../../_static/secure_encrypt/combine_01.png copying downloadable files... [100%] _static/esp32s3_adc_range_to_3100.patch copying static files... ... done copying extra files... done dumping object inventory... done build succeeded, 2 warnings. The HTML page is in ../../_readthedocs/htmlzip. Updating searchtools for Read the Docs search... [rtd-command-info] start-time: 2023-06-02T09:17:00.776279Z, end-time: 2023-06-02T09:17:11.559219Z, duration: 10, exit-code: 0 python -m sphinx -T -E -b latex -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/pdf Running Sphinx v2.3.1 Getting Doxyfile's INPUT Generating 'api_name.inc' files with Doxygen directives fatal: No names found, cannot describe anything. Calling Doxygen to generate latest XML files Version: Release: loading translations [en]... done fatal: No names found, cannot describe anything. Git commit ID: c8bfc6f making output directory... done building [mo]: targets for 0 po files that are out of date building [latex]: all documents updating environment: [new config] 57 added, 0 changed, 0 removed reading sources... [ 1%] DFS_and_light_sleep/DFS_test_manual reading sources... [ 3%] DFS_and_light_sleep/index reading sources... [ 5%] DFS_and_light_sleep/light_sleep_performance reading sources... [ 7%] audio/dac_audio reading sources... [ 8%] audio/index reading sources... [ 10%] audio/pwm_audio reading sources... [ 12%] basic/boards reading sources... [ 14%] basic/bus reading sources... [ 15%] basic/i2s_lcd reading sources... [ 17%] basic/index reading sources... [ 19%] contribute/index reading sources... [ 21%] contribute/style-guide reading sources... [ 22%] display/digit_tube reading sources... [ 24%] display/index reading sources... [ 26%] display/led_indicator reading sources... [ 28%] display/screen reading sources... [ 29%] gettingstarted reading sources... [ 31%] gui/index reading sources... [ 33%] gui/lvgl_gui reading sources... [ 35%] hmi_solution/hmi_workflow reading sources... [ 36%] hmi_solution/index reading sources... [ 38%] hmi_solution/littlevgl_guide reading sources... [ 40%] hmi_solution/ugfx_guide reading sources... [ 42%] hw-reference/ESP-Prog_guide reading sources... [ 43%] hw-reference/ESP32-MeshKit-Sense_guide reading sources... [ 45%] hw-reference/ESP32_LCDKit_guide reading sources... [ 47%] hw-reference/esp32_sense_kit_guide reading sources... [ 49%] index reading sources... [ 50%] input_device/button reading sources... [ 52%] input_device/index reading sources... [ 54%] input_device/knob reading sources... [ 56%] input_device/touch_panel reading sources... [ 57%] low_power_solution/deep-sleep_current_test reading sources... [ 59%] low_power_solution/esp32_lowpower_solution reading sources... [ 61%] low_power_solution/esp32_ulp_co-processor_and_assembly_environment_setup reading sources... [ 63%] low_power_solution/index reading sources... [ 64%] motor/index reading sources... [ 66%] motor/servo reading sources... [ 68%] others/adc_range reading sources... [ 70%] others/index reading sources... [ 71%] others/io_expander reading sources... [ 73%] security_solution/flash_encryption reading sources... [ 75%] security_solution/index reading sources... [ 77%] security_solution/mass_produce reading sources... [ 78%] security_solution/secure_boot reading sources... [ 80%] sensors/gesture reading sources... [ 82%] sensors/humiture reading sources... [ 84%] sensors/imu reading sources... [ 85%] sensors/index reading sources... [ 87%] sensors/light_sensor reading sources... [ 89%] sensors/pressure reading sources... [ 91%] sensors/sensor_hub reading sources... [ 92%] storage/file_system reading sources... [ 94%] storage/index reading sources... [ 96%] storage/storage_media reading sources... [ 98%] usb/index reading sources... [100%] usb/usb_stream /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages/sphinx/util/docutils.py:285: RemovedInSphinx30Warning: function based directive support is now deprecated. Use class based directive instead. RemovedInSphinx30Warning) /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages/sphinx/util/compat.py:32: RemovedInSphinx30Warning: The config variable "source_parsers" is deprecated. Please update your extension for the parser and remove the setting. RemovedInSphinx30Warning) /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/envs/latest/lib/python3.7/site-packages/sphinx/util/compat.py:36: RemovedInSphinx30Warning: app.add_source_parser() does not support suffix argument. Use app.add_source_suffix() instead. app.add_source_parser(suffix, parser) _build/inc/usb_stream.inc:65: WARNING: Error in type declaration. If typedef-like declaration: Type must be either just a name or a typedef-like declaration. If just a name: Error in declarator or parameters and qualifiers Invalid definition: Expected identifier in nested name, got keyword: void [error at 4] void() mic_callback_t(mic_frame_t *frame, void *user_ptr) ----^ If typedef-like declaration: Error in declarator If pointer to member declarator: Invalid definition: Expected identifier in nested name. [error at 4] void() mic_callback_t(mic_frame_t *frame, void *user_ptr) ----^ If declId, parameters, and qualifiers: Invalid definition: Expected identifier in nested name. [error at 4] void() mic_callback_t(mic_frame_t *frame, void *user_ptr) ----^ If parenthesis in noptr-declarator: Error in declarator or parameters and qualifiers If pointer to member declarator: Invalid definition: Expected identifier in nested name. [error at 5] void() mic_callback_t(mic_frame_t *frame, void *user_ptr) -----^ If declarator-id: Invalid definition: Expected identifier in nested name. [error at 5] void() mic_callback_t(mic_frame_t *frame, void *user_ptr) -----^ If type alias or template alias: Invalid definition: Expected identifier in nested name, got keyword: void [error at 4] void() mic_callback_t(mic_frame_t *frame, void *user_ptr) ----^ _build/inc/usb_stream.inc:66: WARNING: Error in type declaration. If typedef-like declaration: Type must be either just a name or a typedef-like declaration. If just a name: Error in declarator or parameters and qualifiers Invalid definition: Expected identifier in nested name, got keyword: void [error at 4] void() state_callback_t(usb_stream_state_t state, void *user_ptr) ----^ If typedef-like declaration: Error in declarator If pointer to member declarator: Invalid definition: Expected identifier in nested name. [error at 4] void() state_callback_t(usb_stream_state_t state, void *user_ptr) ----^ If declId, parameters, and qualifiers: Invalid definition: Expected identifier in nested name. [error at 4] void() state_callback_t(usb_stream_state_t state, void *user_ptr) ----^ If parenthesis in noptr-declarator: Error in declarator or parameters and qualifiers If pointer to member declarator: Invalid definition: Expected identifier in nested name. [error at 5] void() state_callback_t(usb_stream_state_t state, void *user_ptr) -----^ If declarator-id: Invalid definition: Expected identifier in nested name. [error at 5] void() state_callback_t(usb_stream_state_t state, void *user_ptr) -----^ If type alias or template alias: Invalid definition: Expected identifier in nested name, got keyword: void [error at 4] void() state_callback_t(usb_stream_state_t state, void *user_ptr) ----^ looking for now-outdated files... none found pickling environment... done checking consistency... done processing ReadtheDocsTemplate.tex... index gettingstarted basic/index basic/bus basic/i2s_lcd basic/boards display/index display/screen display/digit_tube display/led_indicator usb/index usb/usb_stream audio/index audio/pwm_audio audio/dac_audio gui/index gui/lvgl_gui input_device/index input_device/button input_device/knob input_device/touch_panel sensors/index sensors/sensor_hub sensors/humiture sensors/imu sensors/light_sensor sensors/pressure sensors/gesture storage/index storage/storage_media storage/file_system motor/index motor/servo security_solution/index security_solution/flash_encryption security_solution/secure_boot security_solution/mass_produce others/index others/io_expander others/adc_range contribute/index contribute/style-guide resolving references... done writing... done copying images... [ 2%] ../_static/get-started.png copying images... [ 4%] ../_static/display.png copying images... [ 6%] ../_static/usb.png copying images... [ 8%] ../_static/gui.png copying images... [ 10%] ../_static/input_device.png copying images... [ 12%] ../_static/sensors.png copying images... [ 14%] ../_static/audio.png copying images... [ 16%] ../_static/security_solution.png copying images... [ 18%] ../_static/contribute.png copying images... [ 20%] basic/../../_static/i2c_bus.png copying images... [ 22%] basic/../../_static/spi_bus.png copying images... [ 24%] basic/../../_static/boards_diagram.png copying images... [ 26%] basic/../../_static/esp32-devkitc-v4-front.png copying images... [ 28%] basic/../../_static/esp32-meshkit-sense.png copying images... [ 30%] basic/../../_static/esp32-lcdkit.png copying images... [ 32%] basic/../../_static/esp32s2-saola.png copying images... [ 34%] basic/../../_static/esp32-s3-devkitc-1-v1-isometric.png copying images... [ 36%] basic/../../_static/pic_product_esp32_s3_otg.png copying images... [ 38%] display/../../_static/display/screen_driver_structure.png copying images... [ 40%] display/../../_static/display/screen_driver_RGB565.png copying images... [ 42%] display/../../_static/display/screen_driver_mono.png copying images... [ 44%] display/../../_static/display/screen_driver_gray.png copying images... [ 46%] display/../../_static/display/original.png copying images... [ 48%] display/../../_static/display/mirror_y.png copying images... [ 51%] display/../../_static/display/mirror_x.png copying images... [ 53%] display/../../_static/display/mirror_xy.png copying images... [ 55%] display/../../_static/display/swap_xy.png copying images... [ 57%] display/../../_static/display/swap_xy_mirror_y.png copying images... [ 59%] display/../../_static/display/swap_xy_mirror_x.png copying images... [ 61%] display/../../_static/display/swap_xy_mirror_xy.png copying images... [ 63%] display/../../_static/display/screen_offset.png copying images... [ 65%] display/../../_static/display/screen_offset_rotate.png copying images... [ 67%] display/../../_static/ch450_typical_application_circuit.png copying images... [ 69%] display/../../_static/ht16c21_drive_mode_waveform.png copying images... [ 71%] display/../../_static/IS31FL3218_typical_application_circuit.png copying images... [ 73%] audio/../../_static/audio/pwm_audio_diagram.png copying images... [ 75%] gui/../../_static/hmi_solution/littlevgl/thermostat.jpg copying images... [ 77%] gui/../../_static/hmi_solution/littlevgl/lvgl_coffee.jpg copying images... [ 79%] gui/../../_static/hmi_solution/littlevgl/lvgl_wificonfig0.jpg copying images... [ 81%] gui/../../_static/hmi_solution/littlevgl/lvgl_wificonfig1.jpg copying images... [ 83%] input_device/../../_static/button_hardware.png copying images... [ 85%] sensors/../../_static/sensor_hub_diagram.png copying images... [ 87%] sensors/../../_static/sensor_hub.png copying images... [ 89%] security_solution/../../_static/secure_encrypt/secure_encrypt_first_boot.png copying images... [ 91%] security_solution/../../_static/secure_encrypt/secure_encrypt_subsequent_boot.png copying images... [ 93%] security_solution/../../_static/secure_encrypt/download_tool_flow_chart.png copying images... [ 95%] security_solution/../../_static/secure_encrypt/menuconfig_02.png copying images... [ 97%] security_solution/../../_static/secure_encrypt/download_frame_02.png copying images... [100%] security_solution/../../_static/secure_encrypt/combine_01.png copying TeX support files... copying TeX support files... done build succeeded, 2 warnings. The LaTeX files are in ../../_readthedocs/pdf. Run 'make' in that directory to run these through (pdf)latex (use `make latexpdf' here to do that automatically). WARNING: Missing searchtools: /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-iot-solution/checkouts/latest/_readthedocs/pdf/_static/searchtools.js [rtd-command-info] start-time: 2023-06-02T09:17:17.424471Z, end-time: 2023-06-02T09:17:17.482854Z, duration: 0, exit-code: 0 cat latexmkrc $latex = 'xelatex --no-pdf ' . $ENV{'LATEXOPTS'} . ' %O %S'; $pdflatex = 'xelatex ' . $ENV{'LATEXOPTS'} . ' %O %S'; $lualatex = 'lualatex ' . $ENV{'LATEXOPTS'} . ' %O %S'; $xelatex = 'xelatex --no-pdf ' . $ENV{'LATEXOPTS'} . ' %O %S'; $makeindex = 'makeindex -s python.ist %O -o %D %S'; add_cus_dep( "glo", "gls", 0, "makeglo" ); sub makeglo { return system( "makeindex -s gglo.ist -o '$_[0].gls' '$_[0].glo'" ); } [rtd-command-info] start-time: 2023-06-02T09:17:17.664700Z, end-time: 2023-06-02T09:17:44.204505Z, duration: 26, exit-code: 0 latexmk -r latexmkrc -pdf -f -dvi- -ps- -jobname=espressif-esp-iot-solution -interaction=nonstopmode Use of uninitialized value $ENV{"LATEXOPTS"} in concatenation (.) or string at (eval 10) line 1, chunk 1. Use of uninitialized value $ENV{"LATEXOPTS"} in concatenation (.) or string at (eval 10) line 2, chunk 1. Use of uninitialized value $ENV{"LATEXOPTS"} in concatenation (.) or string at (eval 10) line 3, chunk 1. Use of uninitialized value $ENV{"LATEXOPTS"} in concatenation (.) or string at (eval 10) line 4, chunk 1. Subroutine makeglo redefined at (eval 11) line 7, chunk 1. Use of uninitialized value $ENV{"LATEXOPTS"} in concatenation (.) or string at (eval 11) line 1, chunk 1. Use of uninitialized value $ENV{"LATEXOPTS"} in concatenation (.) or string at (eval 11) line 2, chunk 1. Use of uninitialized value $ENV{"LATEXOPTS"} in concatenation (.) or string at (eval 11) line 3, chunk 1. Use of uninitialized value $ENV{"LATEXOPTS"} in concatenation (.) or string at (eval 11) line 4, chunk 1. Latexmk: This is Latexmk, John Collins, 1 January 2015, version: 4.41. File::Glob::glob() will disappear in perl 5.30. Use File::Glob::bsd_glob() instead. at /usr/bin/latexmk line 7482. Rule 'pdflatex': Rules & subrules not known to be previously run: pdflatex Rule 'pdflatex': The following rules & subrules became out-of-date: 'pdflatex' ------------ Run number 1 of rule 'pdflatex' ------------ ------------ Running 'xelatex -interaction=nonstopmode -recorder --jobname="espressif-esp-iot-solution" "ReadtheDocsTemplate.tex"' ------------ Latexmk: applying rule 'pdflatex'... This is XeTeX, Version 3.14159265-2.6-0.99998 (TeX Live 2017/Debian) (preloaded format=xelatex) restricted \write18 enabled. entering extended mode (./ReadtheDocsTemplate.tex LaTeX2e <2017-04-15> Babel <3.18> and hyphenation patterns for 84 language(s) loaded. (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty Package cmap Warning: pdftex not detected - exiting. ) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty (/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty (/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty (/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3-code.tex) (/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3xdvipdfmx.def))) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/tuenc.def)) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.cfg))) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/latex/polyglossia/polyglossia.sty (/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty) (/usr/share/texlive/texmf-dist/tex/latex/makecmds/makecmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/keyval.tex)))) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifluatex.sty) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty)) (/usr/share/texlive/texmf-dist/tex/latex/polyglossia/gloss-english.ldf) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/xetex.def))) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.def)) (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty) (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty) (./sphinxmulticell.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty) (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty Style option: `fancyvrb' v2.7a, with DG/SPQR fixes, and firstline=lastline fix <2008/02/07> (tvz)) (./footnotehyper-sphinx.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty) (/usr/share/texlive/texmf-dist/tex/latex/carlisle/remreset.sty) (./sphinxhighlight.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/etexcmds.sty)))) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hxetex.def (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/stringenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty)) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) (./sphinxmessages.sty) Writing index file espressif-esp-iot-solution.idx (./espressif-esp-iot-solution.aux) (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd) *geometry* driver: auto-detecting *geometry* detected driver: xetex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty)) Package hyperref Warning: Rerun to get /PageLabels entry. (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1] [2] [1] [2] [1] [2] Chapter 1. Underfull \hbox (badness 10000) in paragraph at lines 208--208 []\TU/FreeSans(0)/m/n/10 ESP-IoT- Underfull \hbox (badness 10000) in paragraph at lines 208--208 []\TU/FreeSans(0)/m/n/10 Corresponding [3] LaTeX Warning: Hyper reference `gettingstarted:esp-iot-solution-versions' on pa ge 4 undefined on input line 273. [4] [5] [6] Chapter 2. [7] LaTeX Warning: Hyper reference `basic/bus:_CPPv414i2c_bus_create10i2c_port_tPK1 2i2c_config_t' on page 8 undefined on input line 458. LaTeX Warning: Hyper reference `basic/bus:_CPPv421i2c_bus_device_create16i2c_bu s_handle_t7uint8_t8uint32_t' on page 8 undefined on input line 461. LaTeX Warning: Hyper reference `basic/bus:_CPPv417i2c_bus_read_byte23i2c_bus_de vice_handle_t7uint8_tP7uint8_t' on page 8 undefined on input line 464. LaTeX Warning: Hyper reference `basic/bus:_CPPv418i2c_bus_read_bytes23i2c_bus_d evice_handle_t7uint8_t6size_tP7uint8_t' on page 8 undefined on input line 464. LaTeX Warning: Hyper reference `basic/bus:_CPPv416i2c_bus_read_bit23i2c_bus_dev ice_handle_t7uint8_t7uint8_tP7uint8_t' on page 8 undefined on input line 464. LaTeX Warning: Hyper reference `basic/bus:_CPPv417i2c_bus_read_bits23i2c_bus_de vice_handle_t7uint8_t7uint8_t7uint8_tP7uint8_t' on page 8 undefined on input li ne 464. LaTeX Warning: Hyper reference `basic/bus:_CPPv418i2c_bus_write_byte23i2c_bus_d evice_handle_t7uint8_t7uint8_t' on page 8 undefined on input line 467. LaTeX Warning: Hyper reference `basic/bus:_CPPv419i2c_bus_write_bytes23i2c_bus_ device_handle_t7uint8_t6size_tPK7uint8_t' on page 8 undefined on input line 467 . LaTeX Warning: Hyper reference `basic/bus:_CPPv417i2c_bus_write_bit23i2c_bus_de vice_handle_t7uint8_t7uint8_t7uint8_t' on page 8 undefined on input line 467. LaTeX Warning: Hyper reference `basic/bus:_CPPv418i2c_bus_write_bits23i2c_bus_d evice_handle_t7uint8_t7uint8_t7uint8_t7uint8_t' on page 8 undefined on input li ne 467. LaTeX Warning: Hyper reference `basic/bus:_CPPv421i2c_bus_device_deleteP23i2c_b us_device_handle_t' on page 8 undefined on input line 470. LaTeX Warning: Hyper reference `basic/bus:_CPPv414i2c_bus_deleteP16i2c_bus_hand le_t' on page 8 undefined on input line 470. [8] LaTeX Warning: Hyper reference `basic/bus:_CPPv418i2c_bus_read_reg1623i2c_bus_d evice_handle_t8uint16_t6size_tP7uint8_t' on page 9 undefined on input line 506. LaTeX Warning: Hyper reference `basic/bus:_CPPv419i2c_bus_write_reg1623i2c_bus_ device_handle_t8uint16_t6size_tPK7uint8_t' on page 9 undefined on input line 50 6. Underfull \hbox (badness 10000) in paragraph at lines 506--507 []\TU/FreeSerif(0)/m/n/10 When the address of a register is 16-bit, you can use \TU/FreeMono(0)/m/it/10 i2c_bus_read_reg16() \TU/FreeSerif(0)/m/n/10 or LaTeX Warning: Hyper reference `basic/bus:_CPPv417i2c_bus_cmd_begin23i2c_bus_de vice_handle_t16i2c_cmd_handle_t' on page 9 undefined on input line 509. LaTeX Warning: Hyper reference `basic/bus:_CPPv414spi_bus_create17spi_host_devi ce_tPK12spi_config_t' on page 9 undefined on input line 519. LaTeX Warning: Hyper reference `basic/bus:_CPPv421spi_bus_device_create16spi_bu s_handle_tPK19spi_device_config_t' on page 9 undefined on input line 522. LaTeX Warning: Hyper reference `basic/bus:_CPPv421spi_bus_transfer_byte23spi_bu s_device_handle_t7uint8_tP7uint8_t' on page 9 undefined on input line 525. LaTeX Warning: Hyper reference `basic/bus:_CPPv422spi_bus_transfer_bytes23spi_b us_device_handle_tPK7uint8_tP7uint8_t8uint32_t' on page 9 undefined on input li ne 525. LaTeX Warning: Hyper reference `basic/bus:_CPPv422spi_bus_transfer_reg1623spi_b us_device_handle_t8uint16_tP8uint16_t' on page 9 undefined on input line 525. LaTeX Warning: Hyper reference `basic/bus:_CPPv422spi_bus_transfer_reg3223spi_b us_device_handle_t8uint32_tP8uint32_t' on page 9 undefined on input line 525. Underfull \hbox (badness 10000) in paragraph at lines 525--526 []\TU/FreeSerif(0)/m/n/10 Data transmission: use \TU/FreeMono(0)/m/it/10 spi_bu s_transfer_byte()\TU/FreeSerif(0)/m/n/10 , \TU/FreeMono(0)/m/it/10 spi_bus_tran sfer_bytes()\TU/FreeSerif(0)/m/n/10 , LaTeX Warning: Hyper reference `basic/bus:_CPPv421spi_bus_device_deleteP23spi_b us_device_handle_t' on page 9 undefined on input line 528. LaTeX Warning: Hyper reference `basic/bus:_CPPv414spi_bus_deleteP16spi_bus_hand le_t' on page 9 undefined on input line 528. [9] LaTeX Warning: Hyper reference `basic/bus:_CPPv422spi_bus_transmit_begin23spi_b us_device_handle_tP17spi_transaction_t' on page 10 undefined on input line 568. [10] LaTeX Warning: Hyper reference `basic/bus:_CPPv416i2c_bus_handle_t' on page 11 undefined on input line 611. LaTeX Warning: Hyper reference `basic/bus:_CPPv416i2c_bus_handle_t' on page 11 undefined on input line 611. LaTeX Warning: Hyper reference `basic/bus:_CPPv416i2c_bus_handle_t' on page 11 undefined on input line 638. LaTeX Warning: Hyper reference `basic/bus:_CPPv416i2c_bus_handle_t' on page 11 undefined on input line 670. LaTeX Warning: Hyper reference `basic/bus:_CPPv416i2c_bus_handle_t' on page 11 undefined on input line 700. [11] LaTeX Warning: Hyper reference `basic/bus:_CPPv416i2c_bus_handle_t' on page 12 undefined on input line 724. LaTeX Warning: Hyper reference `basic/bus:_CPPv423i2c_bus_device_handle_t' on p age 12 undefined on input line 748. LaTeX Warning: Hyper reference `basic/bus:_CPPv423i2c_bus_device_handle_t' on p age 12 undefined on input line 748. LaTeX Warning: Hyper reference `basic/bus:_CPPv416i2c_bus_handle_t' on page 12 undefined on input line 748. Underfull \hbox (badness 10000) in paragraph at lines 748--748 []\TU/FreeSerif(0)/m/it/10 i2c_bus_handle_t bus_handle\TU/FreeSerif(0)/m/n/10 , uint8_t \TU/FreeSerif(0)/m/it/10 dev_addr\TU/FreeSerif(0)/m/n/10 , LaTeX Warning: Hyper reference `basic/bus:_CPPv423i2c_bus_device_handle_t' on p age 12 undefined on input line 778. Underfull \hbox (badness 10000) in paragraph at lines 779--781 \TU/FreeSerif(0)/m/n/10 Delete and release the I2C device resource, i2c_bus_dev ice_delete should be used in pairs with LaTeX Warning: Hyper reference `basic/bus:_CPPv423i2c_bus_device_handle_t' on p age 12 undefined on input line 810. LaTeX Warning: Hyper reference `basic/bus:_CPPv423i2c_bus_device_handle_t' on p age 12 undefined on input line 834. [12] LaTeX Warning: Hyper reference `basic/bus:_CPPv423i2c_bus_device_handle_t' on p age 13 undefined on input line 881. Underfull \hbox (badness 10000) in paragraph at lines 881--881 []\TU/FreeSerif(0)/m/it/10 i2c_bus_device_handle_t dev_handle\TU/FreeSerif(0)/m /n/10 , uint8_t \TU/FreeSerif(0)/m/it/10 mem_address\TU/FreeSerif(0)/m/n/10 , s ize_t LaTeX Warning: Hyper reference `basic/bus:_CPPv423i2c_bus_device_handle_t' on p age 13 undefined on input line 931. [13] LaTeX Warning: Hyper reference `basic/bus:_CPPv423i2c_bus_device_handle_t' on p age 14 undefined on input line 981. Underfull \hbox (badness 10000) in paragraph at lines 981--981 []\TU/FreeSerif(0)/m/it/10 i2c_bus_device_handle_t dev_handle\TU/FreeSerif(0)/m /n/10 , uint8_t \TU/FreeSerif(0)/m/it/10 mem_address\TU/FreeSerif(0)/m/n/10 , u int8_t LaTeX Warning: Hyper reference `basic/bus:_CPPv423i2c_bus_device_handle_t' on p age 14 undefined on input line 1034. LaTeX Warning: Hyper reference `basic/bus:_CPPv423i2c_bus_device_handle_t' on p age 14 undefined on input line 1081. Underfull \hbox (badness 7832) in paragraph at lines 1081--1081 []\TU/FreeSerif(0)/m/it/10 i2c_bus_device_handle_t dev_handle\TU/FreeSerif(0)/m /n/10 , uint8_t \TU/FreeSerif(0)/m/it/10 mem_address\TU/FreeSerif(0)/m/n/10 , s ize_t [14] LaTeX Warning: Hyper reference `basic/bus:_CPPv423i2c_bus_device_handle_t' on p age 15 undefined on input line 1131. Underfull \hbox (badness 10000) in paragraph at lines 1131--1131 []\TU/FreeSerif(0)/m/it/10 i2c_bus_device_handle_t dev_handle\TU/FreeSerif(0)/m /n/10 , uint8_t \TU/FreeSerif(0)/m/it/10 mem_address\TU/FreeSerif(0)/m/n/10 , u int8_t LaTeX Warning: Hyper reference `basic/bus:_CPPv423i2c_bus_device_handle_t' on p age 15 undefined on input line 1181. Underfull \hbox (badness 10000) in paragraph at lines 1181--1181 []\TU/FreeSerif(0)/m/it/10 i2c_bus_device_handle_t dev_handle\TU/FreeSerif(0)/m /n/10 , uint8_t \TU/FreeSerif(0)/m/it/10 mem_address\TU/FreeSerif(0)/m/n/10 , u int8_t [15] LaTeX Warning: Hyper reference `basic/bus:_CPPv423i2c_bus_device_handle_t' on p age 16 undefined on input line 1234. LaTeX Warning: Hyper reference `basic/bus:_CPPv423i2c_bus_device_handle_t' on p age 16 undefined on input line 1281. LaTeX Warning: Hyper reference `basic/bus:_CPPv423i2c_bus_device_handle_t' on p age 16 undefined on input line 1331. Underfull \hbox (badness 10000) in paragraph at lines 1331--1331 []\TU/FreeSerif(0)/m/it/10 i2c_bus_device_handle_t dev_handle\TU/FreeSerif(0)/m /n/10 , uint16_t \TU/FreeSerif(0)/m/it/10 mem_address\TU/FreeSerif(0)/m/n/10 , size_t [16] [17] LaTeX Warning: Hyper reference `basic/bus:_CPPv416spi_bus_handle_t' on page 18 undefined on input line 1451. LaTeX Warning: Hyper reference `basic/bus:_CPPv416spi_bus_handle_t' on page 18 undefined on input line 1451. LaTeX Warning: Hyper reference `basic/bus:_CPPv412spi_config_t' on page 18 unde fined on input line 1451. LaTeX Warning: Hyper reference `basic/bus:structspi__config__t' on page 18 unde fined on input line 1464. LaTeX Warning: Hyper reference `basic/bus:_CPPv416spi_bus_handle_t' on page 18 undefined on input line 1478. LaTeX Warning: Hyper reference `basic/bus:_CPPv423spi_bus_device_handle_t' on p age 18 undefined on input line 1513. LaTeX Warning: Hyper reference `basic/bus:_CPPv423spi_bus_device_handle_t' on p age 18 undefined on input line 1513. LaTeX Warning: Hyper reference `basic/bus:_CPPv416spi_bus_handle_t' on page 18 undefined on input line 1513. LaTeX Warning: Hyper reference `basic/bus:_CPPv419spi_device_config_t' on page 18 undefined on input line 1513. Underfull \hbox (badness 10000) in paragraph at lines 1513--1513 []\TU/FreeSerif(0)/m/it/10 spi_bus_handle_t bus_handle\TU/FreeSerif(0)/m/n/10 , \TU/FreeMono(0)/bx/n/10 const LaTeX Warning: Hyper reference `basic/bus:structspi__device__config__t' on page 18 undefined on input line 1526. LaTeX Warning: Hyper reference `basic/bus:_CPPv423spi_bus_device_handle_t' on p age 18 undefined on input line 1540. LaTeX Warning: Hyper reference `basic/bus:_CPPv423spi_bus_device_handle_t' on p age 18 undefined on input line 1575. Underfull \hbox (badness 10000) in paragraph at lines 1575--1575 []\TU/FreeSerif(0)/m/it/10 spi_bus_device_handle_t dev_handle\TU/FreeSerif(0)/m /n/10 , uint8_t \TU/FreeSerif(0)/m/it/10 data_out\TU/FreeSerif(0)/m/n/10 , uint 8_t [18] LaTeX Warning: Hyper reference `basic/bus:_CPPv423spi_bus_device_handle_t' on p age 19 undefined on input line 1616. LaTeX Warning: Hyper reference `basic/bus:_CPPv423spi_bus_device_handle_t' on p age 19 undefined on input line 1660. LaTeX Warning: Hyper reference `basic/bus:_CPPv423spi_bus_device_handle_t' on p age 19 undefined on input line 1701. [19] LaTeX Warning: Hyper reference `basic/bus:_CPPv423spi_bus_device_handle_t' on p age 20 undefined on input line 1742. [20] LaTeX Warning: Hyper reference `basic/i2s_lcd:_CPPv416i2s_lcd_handle_t' on page 21 undefined on input line 1940. LaTeX Warning: Hyper reference `basic/i2s_lcd:_CPPv416i2s_lcd_handle_t' on page 21 undefined on input line 1940. LaTeX Warning: Hyper reference `basic/i2s_lcd:_CPPv416i2s_lcd_config_t' on page 21 undefined on input line 1940. LaTeX Warning: Hyper reference `basic/i2s_lcd:_CPPv416i2s_lcd_handle_t' on page 21 undefined on input line 1964. [21] LaTeX Warning: Hyper reference `basic/i2s_lcd:_CPPv416i2s_lcd_handle_t' on page 22 undefined on input line 1996. LaTeX Warning: Hyper reference `basic/i2s_lcd:_CPPv416i2s_lcd_handle_t' on page 22 undefined on input line 2031. LaTeX Warning: Hyper reference `basic/i2s_lcd:_CPPv416i2s_lcd_handle_t' on page 22 undefined on input line 2066. LaTeX Warning: Hyper reference `basic/i2s_lcd:_CPPv416i2s_lcd_handle_t' on page 22 undefined on input line 2104. [22] LaTeX Warning: Hyper reference `basic/i2s_lcd:_CPPv416i2s_lcd_handle_t' on page 23 undefined on input line 2142. LaTeX Warning: Hyper reference `basic/i2s_lcd:_CPPv416i2s_lcd_handle_t' on page 23 undefined on input line 2166. [23] [24] LaTeX Warning: Hyper reference `basic/boards:board-swith-and-config' on page 25 undefined on input line 2399. [25] [26] [27] Overfull \vbox (281.41092pt too high) has occurred while \output is active [28] [29] [30] Chapter 3. [31] [32] [33] LaTeX Warning: Hyper reference `basic/i2s_lcd:_CPPv416i2s_lcd_config_t' on page 34 undefined on input line 2761. LaTeX Warning: Hyper reference `display/screen:_CPPv426scr_interface_spi_config _t' on page 34 undefined on input line 2761. Underfull \hbox (badness 10000) in paragraph at lines 2760--2762 \TU/FreeSerif(0)/bx/n/10 Note: \TU/FreeSerif(0)/m/n/10 Please remember to sele ct corresponding parameter types when creating different interfaces Underfull \hbox (badness 10000) in paragraph at lines 2760--2762 \TU/FreeSerif(0)/m/n/10 using \TU/FreeMono(0)/m/n/10 scr_interface_create()\TU/ FreeSerif(0)/m/n/10 , e.g., select \TU/FreeMono(0)/m/it/10 i2s_lcd_config_t \TU /FreeSerif(0)/m/n/10 for I2S interface; select Underfull \hbox (badness 10000) in paragraph at lines 2764--2765 []\TU/FreeSerif(0)/m/n/10 To facilitate the use of these interfaces in the driv er, all interfaces are defined in [][]dis- LaTeX Warning: Hyper reference `display/screen:_CPPv412scr_driver_t' on page 34 undefined on input line 2773. Underfull \hbox (badness 10000) in paragraph at lines 2839--2839 []\TU/FreeSerif(0)/m/n/10 SCR_MIRROR_X Underfull \hbox (badness 10000) in paragraph at lines 2839--2839 []\TU/FreeSerif(0)/m/n/10 SCR_MIRROR_X| SCR_MIRROR_Y Underfull \hbox (badness 10000) in paragraph at lines 2839--2839 []\TU/FreeSerif(0)/m/n/10 SCR_SWAP_XY Underfull \hbox (badness 10000) in paragraph at lines 2839--2839 []\TU/FreeSerif(0)/m/n/10 SCR_SWAP_XY| SCR_MIRROR_Y Underfull \hbox (badness 10000) in paragraph at lines 2839--2839 []\TU/FreeSerif(0)/m/n/10 SCR_SWAP_XY| Underfull \hbox (badness 10000) in paragraph at lines 2839--2839 \TU/FreeSerif(0)/m/n/10 SCR_MIRROR_X Underfull \hbox (badness 10000) in paragraph at lines 2839--2839 []\TU/FreeSerif(0)/m/n/10 SCR_SWAP_XY| SCR_MIRROR_X| [34] LaTeX Warning: Hyper reference `display/screen:_CPPv49scr_dir_t' on page 35 und efined on input line 2849. LaTeX Warning: Hyper reference `display/screen:_CPPv412SCR_DIR_LRTB' on page 35 undefined on input line 2857. [35] LaTeX Warning: Hyper reference `display/screen:_CPPv423scr_controller_config_t' on page 36 undefined on input line 2878. [36] [37] LaTeX Warning: Hyper reference `display/screen:_CPPv416scr_controller_t' on pag e 38 undefined on input line 2988. LaTeX Warning: Hyper reference `display/screen:_CPPv412scr_driver_t' on page 38 undefined on input line 2988. [38] LaTeX Warning: Hyper reference `display/screen:_CPPv422scr_interface_driver_t' on page 39 undefined on input line 3038. LaTeX Warning: Hyper reference `display/screen:_CPPv49scr_dir_t' on page 39 und efined on input line 3137. LaTeX Warning: Hyper reference `display/screen:_CPPv49scr_dir_t' on page 39 und efined on input line 3182. LaTeX Warning: Hyper reference `display/screen:_CPPv416scr_color_type_t' on pag e 39 undefined on input line 3193. [39] LaTeX Warning: Hyper reference `display/screen:_CPPv423scr_controller_config_t' on page 40 undefined on input line 3238. LaTeX Warning: Hyper reference `display/screen:structscr__controller__config__t ' on page 40 undefined on input line 3256. LaTeX Warning: Hyper reference `display/screen:_CPPv49scr_dir_t' on page 40 und efined on input line 3299. [40] LaTeX Warning: Hyper reference `display/screen:_CPPv410scr_info_t' on page 41 u ndefined on input line 3492. [41] LaTeX Warning: Hyper reference `display/screen:structscr__info__t' on page 42 u ndefined on input line 3510. [42] [43] LaTeX Warning: Hyper reference `display/screen:_CPPv420scr_interface_type_t' on page 44 undefined on input line 4022. LaTeX Warning: Hyper reference `display/screen:_CPPv422scr_interface_driver_t' on page 44 undefined on input line 4022. Underfull \hbox (badness 10000) in paragraph at lines 4022--4022 []\TU/FreeSerif(0)/m/it/10 scr_interface_type_t type\TU/FreeSerif(0)/m/n/10 , v oid *\TU/FreeSerif(0)/m/it/10 config\TU/FreeSerif(0)/m/n/10 , \TU/FreeSerif(0)/ m/it/10 scr_interface_driver_t LaTeX Warning: Hyper reference `display/screen:_CPPv422scr_interface_driver_t' on page 44 undefined on input line 4066. [44] LaTeX Warning: Hyper reference `basic/bus:_CPPv416spi_bus_handle_t' on page 45 undefined on input line 4110. LaTeX Warning: Hyper reference `basic/bus:_CPPv416i2c_bus_handle_t' on page 45 undefined on input line 4177. LaTeX Warning: Hyper reference `display/screen:_CPPv420scr_interface_type_t' on page 45 undefined on input line 4222. [45] Underfull \hbox (badness 10000) in paragraph at lines 4406--4406 []\TU/FreeSans(0)/m/n/10 Inter- Overfull \hbox (2.19691pt too wide) in paragraph at lines 4406--4406 []\TU/FreeSerif(0)/m/n/10 IS31FL3XXX| Underfull \hbox (badness 10000) in paragraph at lines 2--4406 [][][]\TU/FreeSerif(0)/m/n/10 is31fl3xxx Overfull \hbox (2.57872pt too wide) in paragraph at lines 2--4406 [][][]\TU/FreeSerif(0)/m/n/10 IS31FL3XXX[][]| [46] [47] [48] [49] LaTeX Warning: Hyper reference `display/led_indicator:_CPPv412blink_step_t' on page 50 undefined on input line 4562. Underfull \hbox (badness 10000) in paragraph at lines 4597--4598 []\TU/FreeSerif(0)/m/n/10 After defining a blink type, you need to add its corr esponding enumeration mem- Underfull \hbox (badness 10000) in paragraph at lines 4597--4598 \TU/FreeSerif(0)/m/n/10 ber to \TU/FreeMono(0)/m/n/10 led_indicator_blink_type_ t \TU/FreeSerif(0)/m/n/10 and then add the type to the blink type list [50] LaTeX Warning: Hyper reference `display/led_indicator:_CPPv424led_indicator_get _handlePv' on page 51 undefined on input line 4677. Underfull \hbox (badness 7133) in paragraph at lines 4676--4678 \TU/FreeSerif(0)/bx/n/10 Note: \TU/FreeSerif(0)/m/n/10 This component supports thread-safe operations. You can share the LED indicator handle [51] LaTeX Warning: Hyper reference `display/led_indicator:_CPPv422led_indicator_han dle_t' on page 52 undefined on input line 4721. LaTeX Warning: Hyper reference `display/led_indicator:_CPPv422led_indicator_han dle_t' on page 52 undefined on input line 4721. LaTeX Warning: Hyper reference `display/led_indicator:_CPPv422led_indicator_con fig_t' on page 52 undefined on input line 4721. LaTeX Warning: Hyper reference `display/led_indicator:_CPPv422led_indicator_han dle_t' on page 52 undefined on input line 4745. LaTeX Warning: Hyper reference `display/led_indicator:_CPPv422led_indicator_han dle_t' on page 52 undefined on input line 4745. LaTeX Warning: Hyper reference `display/led_indicator:_CPPv422led_indicator_han dle_t' on page 52 undefined on input line 4769. [52] LaTeX Warning: Hyper reference `display/led_indicator:_CPPv422led_indicator_han dle_t' on page 53 undefined on input line 4804. LaTeX Warning: Hyper reference `display/led_indicator:_CPPv422led_indicator_han dle_t' on page 53 undefined on input line 4842. LaTeX Warning: Hyper reference `display/led_indicator:_CPPv422led_indicator_han dle_t' on page 53 undefined on input line 4880. LaTeX Warning: Hyper reference `display/led_indicator:_CPPv422led_indicator_han dle_t' on page 53 undefined on input line 4918. [53] LaTeX Warning: Hyper reference `display/led_indicator:_CPPv417blink_step_type_t ' on page 54 undefined on input line 4968. LaTeX Warning: Hyper reference `display/led_indicator:_CPPv420led_indicator_mod e_t' on page 54 undefined on input line 5013. LaTeX Warning: Hyper reference `display/led_indicator:_CPPv422led_indicator_con fig_t' on page 54 undefined on input line 5057. LaTeX Warning: Hyper reference `display/led_indicator:_CPPv412blink_step_t' on page 54 undefined on input line 5068. [54] LaTeX Warning: Hyper reference `display/led_indicator:structled__indicator__con fig__t' on page 55 undefined on input line 5248. [55] [56] Chapter 4. LaTeX Warning: Hyper reference `usb/usb_stream:_CPPv420uvc_streaming_configPK12 uvc_config_t' on page 57 undefined on input line 5343. [57] LaTeX Warning: Hyper reference `usb/usb_stream:_CPPv420uac_streaming_configPK12 uac_config_t' on page 58 undefined on input line 5367. Underfull \hbox (badness 10000) in paragraph at lines 5367--5368 []\TU/FreeSerif(0)/m/n/10 Users need to manually specify the spk/mic sampling r ate, bit width params through LaTeX Warning: Hyper reference `usb/usb_stream:_CPPv412uvc_config_t' on page 58 undefined on input line 5390. LaTeX Warning: Hyper reference `usb/usb_stream:_CPPv412uac_config_t' on page 58 undefined on input line 5390. LaTeX Warning: Hyper reference `usb/usb_stream:_CPPv420uvc_streaming_configPK12 uvc_config_t' on page 58 undefined on input line 5423. LaTeX Warning: Hyper reference `usb/usb_stream:_CPPv420uac_streaming_configPK12 uac_config_t' on page 58 undefined on input line 5423. LaTeX Warning: Hyper reference `usb/usb_stream:_CPPv419usb_streaming_startv' on page 58 undefined on input line 5426. LaTeX Warning: Hyper reference `usb/usb_stream:_CPPv422uac_mic_streaming_readPv 6size_tP6size_t6size_t' on page 58 undefined on input line 5446. [58] LaTeX Warning: Hyper reference `usb/usb_stream:_CPPv423uac_spk_streaming_writeP v6size_t6size_t' on page 59 undefined on input line 5451. LaTeX Warning: Hyper reference `usb/usb_stream:_CPPv421usb_streaming_control12u sb_stream_t13stream_ctrl_tPv' on page 59 undefined on input line 5454. LaTeX Warning: Hyper reference `usb/usb_stream:_CPPv418usb_streaming_stopv' on page 59 undefined on input line 5457. [59] LaTeX Warning: Hyper reference `usb/usb_stream:_CPPv412uvc_config_t' on page 60 undefined on input line 5543. LaTeX Warning: Hyper reference `usb/usb_stream:_CPPv412uac_config_t' on page 60 undefined on input line 5567. [60] LaTeX Warning: Hyper reference `usb/usb_stream:_CPPv412usb_stream_t' on page 61 undefined on input line 5686. LaTeX Warning: Hyper reference `usb/usb_stream:_CPPv413stream_ctrl_t' on page 6 1 undefined on input line 5686. [61] LaTeX Warning: Hyper reference `usb/usb_stream:_CPPv412usb_stream_t' on page 62 undefined on input line 5779. LaTeX Warning: Hyper reference `usb/usb_stream:_CPPv416uac_frame_size_t' on pag e 62 undefined on input line 5779. Underfull \hbox (badness 10000) in paragraph at lines 5779--5779 []\TU/FreeSerif(0)/m/it/10 usb_stream_t stream\TU/FreeSerif(0)/m/n/10 , \TU/Fre eSerif(0)/m/it/10 uac_frame_size_t \TU/FreeSerif(0)/m/n/10 *\TU/FreeSerif(0)/m/ it/10 frame_list\TU/FreeSerif(0)/m/n/10 , size_t LaTeX Warning: Hyper reference `usb/usb_stream:_CPPv412usb_stream_t' on page 62 undefined on input line 5823. LaTeX Warning: Hyper reference `usb/usb_stream:_CPPv416uvc_frame_size_t' on pag e 62 undefined on input line 5873. [62] LaTeX Warning: Hyper reference `usb/usb_stream:_CPPv410uvc_xfer_t' on page 63 u ndefined on input line 6057. [63] [64] [65] [66] LaTeX Warning: Hyper reference `usb/usb_stream:_CPPv410uvc_config' on page 67 u ndefined on input line 6647. [67] [68] Chapter 5. [69] [70] LaTeX Warning: Hyper reference `audio/pwm_audio:_CPPv418pwm_audio_config_t' on page 71 undefined on input line 7019. LaTeX Warning: Hyper reference `audio/pwm_audio:structpwm__audio__config__t' on page 71 undefined on input line 7046. [71] [72] LaTeX Warning: Hyper reference `audio/pwm_audio:_CPPv418pwm_audio_status_t' on page 73 undefined on input line 7360. [73] [74] LaTeX Warning: Hyper reference `audio/dac_audio:_CPPv418dac_audio_config_t' on page 75 undefined on input line 7595. LaTeX Warning: Hyper reference `audio/dac_audio:structdac__audio__config__t' on page 75 undefined on input line 7622. [75] [76] [77] [78] Chapter 6. [79] [80] [81] [82] Chapter 7. [83] [84] [85] LaTeX Warning: Hyper reference `input_device/button:_CPPv415button_handle_t' on page 86 undefined on input line 8285. LaTeX Warning: Hyper reference `input_device/button:_CPPv415button_handle_t' on page 86 undefined on input line 8285. LaTeX Warning: Hyper reference `input_device/button:_CPPv415button_config_t' on page 86 undefined on input line 8285. LaTeX Warning: Hyper reference `input_device/button:_CPPv415button_handle_t' on page 86 undefined on input line 8309. LaTeX Warning: Hyper reference `input_device/button:_CPPv415button_handle_t' on page 86 undefined on input line 8341. LaTeX Warning: Hyper reference `input_device/button:_CPPv414button_event_t' on page 86 undefined on input line 8341. LaTeX Warning: Hyper reference `input_device/button:_CPPv411button_cb_t' on pag e 86 undefined on input line 8341. LaTeX Warning: Hyper reference `input_device/button:_CPPv415button_handle_t' on page 86 undefined on input line 8385. LaTeX Warning: Hyper reference `input_device/button:_CPPv414button_event_t' on page 86 undefined on input line 8385. [86] LaTeX Warning: Hyper reference `input_device/button:_CPPv415button_handle_t' on page 87 undefined on input line 8423. LaTeX Warning: Hyper reference `input_device/button:_CPPv414button_event_t' on page 87 undefined on input line 8447. LaTeX Warning: Hyper reference `input_device/button:_CPPv414button_event_t' on page 87 undefined on input line 8447. LaTeX Warning: Hyper reference `input_device/button:_CPPv415button_handle_t' on page 87 undefined on input line 8447. LaTeX Warning: Hyper reference `input_device/button:_CPPv415button_handle_t' on page 87 undefined on input line 8471. LaTeX Warning: Hyper reference `input_device/button:_CPPv415button_handle_t' on page 87 undefined on input line 8495. LaTeX Warning: Hyper reference `input_device/button:_CPPv415button_handle_t' on page 87 undefined on input line 8519. [87] LaTeX Warning: Hyper reference `input_device/button:_CPPv413button_type_t' on p age 88 undefined on input line 8622. LaTeX Warning: Hyper reference `input_device/button:_CPPv422button_custom_confi g_t' on page 88 undefined on input line 8677. LaTeX Warning: Hyper reference `input_device/button:_CPPv415button_config_t' on page 88 undefined on input line 8688. [88] [89] [90] LaTeX Warning: Hyper reference `input_device/knob:_CPPv413knob_handle_t' on pag e 91 undefined on input line 9002. LaTeX Warning: Hyper reference `input_device/knob:_CPPv413knob_handle_t' on pag e 91 undefined on input line 9002. LaTeX Warning: Hyper reference `input_device/knob:_CPPv413knob_config_t' on pag e 91 undefined on input line 9002. LaTeX Warning: Hyper reference `input_device/knob:_CPPv413knob_handle_t' on pag e 91 undefined on input line 9026. LaTeX Warning: Hyper reference `input_device/knob:_CPPv413knob_handle_t' on pag e 91 undefined on input line 9058. LaTeX Warning: Hyper reference `input_device/knob:_CPPv412knob_event_t' on page 91 undefined on input line 9058. LaTeX Warning: Hyper reference `input_device/knob:_CPPv49knob_cb_t' on page 91 undefined on input line 9058. LaTeX Warning: Hyper reference `input_device/knob:_CPPv413knob_handle_t' on pag e 91 undefined on input line 9099. LaTeX Warning: Hyper reference `input_device/knob:_CPPv412knob_event_t' on page 91 undefined on input line 9099. [91] LaTeX Warning: Hyper reference `input_device/knob:_CPPv412knob_event_t' on page 92 undefined on input line 9134. LaTeX Warning: Hyper reference `input_device/knob:_CPPv412knob_event_t' on page 92 undefined on input line 9134. LaTeX Warning: Hyper reference `input_device/knob:_CPPv413knob_handle_t' on pag e 92 undefined on input line 9134. LaTeX Warning: Hyper reference `input_device/knob:_CPPv413knob_handle_t' on pag e 92 undefined on input line 9158. LaTeX Warning: Hyper reference `input_device/knob:_CPPv413knob_handle_t' on pag e 92 undefined on input line 9182. [92] LaTeX Warning: Hyper reference `input_device/touch_panel:_CPPv420touch_panel_dr iver_t' on page 93 undefined on input line 9401. [93] LaTeX Warning: Hyper reference `input_device/touch_panel:_CPPv417touch_panel_di r_t' on page 94 undefined on input line 9420. [94] [95] LaTeX Warning: Hyper reference `input_device/touch_panel:_CPPv424touch_panel_co ntroller_t' on page 96 undefined on input line 9509. LaTeX Warning: Hyper reference `input_device/touch_panel:_CPPv420touch_panel_dr iver_t' on page 96 undefined on input line 9509. Underfull \hbox (badness 10000) in paragraph at lines 9509--9509 []\TU/FreeSerif(0)/m/it/10 touch_panel_controller_t controller\TU/FreeSerif(0)/ m/n/10 , \TU/FreeSerif(0)/m/it/10 touch_panel_driver_t LaTeX Warning: Hyper reference `input_device/touch_panel:_CPPv419touch_panel_ev ent_t' on page 96 undefined on input line 9559. [96] LaTeX Warning: Hyper reference `basic/bus:_CPPv416i2c_bus_handle_t' on page 97 undefined on input line 9615. LaTeX Warning: Hyper reference `input_device/touch_panel:_CPPv420touch_panel_co nfig_t' on page 97 undefined on input line 9650. LaTeX Warning: Hyper reference `basic/bus:_CPPv416spi_bus_handle_t' on page 97 undefined on input line 9661. LaTeX Warning: Hyper reference `input_device/touch_panel:_CPPv420touch_panel_co nfig_t' on page 97 undefined on input line 9683. LaTeX Warning: Hyper reference `input_device/touch_panel:_CPPv420touch_panel_co nfig_t' on page 97 undefined on input line 9694. LaTeX Warning: Hyper reference `input_device/touch_panel:_CPPv428touch_panel_in terface_type_t' on page 97 undefined on input line 9705. LaTeX Warning: Hyper reference `input_device/touch_panel:_CPPv417touch_panel_di r_t' on page 97 undefined on input line 9727. LaTeX Warning: Hyper reference `input_device/touch_panel:_CPPv420touch_panel_co nfig_t' on page 97 undefined on input line 9772. [97] LaTeX Warning: Hyper reference `display/screen:_CPPv412scr_driver_t' on page 98 undefined on input line 9833. LaTeX Warning: Hyper reference `input_device/touch_panel:_CPPv417touch_panel_di r_t' on page 98 undefined on input line 9868. LaTeX Warning: Hyper reference `input_device/touch_panel:_CPPv420touch_panel_po ints_t' on page 98 undefined on input line 9900. LaTeX Warning: Hyper reference `input_device/touch_panel:structtouch__panel__po ints__t' on page 98 undefined on input line 9902. LaTeX Warning: Hyper reference `input_device/touch_panel:structtouch__panel__po ints__t' on page 98 undefined on input line 9918. [98] [99] [100] Chapter 8. [101] LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv417iot_sensor_create11s ensor_id_tPK15sensor_config_tP15sensor_handle_t' on page 102 undefined on input line 10229. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv427iot_sensor_handler_r egister15sensor_handle_t22sensor_event_handler_tP31sensor_event_handler_instanc e_t' on page 102 undefined on input line 10235. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv437iot_sensor_handler_r egister_with_type13sensor_type_t7int32_t22sensor_event_handler_tP31sensor_event _handler_instance_t' on page 102 undefined on input line 10238. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv416iot_sensor_start15se nsor_handle_t' on page 102 undefined on input line 10243. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv415iot_sensor_stop15sen sor_handle_t' on page 102 undefined on input line 10246. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv429iot_sensor_handler_u nregister15sensor_handle_t31sensor_event_handler_instance_t' on page 102 undefi ned on input line 10252. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv439iot_sensor_handler_u nregister_with_type13sensor_type_t7int32_t31sensor_event_handler_instance_t' on page 102 undefined on input line 10255. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv417iot_sensor_deleteP15 sensor_handle_t' on page 102 undefined on input line 10260. [102] [103] LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv413sensor_data_t' on pa ge 104 undefined on input line 10568. [104] [105] [106] LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv411sensor_id_t' on page 107 undefined on input line 11196. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv415sensor_config_t' on page 107 undefined on input line 11196. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv415sensor_handle_t' on page 107 undefined on input line 11196. [107] LaTeX Warning: Hyper reference `sensors/sensor_hub:structsensor__config__t' on page 108 undefined on input line 11217. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv415sensor_handle_t' on page 108 undefined on input line 11234. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv415sensor_handle_t' on page 108 undefined on input line 11266. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv415sensor_handle_t' on page 108 undefined on input line 11298. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv412bus_handle_t' on pag e 108 undefined on input line 11330. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv413sensor_info_t' on pa ge 108 undefined on input line 11330. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv415sensor_handle_t' on page 108 undefined on input line 11360. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv422sensor_event_handler _t' on page 108 undefined on input line 11360. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv431sensor_event_handler _instance_t' on page 108 undefined on input line 11360. [108] LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv415sensor_handle_t' on page 109 undefined on input line 11398. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv431sensor_event_handler _instance_t' on page 109 undefined on input line 11398. Underfull \hbox (badness 10000) in paragraph at lines 11398--11398 []\TU/FreeSerif(0)/m/it/10 sensor_handle_t sensor_handle\TU/FreeSerif(0)/m/n/10 , \TU/FreeSerif(0)/m/it/10 sen- LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv413sensor_type_t' on pa ge 109 undefined on input line 11433. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv422sensor_event_handler _t' on page 109 undefined on input line 11433. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv431sensor_event_handler _instance_t' on page 109 undefined on input line 11433. Underfull \hbox (badness 10000) in paragraph at lines 11433--11433 \TU/FreeSerif(0)/m/it/10 sensor_event_handler_t handler\TU/FreeSerif(0)/m/n/10 , \TU/FreeSerif(0)/m/it/10 sen- LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv413sensor_type_t' on pa ge 109 undefined on input line 11474. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv431sensor_event_handler _instance_t' on page 109 undefined on input line 11474. Underfull \hbox (badness 10000) in paragraph at lines 11474--11474 []\TU/FreeSerif(0)/m/it/10 sensor_type_t sensor_type\TU/FreeSerif(0)/m/n/10 , i nt32_t [109] LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv411sensor_id_t' on page 110 undefined on input line 11546. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv412bus_handle_t' on pag e 110 undefined on input line 11580. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv413sensor_mode_t' on pa ge 110 undefined on input line 11591. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv414sensor_range_t' on p age 110 undefined on input line 11602. [110] LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv419sensor_event_base_t' on page 111 undefined on input line 11685. [111] LaTeX Warning: Hyper reference `sensors/sensor_hub::doc' on page 112 undefined on input line 11790. LaTeX Warning: Hyper reference `sensors/humiture:_CPPv424sensor_humiture_handle _t' on page 112 undefined on input line 11807. LaTeX Warning: Hyper reference `sensors/humiture:_CPPv424sensor_humiture_handle _t' on page 112 undefined on input line 11807. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv412bus_handle_t' on pag e 112 undefined on input line 11807. LaTeX Warning: Hyper reference `sensors/humiture:_CPPv424sensor_humiture_handle _t' on page 112 undefined on input line 11834. LaTeX Warning: Hyper reference `sensors/humiture:_CPPv424sensor_humiture_handle _t' on page 112 undefined on input line 11866. LaTeX Warning: Hyper reference `sensors/humiture:_CPPv424sensor_humiture_handle _t' on page 112 undefined on input line 11898. [112] LaTeX Warning: Hyper reference `sensors/humiture:_CPPv424sensor_humiture_handle _t' on page 113 undefined on input line 11936. LaTeX Warning: Hyper reference `sensors/humiture:_CPPv424sensor_humiture_handle _t' on page 113 undefined on input line 11974. LaTeX Warning: Hyper reference `sensors/humiture:_CPPv424sensor_humiture_handle _t' on page 113 undefined on input line 12009. LaTeX Warning: Hyper reference `sensors/humiture:_CPPv424sensor_humiture_handle _t' on page 113 undefined on input line 12044. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv419sensor_data_group_t' on page 113 undefined on input line 12044. [113] LaTeX Warning: Hyper reference `sensors/humiture:_CPPv424sensor_humiture_handle _t' on page 114 undefined on input line 12079. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv416sensor_command_t' on page 114 undefined on input line 12079. [114] LaTeX Warning: Hyper reference `sensors/sensor_hub::doc' on page 115 undefined on input line 12238. LaTeX Warning: Hyper reference `sensors/imu:_CPPv419sensor_imu_handle_t' on pag e 115 undefined on input line 12255. LaTeX Warning: Hyper reference `sensors/imu:_CPPv419sensor_imu_handle_t' on pag e 115 undefined on input line 12255. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv412bus_handle_t' on pag e 115 undefined on input line 12255. LaTeX Warning: Hyper reference `sensors/imu:_CPPv419sensor_imu_handle_t' on pag e 115 undefined on input line 12282. LaTeX Warning: Hyper reference `sensors/imu:_CPPv419sensor_imu_handle_t' on pag e 115 undefined on input line 12314. LaTeX Warning: Hyper reference `sensors/imu:_CPPv419sensor_imu_handle_t' on pag e 115 undefined on input line 12346. [115] LaTeX Warning: Hyper reference `sensors/imu:_CPPv419sensor_imu_handle_t' on pag e 116 undefined on input line 12384. LaTeX Warning: Hyper reference `sensors/imu:_CPPv419sensor_imu_handle_t' on pag e 116 undefined on input line 12422. LaTeX Warning: Hyper reference `sensors/imu:_CPPv419sensor_imu_handle_t' on pag e 116 undefined on input line 12457. LaTeX Warning: Hyper reference `sensors/imu:_CPPv419sensor_imu_handle_t' on pag e 116 undefined on input line 12492. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv419sensor_data_group_t' on page 116 undefined on input line 12492. [116] LaTeX Warning: Hyper reference `sensors/imu:_CPPv419sensor_imu_handle_t' on pag e 117 undefined on input line 12527. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv416sensor_command_t' on page 117 undefined on input line 12527. [117] LaTeX Warning: Hyper reference `sensors/sensor_hub::doc' on page 118 undefined on input line 12699. LaTeX Warning: Hyper reference `sensors/light_sensor:_CPPv421sensor_light_handl e_t' on page 118 undefined on input line 12716. LaTeX Warning: Hyper reference `sensors/light_sensor:_CPPv421sensor_light_handl e_t' on page 118 undefined on input line 12716. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv412bus_handle_t' on pag e 118 undefined on input line 12716. LaTeX Warning: Hyper reference `sensors/light_sensor:_CPPv421sensor_light_handl e_t' on page 118 undefined on input line 12743. LaTeX Warning: Hyper reference `sensors/light_sensor:_CPPv421sensor_light_handl e_t' on page 118 undefined on input line 12775. [118] LaTeX Warning: Hyper reference `sensors/light_sensor:_CPPv421sensor_light_handl e_t' on page 119 undefined on input line 12807. LaTeX Warning: Hyper reference `sensors/light_sensor:_CPPv421sensor_light_handl e_t' on page 119 undefined on input line 12845. LaTeX Warning: Hyper reference `sensors/light_sensor:_CPPv421sensor_light_handl e_t' on page 119 undefined on input line 12883. LaTeX Warning: Hyper reference `sensors/light_sensor:_CPPv421sensor_light_handl e_t' on page 119 undefined on input line 12921. [119] LaTeX Warning: Hyper reference `sensors/light_sensor:_CPPv421sensor_light_handl e_t' on page 120 undefined on input line 12956. LaTeX Warning: Hyper reference `sensors/light_sensor:_CPPv421sensor_light_handl e_t' on page 120 undefined on input line 12991. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv419sensor_data_group_t' on page 120 undefined on input line 12991. LaTeX Warning: Hyper reference `sensors/light_sensor:_CPPv421sensor_light_handl e_t' on page 120 undefined on input line 13026. LaTeX Warning: Hyper reference `sensors/sensor_hub:_CPPv416sensor_command_t' on page 120 undefined on input line 13026. [120] [121] [122] Chapter 9. LaTeX Warning: Hyper reference `storage/storage_media:eeprom' on page 123 undef ined on input line 13321. Overfull \hbox (2.75381pt too wide) in paragraph at lines 13321--13321 []\TU/FreeSans(0)/m/n/10 Name| Underfull \hbox (badness 10000) in paragraph at lines 13321--13321 []\TU/FreeSans(0)/m/n/10 Application sce- Overfull \hbox (4.08pt too wide) in paragraph at lines 13321--13321 []\TU/FreeSans(0)/m/n/10 Size| Underfull \hbox (badness 10000) in paragraph at lines 13321--13321 []\TU/FreeSans(0)/m/n/10 Trans- Overfull \hbox (5.77pt too wide) in paragraph at lines 13321--13321 []\TU/FreeSans(0)/m/n/10 Note| Underfull \hbox (badness 10000) in paragraph at lines 2--13321 [][][]\TU/FreeSerif(0)/m/n/10 SPI Underfull \hbox (badness 10000) in paragraph at lines 13321--13321 []\TU/FreeSerif(0)/m/n/10 Can be shared with Underfull \hbox (badness 10000) in paragraph at lines 13321--13321 []\TU/FreeSerif(0)/m/n/10 Store parameters, Underfull \hbox (badness 10000) in paragraph at lines 13321--13321 []\TU/FreeSerif(0)/m/n/10 40/80 MHz Underfull \hbox (badness 10000) in paragraph at lines 2--13321 [][][]\TU/FreeSerif(0)/m/n/10 SPI Flash Underfull \hbox (badness 10000) in paragraph at lines 2--13321 [][][]\TU/FreeSerif(0)/m/n/10 SD Overfull \hbox (4.43233pt too wide) in paragraph at lines 13321--13321 []\TU/FreeSerif(0)/m/n/10 SDIO/SPI| Underfull \hbox (badness 10000) in paragraph at lines 13321--13321 []\TU/FreeSerif(0)/m/n/10 20/40 MHz Overfull \hbox (8.40036pt too wide) in paragraph at lines 2--13321 [][][]\TU/FreeSerif(0)/m/n/10 SD/SDIO/MMC Overfull \hbox (5.3338pt too wide) in paragraph at lines 2--13321 [][][]\TU/FreeSerif(0)/m/n/10 eMMC[][]| Underfull \hbox (badness 10000) in paragraph at lines 13321--13321 []\TU/FreeSerif(0)/m/n/10 20/40 MHz Overfull \hbox (8.40036pt too wide) in paragraph at lines 2--13321 [][][]\TU/FreeSerif(0)/m/n/10 SD/SDIO/MMC LaTeX Warning: Hyper reference `storage/storage_media:eeprom' on page 123 undef ined on input line 13321. Underfull \hbox (badness 10000) in paragraph at lines 13321--13321 []\TU/FreeSerif(0)/m/it/10 EEP- Underfull \hbox (badness 10000) in paragraph at lines 13321--13321 []\TU/FreeSerif(0)/m/n/10 100 ~ 400 [123] [124] Underfull \hbox (badness 10000) in paragraph at lines 13545--13545 []\TU/FreeSerif(0)/m/n/10 Application Underfull \hbox (badness 10000) in paragraph at lines 13545--13545 []\TU/FreeSerif(0)/m/n/10 Directory Underfull \hbox (badness 10000) in paragraph at lines 13545--13545 []\TU/FreeSerif(0)/m/n/10 Wear Level- Underfull \hbox (badness 10000) in paragraph at lines 13545--13545 []\TU/FreeSerif(0)/m/n/10 R/W Effi- [125] [126] [127] [128] Chapter 10. [129] [130] LaTeX Warning: Hyper reference `motor/servo:_CPPv414servo_config_t' on page 131 undefined on input line 13747. [131] LaTeX Warning: Hyper reference `motor/servo:_CPPv415servo_channel_t' on page 13 2 undefined on input line 13994. [132] Chapter 11. Underfull \hbox (badness 10000) in paragraph at lines 14039--14040 []\TU/FreeSerif(0)/m/n/10 一般使用情况下一共有4次机会通过串口烧写 flash ,通过 OTA 更新 flash数据没有次数限制。开 发阶段可以在 menucon- Underfull \hbox (badness 10000) in paragraph at lines 14069--14070 []\TU/FreeSerif(0)/m/n/10 默认情况下 efuse 中的 DISABLE_DL_ENCRYPT, DISABLE_DL_DECRYPT 和 DISABLE_DL_CACHE Underfull \hbox (badness 10000) in paragraph at lines 14072--14073 []\TU/FreeSerif(0)/m/n/10 efuse 中的 FLASH_CRYPT_CONFIG 被烧写成 0xf,此标志用于决定加密 key 的多 少位被用于计算每一个 flash [133] Underfull \hbox (badness 10000) in paragraph at lines 14104--14106 []\TU/FreeSerif(0)/m/n/10 若用户确定不再需要通过串口重烧 flash,可以在 esp-idf 的 \TU/FreeMono(0)/m /n/10 components/esptool\_py/esptool \TU/FreeSerif(0)/m/n/10 路径下使用命令 [134] Underfull \hbox (badness 10000) in paragraph at lines 14245--14247 []\TU/FreeSerif(0)/m/n/10 ROM 函数 \TU/FreeMono(0)/m/n/10 esp\_rom\_spiflash\_wri te\_encrypted() \TU/FreeSerif(0)/m/n/10 将加密后的数据写入 flash 中,而 SPIWrite() Underfull \hbox (badness 10000) in paragraph at lines 14262--14265 []\TU/FreeSerif(0)/m/n/10 Secure Boot 中采用 ECDSA 签名算法对 partition table 和 app ima ges 进行签名和验证,ECDSA [135] Underfull \hbox (badness 10000) in paragraph at lines 14335--14338 []\TU/FreeSerif(0)/m/n/10 若 menuconfig 中选择了禁止 JTAG 中断和 ROM BASIC 中断,bootloader 会将 efuse Overfull \hbox (13.75833pt too wide) in paragraph at lines 14369--14374 []\TU/FreeSerif(0)/m/n/10 生成公钥和秘钥,先执行 “make” 命令,此时由于还没有公钥/秘钥对,所以命令行中会提示生成公钥/秘钥对 的命令,按提示执行命令即可。但在产品级使用中,建议使用 [136] Underfull \hbox (badness 10000) in paragraph at lines 14487--14489 []\TU/FreeSerif(0)/m/n/10 make menuconfig 中使能 secure boot 和 flash encrypt,“Secu re bootloader [137] [138] [139] [140] Underfull \hbox (badness 10000) in paragraph at lines 14745--14746 []\TU/FreeSerif(0)/m/n/10 由芯片端自动随机生成 secure boot 与 flash encrypton 密钥,并写入芯片 efu se 中, 密钥写入后,对应的 efuse block Overfull \hbox (37.52834pt too wide) in paragraph at lines 14751--14752 []\TU/FreeSerif(0)/m/n/10 通过 make menuconfig 配置 secure boot 和 flash encryption, 按照第一、二节介绍的步骤执行即可,具体操作步骤如下,如果了解第一、二节的内容,可以跳过: [141] [142] Underfull \hbox (badness 5622) in paragraph at lines 14807--14808 []\TU/FreeSerif(0)/m/n/10 我们也可以使用 window 平台的下载工具来完成工厂下载。需要在配置文件中,关闭工具的 security 功能,这样工具端就不会操作 security [143] Overfull \hbox (41.38165pt too wide) in paragraph at lines 14861--14862 []\TU/FreeSerif(0)/m/n/10 下载完成后,需要运行一次程序,使 bootloader 完成 security 相关特性的初始化,包括AE S密钥的随机生成并写入EFUSE,以及对明文的flash进行首次加密。 [144] [145] [146] Underfull \hbox (badness 10000) in paragraph at lines 14977--14978 []\TU/FreeSerif(0)/m/n/10 使用下载工具进行下载,若不希望工具修改任何配置参数(比如 flash 频率和模式),请勾选 ‘DoNotC hgBin’ [147] [148] Chapter 12. [149] [150] Chapter 13. LaTeX Warning: Hyper reference `contribute/style-guide::doc' on page 151 undefi ned on input line 15126. [151] [152] [153] [154] [155] Overfull \hbox (225.86497pt too wide) in paragraph at lines 15694--15695 []\TU/FreeSerif(0)/m/n/10 但是请注意,如果有人添加了一个新行,第一个参数是一个更长的标识符(例如PIN_CAM_VSYNC),它将不 适合。因为必须重新对齐其他行,这添加了无意义的更改。因此,尽量少使用这种对齐,特别是如果您希望稍后将新行添加到这列中。 [156] Overfull \hbox (36.65833pt too wide) in paragraph at lines 15752--15754 []\TU/FreeSerif(0)/m/n/10 如果不再需要某些代码,则将其完全删除。如果你需要,你可以随时在 git 历史中查找这个文件。如果您因为临时 原因而禁用某些调用,并打算在将来恢复它,则在相邻行上添加解释 [157] Underfull \hbox (badness 10000) in paragraph at lines 15801--15804 []\TU/FreeSerif(0)/m/n/10 如果您在分支中意外地 commit 了 LF 结尾,则可以通过在 MSYS2 或 Unix 终端中运行此命 令将它们转换为 Unix(将目录更改为 IDF Overfull \hbox (40.24498pt too wide) in paragraph at lines 15829--15830 []\TU/FreeSerif(0)/m/n/10 如果您正在从头开始编写一个文件,或者正在进行完全重写,请随意重新格式化整个文件。如果您正在更改文件的一小部 分,不要重新格式化您没有更改的代码。这将帮助其他人检查您的更改。 [158] No file espressif-esp-iot-solution.ind. [159] (./espressif-esp-iot-solution.aux) LaTeX Warning: There were undefined references. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. ) (see the transcript file for additional information) Output written on espressif-esp-iot-solution.pdf (163 pages). Transcript written on espressif-esp-iot-solution.log. Latexmk: Index file 'espressif-esp-iot-solution.idx' was written Latexmk: References changed. Latexmk: Missing input file: 'espressif-esp-iot-solution.ind' from line 'No file espressif-esp-iot-solution.ind.' Latexmk: References changed. Latexmk: Log file says output to 'espressif-esp-iot-solution.pdf' Rule 'makeindex espressif-esp-iot-solution.idx': File changes, etc: Non-existent destination files: 'espressif-esp-iot-solution.ind' ------------ Run number 1 of rule 'makeindex espressif-esp-iot-solution.idx' ------------ Latexmk: applying rule 'makeindex espressif-esp-iot-solution.idx'... ------------ Running 'makeindex -s python.ist -o "espressif-esp-iot-solution.ind" "espressif-esp-iot-solution.idx"' ------------ This is makeindex, version 2.15 [TeX Live 2017] (kpathsea + Thai support). Scanning style file ./python.ist.......done (7 attributes redefined, 0 ignored). Scanning input file espressif-esp-iot-solution.idx....done (628 entries accepted, 0 rejected). Sorting entries........done (6029 comparisons). Generating output file espressif-esp-iot-solution.ind....done (702 lines written, 0 warnings). Output written in espressif-esp-iot-solution.ind. Transcript written in espressif-esp-iot-solution.ilg. Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'espressif-esp-iot-solution.aux' 'espressif-esp-iot-solution.ind' ------------ Run number 2 of rule 'pdflatex' ------------ ------------ Running 'xelatex -interaction=nonstopmode -recorder --jobname="espressif-esp-iot-solution" "ReadtheDocsTemplate.tex"' ------------ Latexmk: applying rule 'pdflatex'... This is XeTeX, Version 3.14159265-2.6-0.99998 (TeX Live 2017/Debian) (preloaded format=xelatex) restricted \write18 enabled. entering extended mode (./ReadtheDocsTemplate.tex LaTeX2e <2017-04-15> Babel <3.18> and hyphenation patterns for 84 language(s) loaded. (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty Package cmap Warning: pdftex not detected - exiting. ) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty (/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty (/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty (/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3-code.tex) (/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3xdvipdfmx.def))) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/tuenc.def)) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.cfg))) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/latex/polyglossia/polyglossia.sty (/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty) (/usr/share/texlive/texmf-dist/tex/latex/makecmds/makecmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/keyval.tex)))) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifluatex.sty) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty)) (/usr/share/texlive/texmf-dist/tex/latex/polyglossia/gloss-english.ldf) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/xetex.def))) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.def)) (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty) (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty) (./sphinxmulticell.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty) (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty Style option: `fancyvrb' v2.7a, with DG/SPQR fixes, and firstline=lastline fix <2008/02/07> (tvz)) (./footnotehyper-sphinx.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty) (/usr/share/texlive/texmf-dist/tex/latex/carlisle/remreset.sty) (./sphinxhighlight.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/etexcmds.sty)))) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hxetex.def (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/stringenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty)) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) (./sphinxmessages.sty) Writing index file espressif-esp-iot-solution.idx (./espressif-esp-iot-solution.aux) (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd) *geometry* driver: auto-detecting *geometry* detected driver: xetex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty)) (./espressif-esp-iot-solution.out) (./espressif-esp-iot-solution.out) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1] [2] (./espressif-esp-iot-solution.toc [1]) [2] [1] [2] Chapter 1. Underfull \hbox (badness 10000) in paragraph at lines 208--208 []\TU/FreeSans(0)/m/n/10 ESP-IoT- Underfull \hbox (badness 10000) in paragraph at lines 208--208 []\TU/FreeSans(0)/m/n/10 Corresponding [3] [4] [5] [6] Chapter 2. [7] [8] Underfull \hbox (badness 10000) in paragraph at lines 506--507 []\TU/FreeSerif(0)/m/n/10 When the address of a register is 16-bit, you can use [][]\TU/FreeMono(0)/m/it/10 i2c_bus_read_reg16()[][] \TU/FreeSerif(0)/m/n/10 o r Underfull \hbox (badness 10000) in paragraph at lines 525--526 []\TU/FreeSerif(0)/m/n/10 Data transmission: use [][]\TU/FreeMono(0)/m/it/10 sp i_bus_transfer_byte()[][]\TU/FreeSerif(0)/m/n/10 , [][]\TU/FreeMono(0)/m/it/10 spi_bus_transfer_bytes()[][]\TU/FreeSerif(0)/m/n/10 , [9] [10] [11] Underfull \hbox (badness 10000) in paragraph at lines 748--748 [][][]\TU/FreeSerif(0)/m/it/10 i2c_bus_handle_t[][] bus_handle\TU/FreeSerif(0)/ m/n/10 , uint8_t \TU/FreeSerif(0)/m/it/10 dev_addr\TU/FreeSerif(0)/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 779--781 \TU/FreeSerif(0)/m/n/10 Delete and release the I2C device resource, i2c_bus_dev ice_delete should be used in pairs with [12] Underfull \hbox (badness 10000) in paragraph at lines 881--881 [][][]\TU/FreeSerif(0)/m/it/10 i2c_bus_device_handle_t[][] dev_handle\TU/FreeSe rif(0)/m/n/10 , uint8_t \TU/FreeSerif(0)/m/it/10 mem_address\TU/FreeSerif(0)/m/ n/10 , size_t [13] Underfull \hbox (badness 10000) in paragraph at lines 981--981 [][][]\TU/FreeSerif(0)/m/it/10 i2c_bus_device_handle_t[][] dev_handle\TU/FreeSe rif(0)/m/n/10 , uint8_t \TU/FreeSerif(0)/m/it/10 mem_address\TU/FreeSerif(0)/m/ n/10 , uint8_t Underfull \hbox (badness 7832) in paragraph at lines 1081--1081 [][][]\TU/FreeSerif(0)/m/it/10 i2c_bus_device_handle_t[][] dev_handle\TU/FreeSe rif(0)/m/n/10 , uint8_t \TU/FreeSerif(0)/m/it/10 mem_address\TU/FreeSerif(0)/m/ n/10 , size_t [14] Underfull \hbox (badness 10000) in paragraph at lines 1131--1131 [][][]\TU/FreeSerif(0)/m/it/10 i2c_bus_device_handle_t[][] dev_handle\TU/FreeSe rif(0)/m/n/10 , uint8_t \TU/FreeSerif(0)/m/it/10 mem_address\TU/FreeSerif(0)/m/ n/10 , uint8_t Underfull \hbox (badness 10000) in paragraph at lines 1181--1181 [][][]\TU/FreeSerif(0)/m/it/10 i2c_bus_device_handle_t[][] dev_handle\TU/FreeSe rif(0)/m/n/10 , uint8_t \TU/FreeSerif(0)/m/it/10 mem_address\TU/FreeSerif(0)/m/ n/10 , uint8_t [15] Underfull \hbox (badness 10000) in paragraph at lines 1331--1331 [][][]\TU/FreeSerif(0)/m/it/10 i2c_bus_device_handle_t[][] dev_handle\TU/FreeSe rif(0)/m/n/10 , uint16_t \TU/FreeSerif(0)/m/it/10 mem_address\TU/FreeSerif(0)/m /n/10 , size_t [16] [17] Underfull \hbox (badness 10000) in paragraph at lines 1513--1513 [][][]\TU/FreeSerif(0)/m/it/10 spi_bus_handle_t[][] bus_handle\TU/FreeSerif(0)/ m/n/10 , \TU/FreeMono(0)/bx/n/10 const Underfull \hbox (badness 10000) in paragraph at lines 1575--1575 [][][]\TU/FreeSerif(0)/m/it/10 spi_bus_device_handle_t[][] dev_handle\TU/FreeSe rif(0)/m/n/10 , uint8_t \TU/FreeSerif(0)/m/it/10 data_out\TU/FreeSerif(0)/m/n/1 0 , uint8_t [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] Overfull \vbox (281.41092pt too high) has occurred while \output is active [28] [29] [30] Chapter 3. [31] [32] [33] Underfull \hbox (badness 10000) in paragraph at lines 2760--2762 \TU/FreeSerif(0)/bx/n/10 Note: \TU/FreeSerif(0)/m/n/10 Please remember to sele ct corresponding parameter types when creating different interfaces Underfull \hbox (badness 10000) in paragraph at lines 2760--2762 \TU/FreeSerif(0)/m/n/10 using \TU/FreeMono(0)/m/n/10 scr_interface_create()\TU/ FreeSerif(0)/m/n/10 , e.g., select [][]\TU/FreeMono(0)/m/it/10 i2s_lcd_config_t [][] \TU/FreeSerif(0)/m/n/10 for I2S interface; select Underfull \hbox (badness 10000) in paragraph at lines 2764--2765 []\TU/FreeSerif(0)/m/n/10 To facilitate the use of these interfaces in the driv er, all interfaces are defined in [][]dis- Underfull \hbox (badness 10000) in paragraph at lines 2839--2839 []\TU/FreeSerif(0)/m/n/10 SCR_MIRROR_X Underfull \hbox (badness 10000) in paragraph at lines 2839--2839 []\TU/FreeSerif(0)/m/n/10 SCR_MIRROR_X| SCR_MIRROR_Y Underfull \hbox (badness 10000) in paragraph at lines 2839--2839 []\TU/FreeSerif(0)/m/n/10 SCR_SWAP_XY Underfull \hbox (badness 10000) in paragraph at lines 2839--2839 []\TU/FreeSerif(0)/m/n/10 SCR_SWAP_XY| SCR_MIRROR_Y Underfull \hbox (badness 10000) in paragraph at lines 2839--2839 []\TU/FreeSerif(0)/m/n/10 SCR_SWAP_XY| Underfull \hbox (badness 10000) in paragraph at lines 2839--2839 \TU/FreeSerif(0)/m/n/10 SCR_MIRROR_X Underfull \hbox (badness 10000) in paragraph at lines 2839--2839 []\TU/FreeSerif(0)/m/n/10 SCR_SWAP_XY| SCR_MIRROR_X| [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] Underfull \hbox (badness 10000) in paragraph at lines 4022--4022 [][][]\TU/FreeSerif(0)/m/it/10 scr_interface_type_t[][] type\TU/FreeSerif(0)/m/ n/10 , void *\TU/FreeSerif(0)/m/it/10 config\TU/FreeSerif(0)/m/n/10 , [][]\TU/F reeSerif(0)/m/it/10 scr_interface_driver_t[][] [44] [45] Underfull \hbox (badness 10000) in paragraph at lines 4406--4406 []\TU/FreeSans(0)/m/n/10 Inter- Overfull \hbox (2.19691pt too wide) in paragraph at lines 4406--4406 []\TU/FreeSerif(0)/m/n/10 IS31FL3XXX| Underfull \hbox (badness 10000) in paragraph at lines 2--4406 [][][]\TU/FreeSerif(0)/m/n/10 is31fl3xxx Overfull \hbox (2.57872pt too wide) in paragraph at lines 2--4406 [][][]\TU/FreeSerif(0)/m/n/10 IS31FL3XXX[][]| [46] [47] [48] [49] Underfull \hbox (badness 10000) in paragraph at lines 4597--4598 []\TU/FreeSerif(0)/m/n/10 After defining a blink type, you need to add its corr esponding enumeration mem- Underfull \hbox (badness 10000) in paragraph at lines 4597--4598 \TU/FreeSerif(0)/m/n/10 ber to \TU/FreeMono(0)/m/n/10 led_indicator_blink_type_ t \TU/FreeSerif(0)/m/n/10 and then add the type to the blink type list [50] Underfull \hbox (badness 7133) in paragraph at lines 4676--4678 \TU/FreeSerif(0)/bx/n/10 Note: \TU/FreeSerif(0)/m/n/10 This component supports thread-safe operations. You can share the LED indicator handle [51] [52] [53] [54] [55] [56] Chapter 4. [57] Underfull \hbox (badness 10000) in paragraph at lines 5367--5368 []\TU/FreeSerif(0)/m/n/10 Users need to manually specify the spk/mic sampling r ate, bit width params through [58] [59] [60] [61] Underfull \hbox (badness 10000) in paragraph at lines 5779--5779 [][][]\TU/FreeSerif(0)/m/it/10 usb_stream_t[][] stream\TU/FreeSerif(0)/m/n/10 , [][]\TU/FreeSerif(0)/m/it/10 uac_frame_size_t[][] \TU/FreeSerif(0)/m/n/10 *\TU /FreeSerif(0)/m/it/10 frame_list\TU/FreeSerif(0)/m/n/10 , size_t [62] [63] [64] [65] [66] [67] [68] Chapter 5. [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] Chapter 6. [79] [80] [81] [82] Chapter 7. [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] Underfull \hbox (badness 10000) in paragraph at lines 9509--9509 [][][]\TU/FreeSerif(0)/m/it/10 touch_panel_controller_t[][] controller\TU/FreeS erif(0)/m/n/10 , [][]\TU/FreeSerif(0)/m/it/10 touch_panel_driver_t[][] [96] [97] [98] [99] [100] Chapter 8. [101] [102] [103] [104] [105] [106] [107] [108] Underfull \hbox (badness 10000) in paragraph at lines 11398--11398 [][][]\TU/FreeSerif(0)/m/it/10 sensor_handle_t[][] sensor_handle\TU/FreeSerif(0 )/m/n/10 , [][]\TU/FreeSerif(0)/m/it/10 sen- Underfull \hbox (badness 10000) in paragraph at lines 11433--11433 [][]\TU/FreeSerif(0)/m/it/10 sensor_event_handler_t[][] handler\TU/FreeSerif(0) /m/n/10 , [][]\TU/FreeSerif(0)/m/it/10 sen- Underfull \hbox (badness 10000) in paragraph at lines 11474--11474 [][][]\TU/FreeSerif(0)/m/it/10 sensor_type_t[][] sensor_type\TU/FreeSerif(0)/m/ n/10 , int32_t [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] Chapter 9. Overfull \hbox (2.75381pt too wide) in paragraph at lines 13321--13321 []\TU/FreeSans(0)/m/n/10 Name| Underfull \hbox (badness 10000) in paragraph at lines 13321--13321 []\TU/FreeSans(0)/m/n/10 Application sce- Overfull \hbox (4.08pt too wide) in paragraph at lines 13321--13321 []\TU/FreeSans(0)/m/n/10 Size| Underfull \hbox (badness 10000) in paragraph at lines 13321--13321 []\TU/FreeSans(0)/m/n/10 Trans- Overfull \hbox (5.77pt too wide) in paragraph at lines 13321--13321 []\TU/FreeSans(0)/m/n/10 Note| Underfull \hbox (badness 10000) in paragraph at lines 2--13321 [][][]\TU/FreeSerif(0)/m/n/10 SPI Underfull \hbox (badness 10000) in paragraph at lines 13321--13321 []\TU/FreeSerif(0)/m/n/10 Can be shared with Underfull \hbox (badness 10000) in paragraph at lines 13321--13321 []\TU/FreeSerif(0)/m/n/10 Store parameters, Underfull \hbox (badness 10000) in paragraph at lines 13321--13321 []\TU/FreeSerif(0)/m/n/10 40/80 MHz Underfull \hbox (badness 10000) in paragraph at lines 2--13321 [][][]\TU/FreeSerif(0)/m/n/10 SPI Flash Underfull \hbox (badness 10000) in paragraph at lines 2--13321 [][][]\TU/FreeSerif(0)/m/n/10 SD Overfull \hbox (4.43233pt too wide) in paragraph at lines 13321--13321 []\TU/FreeSerif(0)/m/n/10 SDIO/SPI| Underfull \hbox (badness 10000) in paragraph at lines 13321--13321 []\TU/FreeSerif(0)/m/n/10 20/40 MHz Overfull \hbox (8.40036pt too wide) in paragraph at lines 2--13321 [][][]\TU/FreeSerif(0)/m/n/10 SD/SDIO/MMC Overfull \hbox (5.3338pt too wide) in paragraph at lines 2--13321 [][][]\TU/FreeSerif(0)/m/n/10 eMMC[][]| Underfull \hbox (badness 10000) in paragraph at lines 13321--13321 []\TU/FreeSerif(0)/m/n/10 20/40 MHz Overfull \hbox (8.40036pt too wide) in paragraph at lines 2--13321 [][][]\TU/FreeSerif(0)/m/n/10 SD/SDIO/MMC Underfull \hbox (badness 10000) in paragraph at lines 13321--13321 [][][]\TU/FreeSerif(0)/m/it/10 EEP- Underfull \hbox (badness 10000) in paragraph at lines 13321--13321 []\TU/FreeSerif(0)/m/n/10 100 ~ 400 [123] [124] Underfull \hbox (badness 10000) in paragraph at lines 13545--13545 []\TU/FreeSerif(0)/m/n/10 Application Underfull \hbox (badness 10000) in paragraph at lines 13545--13545 []\TU/FreeSerif(0)/m/n/10 Directory Underfull \hbox (badness 10000) in paragraph at lines 13545--13545 []\TU/FreeSerif(0)/m/n/10 Wear Level- Underfull \hbox (badness 10000) in paragraph at lines 13545--13545 []\TU/FreeSerif(0)/m/n/10 R/W Effi- [125] [126] [127] [128] Chapter 10. [129] [130] [131] [132] Chapter 11. Underfull \hbox (badness 10000) in paragraph at lines 14039--14040 []\TU/FreeSerif(0)/m/n/10 一般使用情况下一共有4次机会通过串口烧写 flash ,通过 OTA 更新 flash数据没有次数限制。开 发阶段可以在 menucon- Underfull \hbox (badness 10000) in paragraph at lines 14069--14070 []\TU/FreeSerif(0)/m/n/10 默认情况下 efuse 中的 DISABLE_DL_ENCRYPT, DISABLE_DL_DECRYPT 和 DISABLE_DL_CACHE Underfull \hbox (badness 10000) in paragraph at lines 14072--14073 []\TU/FreeSerif(0)/m/n/10 efuse 中的 FLASH_CRYPT_CONFIG 被烧写成 0xf,此标志用于决定加密 key 的多 少位被用于计算每一个 flash [133] Underfull \hbox (badness 10000) in paragraph at lines 14104--14106 []\TU/FreeSerif(0)/m/n/10 若用户确定不再需要通过串口重烧 flash,可以在 esp-idf 的 \TU/FreeMono(0)/m /n/10 components/esptool\_py/esptool \TU/FreeSerif(0)/m/n/10 路径下使用命令 [134] Underfull \hbox (badness 10000) in paragraph at lines 14245--14247 []\TU/FreeSerif(0)/m/n/10 ROM 函数 \TU/FreeMono(0)/m/n/10 esp\_rom\_spiflash\_wri te\_encrypted() \TU/FreeSerif(0)/m/n/10 将加密后的数据写入 flash 中,而 SPIWrite() Underfull \hbox (badness 10000) in paragraph at lines 14262--14265 []\TU/FreeSerif(0)/m/n/10 Secure Boot 中采用 ECDSA 签名算法对 partition table 和 app ima ges 进行签名和验证,ECDSA [135] Underfull \hbox (badness 10000) in paragraph at lines 14335--14338 []\TU/FreeSerif(0)/m/n/10 若 menuconfig 中选择了禁止 JTAG 中断和 ROM BASIC 中断,bootloader 会将 efuse Overfull \hbox (13.75833pt too wide) in paragraph at lines 14369--14374 []\TU/FreeSerif(0)/m/n/10 生成公钥和秘钥,先执行 “make” 命令,此时由于还没有公钥/秘钥对,所以命令行中会提示生成公钥/秘钥对 的命令,按提示执行命令即可。但在产品级使用中,建议使用 [136] Underfull \hbox (badness 10000) in paragraph at lines 14487--14489 []\TU/FreeSerif(0)/m/n/10 make menuconfig 中使能 secure boot 和 flash encrypt,“Secu re bootloader [137] [138] [139] [140] Underfull \hbox (badness 10000) in paragraph at lines 14745--14746 []\TU/FreeSerif(0)/m/n/10 由芯片端自动随机生成 secure boot 与 flash encrypton 密钥,并写入芯片 efu se 中, 密钥写入后,对应的 efuse block Overfull \hbox (37.52834pt too wide) in paragraph at lines 14751--14752 []\TU/FreeSerif(0)/m/n/10 通过 make menuconfig 配置 secure boot 和 flash encryption, 按照第一、二节介绍的步骤执行即可,具体操作步骤如下,如果了解第一、二节的内容,可以跳过: [141] [142] Underfull \hbox (badness 5622) in paragraph at lines 14807--14808 []\TU/FreeSerif(0)/m/n/10 我们也可以使用 window 平台的下载工具来完成工厂下载。需要在配置文件中,关闭工具的 security 功能,这样工具端就不会操作 security [143] Overfull \hbox (41.38165pt too wide) in paragraph at lines 14861--14862 []\TU/FreeSerif(0)/m/n/10 下载完成后,需要运行一次程序,使 bootloader 完成 security 相关特性的初始化,包括AE S密钥的随机生成并写入EFUSE,以及对明文的flash进行首次加密。 [144] [145] [146] Underfull \hbox (badness 10000) in paragraph at lines 14977--14978 []\TU/FreeSerif(0)/m/n/10 使用下载工具进行下载,若不希望工具修改任何配置参数(比如 flash 频率和模式),请勾选 ‘DoNotC hgBin’ [147] [148] Chapter 12. [149] [150] Chapter 13. [151] [152] [153] [154] [155] Overfull \hbox (225.86497pt too wide) in paragraph at lines 15694--15695 []\TU/FreeSerif(0)/m/n/10 但是请注意,如果有人添加了一个新行,第一个参数是一个更长的标识符(例如PIN_CAM_VSYNC),它将不 适合。因为必须重新对齐其他行,这添加了无意义的更改。因此,尽量少使用这种对齐,特别是如果您希望稍后将新行添加到这列中。 [156] Overfull \hbox (36.65833pt too wide) in paragraph at lines 15752--15754 []\TU/FreeSerif(0)/m/n/10 如果不再需要某些代码,则将其完全删除。如果你需要,你可以随时在 git 历史中查找这个文件。如果您因为临时 原因而禁用某些调用,并打算在将来恢复它,则在相邻行上添加解释 [157] Underfull \hbox (badness 10000) in paragraph at lines 15801--15804 []\TU/FreeSerif(0)/m/n/10 如果您在分支中意外地 commit 了 LF 结尾,则可以通过在 MSYS2 或 Unix 终端中运行此命 令将它们转换为 Unix(将目录更改为 IDF Overfull \hbox (40.24498pt too wide) in paragraph at lines 15829--15830 []\TU/FreeSerif(0)/m/n/10 如果您正在从头开始编写一个文件,或者正在进行完全重写,请随意重新格式化整个文件。如果您正在更改文件的一小部 分,不要重新格式化您没有更改的代码。这将帮助其他人检查您的更改。 [158] (./espressif-esp-iot-solution.ind [159] [160] Underfull \hbox (badness 10000) in paragraph at lines 22--23 []\TU/FreeMono(0)/m/n/10 button_config_t::custom_button_config Underfull \hbox (badness 10000) in paragraph at lines 23--24 []\TU/FreeMono(0)/m/n/10 button_config_t::gpio_button_config Underfull \hbox (badness 10000) in paragraph at lines 24--25 []\TU/FreeMono(0)/m/n/10 button_config_t::long_press_time \TU/FreeSerif(0)/m/n/ 10 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 25--26 []\TU/FreeMono(0)/m/n/10 button_config_t::short_press_time \TU/FreeSerif(0)/m/n /10 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 27--28 []\TU/FreeMono(0)/m/n/10 button_config_t::[anonymous] \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- Underfull \hbox (badness 10000) in paragraph at lines 29--30 []\TU/FreeMono(0)/m/n/10 button_custom_config_t::active_level Overfull \hbox (34.1225pt too wide) in paragraph at lines 30--32 []\TU/FreeMono(0)/m/n/10 button_custom_config_t::button_custom_deinit Overfull \hbox (76.1225pt too wide) in paragraph at lines 32--34 []\TU/FreeMono(0)/m/n/10 button_custom_config_t::button_custom_get_key_value Overfull \hbox (22.1225pt too wide) in paragraph at lines 34--36 []\TU/FreeMono(0)/m/n/10 button_custom_config_t::button_custom_init Underfull \hbox (badness 10000) in paragraph at lines 36--37 []\TU/FreeMono(0)/m/n/10 button_custom_config_t::priv \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- [161] Underfull \hbox (badness 10000) in paragraph at lines 97--98 []\TU/FreeMono(0)/m/n/10 dac_audio_config_t::bits_per_sample Underfull \hbox (badness 10000) in paragraph at lines 98--99 []\TU/FreeMono(0)/m/n/10 dac_audio_config_t::dac_mode \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- Underfull \hbox (badness 10000) in paragraph at lines 99--100 []\TU/FreeMono(0)/m/n/10 dac_audio_config_t::dma_buf_count \TU/FreeSerif(0)/m/n /10 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 100--101 []\TU/FreeMono(0)/m/n/10 dac_audio_config_t::dma_buf_len \TU/FreeSerif(0)/m/n/1 0 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 102--103 []\TU/FreeMono(0)/m/n/10 dac_audio_config_t::max_data_size \TU/FreeSerif(0)/m/n /10 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 103--104 []\TU/FreeMono(0)/m/n/10 dac_audio_config_t::sample_rate \TU/FreeSerif(0)/m/n/1 0 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 114--115 []\TU/FreeMono(0)/m/n/10 FLAG_UAC_MIC_SUSPEND_AFTER_START \TU/FreeSerif(0)/m/n/ 10 (\TU/FreeSerif(0)/m/it/10 C Underfull \hbox (badness 10000) in paragraph at lines 115--116 []\TU/FreeMono(0)/m/n/10 FLAG_UAC_SPK_SUSPEND_AFTER_START \TU/FreeSerif(0)/m/n/ 10 (\TU/FreeSerif(0)/m/it/10 C Underfull \hbox (badness 10000) in paragraph at lines 133--134 []\TU/FreeMono(0)/m/n/10 humiture_acquire_humidity \TU/FreeSerif(0)/m/n/10 (\TU /FreeSerif(0)/m/it/10 C++ function\TU/FreeSerif(0)/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 134--135 []\TU/FreeMono(0)/m/n/10 humiture_acquire_temperature \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ func- Underfull \hbox (badness 10000) in paragraph at lines 172--173 []\TU/FreeMono(0)/m/n/10 i2s_lcd_config_t::data_width \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- Underfull \hbox (badness 10000) in paragraph at lines 175--176 []\TU/FreeMono(0)/m/n/10 i2s_lcd_config_t::pin_num_cs \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- Underfull \hbox (badness 10000) in paragraph at lines 176--177 []\TU/FreeMono(0)/m/n/10 i2s_lcd_config_t::pin_num_rs \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- [162] Underfull \hbox (badness 10000) in paragraph at lines 177--178 []\TU/FreeMono(0)/m/n/10 i2s_lcd_config_t::pin_num_wr \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- Underfull \hbox (badness 10000) in paragraph at lines 218--220 []\TU/FreeMono(0)/m/n/10 iot_sensor_handler_register_with_type Overfull \hbox (4.1225pt too wide) in paragraph at lines 221--223 []\TU/FreeMono(0)/m/n/10 iot_sensor_handler_unregister_with_type Underfull \hbox (badness 10000) in paragraph at lines 235--236 []\TU/FreeMono(0)/m/n/10 knob_config_t::default_direction \TU/FreeSerif(0)/m/n/ 10 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 259--260 []\TU/FreeMono(0)/m/n/10 led_indicator_config_t::blink_list_num Underfull \hbox (badness 10000) in paragraph at lines 260--261 []\TU/FreeMono(0)/m/n/10 led_indicator_config_t::blink_lists Overfull \hbox (76.1225pt too wide) in paragraph at lines 261--263 []\TU/FreeMono(0)/m/n/10 led_indicator_config_t::led_indicator_custom_config Overfull \hbox (64.1225pt too wide) in paragraph at lines 263--265 []\TU/FreeMono(0)/m/n/10 led_indicator_config_t::led_indicator_gpio_config Overfull \hbox (64.1225pt too wide) in paragraph at lines 265--267 []\TU/FreeMono(0)/m/n/10 led_indicator_config_t::led_indicator_ledc_config Underfull \hbox (badness 10000) in paragraph at lines 267--268 []\TU/FreeMono(0)/m/n/10 led_indicator_config_t::mode \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- Underfull \hbox (badness 10000) in paragraph at lines 268--269 []\TU/FreeMono(0)/m/n/10 led_indicator_config_t::[anonymous] [163] Underfull \hbox (badness 10000) in paragraph at lines 287--288 []\TU/FreeMono(0)/m/n/10 light_sensor_acquire_rgbw \TU/FreeSerif(0)/m/n/10 (\TU /FreeSerif(0)/m/it/10 C++ function\TU/FreeSerif(0)/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 330--331 []\TU/FreeMono(0)/m/n/10 pwm_audio_config_t::duty_resolution Underfull \hbox (badness 10000) in paragraph at lines 331--332 []\TU/FreeMono(0)/m/n/10 pwm_audio_config_t::gpio_num_left \TU/FreeSerif(0)/m/n /10 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 333--334 []\TU/FreeMono(0)/m/n/10 pwm_audio_config_t::ledc_channel_left Underfull \hbox (badness 10000) in paragraph at lines 334--335 []\TU/FreeMono(0)/m/n/10 pwm_audio_config_t::ledc_channel_right Underfull \hbox (badness 10000) in paragraph at lines 336--337 []\TU/FreeMono(0)/m/n/10 pwm_audio_config_t::ringbuf_len \TU/FreeSerif(0)/m/n/1 0 (\TU/FreeSerif(0)/m/it/10 C++ Overfull \hbox (22.1225pt too wide) in paragraph at lines 367--369 []\TU/FreeMono(0)/m/n/10 scr_controller_config_t::bckl_active_level Underfull \hbox (badness 10000) in paragraph at lines 369--370 []\TU/FreeMono(0)/m/n/10 scr_controller_config_t::height \TU/FreeSerif(0)/m/n/1 0 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 370--371 []\TU/FreeMono(0)/m/n/10 scr_controller_config_t::interface_drv [164] Underfull \hbox (badness 10000) in paragraph at lines 371--372 []\TU/FreeMono(0)/m/n/10 scr_controller_config_t::offset_hor Underfull \hbox (badness 10000) in paragraph at lines 372--373 []\TU/FreeMono(0)/m/n/10 scr_controller_config_t::offset_ver Underfull \hbox (badness 10000) in paragraph at lines 373--374 []\TU/FreeMono(0)/m/n/10 scr_controller_config_t::pin_num_bckl Underfull \hbox (badness 10000) in paragraph at lines 374--375 []\TU/FreeMono(0)/m/n/10 scr_controller_config_t::pin_num_rst Underfull \hbox (badness 10000) in paragraph at lines 375--376 []\TU/FreeMono(0)/m/n/10 scr_controller_config_t::rotate \TU/FreeSerif(0)/m/n/1 0 (\TU/FreeSerif(0)/m/it/10 C++ Overfull \hbox (16.1225pt too wide) in paragraph at lines 376--378 []\TU/FreeMono(0)/m/n/10 scr_controller_config_t::rst_active_level Underfull \hbox (badness 10000) in paragraph at lines 398--399 []\TU/FreeMono(0)/m/n/10 scr_driver_t::write_ram_data \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- Underfull \hbox (badness 10000) in paragraph at lines 410--411 []\TU/FreeMono(0)/m/n/10 scr_interface_driver_t::bus_acquire Underfull \hbox (badness 10000) in paragraph at lines 411--412 []\TU/FreeMono(0)/m/n/10 scr_interface_driver_t::bus_release Underfull \hbox (badness 10000) in paragraph at lines 412--413 []\TU/FreeMono(0)/m/n/10 scr_interface_driver_t::read \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- Underfull \hbox (badness 10000) in paragraph at lines 413--414 []\TU/FreeMono(0)/m/n/10 scr_interface_driver_t::type \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- Underfull \hbox (badness 10000) in paragraph at lines 415--416 []\TU/FreeMono(0)/m/n/10 scr_interface_driver_t::write_command Underfull \hbox (badness 10000) in paragraph at lines 418--419 []\TU/FreeMono(0)/m/n/10 scr_interface_i2c_config_t::clk_speed Underfull \hbox (badness 10000) in paragraph at lines 419--420 []\TU/FreeMono(0)/m/n/10 scr_interface_i2c_config_t::i2c_bus Underfull \hbox (badness 10000) in paragraph at lines 420--421 []\TU/FreeMono(0)/m/n/10 scr_interface_i2c_config_t::slave_addr Underfull \hbox (badness 10000) in paragraph at lines 422--423 []\TU/FreeMono(0)/m/n/10 scr_interface_spi_config_t::clk_freq Underfull \hbox (badness 10000) in paragraph at lines 423--425 []\TU/FreeMono(0)/m/n/10 scr_interface_spi_config_t::pin_num_cs Underfull \hbox (badness 10000) in paragraph at lines 425--427 []\TU/FreeMono(0)/m/n/10 scr_interface_spi_config_t::pin_num_dc Underfull \hbox (badness 10000) in paragraph at lines 427--428 []\TU/FreeMono(0)/m/n/10 scr_interface_spi_config_t::spi_bus Underfull \hbox (badness 10000) in paragraph at lines 428--429 []\TU/FreeMono(0)/m/n/10 scr_interface_spi_config_t::swap_data [165] Underfull \hbox (badness 10000) in paragraph at lines 455--456 []\TU/FreeMono(0)/m/n/10 sensor_config_t::intr_pin \TU/FreeSerif(0)/m/n/10 (\TU /FreeSerif(0)/m/it/10 C++ member\TU/FreeSerif(0)/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 464--465 []\TU/FreeMono(0)/m/n/10 sensor_data_group_t::sensor_data \TU/FreeSerif(0)/m/n/ 10 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 491--492 []\TU/FreeMono(0)/m/n/10 SENSOR_EVENT_COMMON_END \TU/FreeSerif(0)/m/n/10 (\TU/F reeSerif(0)/m/it/10 C++ enumerator\TU/FreeSerif(0)/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 492--493 []\TU/FreeMono(0)/m/n/10 sensor_event_handler_instance_t \TU/FreeSerif(0)/m/n/1 0 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 496--497 []\TU/FreeMono(0)/m/n/10 SENSOR_FORCE_DATA_READY \TU/FreeSerif(0)/m/n/10 (\TU/F reeSerif(0)/m/it/10 C++ enumerator\TU/FreeSerif(0)/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 509--510 []\TU/FreeMono(0)/m/n/10 SENSOR_LIGHT_DATA_READY \TU/FreeSerif(0)/m/n/10 (\TU/F reeSerif(0)/m/it/10 C++ enumerator\TU/FreeSerif(0)/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 513--514 []\TU/FreeMono(0)/m/n/10 SENSOR_NOISE_DATA_READY \TU/FreeSerif(0)/m/n/10 (\TU/F reeSerif(0)/m/it/10 C++ enumerator\TU/FreeSerif(0)/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 515--516 []\TU/FreeMono(0)/m/n/10 SENSOR_PROXI_DATA_READY \TU/FreeSerif(0)/m/n/10 (\TU/F reeSerif(0)/m/it/10 C++ enumerator\TU/FreeSerif(0)/m/n/10 ), [166] Underfull \hbox (badness 10000) in paragraph at lines 534--535 []\TU/FreeMono(0)/m/n/10 servo_config_t::max_angle \TU/FreeSerif(0)/m/n/10 (\TU /FreeSerif(0)/m/it/10 C++ member\TU/FreeSerif(0)/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 535--536 []\TU/FreeMono(0)/m/n/10 servo_config_t::max_width_us \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- Underfull \hbox (badness 10000) in paragraph at lines 536--537 []\TU/FreeMono(0)/m/n/10 servo_config_t::min_width_us \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- Underfull \hbox (badness 10000) in paragraph at lines 537--538 []\TU/FreeMono(0)/m/n/10 servo_config_t::timer_number \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- Underfull \hbox (badness 10000) in paragraph at lines 556--557 []\TU/FreeMono(0)/m/n/10 spi_device_config_t::clock_speed_hz Underfull \hbox (badness 10000) in paragraph at lines 585--586 []\TU/FreeMono(0)/m/n/10 touch_panel_config_t::direction \TU/FreeSerif(0)/m/n/1 0 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 586--587 []\TU/FreeMono(0)/m/n/10 touch_panel_config_t::height \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- Underfull \hbox (badness 10000) in paragraph at lines 589--590 []\TU/FreeMono(0)/m/n/10 touch_panel_config_t::interface_i2c Underfull \hbox (badness 10000) in paragraph at lines 590--591 []\TU/FreeMono(0)/m/n/10 touch_panel_config_t::interface_spi Underfull \hbox (badness 10000) in paragraph at lines 591--592 []\TU/FreeMono(0)/m/n/10 touch_panel_config_t::interface_type Underfull \hbox (badness 10000) in paragraph at lines 592--593 []\TU/FreeMono(0)/m/n/10 touch_panel_config_t::pin_num_cs \TU/FreeSerif(0)/m/n/ 10 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 593--594 []\TU/FreeMono(0)/m/n/10 touch_panel_config_t::pin_num_int \TU/FreeSerif(0)/m/n /10 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 596--597 []\TU/FreeMono(0)/m/n/10 touch_panel_config_t::[anonymous] \TU/FreeSerif(0)/m/n /10 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 8000) in paragraph at lines 597--598 []\TU/FreeMono(0)/m/n/10 TOUCH_PANEL_CONTROLLER_FT5X06 \TU/FreeSerif(0)/m/n/10 (\TU/FreeSerif(0)/m/it/10 C++ enu- Underfull \hbox (badness 8000) in paragraph at lines 598--599 []\TU/FreeMono(0)/m/n/10 TOUCH_PANEL_CONTROLLER_NS2016 \TU/FreeSerif(0)/m/n/10 (\TU/FreeSerif(0)/m/it/10 C++ enu- Underfull \hbox (badness 10000) in paragraph at lines 603--604 []\TU/FreeMono(0)/m/n/10 touch_panel_driver_t::calibration_run Underfull \hbox (badness 10000) in paragraph at lines 604--605 []\TU/FreeMono(0)/m/n/10 touch_panel_driver_t::deinit \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- Underfull \hbox (badness 10000) in paragraph at lines 606--607 []\TU/FreeMono(0)/m/n/10 touch_panel_driver_t::read_point_data Underfull \hbox (badness 10000) in paragraph at lines 607--608 []\TU/FreeMono(0)/m/n/10 touch_panel_driver_t::set_direction [167] Underfull \hbox (badness 10000) in paragraph at lines 617--618 []\TU/FreeMono(0)/m/n/10 touch_panel_points_t::point_num \TU/FreeSerif(0)/m/n/1 0 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 627--628 []\TU/FreeMono(0)/m/n/10 uac_config_t::mic_bit_resolution \TU/FreeSerif(0)/m/n/ 10 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 636--637 []\TU/FreeMono(0)/m/n/10 uac_config_t::mic_samples_frequence Underfull \hbox (badness 10000) in paragraph at lines 637--638 []\TU/FreeMono(0)/m/n/10 uac_config_t::spk_bit_resolution \TU/FreeSerif(0)/m/n/ 10 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 644--645 []\TU/FreeMono(0)/m/n/10 uac_config_t::spk_samples_frequence Underfull \hbox (badness 10000) in paragraph at lines 648--649 []\TU/FreeMono(0)/m/n/10 uac_frame_size_t::bit_resolution \TU/FreeSerif(0)/m/n/ 10 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 650--651 []\TU/FreeMono(0)/m/n/10 uac_frame_size_t::samples_frequence Overfull \hbox (4.1225pt too wide) in paragraph at lines 651--653 []\TU/FreeMono(0)/m/n/10 uac_frame_size_t::samples_frequence_max Overfull \hbox (4.1225pt too wide) in paragraph at lines 653--655 []\TU/FreeMono(0)/m/n/10 uac_frame_size_t::samples_frequence_min Underfull \hbox (badness 10000) in paragraph at lines 664--665 []\TU/FreeMono(0)/m/n/10 usb_streaming_state_register \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ func- Underfull \hbox (badness 10000) in paragraph at lines 683--684 []\TU/FreeMono(0)/m/n/10 uvc_config::xfer_buffer_size \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- [168]) (./espressif-esp-iot-solution.aux) ) (see the transcript file for additional information) Output written on espressif-esp-iot-solution.pdf (172 pages). Transcript written on espressif-esp-iot-solution.log. Latexmk: Index file 'espressif-esp-iot-solution.idx' was written Latexmk: Log file says output to 'espressif-esp-iot-solution.pdf' Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'espressif-esp-iot-solution.aux' 'espressif-esp-iot-solution.out' 'espressif-esp-iot-solution.toc' ------------ Run number 3 of rule 'pdflatex' ------------ Latexmk: applying rule 'pdflatex'... ------------ Running 'xelatex -interaction=nonstopmode -recorder --jobname="espressif-esp-iot-solution" "ReadtheDocsTemplate.tex"' ------------ This is XeTeX, Version 3.14159265-2.6-0.99998 (TeX Live 2017/Debian) (preloaded format=xelatex) restricted \write18 enabled. entering extended mode (./ReadtheDocsTemplate.tex LaTeX2e <2017-04-15> Babel <3.18> and hyphenation patterns for 84 language(s) loaded. (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty Package cmap Warning: pdftex not detected - exiting. ) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty (/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty (/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty (/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3-code.tex) (/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3xdvipdfmx.def))) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/tuenc.def)) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.cfg))) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/latex/polyglossia/polyglossia.sty (/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty) (/usr/share/texlive/texmf-dist/tex/latex/makecmds/makecmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/keyval.tex)))) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifluatex.sty) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty)) (/usr/share/texlive/texmf-dist/tex/latex/polyglossia/gloss-english.ldf) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/xetex.def))) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.def)) (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty) (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty) (./sphinxmulticell.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty) (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty Style option: `fancyvrb' v2.7a, with DG/SPQR fixes, and firstline=lastline fix <2008/02/07> (tvz)) (./footnotehyper-sphinx.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty) (/usr/share/texlive/texmf-dist/tex/latex/carlisle/remreset.sty) (./sphinxhighlight.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/etexcmds.sty)))) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hxetex.def (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/stringenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty)) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) (./sphinxmessages.sty) Writing index file espressif-esp-iot-solution.idx (./espressif-esp-iot-solution.aux) (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd) *geometry* driver: auto-detecting *geometry* detected driver: xetex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty)) (./espressif-esp-iot-solution.out) (./espressif-esp-iot-solution.out) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1] [2] (./espressif-esp-iot-solution.toc [1]) [2] [1] [2] Chapter 1. Underfull \hbox (badness 10000) in paragraph at lines 208--208 []\TU/FreeSans(0)/m/n/10 ESP-IoT- Underfull \hbox (badness 10000) in paragraph at lines 208--208 []\TU/FreeSans(0)/m/n/10 Corresponding [3] [4] [5] [6] Chapter 2. [7] [8] Underfull \hbox (badness 10000) in paragraph at lines 506--507 []\TU/FreeSerif(0)/m/n/10 When the address of a register is 16-bit, you can use [][]\TU/FreeMono(0)/m/it/10 i2c_bus_read_reg16()[][] \TU/FreeSerif(0)/m/n/10 o r Underfull \hbox (badness 10000) in paragraph at lines 525--526 []\TU/FreeSerif(0)/m/n/10 Data transmission: use [][]\TU/FreeMono(0)/m/it/10 sp i_bus_transfer_byte()[][]\TU/FreeSerif(0)/m/n/10 , [][]\TU/FreeMono(0)/m/it/10 spi_bus_transfer_bytes()[][]\TU/FreeSerif(0)/m/n/10 , [9] [10] [11] Underfull \hbox (badness 10000) in paragraph at lines 748--748 [][][]\TU/FreeSerif(0)/m/it/10 i2c_bus_handle_t[][] bus_handle\TU/FreeSerif(0)/ m/n/10 , uint8_t \TU/FreeSerif(0)/m/it/10 dev_addr\TU/FreeSerif(0)/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 779--781 \TU/FreeSerif(0)/m/n/10 Delete and release the I2C device resource, i2c_bus_dev ice_delete should be used in pairs with [12] Underfull \hbox (badness 10000) in paragraph at lines 881--881 [][][]\TU/FreeSerif(0)/m/it/10 i2c_bus_device_handle_t[][] dev_handle\TU/FreeSe rif(0)/m/n/10 , uint8_t \TU/FreeSerif(0)/m/it/10 mem_address\TU/FreeSerif(0)/m/ n/10 , size_t [13] Underfull \hbox (badness 10000) in paragraph at lines 981--981 [][][]\TU/FreeSerif(0)/m/it/10 i2c_bus_device_handle_t[][] dev_handle\TU/FreeSe rif(0)/m/n/10 , uint8_t \TU/FreeSerif(0)/m/it/10 mem_address\TU/FreeSerif(0)/m/ n/10 , uint8_t Underfull \hbox (badness 7832) in paragraph at lines 1081--1081 [][][]\TU/FreeSerif(0)/m/it/10 i2c_bus_device_handle_t[][] dev_handle\TU/FreeSe rif(0)/m/n/10 , uint8_t \TU/FreeSerif(0)/m/it/10 mem_address\TU/FreeSerif(0)/m/ n/10 , size_t [14] Underfull \hbox (badness 10000) in paragraph at lines 1131--1131 [][][]\TU/FreeSerif(0)/m/it/10 i2c_bus_device_handle_t[][] dev_handle\TU/FreeSe rif(0)/m/n/10 , uint8_t \TU/FreeSerif(0)/m/it/10 mem_address\TU/FreeSerif(0)/m/ n/10 , uint8_t Underfull \hbox (badness 10000) in paragraph at lines 1181--1181 [][][]\TU/FreeSerif(0)/m/it/10 i2c_bus_device_handle_t[][] dev_handle\TU/FreeSe rif(0)/m/n/10 , uint8_t \TU/FreeSerif(0)/m/it/10 mem_address\TU/FreeSerif(0)/m/ n/10 , uint8_t [15] Underfull \hbox (badness 10000) in paragraph at lines 1331--1331 [][][]\TU/FreeSerif(0)/m/it/10 i2c_bus_device_handle_t[][] dev_handle\TU/FreeSe rif(0)/m/n/10 , uint16_t \TU/FreeSerif(0)/m/it/10 mem_address\TU/FreeSerif(0)/m /n/10 , size_t [16] [17] Underfull \hbox (badness 10000) in paragraph at lines 1513--1513 [][][]\TU/FreeSerif(0)/m/it/10 spi_bus_handle_t[][] bus_handle\TU/FreeSerif(0)/ m/n/10 , \TU/FreeMono(0)/bx/n/10 const Underfull \hbox (badness 10000) in paragraph at lines 1575--1575 [][][]\TU/FreeSerif(0)/m/it/10 spi_bus_device_handle_t[][] dev_handle\TU/FreeSe rif(0)/m/n/10 , uint8_t \TU/FreeSerif(0)/m/it/10 data_out\TU/FreeSerif(0)/m/n/1 0 , uint8_t [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] Overfull \vbox (281.41092pt too high) has occurred while \output is active [28] [29] [30] Chapter 3. [31] [32] [33] Underfull \hbox (badness 10000) in paragraph at lines 2760--2762 \TU/FreeSerif(0)/bx/n/10 Note: \TU/FreeSerif(0)/m/n/10 Please remember to sele ct corresponding parameter types when creating different interfaces Underfull \hbox (badness 10000) in paragraph at lines 2760--2762 \TU/FreeSerif(0)/m/n/10 using \TU/FreeMono(0)/m/n/10 scr_interface_create()\TU/ FreeSerif(0)/m/n/10 , e.g., select [][]\TU/FreeMono(0)/m/it/10 i2s_lcd_config_t [][] \TU/FreeSerif(0)/m/n/10 for I2S interface; select Underfull \hbox (badness 10000) in paragraph at lines 2764--2765 []\TU/FreeSerif(0)/m/n/10 To facilitate the use of these interfaces in the driv er, all interfaces are defined in [][]dis- Underfull \hbox (badness 10000) in paragraph at lines 2839--2839 []\TU/FreeSerif(0)/m/n/10 SCR_MIRROR_X Underfull \hbox (badness 10000) in paragraph at lines 2839--2839 []\TU/FreeSerif(0)/m/n/10 SCR_MIRROR_X| SCR_MIRROR_Y Underfull \hbox (badness 10000) in paragraph at lines 2839--2839 []\TU/FreeSerif(0)/m/n/10 SCR_SWAP_XY Underfull \hbox (badness 10000) in paragraph at lines 2839--2839 []\TU/FreeSerif(0)/m/n/10 SCR_SWAP_XY| SCR_MIRROR_Y Underfull \hbox (badness 10000) in paragraph at lines 2839--2839 []\TU/FreeSerif(0)/m/n/10 SCR_SWAP_XY| Underfull \hbox (badness 10000) in paragraph at lines 2839--2839 \TU/FreeSerif(0)/m/n/10 SCR_MIRROR_X Underfull \hbox (badness 10000) in paragraph at lines 2839--2839 []\TU/FreeSerif(0)/m/n/10 SCR_SWAP_XY| SCR_MIRROR_X| [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] Underfull \hbox (badness 10000) in paragraph at lines 4022--4022 [][][]\TU/FreeSerif(0)/m/it/10 scr_interface_type_t[][] type\TU/FreeSerif(0)/m/ n/10 , void *\TU/FreeSerif(0)/m/it/10 config\TU/FreeSerif(0)/m/n/10 , [][]\TU/F reeSerif(0)/m/it/10 scr_interface_driver_t[][] [44] [45] Underfull \hbox (badness 10000) in paragraph at lines 4406--4406 []\TU/FreeSans(0)/m/n/10 Inter- Overfull \hbox (2.19691pt too wide) in paragraph at lines 4406--4406 []\TU/FreeSerif(0)/m/n/10 IS31FL3XXX| Underfull \hbox (badness 10000) in paragraph at lines 2--4406 [][][]\TU/FreeSerif(0)/m/n/10 is31fl3xxx Overfull \hbox (2.57872pt too wide) in paragraph at lines 2--4406 [][][]\TU/FreeSerif(0)/m/n/10 IS31FL3XXX[][]| [46] [47] [48] [49] Underfull \hbox (badness 10000) in paragraph at lines 4597--4598 []\TU/FreeSerif(0)/m/n/10 After defining a blink type, you need to add its corr esponding enumeration mem- Underfull \hbox (badness 10000) in paragraph at lines 4597--4598 \TU/FreeSerif(0)/m/n/10 ber to \TU/FreeMono(0)/m/n/10 led_indicator_blink_type_ t \TU/FreeSerif(0)/m/n/10 and then add the type to the blink type list [50] Underfull \hbox (badness 7133) in paragraph at lines 4676--4678 \TU/FreeSerif(0)/bx/n/10 Note: \TU/FreeSerif(0)/m/n/10 This component supports thread-safe operations. You can share the LED indicator handle [51] [52] [53] [54] [55] [56] Chapter 4. [57] Underfull \hbox (badness 10000) in paragraph at lines 5367--5368 []\TU/FreeSerif(0)/m/n/10 Users need to manually specify the spk/mic sampling r ate, bit width params through [58] [59] [60] [61] Underfull \hbox (badness 10000) in paragraph at lines 5779--5779 [][][]\TU/FreeSerif(0)/m/it/10 usb_stream_t[][] stream\TU/FreeSerif(0)/m/n/10 , [][]\TU/FreeSerif(0)/m/it/10 uac_frame_size_t[][] \TU/FreeSerif(0)/m/n/10 *\TU /FreeSerif(0)/m/it/10 frame_list\TU/FreeSerif(0)/m/n/10 , size_t [62] [63] [64] [65] [66] [67] [68] Chapter 5. [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] Chapter 6. [79] [80] [81] [82] Chapter 7. [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] Underfull \hbox (badness 10000) in paragraph at lines 9509--9509 [][][]\TU/FreeSerif(0)/m/it/10 touch_panel_controller_t[][] controller\TU/FreeS erif(0)/m/n/10 , [][]\TU/FreeSerif(0)/m/it/10 touch_panel_driver_t[][] [96] [97] [98] [99] [100] Chapter 8. [101] [102] [103] [104] [105] [106] [107] [108] Underfull \hbox (badness 10000) in paragraph at lines 11398--11398 [][][]\TU/FreeSerif(0)/m/it/10 sensor_handle_t[][] sensor_handle\TU/FreeSerif(0 )/m/n/10 , [][]\TU/FreeSerif(0)/m/it/10 sen- Underfull \hbox (badness 10000) in paragraph at lines 11433--11433 [][]\TU/FreeSerif(0)/m/it/10 sensor_event_handler_t[][] handler\TU/FreeSerif(0) /m/n/10 , [][]\TU/FreeSerif(0)/m/it/10 sen- Underfull \hbox (badness 10000) in paragraph at lines 11474--11474 [][][]\TU/FreeSerif(0)/m/it/10 sensor_type_t[][] sensor_type\TU/FreeSerif(0)/m/ n/10 , int32_t [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] Chapter 9. Overfull \hbox (2.75381pt too wide) in paragraph at lines 13321--13321 []\TU/FreeSans(0)/m/n/10 Name| Underfull \hbox (badness 10000) in paragraph at lines 13321--13321 []\TU/FreeSans(0)/m/n/10 Application sce- Overfull \hbox (4.08pt too wide) in paragraph at lines 13321--13321 []\TU/FreeSans(0)/m/n/10 Size| Underfull \hbox (badness 10000) in paragraph at lines 13321--13321 []\TU/FreeSans(0)/m/n/10 Trans- Overfull \hbox (5.77pt too wide) in paragraph at lines 13321--13321 []\TU/FreeSans(0)/m/n/10 Note| Underfull \hbox (badness 10000) in paragraph at lines 2--13321 [][][]\TU/FreeSerif(0)/m/n/10 SPI Underfull \hbox (badness 10000) in paragraph at lines 13321--13321 []\TU/FreeSerif(0)/m/n/10 Can be shared with Underfull \hbox (badness 10000) in paragraph at lines 13321--13321 []\TU/FreeSerif(0)/m/n/10 Store parameters, Underfull \hbox (badness 10000) in paragraph at lines 13321--13321 []\TU/FreeSerif(0)/m/n/10 40/80 MHz Underfull \hbox (badness 10000) in paragraph at lines 2--13321 [][][]\TU/FreeSerif(0)/m/n/10 SPI Flash Underfull \hbox (badness 10000) in paragraph at lines 2--13321 [][][]\TU/FreeSerif(0)/m/n/10 SD Overfull \hbox (4.43233pt too wide) in paragraph at lines 13321--13321 []\TU/FreeSerif(0)/m/n/10 SDIO/SPI| Underfull \hbox (badness 10000) in paragraph at lines 13321--13321 []\TU/FreeSerif(0)/m/n/10 20/40 MHz Overfull \hbox (8.40036pt too wide) in paragraph at lines 2--13321 [][][]\TU/FreeSerif(0)/m/n/10 SD/SDIO/MMC Overfull \hbox (5.3338pt too wide) in paragraph at lines 2--13321 [][][]\TU/FreeSerif(0)/m/n/10 eMMC[][]| Underfull \hbox (badness 10000) in paragraph at lines 13321--13321 []\TU/FreeSerif(0)/m/n/10 20/40 MHz Overfull \hbox (8.40036pt too wide) in paragraph at lines 2--13321 [][][]\TU/FreeSerif(0)/m/n/10 SD/SDIO/MMC Underfull \hbox (badness 10000) in paragraph at lines 13321--13321 [][][]\TU/FreeSerif(0)/m/it/10 EEP- Underfull \hbox (badness 10000) in paragraph at lines 13321--13321 []\TU/FreeSerif(0)/m/n/10 100 ~ 400 [123] [124] Underfull \hbox (badness 10000) in paragraph at lines 13545--13545 []\TU/FreeSerif(0)/m/n/10 Application Underfull \hbox (badness 10000) in paragraph at lines 13545--13545 []\TU/FreeSerif(0)/m/n/10 Directory Underfull \hbox (badness 10000) in paragraph at lines 13545--13545 []\TU/FreeSerif(0)/m/n/10 Wear Level- Underfull \hbox (badness 10000) in paragraph at lines 13545--13545 []\TU/FreeSerif(0)/m/n/10 R/W Effi- [125] [126] [127] [128] Chapter 10. [129] [130] [131] [132] Chapter 11. Underfull \hbox (badness 10000) in paragraph at lines 14039--14040 []\TU/FreeSerif(0)/m/n/10 一般使用情况下一共有4次机会通过串口烧写 flash ,通过 OTA 更新 flash数据没有次数限制。开 发阶段可以在 menucon- Underfull \hbox (badness 10000) in paragraph at lines 14069--14070 []\TU/FreeSerif(0)/m/n/10 默认情况下 efuse 中的 DISABLE_DL_ENCRYPT, DISABLE_DL_DECRYPT 和 DISABLE_DL_CACHE Underfull \hbox (badness 10000) in paragraph at lines 14072--14073 []\TU/FreeSerif(0)/m/n/10 efuse 中的 FLASH_CRYPT_CONFIG 被烧写成 0xf,此标志用于决定加密 key 的多 少位被用于计算每一个 flash [133] Underfull \hbox (badness 10000) in paragraph at lines 14104--14106 []\TU/FreeSerif(0)/m/n/10 若用户确定不再需要通过串口重烧 flash,可以在 esp-idf 的 \TU/FreeMono(0)/m /n/10 components/esptool\_py/esptool \TU/FreeSerif(0)/m/n/10 路径下使用命令 [134] Underfull \hbox (badness 10000) in paragraph at lines 14245--14247 []\TU/FreeSerif(0)/m/n/10 ROM 函数 \TU/FreeMono(0)/m/n/10 esp\_rom\_spiflash\_wri te\_encrypted() \TU/FreeSerif(0)/m/n/10 将加密后的数据写入 flash 中,而 SPIWrite() Underfull \hbox (badness 10000) in paragraph at lines 14262--14265 []\TU/FreeSerif(0)/m/n/10 Secure Boot 中采用 ECDSA 签名算法对 partition table 和 app ima ges 进行签名和验证,ECDSA [135] Underfull \hbox (badness 10000) in paragraph at lines 14335--14338 []\TU/FreeSerif(0)/m/n/10 若 menuconfig 中选择了禁止 JTAG 中断和 ROM BASIC 中断,bootloader 会将 efuse Overfull \hbox (13.75833pt too wide) in paragraph at lines 14369--14374 []\TU/FreeSerif(0)/m/n/10 生成公钥和秘钥,先执行 “make” 命令,此时由于还没有公钥/秘钥对,所以命令行中会提示生成公钥/秘钥对 的命令,按提示执行命令即可。但在产品级使用中,建议使用 [136] Underfull \hbox (badness 10000) in paragraph at lines 14487--14489 []\TU/FreeSerif(0)/m/n/10 make menuconfig 中使能 secure boot 和 flash encrypt,“Secu re bootloader [137] [138] [139] [140] Underfull \hbox (badness 10000) in paragraph at lines 14745--14746 []\TU/FreeSerif(0)/m/n/10 由芯片端自动随机生成 secure boot 与 flash encrypton 密钥,并写入芯片 efu se 中, 密钥写入后,对应的 efuse block Overfull \hbox (37.52834pt too wide) in paragraph at lines 14751--14752 []\TU/FreeSerif(0)/m/n/10 通过 make menuconfig 配置 secure boot 和 flash encryption, 按照第一、二节介绍的步骤执行即可,具体操作步骤如下,如果了解第一、二节的内容,可以跳过: [141] [142] Underfull \hbox (badness 5622) in paragraph at lines 14807--14808 []\TU/FreeSerif(0)/m/n/10 我们也可以使用 window 平台的下载工具来完成工厂下载。需要在配置文件中,关闭工具的 security 功能,这样工具端就不会操作 security [143] Overfull \hbox (41.38165pt too wide) in paragraph at lines 14861--14862 []\TU/FreeSerif(0)/m/n/10 下载完成后,需要运行一次程序,使 bootloader 完成 security 相关特性的初始化,包括AE S密钥的随机生成并写入EFUSE,以及对明文的flash进行首次加密。 [144] [145] [146] Underfull \hbox (badness 10000) in paragraph at lines 14977--14978 []\TU/FreeSerif(0)/m/n/10 使用下载工具进行下载,若不希望工具修改任何配置参数(比如 flash 频率和模式),请勾选 ‘DoNotC hgBin’ [147] [148] Chapter 12. [149] [150] Chapter 13. [151] [152] [153] [154] [155] Overfull \hbox (225.86497pt too wide) in paragraph at lines 15694--15695 []\TU/FreeSerif(0)/m/n/10 但是请注意,如果有人添加了一个新行,第一个参数是一个更长的标识符(例如PIN_CAM_VSYNC),它将不 适合。因为必须重新对齐其他行,这添加了无意义的更改。因此,尽量少使用这种对齐,特别是如果您希望稍后将新行添加到这列中。 [156] Overfull \hbox (36.65833pt too wide) in paragraph at lines 15752--15754 []\TU/FreeSerif(0)/m/n/10 如果不再需要某些代码,则将其完全删除。如果你需要,你可以随时在 git 历史中查找这个文件。如果您因为临时 原因而禁用某些调用,并打算在将来恢复它,则在相邻行上添加解释 [157] Underfull \hbox (badness 10000) in paragraph at lines 15801--15804 []\TU/FreeSerif(0)/m/n/10 如果您在分支中意外地 commit 了 LF 结尾,则可以通过在 MSYS2 或 Unix 终端中运行此命 令将它们转换为 Unix(将目录更改为 IDF Overfull \hbox (40.24498pt too wide) in paragraph at lines 15829--15830 []\TU/FreeSerif(0)/m/n/10 如果您正在从头开始编写一个文件,或者正在进行完全重写,请随意重新格式化整个文件。如果您正在更改文件的一小部 分,不要重新格式化您没有更改的代码。这将帮助其他人检查您的更改。 [158] (./espressif-esp-iot-solution.ind [159] [160] Underfull \hbox (badness 10000) in paragraph at lines 22--23 []\TU/FreeMono(0)/m/n/10 button_config_t::custom_button_config Underfull \hbox (badness 10000) in paragraph at lines 23--24 []\TU/FreeMono(0)/m/n/10 button_config_t::gpio_button_config Underfull \hbox (badness 10000) in paragraph at lines 24--25 []\TU/FreeMono(0)/m/n/10 button_config_t::long_press_time \TU/FreeSerif(0)/m/n/ 10 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 25--26 []\TU/FreeMono(0)/m/n/10 button_config_t::short_press_time \TU/FreeSerif(0)/m/n /10 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 27--28 []\TU/FreeMono(0)/m/n/10 button_config_t::[anonymous] \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- Underfull \hbox (badness 10000) in paragraph at lines 29--30 []\TU/FreeMono(0)/m/n/10 button_custom_config_t::active_level Overfull \hbox (34.1225pt too wide) in paragraph at lines 30--32 []\TU/FreeMono(0)/m/n/10 button_custom_config_t::button_custom_deinit Overfull \hbox (76.1225pt too wide) in paragraph at lines 32--34 []\TU/FreeMono(0)/m/n/10 button_custom_config_t::button_custom_get_key_value Overfull \hbox (22.1225pt too wide) in paragraph at lines 34--36 []\TU/FreeMono(0)/m/n/10 button_custom_config_t::button_custom_init Underfull \hbox (badness 10000) in paragraph at lines 36--37 []\TU/FreeMono(0)/m/n/10 button_custom_config_t::priv \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- [161] Underfull \hbox (badness 10000) in paragraph at lines 97--98 []\TU/FreeMono(0)/m/n/10 dac_audio_config_t::bits_per_sample Underfull \hbox (badness 10000) in paragraph at lines 98--99 []\TU/FreeMono(0)/m/n/10 dac_audio_config_t::dac_mode \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- Underfull \hbox (badness 10000) in paragraph at lines 99--100 []\TU/FreeMono(0)/m/n/10 dac_audio_config_t::dma_buf_count \TU/FreeSerif(0)/m/n /10 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 100--101 []\TU/FreeMono(0)/m/n/10 dac_audio_config_t::dma_buf_len \TU/FreeSerif(0)/m/n/1 0 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 102--103 []\TU/FreeMono(0)/m/n/10 dac_audio_config_t::max_data_size \TU/FreeSerif(0)/m/n /10 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 103--104 []\TU/FreeMono(0)/m/n/10 dac_audio_config_t::sample_rate \TU/FreeSerif(0)/m/n/1 0 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 114--115 []\TU/FreeMono(0)/m/n/10 FLAG_UAC_MIC_SUSPEND_AFTER_START \TU/FreeSerif(0)/m/n/ 10 (\TU/FreeSerif(0)/m/it/10 C Underfull \hbox (badness 10000) in paragraph at lines 115--116 []\TU/FreeMono(0)/m/n/10 FLAG_UAC_SPK_SUSPEND_AFTER_START \TU/FreeSerif(0)/m/n/ 10 (\TU/FreeSerif(0)/m/it/10 C Underfull \hbox (badness 10000) in paragraph at lines 133--134 []\TU/FreeMono(0)/m/n/10 humiture_acquire_humidity \TU/FreeSerif(0)/m/n/10 (\TU /FreeSerif(0)/m/it/10 C++ function\TU/FreeSerif(0)/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 134--135 []\TU/FreeMono(0)/m/n/10 humiture_acquire_temperature \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ func- Underfull \hbox (badness 10000) in paragraph at lines 172--173 []\TU/FreeMono(0)/m/n/10 i2s_lcd_config_t::data_width \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- Underfull \hbox (badness 10000) in paragraph at lines 175--176 []\TU/FreeMono(0)/m/n/10 i2s_lcd_config_t::pin_num_cs \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- Underfull \hbox (badness 10000) in paragraph at lines 176--177 []\TU/FreeMono(0)/m/n/10 i2s_lcd_config_t::pin_num_rs \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- [162] Underfull \hbox (badness 10000) in paragraph at lines 177--178 []\TU/FreeMono(0)/m/n/10 i2s_lcd_config_t::pin_num_wr \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- Underfull \hbox (badness 10000) in paragraph at lines 218--220 []\TU/FreeMono(0)/m/n/10 iot_sensor_handler_register_with_type Overfull \hbox (4.1225pt too wide) in paragraph at lines 221--223 []\TU/FreeMono(0)/m/n/10 iot_sensor_handler_unregister_with_type Underfull \hbox (badness 10000) in paragraph at lines 235--236 []\TU/FreeMono(0)/m/n/10 knob_config_t::default_direction \TU/FreeSerif(0)/m/n/ 10 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 259--260 []\TU/FreeMono(0)/m/n/10 led_indicator_config_t::blink_list_num Underfull \hbox (badness 10000) in paragraph at lines 260--261 []\TU/FreeMono(0)/m/n/10 led_indicator_config_t::blink_lists Overfull \hbox (76.1225pt too wide) in paragraph at lines 261--263 []\TU/FreeMono(0)/m/n/10 led_indicator_config_t::led_indicator_custom_config Overfull \hbox (64.1225pt too wide) in paragraph at lines 263--265 []\TU/FreeMono(0)/m/n/10 led_indicator_config_t::led_indicator_gpio_config Overfull \hbox (64.1225pt too wide) in paragraph at lines 265--267 []\TU/FreeMono(0)/m/n/10 led_indicator_config_t::led_indicator_ledc_config Underfull \hbox (badness 10000) in paragraph at lines 267--268 []\TU/FreeMono(0)/m/n/10 led_indicator_config_t::mode \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- Underfull \hbox (badness 10000) in paragraph at lines 268--269 []\TU/FreeMono(0)/m/n/10 led_indicator_config_t::[anonymous] [163] Underfull \hbox (badness 10000) in paragraph at lines 287--288 []\TU/FreeMono(0)/m/n/10 light_sensor_acquire_rgbw \TU/FreeSerif(0)/m/n/10 (\TU /FreeSerif(0)/m/it/10 C++ function\TU/FreeSerif(0)/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 330--331 []\TU/FreeMono(0)/m/n/10 pwm_audio_config_t::duty_resolution Underfull \hbox (badness 10000) in paragraph at lines 331--332 []\TU/FreeMono(0)/m/n/10 pwm_audio_config_t::gpio_num_left \TU/FreeSerif(0)/m/n /10 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 333--334 []\TU/FreeMono(0)/m/n/10 pwm_audio_config_t::ledc_channel_left Underfull \hbox (badness 10000) in paragraph at lines 334--335 []\TU/FreeMono(0)/m/n/10 pwm_audio_config_t::ledc_channel_right Underfull \hbox (badness 10000) in paragraph at lines 336--337 []\TU/FreeMono(0)/m/n/10 pwm_audio_config_t::ringbuf_len \TU/FreeSerif(0)/m/n/1 0 (\TU/FreeSerif(0)/m/it/10 C++ Overfull \hbox (22.1225pt too wide) in paragraph at lines 367--369 []\TU/FreeMono(0)/m/n/10 scr_controller_config_t::bckl_active_level Underfull \hbox (badness 10000) in paragraph at lines 369--370 []\TU/FreeMono(0)/m/n/10 scr_controller_config_t::height \TU/FreeSerif(0)/m/n/1 0 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 370--371 []\TU/FreeMono(0)/m/n/10 scr_controller_config_t::interface_drv [164] Underfull \hbox (badness 10000) in paragraph at lines 371--372 []\TU/FreeMono(0)/m/n/10 scr_controller_config_t::offset_hor Underfull \hbox (badness 10000) in paragraph at lines 372--373 []\TU/FreeMono(0)/m/n/10 scr_controller_config_t::offset_ver Underfull \hbox (badness 10000) in paragraph at lines 373--374 []\TU/FreeMono(0)/m/n/10 scr_controller_config_t::pin_num_bckl Underfull \hbox (badness 10000) in paragraph at lines 374--375 []\TU/FreeMono(0)/m/n/10 scr_controller_config_t::pin_num_rst Underfull \hbox (badness 10000) in paragraph at lines 375--376 []\TU/FreeMono(0)/m/n/10 scr_controller_config_t::rotate \TU/FreeSerif(0)/m/n/1 0 (\TU/FreeSerif(0)/m/it/10 C++ Overfull \hbox (16.1225pt too wide) in paragraph at lines 376--378 []\TU/FreeMono(0)/m/n/10 scr_controller_config_t::rst_active_level Underfull \hbox (badness 10000) in paragraph at lines 398--399 []\TU/FreeMono(0)/m/n/10 scr_driver_t::write_ram_data \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- Underfull \hbox (badness 10000) in paragraph at lines 410--411 []\TU/FreeMono(0)/m/n/10 scr_interface_driver_t::bus_acquire Underfull \hbox (badness 10000) in paragraph at lines 411--412 []\TU/FreeMono(0)/m/n/10 scr_interface_driver_t::bus_release Underfull \hbox (badness 10000) in paragraph at lines 412--413 []\TU/FreeMono(0)/m/n/10 scr_interface_driver_t::read \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- Underfull \hbox (badness 10000) in paragraph at lines 413--414 []\TU/FreeMono(0)/m/n/10 scr_interface_driver_t::type \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- Underfull \hbox (badness 10000) in paragraph at lines 415--416 []\TU/FreeMono(0)/m/n/10 scr_interface_driver_t::write_command Underfull \hbox (badness 10000) in paragraph at lines 418--419 []\TU/FreeMono(0)/m/n/10 scr_interface_i2c_config_t::clk_speed Underfull \hbox (badness 10000) in paragraph at lines 419--420 []\TU/FreeMono(0)/m/n/10 scr_interface_i2c_config_t::i2c_bus Underfull \hbox (badness 10000) in paragraph at lines 420--421 []\TU/FreeMono(0)/m/n/10 scr_interface_i2c_config_t::slave_addr Underfull \hbox (badness 10000) in paragraph at lines 422--423 []\TU/FreeMono(0)/m/n/10 scr_interface_spi_config_t::clk_freq Underfull \hbox (badness 10000) in paragraph at lines 423--425 []\TU/FreeMono(0)/m/n/10 scr_interface_spi_config_t::pin_num_cs Underfull \hbox (badness 10000) in paragraph at lines 425--427 []\TU/FreeMono(0)/m/n/10 scr_interface_spi_config_t::pin_num_dc Underfull \hbox (badness 10000) in paragraph at lines 427--428 []\TU/FreeMono(0)/m/n/10 scr_interface_spi_config_t::spi_bus Underfull \hbox (badness 10000) in paragraph at lines 428--429 []\TU/FreeMono(0)/m/n/10 scr_interface_spi_config_t::swap_data [165] Underfull \hbox (badness 10000) in paragraph at lines 455--456 []\TU/FreeMono(0)/m/n/10 sensor_config_t::intr_pin \TU/FreeSerif(0)/m/n/10 (\TU /FreeSerif(0)/m/it/10 C++ member\TU/FreeSerif(0)/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 464--465 []\TU/FreeMono(0)/m/n/10 sensor_data_group_t::sensor_data \TU/FreeSerif(0)/m/n/ 10 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 491--492 []\TU/FreeMono(0)/m/n/10 SENSOR_EVENT_COMMON_END \TU/FreeSerif(0)/m/n/10 (\TU/F reeSerif(0)/m/it/10 C++ enumerator\TU/FreeSerif(0)/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 492--493 []\TU/FreeMono(0)/m/n/10 sensor_event_handler_instance_t \TU/FreeSerif(0)/m/n/1 0 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 496--497 []\TU/FreeMono(0)/m/n/10 SENSOR_FORCE_DATA_READY \TU/FreeSerif(0)/m/n/10 (\TU/F reeSerif(0)/m/it/10 C++ enumerator\TU/FreeSerif(0)/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 509--510 []\TU/FreeMono(0)/m/n/10 SENSOR_LIGHT_DATA_READY \TU/FreeSerif(0)/m/n/10 (\TU/F reeSerif(0)/m/it/10 C++ enumerator\TU/FreeSerif(0)/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 513--514 []\TU/FreeMono(0)/m/n/10 SENSOR_NOISE_DATA_READY \TU/FreeSerif(0)/m/n/10 (\TU/F reeSerif(0)/m/it/10 C++ enumerator\TU/FreeSerif(0)/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 515--516 []\TU/FreeMono(0)/m/n/10 SENSOR_PROXI_DATA_READY \TU/FreeSerif(0)/m/n/10 (\TU/F reeSerif(0)/m/it/10 C++ enumerator\TU/FreeSerif(0)/m/n/10 ), [166] Underfull \hbox (badness 10000) in paragraph at lines 534--535 []\TU/FreeMono(0)/m/n/10 servo_config_t::max_angle \TU/FreeSerif(0)/m/n/10 (\TU /FreeSerif(0)/m/it/10 C++ member\TU/FreeSerif(0)/m/n/10 ), Underfull \hbox (badness 10000) in paragraph at lines 535--536 []\TU/FreeMono(0)/m/n/10 servo_config_t::max_width_us \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- Underfull \hbox (badness 10000) in paragraph at lines 536--537 []\TU/FreeMono(0)/m/n/10 servo_config_t::min_width_us \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- Underfull \hbox (badness 10000) in paragraph at lines 537--538 []\TU/FreeMono(0)/m/n/10 servo_config_t::timer_number \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- Underfull \hbox (badness 10000) in paragraph at lines 556--557 []\TU/FreeMono(0)/m/n/10 spi_device_config_t::clock_speed_hz Underfull \hbox (badness 10000) in paragraph at lines 585--586 []\TU/FreeMono(0)/m/n/10 touch_panel_config_t::direction \TU/FreeSerif(0)/m/n/1 0 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 586--587 []\TU/FreeMono(0)/m/n/10 touch_panel_config_t::height \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- Underfull \hbox (badness 10000) in paragraph at lines 589--590 []\TU/FreeMono(0)/m/n/10 touch_panel_config_t::interface_i2c Underfull \hbox (badness 10000) in paragraph at lines 590--591 []\TU/FreeMono(0)/m/n/10 touch_panel_config_t::interface_spi Underfull \hbox (badness 10000) in paragraph at lines 591--592 []\TU/FreeMono(0)/m/n/10 touch_panel_config_t::interface_type Underfull \hbox (badness 10000) in paragraph at lines 592--593 []\TU/FreeMono(0)/m/n/10 touch_panel_config_t::pin_num_cs \TU/FreeSerif(0)/m/n/ 10 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 593--594 []\TU/FreeMono(0)/m/n/10 touch_panel_config_t::pin_num_int \TU/FreeSerif(0)/m/n /10 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 596--597 []\TU/FreeMono(0)/m/n/10 touch_panel_config_t::[anonymous] \TU/FreeSerif(0)/m/n /10 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 8000) in paragraph at lines 597--598 []\TU/FreeMono(0)/m/n/10 TOUCH_PANEL_CONTROLLER_FT5X06 \TU/FreeSerif(0)/m/n/10 (\TU/FreeSerif(0)/m/it/10 C++ enu- Underfull \hbox (badness 8000) in paragraph at lines 598--599 []\TU/FreeMono(0)/m/n/10 TOUCH_PANEL_CONTROLLER_NS2016 \TU/FreeSerif(0)/m/n/10 (\TU/FreeSerif(0)/m/it/10 C++ enu- Underfull \hbox (badness 10000) in paragraph at lines 603--604 []\TU/FreeMono(0)/m/n/10 touch_panel_driver_t::calibration_run Underfull \hbox (badness 10000) in paragraph at lines 604--605 []\TU/FreeMono(0)/m/n/10 touch_panel_driver_t::deinit \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- Underfull \hbox (badness 10000) in paragraph at lines 606--607 []\TU/FreeMono(0)/m/n/10 touch_panel_driver_t::read_point_data Underfull \hbox (badness 10000) in paragraph at lines 607--608 []\TU/FreeMono(0)/m/n/10 touch_panel_driver_t::set_direction [167] Underfull \hbox (badness 10000) in paragraph at lines 617--618 []\TU/FreeMono(0)/m/n/10 touch_panel_points_t::point_num \TU/FreeSerif(0)/m/n/1 0 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 627--628 []\TU/FreeMono(0)/m/n/10 uac_config_t::mic_bit_resolution \TU/FreeSerif(0)/m/n/ 10 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 636--637 []\TU/FreeMono(0)/m/n/10 uac_config_t::mic_samples_frequence Underfull \hbox (badness 10000) in paragraph at lines 637--638 []\TU/FreeMono(0)/m/n/10 uac_config_t::spk_bit_resolution \TU/FreeSerif(0)/m/n/ 10 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 644--645 []\TU/FreeMono(0)/m/n/10 uac_config_t::spk_samples_frequence Underfull \hbox (badness 10000) in paragraph at lines 648--649 []\TU/FreeMono(0)/m/n/10 uac_frame_size_t::bit_resolution \TU/FreeSerif(0)/m/n/ 10 (\TU/FreeSerif(0)/m/it/10 C++ Underfull \hbox (badness 10000) in paragraph at lines 650--651 []\TU/FreeMono(0)/m/n/10 uac_frame_size_t::samples_frequence Overfull \hbox (4.1225pt too wide) in paragraph at lines 651--653 []\TU/FreeMono(0)/m/n/10 uac_frame_size_t::samples_frequence_max Overfull \hbox (4.1225pt too wide) in paragraph at lines 653--655 []\TU/FreeMono(0)/m/n/10 uac_frame_size_t::samples_frequence_min Underfull \hbox (badness 10000) in paragraph at lines 664--665 []\TU/FreeMono(0)/m/n/10 usb_streaming_state_register \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ func- Underfull \hbox (badness 10000) in paragraph at lines 683--684 []\TU/FreeMono(0)/m/n/10 uvc_config::xfer_buffer_size \TU/FreeSerif(0)/m/n/10 ( \TU/FreeSerif(0)/m/it/10 C++ mem- [168]) (./espressif-esp-iot-solution.aux) ) (see the transcript file for additional information) Output written on espressif-esp-iot-solution.pdf (172 pages). Transcript written on espressif-esp-iot-solution.log. Latexmk: Index file 'espressif-esp-iot-solution.idx' was written Latexmk: Log file says output to 'espressif-esp-iot-solution.pdf' Latexmk: All targets (espressif-esp-iot-solution.pdf) are up-to-date