Read the Docs build information Build id: 1425435 Project: microej-docs Version: latest Commit: d1937572aa3e44ec0ee06927e4b1c1263a649bdf Date: 2023-04-20T14:25:01.379444Z State: finished Success: True [rtd-command-info] start-time: 2023-04-20T14:25:03.546292Z, end-time: 2023-04-20T14:25:10.301547Z, duration: 6, exit-code: 0 git clone --no-single-branch --depth 50 git@github.com:MicroEJ/docs.git . Cloning into '.'... Warning: Permanently added 'github.com,192.30.255.113' (ECDSA) to the list of known hosts. [rtd-command-info] start-time: 2023-04-20T14:25:10.587421Z, end-time: 2023-04-20T14:25:11.130436Z, 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 d193757 Merge pull request #551 from MicroEJ/feature/vee_remove_platform_and_virtualization_terms [rtd-command-info] start-time: 2023-04-20T14:25:11.386133Z, end-time: 2023-04-20T14:25:11.469570Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-04-20T14:25:12.664348Z, end-time: 2023-04-20T14:25:23.399678Z, duration: 10, exit-code: 0 apt-get update --assume-yes --quiet Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] Get:5 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1033 kB] Get:6 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1329 kB] Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2629 kB] Get:8 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [31.2 kB] Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3111 kB] Get:10 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [28.5 kB] Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2139 kB] Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2277 kB] Get:13 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB] Get:14 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB] Fetched 13.0 MB in 4s (3461 kB/s) Reading package lists... [rtd-command-info] start-time: 2023-04-20T14:25:23.641151Z, end-time: 2023-04-20T14:26:09.029134Z, duration: 45, exit-code: 0 apt-get install --assume-yes --quiet -- graphviz Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: fonts-liberation libann0 Suggested packages: graphviz-doc The following NEW packages will be installed: fonts-liberation graphviz libann0 0 upgraded, 3 newly installed, 0 to remove and 244 not upgraded. Need to get 1437 kB of archives. After this operation, 5394 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 fonts-liberation all 1:1.07.4-11 [822 kB] Get:2 http://archive.ubuntu.com/ubuntu focal/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB] Get:3 http://archive.ubuntu.com/ubuntu focal/universe amd64 graphviz amd64 2.42.2-3build2 [590 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 1437 kB in 1s (2116 kB/s) Selecting previously unselected package fonts-liberation. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 262057 files and directories currently installed.) Preparing to unpack .../fonts-liberation_1%3a1.07.4-11_all.deb ... Unpacking fonts-liberation (1:1.07.4-11) ... Selecting previously unselected package libann0. Preparing to unpack .../libann0_1.1.2+doc-7build1_amd64.deb ... Unpacking libann0 (1.1.2+doc-7build1) ... Selecting previously unselected package graphviz. Preparing to unpack .../graphviz_2.42.2-3build2_amd64.deb ... Unpacking graphviz (2.42.2-3build2) ... Setting up libann0 (1.1.2+doc-7build1) ... Setting up fonts-liberation (1:1.07.4-11) ... Setting up graphviz (2.42.2-3build2) ... Processing triggers for libc-bin (2.31-0ubuntu9.2) ... Processing triggers for fontconfig (2.13.1-2ubuntu3) ... [rtd-command-info] start-time: 2023-04-20T14:26:13.511369Z, end-time: 2023-04-20T14:26:13.920589Z, duration: 0, exit-code: 0 asdf global python 3.10.8 [rtd-command-info] start-time: 2023-04-20T14:26:14.416157Z, end-time: 2023-04-20T14:26:15.555259Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.10.8.final.0-64 in 703ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/docs/.local/share/virtualenv) added seed packages: pip==21.2.3, setuptools==57.4.0, wheel==0.37.0 activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: 2023-04-20T14:26:15.765369Z, end-time: 2023-04-20T14:26:28.341205Z, duration: 12, exit-code: 0 python -m pip install --upgrade --no-cache-dir pip setuptools<58.3.0 Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.10/site-packages (21.2.3) Collecting pip Downloading pip-23.1-py3-none-any.whl (2.1 MB) Requirement already satisfied: setuptools<58.3.0 in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.10/site-packages (57.4.0) Collecting setuptools<58.3.0 Downloading setuptools-58.2.0-py3-none-any.whl (946 kB) Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 57.4.0 Uninstalling setuptools-57.4.0: Successfully uninstalled setuptools-57.4.0 Attempting uninstall: pip Found existing installation: pip 21.2.3 Uninstalling pip-21.2.3: Successfully uninstalled pip-21.2.3 Successfully installed pip-23.1 setuptools-58.2.0 [rtd-command-info] start-time: 2023-04-20T14:26:28.550890Z, end-time: 2023-04-20T14:26:35.480552Z, duration: 6, exit-code: 0 python -m pip install --upgrade --no-cache-dir pillow 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 Downloading Pillow-9.5.0-cp310-cp310-manylinux_2_28_x86_64.whl (3.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 68.9 MB/s eta 0:00:00 Collecting mock==1.0.1 Downloading mock-1.0.1.zip (861 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 861.9/861.9 kB 280.5 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 203.3 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 229.6 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 233.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 256.2 MB/s eta 0:00:00 Collecting docutils>=0.11 (from recommonmark==0.5.0) Downloading docutils-0.19-py3-none-any.whl (570 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 570.5/570.5 kB 294.5 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 294.2 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 284.8 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 254.0 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 180.3 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.28.2-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 228.3 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.10/site-packages (from sphinx<2) (58.2.0) Collecting packaging (from sphinx<2) Downloading packaging-23.1-py3-none-any.whl (48 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 212.5 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-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.0.0->sphinx<2) Downloading charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.3/199.3 kB 285.8 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 225.9 MB/s eta 0:00:00 Collecting urllib3<1.27,>=1.21.1 (from requests>=2.0.0->sphinx<2) Downloading urllib3-1.26.15-py2.py3-none-any.whl (140 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.9/140.9 kB 261.2 MB/s eta 0:00:00 Collecting certifi>=2017.4.17 (from requests>=2.0.0->sphinx<2) Downloading certifi-2022.12.7-py3-none-any.whl (155 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 182.5 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 258.4 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=23772 sha256=05ddb11205530c9ecd5534c6142ddda79fa9033d9d4969ce2d1a272e24d9918e Stored in directory: /tmp/pip-ephem-wheel-cache-5teu19vk/wheels/df/9a/50/99d488b71fc0b027f0d316f4e447cdc9b973c67e1e7e4abc4b Successfully built mock Installing collected packages: snowballstemmer, 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-2022.12.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-9.5.0 readthedocs-sphinx-ext-2.2.0 recommonmark-0.5.0 requests-2.28.2 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-1.26.15 [rtd-command-info] start-time: 2023-04-20T14:26:35.716276Z, end-time: 2023-04-20T14:26:38.690072Z, duration: 2, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r requirements.txt Collecting Sphinx==5.1.1 (from -r requirements.txt (line 1)) Downloading Sphinx-5.1.1-py3-none-any.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 65.1 MB/s eta 0:00:00 Requirement already satisfied: sphinx_rtd_theme==0.4.3 in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.10/site-packages (from -r requirements.txt (line 2)) (0.4.3) Collecting sphinx-copybutton==0.3.1 (from -r requirements.txt (line 3)) Downloading sphinx_copybutton-0.3.1-py3-none-any.whl (10 kB) Collecting docutils==0.18.1 (from -r requirements.txt (line 4)) Downloading docutils-0.18.1-py2.py3-none-any.whl (570 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 570.0/570.0 kB 289.8 MB/s eta 0:00:00 Collecting sphinx-tabs==3.4.1 (from -r requirements.txt (line 5)) Downloading sphinx_tabs-3.4.1-py3-none-any.whl (10.0 kB) Collecting sphinxcontrib-applehelp (from Sphinx==5.1.1->-r requirements.txt (line 1)) Downloading sphinxcontrib_applehelp-1.0.4-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.6/120.6 kB 243.0 MB/s eta 0:00:00 Collecting sphinxcontrib-devhelp (from Sphinx==5.1.1->-r requirements.txt (line 1)) Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.7/84.7 kB 232.6 MB/s eta 0:00:00 Collecting sphinxcontrib-jsmath (from Sphinx==5.1.1->-r requirements.txt (line 1)) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Collecting sphinxcontrib-htmlhelp>=2.0.0 (from Sphinx==5.1.1->-r requirements.txt (line 1)) Downloading sphinxcontrib_htmlhelp-2.0.1-py3-none-any.whl (99 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.8/99.8 kB 251.3 MB/s eta 0:00:00 Requirement already satisfied: sphinxcontrib-serializinghtml>=1.1.5 in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.10/site-packages (from Sphinx==5.1.1->-r requirements.txt (line 1)) (1.1.5) Collecting sphinxcontrib-qthelp (from Sphinx==5.1.1->-r requirements.txt (line 1)) Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.6/90.6 kB 240.3 MB/s eta 0:00:00 Requirement already satisfied: Jinja2>=2.3 in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.10/site-packages (from Sphinx==5.1.1->-r requirements.txt (line 1)) (3.0.3) Requirement already satisfied: Pygments>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.10/site-packages (from Sphinx==5.1.1->-r requirements.txt (line 1)) (2.15.1) Requirement already satisfied: snowballstemmer>=1.1 in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.10/site-packages (from Sphinx==5.1.1->-r requirements.txt (line 1)) (2.2.0) Requirement already satisfied: babel>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.10/site-packages (from Sphinx==5.1.1->-r requirements.txt (line 1)) (2.12.1) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.10/site-packages (from Sphinx==5.1.1->-r requirements.txt (line 1)) (0.7.13) Requirement already satisfied: imagesize in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.10/site-packages (from Sphinx==5.1.1->-r requirements.txt (line 1)) (1.4.1) Requirement already satisfied: requests>=2.5.0 in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.10/site-packages (from Sphinx==5.1.1->-r requirements.txt (line 1)) (2.28.2) Requirement already satisfied: packaging in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.10/site-packages (from Sphinx==5.1.1->-r requirements.txt (line 1)) (23.1) Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.10/site-packages (from Jinja2>=2.3->Sphinx==5.1.1->-r requirements.txt (line 1)) (2.1.2) Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.10/site-packages (from requests>=2.5.0->Sphinx==5.1.1->-r requirements.txt (line 1)) (3.1.0) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.10/site-packages (from requests>=2.5.0->Sphinx==5.1.1->-r requirements.txt (line 1)) (3.4) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.10/site-packages (from requests>=2.5.0->Sphinx==5.1.1->-r requirements.txt (line 1)) (1.26.15) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.10/site-packages (from requests>=2.5.0->Sphinx==5.1.1->-r requirements.txt (line 1)) (2022.12.7) Installing collected packages: sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, docutils, Sphinx, sphinx-tabs, sphinx-copybutton Attempting uninstall: docutils Found existing installation: docutils 0.17.1 Uninstalling docutils-0.17.1: Successfully uninstalled docutils-0.17.1 Attempting uninstall: Sphinx Found existing installation: Sphinx 1.8.6 Uninstalling Sphinx-1.8.6: Successfully uninstalled Sphinx-1.8.6 Successfully installed Sphinx-5.1.1 docutils-0.18.1 sphinx-copybutton-0.3.1 sphinx-tabs-3.4.1 sphinxcontrib-applehelp-1.0.4 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-2.0.1 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.3 [rtd-command-info] start-time: 2023-04-20T14:26:39.141903Z, end-time: 2023-04-20T14:28:21.045057Z, duration: 101, exit-code: 0 make linkcheck python -m sphinx -b linkcheck -d _build/doctrees -W --keep-going . _build/linkcheck Running Sphinx v5.1.1 making output directory... done building [mo]: targets for 0 po files that are out of date building [linkcheck]: targets for 277 source files that are out of date updating environment: [new config] 277 added, 0 changed, 0 removed reading sources... [ 0%] ApplicationDeveloperGuide/UI/Advanced/how-to-text-overflow reading sources... [ 0%] ApplicationDeveloperGuide/UI/Advanced/index reading sources... [ 1%] ApplicationDeveloperGuide/UI/MWT/concepts reading sources... [ 1%] ApplicationDeveloperGuide/UI/MWT/how-to-animate-widget reading sources... [ 1%] ApplicationDeveloperGuide/UI/MWT/how-to-background reading sources... [ 2%] ApplicationDeveloperGuide/UI/MWT/how-to-container reading sources... [ 2%] ApplicationDeveloperGuide/UI/MWT/how-to-debug reading sources... [ 2%] ApplicationDeveloperGuide/UI/MWT/how-to-event-dispatcher reading sources... [ 3%] ApplicationDeveloperGuide/UI/MWT/how-to-extra-style-field reading sources... [ 3%] ApplicationDeveloperGuide/UI/MWT/how-to-outline reading sources... [ 3%] ApplicationDeveloperGuide/UI/MWT/how-to-overlap-render-policy reading sources... [ 4%] ApplicationDeveloperGuide/UI/MWT/how-to-widget reading sources... [ 4%] ApplicationDeveloperGuide/UI/MWT/index reading sources... [ 5%] ApplicationDeveloperGuide/UI/MWT/introduction reading sources... [ 5%] ApplicationDeveloperGuide/UI/MicroUI/applicationOptions reading sources... [ 5%] ApplicationDeveloperGuide/UI/MicroUI/errors reading sources... [ 6%] ApplicationDeveloperGuide/UI/MicroUI/fontDesigner reading sources... [ 6%] ApplicationDeveloperGuide/UI/MicroUI/fonts reading sources... [ 6%] ApplicationDeveloperGuide/UI/MicroUI/images reading sources... [ 7%] ApplicationDeveloperGuide/UI/MicroUI/index reading sources... [ 7%] ApplicationDeveloperGuide/UI/MicroUI/introduction reading sources... [ 7%] ApplicationDeveloperGuide/UI/MicroUI/releaseNotes reading sources... [ 8%] ApplicationDeveloperGuide/UI/MicroUI/traces reading sources... [ 8%] ApplicationDeveloperGuide/UI/MicroVG/aliases reading sources... [ 9%] ApplicationDeveloperGuide/UI/MicroVG/avdLoader reading sources... [ 9%] ApplicationDeveloperGuide/UI/MicroVG/gradient reading sources... [ 9%] ApplicationDeveloperGuide/UI/MicroVG/index reading sources... [ 10%] ApplicationDeveloperGuide/UI/MicroVG/introduction reading sources... [ 10%] ApplicationDeveloperGuide/UI/MicroVG/matrix reading sources... [ 10%] ApplicationDeveloperGuide/UI/MicroVG/path reading sources... [ 11%] ApplicationDeveloperGuide/UI/MicroVG/vectorfont reading sources... [ 11%] ApplicationDeveloperGuide/UI/MicroVG/vectorimage reading sources... [ 11%] ApplicationDeveloperGuide/UI/Widgets/aliases reading sources... [ 12%] ApplicationDeveloperGuide/UI/Widgets/index reading sources... [ 12%] ApplicationDeveloperGuide/UI/Widgets/mwt-examples reading sources... [ 12%] ApplicationDeveloperGuide/UI/Widgets/widget reading sources... [ 13%] ApplicationDeveloperGuide/UI/Widgets/widget-demo reading sources... [ 13%] ApplicationDeveloperGuide/UI/ui reading sources... [ 14%] ApplicationDeveloperGuide/advanced reading sources... [ 14%] ApplicationDeveloperGuide/applicationOptions reading sources... [ 14%] ApplicationDeveloperGuide/applicationResources reading sources... [ 15%] ApplicationDeveloperGuide/buildAndRunApplication reading sources... [ 15%] ApplicationDeveloperGuide/buildOutputFiles reading sources... [ 15%] ApplicationDeveloperGuide/cca_use reading sources... [ 16%] ApplicationDeveloperGuide/characterEncoding reading sources... [ 16%] ApplicationDeveloperGuide/classpath reading sources... [ 16%] ApplicationDeveloperGuide/codeCoverageAnalyzer reading sources... [ 17%] ApplicationDeveloperGuide/debug reading sources... [ 17%] ApplicationDeveloperGuide/dependencyDiscoverer reading sources... [ 18%] ApplicationDeveloperGuide/heapAnalyzer reading sources... [ 18%] ApplicationDeveloperGuide/heapUsageMonitoring reading sources... [ 18%] ApplicationDeveloperGuide/heapdumper_use reading sources... [ 19%] ApplicationDeveloperGuide/hokaWebserverUserGuide reading sources... [ 19%] ApplicationDeveloperGuide/index reading sources... [ 19%] ApplicationDeveloperGuide/introduction reading sources... [ 20%] ApplicationDeveloperGuide/js/api reading sources... [ 20%] ApplicationDeveloperGuide/js/examples reading sources... [ 20%] ApplicationDeveloperGuide/js/examples/simple_application reading sources... [ 21%] ApplicationDeveloperGuide/js/examples/use_host_object reading sources... [ 21%] ApplicationDeveloperGuide/js/examples/use_java_api reading sources... [ 22%] ApplicationDeveloperGuide/js/getting_started reading sources... [ 22%] ApplicationDeveloperGuide/js/index reading sources... [ 22%] ApplicationDeveloperGuide/js/internals reading sources... [ 23%] ApplicationDeveloperGuide/js/java reading sources... [ 23%] ApplicationDeveloperGuide/js/limitations reading sources... [ 23%] ApplicationDeveloperGuide/js/sources reading sources... [ 24%] ApplicationDeveloperGuide/js/tests reading sources... [ 24%] ApplicationDeveloperGuide/js/troubleshooting reading sources... [ 24%] ApplicationDeveloperGuide/launches reading sources... [ 25%] ApplicationDeveloperGuide/libraries reading sources... [ 25%] ApplicationDeveloperGuide/limitations reading sources... [ 25%] ApplicationDeveloperGuide/linker reading sources... [ 26%] ApplicationDeveloperGuide/memoryMapAnalyzer reading sources... [ 26%] ApplicationDeveloperGuide/moduleNatures reading sources... [ 27%] ApplicationDeveloperGuide/networking reading sources... [ 27%] ApplicationDeveloperGuide/networkingAddonLibraries reading sources... [ 27%] ApplicationDeveloperGuide/networkingFoundationLibraries reading sources... [ 28%] ApplicationDeveloperGuide/nls reading sources... [ 28%] ApplicationDeveloperGuide/nullAnalysis reading sources... [ 28%] ApplicationDeveloperGuide/platform reading sources... [ 29%] ApplicationDeveloperGuide/platformSelection reading sources... [ 29%] ApplicationDeveloperGuide/repository reading sources... [ 29%] ApplicationDeveloperGuide/runtime reading sources... [ 30%] ApplicationDeveloperGuide/sandboxedAppDeploy reading sources... [ 30%] ApplicationDeveloperGuide/sandboxedAppFirstApplication reading sources... [ 31%] ApplicationDeveloperGuide/sandboxedAppFundamentalConcepts reading sources... [ 31%] ApplicationDeveloperGuide/sandboxedAppSharedInterface reading sources... [ 31%] ApplicationDeveloperGuide/sandboxedAppSim reading sources... [ 32%] ApplicationDeveloperGuide/sandboxedApplication reading sources... [ 32%] ApplicationDeveloperGuide/serialToSocketTransmitter reading sources... [ 32%] ApplicationDeveloperGuide/serialToSocketTransmitter_use reading sources... [ 33%] ApplicationDeveloperGuide/soar reading sources... [ 33%] ApplicationDeveloperGuide/stackTraceReader reading sources... [ 33%] ApplicationDeveloperGuide/stackTraceReader_use reading sources... [ 34%] ApplicationDeveloperGuide/standaloneApplication reading sources... [ 34%] ApplicationDeveloperGuide/testsuite reading sources... [ 35%] ApplicationDeveloperGuide/testsuiteEngine reading sources... [ 35%] ApplicationDeveloperGuide/tools reading sources... [ 35%] ApplicationDeveloperGuide/trace reading sources... [ 36%] ApplicationDeveloperGuide/virtualDevice reading sources... [ 36%] KernelDeveloperGuide/applicationLink reading sources... [ 36%] KernelDeveloperGuide/featuresCommunication reading sources... [ 37%] KernelDeveloperGuide/gettingStarted reading sources... [ 37%] KernelDeveloperGuide/index reading sources... [ 37%] KernelDeveloperGuide/kernelAPI reading sources... [ 38%] KernelDeveloperGuide/kernelAPIgenerator_use reading sources... [ 38%] KernelDeveloperGuide/kernelCreation reading sources... [ 38%] KernelDeveloperGuide/kernelLink reading sources... [ 39%] KernelDeveloperGuide/kernelUID reading sources... [ 39%] KernelDeveloperGuide/kf reading sources... [ 40%] KernelDeveloperGuide/kfEnabledLibraries reading sources... [ 40%] KernelDeveloperGuide/kfTestsuite reading sources... [ 40%] KernelDeveloperGuide/overview reading sources... [ 41%] KernelDeveloperGuide/runtimeEnvironment reading sources... [ 41%] KernelDeveloperGuide/sandboxedAppLifecycle reading sources... [ 41%] SDKUserGuide/github reading sources... [ 42%] SDKUserGuide/ide reading sources... [ 42%] SDKUserGuide/index reading sources... [ 42%] SDKUserGuide/install reading sources... [ 43%] SDKUserGuide/installSDKDistribution21_11 reading sources... [ 43%] SDKUserGuide/installSDKDistributionLatest reading sources... [ 44%] SDKUserGuide/installSDKDistributionOther reading sources... [ 44%] SDKUserGuide/installSDKDistributionPortable reading sources... [ 44%] SDKUserGuide/licenses reading sources... [ 45%] SDKUserGuide/mmm reading sources... [ 45%] SDKUserGuide/repository reading sources... [ 45%] SDKUserGuide/resolveDependenciesInWorkspace reading sources... [ 46%] SDKUserGuide/sdkChangeLog reading sources... [ 46%] SDKUserGuide/sdkMigrationNotes reading sources... [ 46%] SDKUserGuide/sdkReleaseNotes reading sources... [ 47%] SDKUserGuide/startup reading sources... [ 47%] SDKUserGuide/systemRequirements reading sources... [ 48%] SDKUserGuide/troubleshooting reading sources... [ 48%] SDKUserGuide/updateSDKVersion reading sources... [ 48%] SDKUserGuide/version reading sources... [ 49%] Tutorials/getStartedWithGUI/advancedStyling reading sources... [ 49%] Tutorials/getStartedWithGUI/animation reading sources... [ 49%] Tutorials/getStartedWithGUI/basicDrawing reading sources... [ 50%] Tutorials/getStartedWithGUI/contactList reading sources... [ 50%] Tutorials/getStartedWithGUI/eventHandling reading sources... [ 50%] Tutorials/getStartedWithGUI/fonts reading sources... [ 51%] Tutorials/getStartedWithGUI/images reading sources... [ 51%] Tutorials/getStartedWithGUI/index reading sources... [ 51%] Tutorials/getStartedWithGUI/internationalization reading sources... [ 52%] Tutorials/getStartedWithGUI/layouts reading sources... [ 52%] Tutorials/getStartedWithGUI/scrollList reading sources... [ 53%] Tutorials/getStartedWithGUI/setup reading sources... [ 53%] Tutorials/getStartedWithGUI/startingMicroUI reading sources... [ 53%] Tutorials/getStartedWithGUI/style reading sources... [ 54%] Tutorials/getStartedWithGUI/widgets reading sources... [ 54%] Tutorials/index reading sources... [ 54%] Tutorials/tutorialAppendEmojisToVectorFont reading sources... [ 55%] Tutorials/tutorialCreateCustomPlatform reading sources... [ 55%] Tutorials/tutorialCreateFirmwareFromScratch reading sources... [ 55%] Tutorials/tutorialCreatePlatformBuildAndRunScripts reading sources... [ 56%] Tutorials/tutorialDiscoverEmbeddedDebuggingTechniques reading sources... [ 56%] Tutorials/tutorialExploreDataSerializationFormats reading sources... [ 57%] Tutorials/tutorialImplementABlockingNativeMethodWithSNI reading sources... [ 57%] Tutorials/tutorialImproveCodeQuality reading sources... [ 57%] Tutorials/tutorialInstrumentJavaCodeForLogging reading sources... [ 58%] Tutorials/tutorialOptimizeMemoryFootprint reading sources... [ 58%] Tutorials/tutorialRunATestSuiteOnDevice reading sources... [ 58%] Tutorials/tutorialSetupBuildUsingJenkinsAndArtifactory reading sources... [ 59%] Tutorials/tutorialUnderstandMicroEJFirmwareBuild reading sources... [ 59%] VEEPortingGuide/advanceTrace reading sources... [ 59%] VEEPortingGuide/appendix/index reading sources... [ 60%] VEEPortingGuide/appendix/javalibs/ecom reading sources... [ 60%] VEEPortingGuide/appendix/javalibs/ecom-comm reading sources... [ 61%] VEEPortingGuide/appendix/javalibs/edc reading sources... [ 61%] VEEPortingGuide/appendix/javalibs/fs reading sources... [ 61%] VEEPortingGuide/appendix/javalibs/index reading sources... [ 62%] VEEPortingGuide/appendix/javalibs/kf reading sources... [ 62%] VEEPortingGuide/appendix/javalibs/net reading sources... [ 62%] VEEPortingGuide/appendix/javalibs/sni reading sources... [ 63%] VEEPortingGuide/appendix/javalibs/ssl reading sources... [ 63%] VEEPortingGuide/appendix/llapi reading sources... [ 63%] VEEPortingGuide/appendix/toolchain reading sources... [ 64%] VEEPortingGuide/appendix/tools/bon reading sources... [ 64%] VEEPortingGuide/appendix/tools/heapdump reading sources... [ 64%] VEEPortingGuide/appendix/tools/hil reading sources... [ 65%] VEEPortingGuide/appendix/tools/index reading sources... [ 65%] VEEPortingGuide/appendix/tools/mui_frontpanelmock reading sources... [ 66%] VEEPortingGuide/appendix/tools/nls reading sources... [ 66%] VEEPortingGuide/appendix/tools/sni reading sources... [ 66%] VEEPortingGuide/appendix/tools/soar reading sources... [ 67%] VEEPortingGuide/appendix/tools/sp reading sources... [ 67%] VEEPortingGuide/appendix/tools/static reading sources... [ 67%] VEEPortingGuide/architecture reading sources... [ 68%] VEEPortingGuide/architectureChangelog reading sources... [ 68%] VEEPortingGuide/architectureNamingConvention reading sources... [ 68%] VEEPortingGuide/blemock reading sources... [ 69%] VEEPortingGuide/bluetooth reading sources... [ 69%] VEEPortingGuide/coreEngine reading sources... [ 70%] VEEPortingGuide/device reading sources... [ 70%] VEEPortingGuide/ecom reading sources... [ 70%] VEEPortingGuide/ecom-comm reading sources... [ 71%] VEEPortingGuide/externalResourceLoader reading sources... [ 71%] VEEPortingGuide/frontpanel reading sources... [ 71%] VEEPortingGuide/fs reading sources... [ 72%] VEEPortingGuide/hal reading sources... [ 72%] VEEPortingGuide/index reading sources... [ 72%] VEEPortingGuide/introduction reading sources... [ 73%] VEEPortingGuide/javah reading sources... [ 73%] VEEPortingGuide/mock reading sources... [ 74%] VEEPortingGuide/multiSandbox reading sources... [ 74%] VEEPortingGuide/native reading sources... [ 74%] VEEPortingGuide/net reading sources... [ 75%] VEEPortingGuide/netIntroduction reading sources... [ 75%] VEEPortingGuide/networkCoreEngine reading sources... [ 75%] VEEPortingGuide/networkInterfaces reading sources... [ 76%] VEEPortingGuide/pack reading sources... [ 76%] VEEPortingGuide/platform reading sources... [ 76%] VEEPortingGuide/platformConcepts reading sources... [ 77%] VEEPortingGuide/platformCreation reading sources... [ 77%] VEEPortingGuide/platformMigration reading sources... [ 77%] VEEPortingGuide/platformOverview reading sources... [ 78%] VEEPortingGuide/platformQualification reading sources... [ 78%] VEEPortingGuide/serialCommunications reading sources... [ 79%] VEEPortingGuide/simulation reading sources... [ 79%] VEEPortingGuide/simulator reading sources... [ 79%] VEEPortingGuide/sni reading sources... [ 80%] VEEPortingGuide/sp reading sources... [ 80%] VEEPortingGuide/spmock reading sources... [ 80%] VEEPortingGuide/ssl reading sources... [ 81%] VEEPortingGuide/systemView reading sources... [ 81%] VEEPortingGuide/tinySandbox reading sources... [ 81%] VEEPortingGuide/ui reading sources... [ 82%] VEEPortingGuide/uiChangeLog reading sources... [ 82%] VEEPortingGuide/uiDisplay reading sources... [ 83%] VEEPortingGuide/uiFont reading sources... [ 83%] VEEPortingGuide/uiFontCore reading sources... [ 83%] VEEPortingGuide/uiFontFormat reading sources... [ 84%] VEEPortingGuide/uiFontGenerator reading sources... [ 84%] VEEPortingGuide/uiFontOverview reading sources... [ 84%] VEEPortingGuide/uiImage reading sources... [ 85%] VEEPortingGuide/uiImageCore reading sources... [ 85%] VEEPortingGuide/uiImageGenerator reading sources... [ 85%] VEEPortingGuide/uiImageLoader reading sources... [ 86%] VEEPortingGuide/uiImageOverview reading sources... [ 86%] VEEPortingGuide/uiImageRaw reading sources... [ 87%] VEEPortingGuide/uiInput reading sources... [ 87%] VEEPortingGuide/uiIntroduction reading sources... [ 87%] VEEPortingGuide/uiLed reading sources... [ 88%] VEEPortingGuide/uiLowLevel reading sources... [ 88%] VEEPortingGuide/uiMicroui reading sources... [ 88%] VEEPortingGuide/uiMigrationGuide reading sources... [ 89%] VEEPortingGuide/uiPort reading sources... [ 89%] VEEPortingGuide/uiPortBSP reading sources... [ 89%] VEEPortingGuide/uiPortConfiguration reading sources... [ 90%] VEEPortingGuide/uiPortGPU reading sources... [ 90%] VEEPortingGuide/uiPortSimulation reading sources... [ 90%] VEEPortingGuide/uiReleaseNotes reading sources... [ 91%] VEEPortingGuide/uiReplaces reading sources... [ 91%] VEEPortingGuide/uiSimulation reading sources... [ 92%] VEEPortingGuide/uiStaticInit reading sources... [ 92%] VEEPortingGuide/vg reading sources... [ 92%] VEEPortingGuide/vgCco reading sources... [ 93%] VEEPortingGuide/vgChangeLog reading sources... [ 93%] VEEPortingGuide/vgFont reading sources... [ 93%] VEEPortingGuide/vgGradient reading sources... [ 94%] VEEPortingGuide/vgIntroduction reading sources... [ 94%] VEEPortingGuide/vgLowLevel reading sources... [ 94%] VEEPortingGuide/vgMatrix reading sources... [ 95%] VEEPortingGuide/vgMicrovg reading sources... [ 95%] VEEPortingGuide/vgPath reading sources... [ 96%] VEEPortingGuide/vgReleaseNotes reading sources... [ 96%] VEEPortingGuide/vgSimulation reading sources... [ 96%] VEEPortingGuide/watchdog-timer reading sources... [ 97%] VEEPortingGuide/wifi reading sources... [ 97%] about reading sources... [ 97%] glossary reading sources... [ 98%] index reading sources... [ 98%] overview/gettingStarted reading sources... [ 98%] overview/index reading sources... [ 99%] overview/sdk reading sources... [ 99%] overview/vee reading sources... [100%] support looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 0%] ApplicationDeveloperGuide/UI/Advanced/how-to-text-overflow writing output... [ 0%] ApplicationDeveloperGuide/UI/Advanced/index writing output... [ 1%] ApplicationDeveloperGuide/UI/MWT/concepts writing output... [ 1%] ApplicationDeveloperGuide/UI/MWT/how-to-animate-widget writing output... [ 1%] ApplicationDeveloperGuide/UI/MWT/how-to-background writing output... [ 2%] ApplicationDeveloperGuide/UI/MWT/how-to-container writing output... [ 2%] ApplicationDeveloperGuide/UI/MWT/how-to-debug writing output... [ 2%] ApplicationDeveloperGuide/UI/MWT/how-to-event-dispatcher writing output... [ 3%] ApplicationDeveloperGuide/UI/MWT/how-to-extra-style-field writing output... [ 3%] ApplicationDeveloperGuide/UI/MWT/how-to-outline writing output... [ 3%] ApplicationDeveloperGuide/UI/MWT/how-to-overlap-render-policy writing output... [ 4%] ApplicationDeveloperGuide/UI/MWT/how-to-widget writing output... [ 4%] ApplicationDeveloperGuide/UI/MWT/index writing output... [ 5%] ApplicationDeveloperGuide/UI/MWT/introduction writing output... [ 5%] ApplicationDeveloperGuide/UI/MicroUI/applicationOptions writing output... [ 5%] ApplicationDeveloperGuide/UI/MicroUI/errors writing output... [ 6%] ApplicationDeveloperGuide/UI/MicroUI/fontDesigner writing output... [ 6%] ApplicationDeveloperGuide/UI/MicroUI/fonts writing output... [ 6%] ApplicationDeveloperGuide/UI/MicroUI/images writing output... [ 7%] ApplicationDeveloperGuide/UI/MicroUI/index writing output... [ 7%] ApplicationDeveloperGuide/UI/MicroUI/introduction writing output... [ 7%] ApplicationDeveloperGuide/UI/MicroUI/releaseNotes writing output... [ 8%] ApplicationDeveloperGuide/UI/MicroUI/traces writing output... [ 8%] ApplicationDeveloperGuide/UI/MicroVG/aliases writing output... [ 9%] ApplicationDeveloperGuide/UI/MicroVG/avdLoader writing output... [ 9%] ApplicationDeveloperGuide/UI/MicroVG/gradient writing output... [ 9%] ApplicationDeveloperGuide/UI/MicroVG/index writing output... [ 10%] ApplicationDeveloperGuide/UI/MicroVG/introduction writing output... [ 10%] ApplicationDeveloperGuide/UI/MicroVG/matrix writing output... [ 10%] ApplicationDeveloperGuide/UI/MicroVG/path writing output... [ 11%] ApplicationDeveloperGuide/UI/MicroVG/vectorfont writing output... [ 11%] ApplicationDeveloperGuide/UI/MicroVG/vectorimage writing output... [ 11%] ApplicationDeveloperGuide/UI/Widgets/aliases writing output... [ 12%] ApplicationDeveloperGuide/UI/Widgets/index writing output... [ 12%] ApplicationDeveloperGuide/UI/Widgets/mwt-examples writing output... [ 12%] ApplicationDeveloperGuide/UI/Widgets/widget writing output... [ 13%] ApplicationDeveloperGuide/UI/Widgets/widget-demo writing output... [ 13%] ApplicationDeveloperGuide/UI/ui writing output... [ 14%] ApplicationDeveloperGuide/advanced writing output... [ 14%] ApplicationDeveloperGuide/applicationOptions writing output... [ 14%] ApplicationDeveloperGuide/applicationResources writing output... [ 15%] ApplicationDeveloperGuide/buildAndRunApplication writing output... [ 15%] ApplicationDeveloperGuide/buildOutputFiles writing output... [ 15%] ApplicationDeveloperGuide/cca_use writing output... [ 16%] ApplicationDeveloperGuide/characterEncoding writing output... [ 16%] ApplicationDeveloperGuide/classpath writing output... [ 16%] ApplicationDeveloperGuide/codeCoverageAnalyzer writing output... [ 17%] ApplicationDeveloperGuide/debug writing output... [ 17%] ApplicationDeveloperGuide/dependencyDiscoverer writing output... [ 18%] ApplicationDeveloperGuide/heapAnalyzer writing output... [ 18%] ApplicationDeveloperGuide/heapUsageMonitoring writing output... [ 18%] ApplicationDeveloperGuide/heapdumper_use writing output... [ 19%] ApplicationDeveloperGuide/hokaWebserverUserGuide writing output... [ 19%] ApplicationDeveloperGuide/index writing output... [ 19%] ApplicationDeveloperGuide/introduction writing output... [ 20%] ApplicationDeveloperGuide/js/api writing output... [ 20%] ApplicationDeveloperGuide/js/examples writing output... [ 20%] ApplicationDeveloperGuide/js/examples/simple_application writing output... [ 21%] ApplicationDeveloperGuide/js/examples/use_host_object writing output... [ 21%] ApplicationDeveloperGuide/js/examples/use_java_api writing output... [ 22%] ApplicationDeveloperGuide/js/getting_started writing output... [ 22%] ApplicationDeveloperGuide/js/index writing output... [ 22%] ApplicationDeveloperGuide/js/internals writing output... [ 23%] ApplicationDeveloperGuide/js/java writing output... [ 23%] ApplicationDeveloperGuide/js/limitations writing output... [ 23%] ApplicationDeveloperGuide/js/sources writing output... [ 24%] ApplicationDeveloperGuide/js/tests writing output... [ 24%] ApplicationDeveloperGuide/js/troubleshooting writing output... [ 24%] ApplicationDeveloperGuide/launches writing output... [ 25%] ApplicationDeveloperGuide/libraries writing output... [ 25%] ApplicationDeveloperGuide/limitations writing output... [ 25%] ApplicationDeveloperGuide/linker writing output... [ 26%] ApplicationDeveloperGuide/memoryMapAnalyzer writing output... [ 26%] ApplicationDeveloperGuide/moduleNatures writing output... [ 27%] ApplicationDeveloperGuide/networking writing output... [ 27%] ApplicationDeveloperGuide/networkingAddonLibraries writing output... [ 27%] ApplicationDeveloperGuide/networkingFoundationLibraries writing output... [ 28%] ApplicationDeveloperGuide/nls writing output... [ 28%] ApplicationDeveloperGuide/nullAnalysis writing output... [ 28%] ApplicationDeveloperGuide/platform writing output... [ 29%] ApplicationDeveloperGuide/platformSelection writing output... [ 29%] ApplicationDeveloperGuide/repository writing output... [ 29%] ApplicationDeveloperGuide/runtime writing output... [ 30%] ApplicationDeveloperGuide/sandboxedAppDeploy writing output... [ 30%] ApplicationDeveloperGuide/sandboxedAppFirstApplication writing output... [ 31%] ApplicationDeveloperGuide/sandboxedAppFundamentalConcepts writing output... [ 31%] ApplicationDeveloperGuide/sandboxedAppSharedInterface writing output... [ 31%] ApplicationDeveloperGuide/sandboxedAppSim writing output... [ 32%] ApplicationDeveloperGuide/sandboxedApplication writing output... [ 32%] ApplicationDeveloperGuide/serialToSocketTransmitter writing output... [ 32%] ApplicationDeveloperGuide/serialToSocketTransmitter_use writing output... [ 33%] ApplicationDeveloperGuide/soar writing output... [ 33%] ApplicationDeveloperGuide/stackTraceReader writing output... [ 33%] ApplicationDeveloperGuide/stackTraceReader_use writing output... [ 34%] ApplicationDeveloperGuide/standaloneApplication writing output... [ 34%] ApplicationDeveloperGuide/testsuite writing output... [ 35%] ApplicationDeveloperGuide/testsuiteEngine writing output... [ 35%] ApplicationDeveloperGuide/tools writing output... [ 35%] ApplicationDeveloperGuide/trace writing output... [ 36%] ApplicationDeveloperGuide/virtualDevice writing output... [ 36%] KernelDeveloperGuide/applicationLink writing output... [ 36%] KernelDeveloperGuide/featuresCommunication writing output... [ 37%] KernelDeveloperGuide/gettingStarted writing output... [ 37%] KernelDeveloperGuide/index writing output... [ 37%] KernelDeveloperGuide/kernelAPI writing output... [ 38%] KernelDeveloperGuide/kernelAPIgenerator_use writing output... [ 38%] KernelDeveloperGuide/kernelCreation writing output... [ 38%] KernelDeveloperGuide/kernelLink writing output... [ 39%] KernelDeveloperGuide/kernelUID writing output... [ 39%] KernelDeveloperGuide/kf writing output... [ 40%] KernelDeveloperGuide/kfEnabledLibraries writing output... [ 40%] KernelDeveloperGuide/kfTestsuite writing output... [ 40%] KernelDeveloperGuide/overview writing output... [ 41%] KernelDeveloperGuide/runtimeEnvironment writing output... [ 41%] KernelDeveloperGuide/sandboxedAppLifecycle writing output... [ 41%] SDKUserGuide/github writing output... [ 42%] SDKUserGuide/ide writing output... [ 42%] SDKUserGuide/index writing output... [ 42%] SDKUserGuide/install writing output... [ 43%] SDKUserGuide/installSDKDistribution21_11 writing output... [ 43%] SDKUserGuide/installSDKDistributionLatest writing output... [ 44%] SDKUserGuide/installSDKDistributionOther writing output... [ 44%] SDKUserGuide/installSDKDistributionPortable writing output... [ 44%] SDKUserGuide/licenses writing output... [ 45%] SDKUserGuide/mmm writing output... [ 45%] SDKUserGuide/repository writing output... [ 45%] SDKUserGuide/resolveDependenciesInWorkspace writing output... [ 46%] SDKUserGuide/sdkChangeLog writing output... [ 46%] SDKUserGuide/sdkMigrationNotes writing output... [ 46%] SDKUserGuide/sdkReleaseNotes writing output... [ 47%] SDKUserGuide/startup writing output... [ 47%] SDKUserGuide/systemRequirements writing output... [ 48%] SDKUserGuide/troubleshooting writing output... [ 48%] SDKUserGuide/updateSDKVersion writing output... [ 48%] SDKUserGuide/version writing output... [ 49%] Tutorials/getStartedWithGUI/advancedStyling writing output... [ 49%] Tutorials/getStartedWithGUI/animation writing output... [ 49%] Tutorials/getStartedWithGUI/basicDrawing writing output... [ 50%] Tutorials/getStartedWithGUI/contactList writing output... [ 50%] Tutorials/getStartedWithGUI/eventHandling writing output... [ 50%] Tutorials/getStartedWithGUI/fonts writing output... [ 51%] Tutorials/getStartedWithGUI/images writing output... [ 51%] Tutorials/getStartedWithGUI/index writing output... [ 51%] Tutorials/getStartedWithGUI/internationalization writing output... [ 52%] Tutorials/getStartedWithGUI/layouts writing output... [ 52%] Tutorials/getStartedWithGUI/scrollList writing output... [ 53%] Tutorials/getStartedWithGUI/setup writing output... [ 53%] Tutorials/getStartedWithGUI/startingMicroUI writing output... [ 53%] Tutorials/getStartedWithGUI/style writing output... [ 54%] Tutorials/getStartedWithGUI/widgets writing output... [ 54%] Tutorials/index writing output... [ 54%] Tutorials/tutorialAppendEmojisToVectorFont writing output... [ 55%] Tutorials/tutorialCreateCustomPlatform writing output... [ 55%] Tutorials/tutorialCreateFirmwareFromScratch writing output... [ 55%] Tutorials/tutorialCreatePlatformBuildAndRunScripts writing output... [ 56%] Tutorials/tutorialDiscoverEmbeddedDebuggingTechniques writing output... [ 56%] Tutorials/tutorialExploreDataSerializationFormats writing output... [ 57%] Tutorials/tutorialImplementABlockingNativeMethodWithSNI writing output... [ 57%] Tutorials/tutorialImproveCodeQuality writing output... [ 57%] Tutorials/tutorialInstrumentJavaCodeForLogging writing output... [ 58%] Tutorials/tutorialOptimizeMemoryFootprint writing output... [ 58%] Tutorials/tutorialRunATestSuiteOnDevice writing output... [ 58%] Tutorials/tutorialSetupBuildUsingJenkinsAndArtifactory writing output... [ 59%] Tutorials/tutorialUnderstandMicroEJFirmwareBuild writing output... [ 59%] VEEPortingGuide/advanceTrace writing output... [ 59%] VEEPortingGuide/appendix/index writing output... [ 60%] VEEPortingGuide/appendix/javalibs/ecom writing output... [ 60%] VEEPortingGuide/appendix/javalibs/ecom-comm writing output... [ 61%] VEEPortingGuide/appendix/javalibs/edc writing output... [ 61%] VEEPortingGuide/appendix/javalibs/fs writing output... [ 61%] VEEPortingGuide/appendix/javalibs/index writing output... [ 62%] VEEPortingGuide/appendix/javalibs/kf writing output... [ 62%] VEEPortingGuide/appendix/javalibs/net writing output... [ 62%] VEEPortingGuide/appendix/javalibs/sni writing output... [ 63%] VEEPortingGuide/appendix/javalibs/ssl writing output... [ 63%] VEEPortingGuide/appendix/llapi writing output... [ 63%] VEEPortingGuide/appendix/toolchain writing output... [ 64%] VEEPortingGuide/appendix/tools/bon writing output... [ 64%] VEEPortingGuide/appendix/tools/heapdump writing output... [ 64%] VEEPortingGuide/appendix/tools/hil writing output... [ 65%] VEEPortingGuide/appendix/tools/index writing output... [ 65%] VEEPortingGuide/appendix/tools/mui_frontpanelmock writing output... [ 66%] VEEPortingGuide/appendix/tools/nls writing output... [ 66%] VEEPortingGuide/appendix/tools/sni writing output... [ 66%] VEEPortingGuide/appendix/tools/soar writing output... [ 67%] VEEPortingGuide/appendix/tools/sp writing output... [ 67%] VEEPortingGuide/appendix/tools/static writing output... [ 67%] VEEPortingGuide/architecture writing output... [ 68%] VEEPortingGuide/architectureChangelog writing output... [ 68%] VEEPortingGuide/architectureNamingConvention writing output... [ 68%] VEEPortingGuide/blemock writing output... [ 69%] VEEPortingGuide/bluetooth writing output... [ 69%] VEEPortingGuide/coreEngine writing output... [ 70%] VEEPortingGuide/device writing output... [ 70%] VEEPortingGuide/ecom writing output... [ 70%] VEEPortingGuide/ecom-comm writing output... [ 71%] VEEPortingGuide/externalResourceLoader writing output... [ 71%] VEEPortingGuide/frontpanel writing output... [ 71%] VEEPortingGuide/fs writing output... [ 72%] VEEPortingGuide/hal writing output... [ 72%] VEEPortingGuide/index writing output... [ 72%] VEEPortingGuide/introduction writing output... [ 73%] VEEPortingGuide/javah writing output... [ 73%] VEEPortingGuide/mock writing output... [ 74%] VEEPortingGuide/multiSandbox writing output... [ 74%] VEEPortingGuide/native writing output... [ 74%] VEEPortingGuide/net writing output... [ 75%] VEEPortingGuide/netIntroduction writing output... [ 75%] VEEPortingGuide/networkCoreEngine writing output... [ 75%] VEEPortingGuide/networkInterfaces writing output... [ 76%] VEEPortingGuide/pack writing output... [ 76%] VEEPortingGuide/platform writing output... [ 76%] VEEPortingGuide/platformConcepts writing output... [ 77%] VEEPortingGuide/platformCreation writing output... [ 77%] VEEPortingGuide/platformMigration writing output... [ 77%] VEEPortingGuide/platformOverview writing output... [ 78%] VEEPortingGuide/platformQualification writing output... [ 78%] VEEPortingGuide/serialCommunications writing output... [ 79%] VEEPortingGuide/simulation writing output... [ 79%] VEEPortingGuide/simulator writing output... [ 79%] VEEPortingGuide/sni writing output... [ 80%] VEEPortingGuide/sp writing output... [ 80%] VEEPortingGuide/spmock writing output... [ 80%] VEEPortingGuide/ssl writing output... [ 81%] VEEPortingGuide/systemView writing output... [ 81%] VEEPortingGuide/tinySandbox writing output... [ 81%] VEEPortingGuide/ui writing output... [ 82%] VEEPortingGuide/uiChangeLog writing output... [ 82%] VEEPortingGuide/uiDisplay writing output... [ 83%] VEEPortingGuide/uiFont writing output... [ 83%] VEEPortingGuide/uiFontCore writing output... [ 83%] VEEPortingGuide/uiFontFormat writing output... [ 84%] VEEPortingGuide/uiFontGenerator writing output... [ 84%] VEEPortingGuide/uiFontOverview writing output... [ 84%] VEEPortingGuide/uiImage writing output... [ 85%] VEEPortingGuide/uiImageCore writing output... [ 85%] VEEPortingGuide/uiImageGenerator writing output... [ 85%] VEEPortingGuide/uiImageLoader writing output... [ 86%] VEEPortingGuide/uiImageOverview writing output... [ 86%] VEEPortingGuide/uiImageRaw writing output... [ 87%] VEEPortingGuide/uiInput writing output... [ 87%] VEEPortingGuide/uiIntroduction writing output... [ 87%] VEEPortingGuide/uiLed writing output... [ 88%] VEEPortingGuide/uiLowLevel writing output... [ 88%] VEEPortingGuide/uiMicroui writing output... [ 88%] VEEPortingGuide/uiMigrationGuide writing output... [ 89%] VEEPortingGuide/uiPort writing output... [ 89%] VEEPortingGuide/uiPortBSP writing output... [ 89%] VEEPortingGuide/uiPortConfiguration writing output... [ 90%] VEEPortingGuide/uiPortGPU writing output... [ 90%] VEEPortingGuide/uiPortSimulation writing output... [ 90%] VEEPortingGuide/uiReleaseNotes writing output... [ 91%] VEEPortingGuide/uiReplaces writing output... [ 91%] VEEPortingGuide/uiSimulation writing output... [ 92%] VEEPortingGuide/uiStaticInit writing output... [ 92%] VEEPortingGuide/vg writing output... [ 92%] VEEPortingGuide/vgCco writing output... [ 93%] VEEPortingGuide/vgChangeLog writing output... [ 93%] VEEPortingGuide/vgFont writing output... [ 93%] VEEPortingGuide/vgGradient writing output... [ 94%] VEEPortingGuide/vgIntroduction writing output... [ 94%] VEEPortingGuide/vgLowLevel writing output... [ 94%] VEEPortingGuide/vgMatrix writing output... [ 95%] VEEPortingGuide/vgMicrovg writing output... [ 95%] VEEPortingGuide/vgPath writing output... [ 96%] VEEPortingGuide/vgReleaseNotes writing output... [ 96%] VEEPortingGuide/vgSimulation writing output... [ 96%] VEEPortingGuide/watchdog-timer writing output... [ 97%] VEEPortingGuide/wifi writing output... [ 97%] about writing output... [ 97%] glossary writing output... [ 98%] index writing output... [ 98%] overview/gettingStarted writing output... [ 98%] overview/index writing output... [ 99%] overview/sdk writing output... [ 99%] overview/vee writing output... [100%] support ( index: line 12) -ignored- glossary.html ( index: line 13) -ignored- overview/index.html ( index: line 14) -ignored- SDKUserGuide/index.html ( index: line 15) -ignored- ApplicationDeveloperGuide/index.html ( index: line 16) -ignored- VEEPortingGuide/index.html ( index: line 17) -ignored- KernelDeveloperGuide/index.html ( index: line 18) -ignored- Tutorials/index.html (SDKUserGuide/mmm: line 37) redirect http://ant.apache.org/ivy - permanently to https://ant.apache.org/ivy/ (ApplicationDeveloperGuide/networkingAddonLibraries: line 102) redirect http://kxml.sourceforge.net/about.shtml - permanently to https://kxml.sourceforge.net/about.shtml (Tutorials/tutorialExploreDataSerializationFormats: line 110) ok http://json.org/ (SDKUserGuide/mmm: line 886) ok http://keystore-explorer.org/downloads.html (ApplicationDeveloperGuide/runtime: line 145) ok http://e-s-r.net/download/specification/ESR-SPE-0012-SNI_GT-1.2-H.pdf (VEEPortingGuide/sp: line 31) ok http://e-s-r.net/download/specification/ESR-SPE-0014-SP-2.0-A.pdf (ApplicationDeveloperGuide/runtime: line 102) ok http://e-s-r.net/download/specification/ESR-SPE-0001-BON-1.2-F.pdf (Tutorials/tutorialCreateFirmwareFromScratch: line 163) ok http://roboticravings.blogspot.com/2018/07/freertos-on-cortex-m3-with-qemu.html (ApplicationDeveloperGuide/libraries: line 6) redirect http://semver.org - permanently to https://semver.org/ (Tutorials/tutorialDiscoverEmbeddedDebuggingTechniques: line 654) redirect http://www.keil.com/appnotes/files/apnt209.pdf - permanently to https://www.keil.com/appnotes/files/apnt209.pdf (SDKUserGuide/systemRequirements: line 59) ok https://adoptium.net/temurin/releases/ (KernelDeveloperGuide/kf: line 19) ok http://www.e-s-r.net/download/specification/ESR-SPE-0020-KF-1.4-F.pdf (SDKUserGuide/mmm: line 40) ok https://ant.apache.org/easyant/history/trunk/reference.html (SDKUserGuide/sdkChangeLog: line 585) ok https://ant.apache.org/ivy/history/2.5.0/resolver/chain.html (SDKUserGuide/mmm: line 288) ok https://ant.apache.org/ivy/history/2.5.0/settings.html (SDKUserGuide/mmm: line 856) ok https://ant.apache.org/ivy/history/2.5.0/settings/credentials.html (Tutorials/tutorialExploreDataSerializationFormats: line 263) ok https://cbor.io/ (Tutorials/tutorialExploreDataSerializationFormats: line 17) redirect http://kxml.org/ - permanently to https://github.com/kobjects/kxml2 (ApplicationDeveloperGuide/js/index: line 19) ok https://262.ecma-international.org/5.1 (SDKUserGuide/sdkChangeLog: line 104) ok https://bugs.eclipse.org/bugs/show_bug.cgi?id=566599 (Tutorials/tutorialCreateFirmwareFromScratch: line 1196) ok https://chromium.googlesource.com/native_client/nacl-newlib/+/99fc6c167467b41466ec90e8260e9c49cbe3d13c/libgloss/libnosys/sbrk.c (ApplicationDeveloperGuide/nls: line 18) ok https://developer.android.com/guide/topics/resources/string-resource (ApplicationDeveloperGuide/UI/MicroVG/avdLoader: line 74) ok https://developer.android.com/reference/android/graphics/drawable/VectorDrawable (VEEPortingGuide/systemView: line 38) redirect http://segger.com/downloads/systemview/ - permanently to https://www.segger.com/downloads/systemview/ (ApplicationDeveloperGuide/nls: line 41) ok https://developer.android.com/guide/topics/resources/string-resource#StringArray (ApplicationDeveloperGuide/nls: line 41) ok https://developer.android.com/guide/topics/resources/string-resource#Plurals (ApplicationDeveloperGuide/UI/MicroVG/vectorimage: line 236) ok https://developer.android.com/reference/android/graphics/drawable/AnimatedVectorDrawable#define-an-animatedvectordrawable-all-in-one-xml-file (ApplicationDeveloperGuide/introduction: line 11) ok https://developer.microej.com/ (ApplicationDeveloperGuide/introduction: line 15) ok https://developer.microej.com/central-repository/ (Tutorials/tutorialSetupBuildUsingJenkinsAndArtifactory: line 51) ok https://developer.microej.com/get-started/ (ApplicationDeveloperGuide/networkingAddonLibraries: line 130) redirect https://developer.microej.com/features/iot-connectivity/get-started-google-cloud-iot-core-connectivity/ - permanently to https://developer.microej.com/iot-connectivity/get-started-google-cloud-iot-core-connectivity/ ( glossary: line 9) ok https://developer.microej.com/managed-code/ (ApplicationDeveloperGuide/libraries: line 33) ok https://developer.microej.com/microej-apis/ ( glossary: line 30) redirect https://developer.microej.com/mej32-virtual-machine-for-embedded-systems/ - permanently to https://developer.microej.com/mej32-virtual-software-processor-for-embedded-systems/ (ApplicationDeveloperGuide/js/limitations: line 18) ok https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/with (ApplicationDeveloperGuide/js/api: line 17) ok https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects (Tutorials/tutorialUnderstandMicroEJFirmwareBuild: line 37) redirect https://developer.microej.com/mej32-embedded-runtime-architectures/ - permanently to https://developer.microej.com/mej32-supported-embedded-runtime-architectures/ (ApplicationDeveloperGuide/UI/ui: line 17) ok https://docs.microej.com/_/downloads/en/20201009/pdf/ (SDKUserGuide/mmm: line 49) redirect https://developer.microej.com/packages/documentation/TLT-0831-SPE-MicroEJModuleManager-2.0-E.pdf - permanently to https://repository.microej.com/packages/documentation/TLT-0831-SPE-MicroEJModuleManager-2.0-E.pdf (ApplicationDeveloperGuide/trace: line 152) redirect https://developer.microej.com/packages/referenceimplementations/U3OER/2.0.1/OM13098-U3OER-fullPackaging-eval-2.0.1.zip - permanently to https://repository.microej.com/packages/referenceimplementations/U3OER/2.0.1/OM13098-U3OER-fullPackaging-eval-2.0.1.zip (ApplicationDeveloperGuide/runtime: line 9) ok https://docs.oracle.com/javase/specs/jls/se7/jls7.pdf (Tutorials/tutorialDiscoverEmbeddedDebuggingTechniques: line 653) ok https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/fatal-errors.html (VEEPortingGuide/blemock: line 20) ok https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/hw-reference/esp32s3/user-guide-devkitc-1.html (VEEPortingGuide/uiSimulation: line 248) ok https://docs.oracle.com/javase/7/docs/api/java/awt/image/BufferedImage.html (VEEPortingGuide/uiImageGenerator: line 153) ok https://docs.oracle.com/javase/7/docs/api/javax/imageio/ImageIO.html (ApplicationDeveloperGuide/soar: line 27) ok https://en.wikipedia.org/wiki/.properties (Tutorials/tutorialImproveCodeQuality: line 25) ok https://en.wikipedia.org/wiki/Camel_case (ApplicationDeveloperGuide/runtime: line 164) ok https://en.wikipedia.org/wiki/Green_threads (ApplicationDeveloperGuide/UI/MicroVG/vectorfont: line 155) ok https://en.wikipedia.org/wiki/Kerning (ApplicationDeveloperGuide/UI/MicroVG/vectorfont: line 327) ok https://en.wikipedia.org/wiki/Complex_text_layout (SDKUserGuide/mmm: line 457) ok https://en.wikipedia.org/wiki/MinGW (Tutorials/tutorialExploreDataSerializationFormats: line 17) ok https://en.wikipedia.org/wiki/XML (ApplicationDeveloperGuide/UI/MicroVG/matrix: line 8) ok https://en.wikipedia.org/wiki/Transformation_matrix#Affine_transformations (Tutorials/tutorialAppendEmojisToVectorFont: line 16) ok https://fontforge.org/ (ApplicationDeveloperGuide/soar: line 17) ok https://en.wikipedia.org/wiki/ISO/IEC_8859 (SDKUserGuide/repository: line 66) ok https://forge.microej.com/artifactory/microej-developer-repository-release/ (VEEPortingGuide/vgCco: line 134) ok https://forge.microej.com/artifactory/microej-developer-repository-release/com/microej/clibrary/thirdparty/freetype/ (VEEPortingGuide/vgCco: line 178) ok https://forge.microej.com/artifactory/microej-developer-repository-release/com/microej/clibrary/llimpl/microvg-vglite/ (VEEPortingGuide/uiReleaseNotes: line 281) ok https://forge.microej.com/artifactory/microej-developer-repository-release/com/microej/clibrary/llimpl/microui-vglite/ (VEEPortingGuide/vgCco: line 59) redirect https://forge.microej.com/artifactory/microej-developer-repository-release/com/microej/clibrary/llimpl/microui-vglite - with Found to https://forge.microej.com:443/artifactory/microej-developer-repository-release/com/microej/clibrary/llimpl/microui-vglite/ (KernelDeveloperGuide/kernelAPI: line 69) ok https://forge.microej.com/artifactory/microej-developer-repository-release/com/microej/kernelapi/ (KernelDeveloperGuide/runtimeEnvironment: line 139) ok https://forge.microej.com/artifactory/microej-developer-repository-release/com/microej/library/runtime/js/ (VEEPortingGuide/hal: line 155) ok https://forge.microej.com/artifactory/microej-developer-repository-release/ej/api/hal/ (VEEPortingGuide/vgCco: line 149) ok https://forge.microej.com/artifactory/microej-developer-repository-release/com/microej/clibrary/thirdparty/harfbuzz/ (KernelDeveloperGuide/runtimeEnvironment: line 135) ok https://forge.microej.com/artifactory/microej-developer-repository-release/ej/library/wadapps/wadapps/ (VEEPortingGuide/vgCco: line 140) ok https://freetype.org/freetype2/docs/design/design-4.html (Tutorials/tutorialSetupBuildUsingJenkinsAndArtifactory: line 52) redirect https://git-for-windows.github.io/ - permanently to https://gitforwindows.org/ (ApplicationDeveloperGuide/networkingAddonLibraries: line 129) ok https://forge.microej.com/artifactory/microej-developer-repository-release/googlecloud/iotcore/ (SDKUserGuide/mmm: line 457) ok https://gitforwindows.org/ (VEEPortingGuide/systemView: line 41) ok https://forum.segger.com/index.php/Thread/6158-SOLVED-SystemView-Kernelpatch-for-FreeRTOS-10-2-0/?s=add3b0f6a33159b9c4b602da0082475afeceb89a ( support: line 6) ok https://forum.microej.com/ (Tutorials/tutorialCreateFirmwareFromScratch: line 915) ok https://github.com/FreeRTOS/FreeRTOS/commit/257d9e1d123be0342029e2930c0073dd5a4a2b2d (ApplicationDeveloperGuide/introduction: line 18) ok https://github.com/MicroEJ (Tutorials/tutorialDiscoverEmbeddedDebuggingTechniques: line 342) redirect https://forum.microej.com/t/gui-microui-and-multithreading/652 - permanently to https://forum.microej.com/t/microui-and-multithreading/652 (ApplicationDeveloperGuide/networkingAddonLibraries: line 125) ok https://github.com/MicroEJ/AWS (SDKUserGuide/sdkChangeLog: line 418) ok https://github.com/MicroEJ/ (ApplicationDeveloperGuide/UI/MWT/concepts: line 58) ok https://github.com/MicroEJ/Demo-PartialBuffer (ApplicationDeveloperGuide/networkingAddonLibraries: line 99) ok https://github.com/MicroEJ/Demo-Protobuf3 (ApplicationDeveloperGuide/UI/Widgets/widget-demo: line 10) ok https://github.com/MicroEJ/Demo-Widget (ApplicationDeveloperGuide/UI/Widgets/widget-demo: line 19) ok https://github.com/MicroEJ/Demo-Widget/blob/master/com.microej.demo.widget/README.md (Tutorials/getStartedWithGUI/scrollList: line 61) ok https://github.com/MicroEJ/Demo-Widget/tree/master/com.microej.demo.widget/src/main/java/com/microej/demo/widget/scrollablelist/widget (Tutorials/getStartedWithGUI/internationalization: line 158) ok https://github.com/MicroEJ/Example-ExternalResourceLoader (KernelDeveloperGuide/gettingStarted: line 7) ok https://github.com/MicroEJ/Example-MinimalMultiAppFirmware (ApplicationDeveloperGuide/networkingAddonLibraries: line 23) ok https://github.com/MicroEJ/Example-Sandboxed-IOT/tree/master/androidconnectivity (ApplicationDeveloperGuide/networkingAddonLibraries: line 36) ok https://github.com/MicroEJ/Example-Hoka (Tutorials/tutorialOptimizeMemoryFootprint: line 143) ok https://github.com/MicroEJ/Example-NLS (Tutorials/tutorialExploreDataSerializationFormats: line 282) ok https://github.com/MicroEJ/Example-Sandboxed-IOT/tree/master/cbor (Tutorials/tutorialExploreDataSerializationFormats: line 314) ok https://github.com/MicroEJ/Example-Sandboxed-IOT/tree/master/cbor.json (ApplicationDeveloperGuide/networkingAddonLibraries: line 44) ok https://github.com/MicroEJ/Example-Sandboxed-IOT/tree/master/ssl.mqtt.subscriber (ApplicationDeveloperGuide/networkingFoundationLibraries: line 52) ok https://github.com/MicroEJ/Example-Sandboxed-IOT/tree/master/ssl.mutual (ApplicationDeveloperGuide/networkingAddonLibraries: line 43) ok https://github.com/MicroEJ/Example-Sandboxed-IOT/tree/master/mqtt.publisher (ApplicationDeveloperGuide/networkingAddonLibraries: line 63) ok https://github.com/MicroEJ/Example-Sandboxed-IOT/tree/master/ssl.websocket (ApplicationDeveloperGuide/networkingFoundationLibraries: line 53) ok https://github.com/MicroEJ/Example-Sandboxed-IOT/tree/master/ssl.mutual.server (VEEPortingGuide/uiPortBSP: line 157) ok https://github.com/MicroEJ/Example-Standalone-Foundation-Libraries/tree/master/com.microej.example.foundation.microui.helloworld (VEEPortingGuide/uiPortBSP: line 158) ok https://github.com/MicroEJ/Example-Standalone-Foundation-Libraries/tree/master/com.microej.example.foundation.microui.image (VEEPortingGuide/uiPortBSP: line 153) ok https://github.com/MicroEJ/Example-Standalone-Foundation-Libraries/tree/master/com.microej.example.foundation.microui.input (VEEPortingGuide/uiPortBSP: line 152) ok https://github.com/MicroEJ/Example-Standalone-Foundation-Libraries/tree/master/com.microej.example.foundation.microui.led (ApplicationDeveloperGuide/networkingFoundationLibraries: line 39) ok https://github.com/MicroEJ/Example-Standalone-Foundation-Libraries/tree/master/com.microej.example.foundation.net.helloworld (Tutorials/tutorialImplementABlockingNativeMethodWithSNI: line 21) ok https://github.com/MicroEJ/Example-Standalone-Java-C-Interface/tree/master/CallingCFromJava/ (ApplicationDeveloperGuide/networkingFoundationLibraries: line 32) ok https://github.com/MicroEJ/Example-Wi-Fi-Setup (ApplicationDeveloperGuide/UI/Widgets/mwt-examples: line 51) ok https://github.com/MicroEJ/ExampleJava-MWT/tree/master/attribute-selectors (ApplicationDeveloperGuide/UI/Widgets/mwt-examples: line 6) ok https://github.com/MicroEJ/ExampleJava-MWT (Tutorials/tutorialExploreDataSerializationFormats: line 34) redirect https://github.com/MicroEJ/Example-XML - permanently to https://github.com/MicroEJ/ExampleJava-XML (ApplicationDeveloperGuide/UI/Widgets/mwt-examples: line 67) ok https://github.com/MicroEJ/ExampleJava-MWT/tree/master/buffered-image-pool (SDKUserGuide/github: line 31) redirect https://github.com/MicroEJ/ExampleJava-MWT.git - permanently to https://github.com/MicroEJ/ExampleJava-MWT (ApplicationDeveloperGuide/UI/Widgets/mwt-examples: line 82) ok https://github.com/MicroEJ/ExampleJava-MWT/tree/master/context-sensitive-container (ApplicationDeveloperGuide/UI/Widgets/mwt-examples: line 99) ok https://github.com/MicroEJ/ExampleJava-MWT/tree/master/drag-and-drop (ApplicationDeveloperGuide/UI/Widgets/mwt-examples: line 113) ok https://github.com/MicroEJ/ExampleJava-MWT/tree/master/focus (ApplicationDeveloperGuide/UI/Widgets/mwt-examples: line 130) ok https://github.com/MicroEJ/ExampleJava-MWT/tree/master/immutable-stylesheet (ApplicationDeveloperGuide/UI/Widgets/mwt-examples: line 165) ok https://github.com/MicroEJ/ExampleJava-MWT/tree/master/masking-grid (ApplicationDeveloperGuide/UI/Widgets/mwt-examples: line 147) ok https://github.com/MicroEJ/ExampleJava-MWT/tree/master/lazy-stylesheet (ApplicationDeveloperGuide/UI/Widgets/mwt-examples: line 181) ok https://github.com/MicroEJ/ExampleJava-MWT/tree/master/mvc (ApplicationDeveloperGuide/UI/Widgets/mwt-examples: line 198) ok https://github.com/MicroEJ/ExampleJava-MWT/tree/master/popup (ApplicationDeveloperGuide/UI/Widgets/mwt-examples: line 215) ok https://github.com/MicroEJ/ExampleJava-MWT/tree/master/remove-widget (ApplicationDeveloperGuide/UI/Widgets/mwt-examples: line 230) ok https://github.com/MicroEJ/ExampleJava-MWT/tree/master/slide-container (ApplicationDeveloperGuide/UI/Widgets/mwt-examples: line 260) ok https://github.com/MicroEJ/ExampleJava-MWT/tree/master/stashing-grid (ApplicationDeveloperGuide/UI/Widgets/mwt-examples: line 245) ok https://github.com/MicroEJ/ExampleJava-MWT/tree/master/stack-container (ApplicationDeveloperGuide/UI/Widgets/mwt-examples: line 278) ok https://github.com/MicroEJ/ExampleJava-MWT/tree/master/virtual-watch (Tutorials/tutorialImproveCodeQuality: line 389) ok https://github.com/MicroEJ/ExampleTool-Sonar (Tutorials/tutorialCreateFirmwareFromScratch: line 171) ok https://github.com/MicroEJ/FreeRTOS/commit/48248eae13baebf7df9638cd8da6fbfe1a735a9c (Tutorials/tutorialCreateFirmwareFromScratch: line 985) ok https://github.com/MicroEJ/FreeRTOS/commit/0e2e31d8a510d37178c340051bab636902471eea (Tutorials/tutorialCreateFirmwareFromScratch: line 1040) ok https://github.com/MicroEJ/FreeRTOS/commit/4b23ea2e77112f053368718d299ff8db826ddde1 (Tutorials/tutorialCreateFirmwareFromScratch: line 337) ok https://github.com/MicroEJ/FreeRTOS/commit/1f7e7ee014754a4dcb4f6c5a470205e02f6ac3c8 (Tutorials/tutorialCreateFirmwareFromScratch: line 878) ok https://github.com/MicroEJ/FreeRTOS/commit/7ae8e79f9c811621569ccb90c46b1dcda91da35d (Tutorials/tutorialCreateFirmwareFromScratch: line 1202) ok https://github.com/MicroEJ/FreeRTOS/commit/898f2e6cd492616b4ccaabc136cafa76ef038690 (Tutorials/tutorialCreateFirmwareFromScratch: line 1104) ok https://github.com/MicroEJ/FreeRTOS/commit/a202f43948c41b848ebfbc8c53610028c454b66f (Tutorials/tutorialCreateFirmwareFromScratch: line 274) ok https://github.com/MicroEJ/FreeRTOS/commit/d09ec0f5cbdf69ca97a5ac15f8b905538aa4c61e (Tutorials/tutorialRunATestSuiteOnDevice: line 29) ok https://github.com/MicroEJ/How-To/tree/1.8.3/FoundationLibrary-Get-Started (SDKUserGuide/resolveDependenciesInWorkspace: line 54) ok https://github.com/MicroEJ/How-To/tree/master/FoundationLibrary-Get-Started (Tutorials/tutorialInstrumentJavaCodeForLogging: line 345) ok https://github.com/MicroEJ/How-To/tree/master/Proguard-Get-Started (Tutorials/tutorialCreateFirmwareFromScratch: line 66) ok https://github.com/MicroEJ/FreeRTOS/tree/tuto-microej-firmware-from-scratch (Tutorials/tutorialCreatePlatformBuildAndRunScripts: line 155) redirect https://github.com/MicroEJ/Platform-Espressif-ESP-WROVER-KIT-V4.1/blob/1.7.0/ESP32-WROVER-Xtensa-FreeRTOS-bsp/Projects/microej/scripts/build.sh - permanently to https://github.com/MicroEJ/VEEPort-Espressif-ESP-WROVER-KIT-V4.1/blob/1.7.0/ESP32-WROVER-Xtensa-FreeRTOS-bsp/Projects/microej/scripts/build.sh (Tutorials/tutorialRunATestSuiteOnDevice: line 45) redirect https://github.com/MicroEJ/Platform-Espressif-ESP-WROVER-KIT-V4.1/tree/1.6.2 - permanently to https://github.com/MicroEJ/VEEPort-Espressif-ESP-WROVER-KIT-V4.1/tree/1.6.2 (Tutorials/getStartedWithGUI/setup: line 36) redirect https://github.com/MicroEJ/Platform-STMicroelectronics-STM32F7508-DK/tree/1.3.2 - permanently to https://github.com/MicroEJ/VEEPort-STMicroelectronics-STM32F7508-DK/tree/1.3.2 (VEEPortingGuide/systemView: line 20) redirect https://github.com/MicroEJ/Platform-STMicroelectronics-STM32F7508-DK - permanently to https://github.com/MicroEJ/VEEPort-STMicroelectronics-STM32F7508-DK (ApplicationDeveloperGuide/UI/Widgets/mwt-examples: line 31) redirect https://github.com/MicroEJ/Platform-STMicroelectronics-STM32F7508-DK/tree/1.5.0 - permanently to https://github.com/MicroEJ/VEEPort-STMicroelectronics-STM32F7508-DK/tree/1.5.0 (Tutorials/tutorialCreateCustomPlatform: line 45) redirect https://github.com/MicroEJ/PlatformQualificationTools - permanently to https://github.com/MicroEJ/VEEPortQualificationTools (Tutorials/tutorialRunATestSuiteOnDevice: line 134) redirect https://github.com/MicroEJ/PlatformQualificationTools/blob/2.3.0/tests/fs/java/java-testsuite-fs/config.properties.tpl - permanently to https://github.com/MicroEJ/VEEPortQualificationTools/blob/2.3.0/tests/fs/java/java-testsuite-fs/config.properties.tpl (Tutorials/tutorialRunATestSuiteOnDevice: line 211) redirect https://github.com/MicroEJ/PlatformQualificationTools/blob/2.3.0/tests/fs/java/java-testsuite-fs/validation/microej-testsuite-common.properties - permanently to https://github.com/MicroEJ/VEEPortQualificationTools/blob/2.3.0/tests/fs/java/java-testsuite-fs/validation/microej-testsuite-common.properties (Tutorials/tutorialRunATestSuiteOnDevice: line 90) redirect https://github.com/MicroEJ/PlatformQualificationTools/blob/2.3.0/tests/fs - permanently to https://github.com/MicroEJ/VEEPortQualificationTools/tree/2.3.0/tests/fs (VEEPortingGuide/platformCreation: line 45) redirect https://github.com/MicroEJ/PlatformQualificationTools/blob/master/framework/platform/ - permanently to https://github.com/MicroEJ/VEEPortQualificationTools/tree/master/framework/platform (VEEPortingGuide/platformCreation: line 45) redirect https://github.com/MicroEJ/PlatformQualificationTools/blob/master/framework/platform/README.rst - permanently to https://github.com/MicroEJ/VEEPortQualificationTools/blob/master/framework/platform/README.rst (VEEPortingGuide/platformCreation: line 59) redirect https://github.com/MicroEJ/PlatformQualificationTools/blob/master/framework/platform/content/build/CHANGELOG.md - permanently to https://github.com/MicroEJ/VEEPortQualificationTools/blob/master/framework/platform/content/build/CHANGELOG.md (Tutorials/tutorialCreateFirmwareFromScratch: line 484) redirect https://github.com/MicroEJ/PlatformQualificationTools/tree/master/framework/platform - permanently to https://github.com/MicroEJ/VEEPortQualificationTools/tree/master/framework/platform (VEEPortingGuide/platformQualification: line 153) redirect https://github.com/MicroEJ/PlatformQualificationTools/blob/master/tests/ui/ui2 - permanently to https://github.com/MicroEJ/VEEPortQualificationTools/tree/master/tests/ui/ui2 (VEEPortingGuide/platformQualification: line 151) redirect https://github.com/MicroEJ/PlatformQualificationTools/blob/master/tests/ui/ui3 - permanently to https://github.com/MicroEJ/VEEPortQualificationTools/tree/master/tests/ui/ui3 (Tutorials/tutorialRunATestSuiteOnDevice: line 94) redirect https://github.com/MicroEJ/PlatformQualificationTools/releases/tag/2.3.0 - permanently to https://github.com/MicroEJ/VEEPortQualificationTools/releases/tag/2.3.0 (Tutorials/tutorialCreateFirmwareFromScratch: line 497) redirect https://github.com/MicroEJ/PlatformQualificationTools/tree/master/framework/platform/content - permanently to https://github.com/MicroEJ/VEEPortQualificationTools/tree/master/framework/platform/content (ApplicationDeveloperGuide/dependencyDiscoverer: line 27) ok https://github.com/MicroEJ/Tool-ApiDependencyDiscoverer/blob/master/README.md (Tutorials/tutorialCreateFirmwareFromScratch: line 1291) redirect https://github.com/MicroEJ/PlatformQualificationTools/tree/master/tests/core - permanently to https://github.com/MicroEJ/VEEPortQualificationTools/tree/master/tests/core (Tutorials/tutorialCreatePlatformBuildAndRunScripts: line 33) redirect https://github.com/MicroEJ/PlatformQualificationTools/tree/master/framework/platform/scripts - permanently to https://github.com/MicroEJ/VEEPortQualificationTools/tree/master/framework/platform/scripts (Tutorials/tutorialOptimizeMemoryFootprint: line 39) redirect https://github.com/MicroEJ/Tool-DependencyDiscoverer - permanently to https://github.com/MicroEJ/Tool-ApiDependencyDiscoverer (ApplicationDeveloperGuide/dependencyDiscoverer: line 20) ok https://github.com/MicroEJ/Tool-ApiDependencyDiscoverer (VEEPortingGuide/uiPortBSP: line 142) ok https://github.com/MicroEJ/VEEPortQualificationTools/tree/master/tests/ui/ui3 (Tutorials/tutorialCreateFirmwareFromScratch: line 50) redirect https://github.com/microej/PlatformQualificationTools - permanently to https://github.com/MicroEJ/VEEPortQualificationTools (VEEPortingGuide/architectureChangelog: line 566) ok https://github.com/espressif/esp-idf/commit/ff29e3e7a24a715bc7f5ba453c83d694ba0ec1e2 (Tutorials/tutorialCreateFirmwareFromScratch: line 265) ok https://github.com/dwelch67/qemu_arm_samples/blob/master/cortex-m/uart01/notmain.c (ApplicationDeveloperGuide/UI/MicroVG/avdLoader: line 190) ok https://helpx.adobe.com/illustrator/using/simplify_paths.html (ApplicationDeveloperGuide/UI/MicroUI/fonts: line 118) ok https://home.unicode.org/ (Tutorials/tutorialSetupBuildUsingJenkinsAndArtifactory: line 7) ok https://jfrog.com/artifactory/ (Tutorials/tutorialSetupBuildUsingJenkinsAndArtifactory: line 143) redirect https://jfrog.com/fr/open-source/ - permanently to https://jfrog.com/community/open-source/ (VEEPortingGuide/coreEngine: line 604) ok https://github.com/orgs/MicroEJ/repositories?q=AbstractionLayer-Core&type=all&language=&sort= (SDKUserGuide/sdkChangeLog: line 726) ok https://keepachangelog.com/en/1.0.0/ (SDKUserGuide/licenses: line 343) ok https://hub.docker.com/r/microej/sdk (Tutorials/tutorialCreateFirmwareFromScratch: line 82) ok https://learn.microsoft.com/en-us/windows/wsl/install (ApplicationDeveloperGuide/nullAnalysis: line 130) redirect https://help.eclipse.org/2020-06/index.jsp?topic=/org.eclipse.jdt.doc.user/tasks/task-using_null_annotations.htm - with Found to https://help.eclipse.org/latest/index.jsp?topic=/org.eclipse.jdt.doc.user/tasks/task-using_null_annotations.htm (SDKUserGuide/repository: line 51) ok https://repo1.maven.org/maven2/ (VEEPortingGuide/mock: line 297) ok https://openjfx.io/ (Tutorials/tutorialAppendEmojisToVectorFont: line 16) ok https://github.com/fonttools/fonttools (SDKUserGuide/repository: line 38) ok https://repository.microej.com/ (VEEPortingGuide/architectureChangelog: line 957) ok https://repository.microej.com/5/artifacts/ej/api/bon/1.4.0/CHANGELOG-1.4.0.md (VEEPortingGuide/architectureChangelog: line 946) ok https://repository.microej.com/5/artifacts/ej/api/edc/1.3.0/CHANGELOG-1.3.0.md (SDKUserGuide/licenses: line 222) redirect https://license.microej.com/ - with Found to https://license.microej.com/oemServer/ (ApplicationDeveloperGuide/sandboxedAppDeploy: line 11) ok https://repository.microej.com/index.php?resource=FIRM&topic=ALL&version=ANY&edition=ANY (SDKUserGuide/licenses: line 118) redirect https://license.microej.com - with Found to https://license.microej.com/oemServer/ (ApplicationDeveloperGuide/platform: line 8) ok https://repository.microej.com/index.php?resource=JPF (ApplicationDeveloperGuide/UI/MicroVG/vectorfont: line 30) ok https://repository.microej.com/javadoc/microej_5.x/apis/ (ApplicationDeveloperGuide/networkingAddonLibraries: line 97) ok https://repository.microej.com/javadoc/microej_5.x/apis/com/google/protobuf/CodedInputStream.html (ApplicationDeveloperGuide/networkingAddonLibraries: line 22) ok https://repository.microej.com/javadoc/microej_5.x/apis/android/net/ConnectivityManager.html (ApplicationDeveloperGuide/networkingAddonLibraries: line 55) ok https://repository.microej.com/javadoc/microej_5.x/apis/android/net/SntpClient.html (ApplicationDeveloperGuide/networkingAddonLibraries: line 98) ok https://repository.microej.com/javadoc/microej_5.x/apis/com/google/protobuf/CodedOutputStream.html (KernelDeveloperGuide/featuresCommunication: line 29) ok https://repository.microej.com/javadoc/microej_5.x/apis/com/microej/kf/util/BooleanConverter.html (KernelDeveloperGuide/featuresCommunication: line 32) ok https://repository.microej.com/javadoc/microej_5.x/apis/com/microej/kf/util/ByteConverter.html (KernelDeveloperGuide/featuresCommunication: line 35) ok https://repository.microej.com/javadoc/microej_5.x/apis/com/microej/kf/util/CharacterConverter.html (KernelDeveloperGuide/featuresCommunication: line 59) ok https://repository.microej.com/javadoc/microej_5.x/apis/com/microej/kf/util/DateConverter.html (KernelDeveloperGuide/featuresCommunication: line 50) ok https://repository.microej.com/javadoc/microej_5.x/apis/com/microej/kf/util/DoubleConverter.html (KernelDeveloperGuide/featuresCommunication: line 44) ok https://repository.microej.com/javadoc/microej_5.x/apis/com/microej/kf/util/FloatConverter.html (KernelDeveloperGuide/featuresCommunication: line 41) ok https://repository.microej.com/javadoc/microej_5.x/apis/com/microej/kf/util/IntegerConverter.html (KernelDeveloperGuide/featuresCommunication: line 56) ok https://repository.microej.com/javadoc/microej_5.x/apis/com/microej/kf/util/InputStreamConverter.html (KernelDeveloperGuide/featuresCommunication: line 62) ok https://repository.microej.com/javadoc/microej_5.x/apis/com/microej/kf/util/ListConverter.html (KernelDeveloperGuide/featuresCommunication: line 47) ok https://repository.microej.com/javadoc/microej_5.x/apis/com/microej/kf/util/LongConverter.html (KernelDeveloperGuide/featuresCommunication: line 65) ok https://repository.microej.com/javadoc/microej_5.x/apis/com/microej/kf/util/MapConverter.html (KernelDeveloperGuide/featuresCommunication: line 53) ok https://repository.microej.com/javadoc/microej_5.x/apis/com/microej/kf/util/StringConverter.html (KernelDeveloperGuide/featuresCommunication: line 38) ok https://repository.microej.com/javadoc/microej_5.x/apis/com/microej/kf/util/ShortConverter.html (ApplicationDeveloperGuide/nullAnalysis: line 36) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/annotation/NonNull.html (ApplicationDeveloperGuide/nullAnalysis: line 31) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/annotation/NonNullByDefault.html (ApplicationDeveloperGuide/nullAnalysis: line 34) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/annotation/Nullable.html (Tutorials/tutorialOptimizeMemoryFootprint: line 198) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/basictool/map/PackedMap.html (Tutorials/tutorialOptimizeMemoryFootprint: line 197) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/basictool/ArrayTools.html (ApplicationDeveloperGuide/networkingFoundationLibraries: line 19) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/bluetooth/package-summary.html (Tutorials/tutorialImproveCodeQuality: line 238) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/bon/ByteArray.html (ApplicationDeveloperGuide/classpath: line 275) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/bon/Constants.html (VEEPortingGuide/architectureChangelog: line 306) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/bon/Constants.html#getBoolean-java.lang.String- (Tutorials/tutorialOptimizeMemoryFootprint: line 194) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/bon/Constants.html#getClass-java.lang.String- (Tutorials/tutorialOptimizeMemoryFootprint: line 417) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/bon/Immortals.html (ApplicationDeveloperGuide/classpath: line 198) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/bon/Immutables.html#get-java.lang.String- (VEEPortingGuide/architectureChangelog: line 1019) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/bon/ResourceBuffer.html (VEEPortingGuide/architectureChangelog: line 842) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/bon/ResourceBuffer.html#readString-- (KernelDeveloperGuide/kfEnabledLibraries: line 79) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/bon/Timer.html (KernelDeveloperGuide/kfEnabledLibraries: line 79) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/bon/TimerTask.html (VEEPortingGuide/architectureChangelog: line 935) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/bon/Util.html#newArray-java.lang.Class-int- (ApplicationDeveloperGuide/UI/MWT/how-to-animate-widget: line 70) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/bon/Util.html#platformTimeMillis-- (ApplicationDeveloperGuide/runtime: line 100) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/bon/package-summary.html (ApplicationDeveloperGuide/networkingAddonLibraries: line 83) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/cbor/CborDecoder.html (ApplicationDeveloperGuide/networkingAddonLibraries: line 82) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/cbor/CborEncoder.html (Tutorials/getStartedWithGUI/basicDrawing: line 78) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/drawing/ShapePainter.html (VEEPortingGuide/uiChangeLog: line 435) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/drawing/ShapePainter.html#drawThickEllipse-ej.microui.display.GraphicsContext-int-int-int-int-int- (VEEPortingGuide/uiChangeLog: line 435) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/drawing/ShapePainter.html#drawThickFadedEllipse-ej.microui.display.GraphicsContext-int-int-int-int-int-int- (VEEPortingGuide/uiChangeLog: line 435) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/drawing/ShapePainter.html#drawThickFadedLine-ej.microui.display.GraphicsContext-int-int-int-int-int-int-ej.drawing.ShapePainter.Cap-ej.drawing.ShapePainter.Cap- (KernelDeveloperGuide/kfEnabledLibraries: line 95) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/ecom/Device.html (KernelDeveloperGuide/kfEnabledLibraries: line 95) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/ecom/DeviceManager.html (VEEPortingGuide/ecom: line 70) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/ecom/HardwareDescriptor.html (VEEPortingGuide/ecom: line 75) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/ecom/RegistrationListener.html (VEEPortingGuide/ecom-comm: line 11) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/ecom/io/Connector.html (KernelDeveloperGuide/kfEnabledLibraries: line 107) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/ecom/io/CommConnection.html (VEEPortingGuide/ecom: line 40) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/ecom/io/Connector.html#open-java.lang.String- (ApplicationDeveloperGuide/networkingFoundationLibraries: line 25) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/ecom/network/NetworkInterfaceManager.html (ApplicationDeveloperGuide/networkingFoundationLibraries: line 31) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/ecom/wifi/WifiManager.html (ApplicationDeveloperGuide/networkingAddonLibraries: line 34) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/hoka/http/HttpServer.html (KernelDeveloperGuide/featuresCommunication: line 17) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/kf/Converter.html (VEEPortingGuide/uiChangeLog: line 348) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/kf/DeadFeatureException.html (VEEPortingGuide/architectureChangelog: line 248) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/kf/Feature.html#getCriticality-- (VEEPortingGuide/architectureChangelog: line 817) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/kf/Feature.html#start-- (VEEPortingGuide/architectureChangelog: line 1183) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/kf/Feature.html#stop-- (ApplicationDeveloperGuide/classpath: line 109) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/kf/FeatureEntryPoint.html (VEEPortingGuide/architectureChangelog: line 1134) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/kf/Kernel.html (KernelDeveloperGuide/featuresCommunication: line 17) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/kf/Kernel.html#addConverter-ej.kf.Converter- (VEEPortingGuide/architectureChangelog: line 251) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/kf/Kernel.html#addResourceControlListener-ej.kf.ResourceControlListener- (VEEPortingGuide/architectureChangelog: line 146) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/kf/Kernel.html#canUninstall-ej.kf.Feature- (VEEPortingGuide/architectureChangelog: line 246) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/kf/Kernel.html#getAllFeatureStateListeners-- (KernelDeveloperGuide/kernelUID: line 17) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/kf/Kernel.html#getInstance-- (KernelDeveloperGuide/applicationLink: line 43) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/kf/Kernel.html#install-java.io.InputStream- (VEEPortingGuide/architectureChangelog: line 251) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/kf/Kernel.html#removeResourceControlListener-ej.kf.ResourceControlListener- (KernelDeveloperGuide/kernelLink: line 87) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/kf/Kernel.html#uninstall-ej.kf.Feature- (KernelDeveloperGuide/kernelUID: line 17) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/kf/Module.html#getUID-- (VEEPortingGuide/appendix/javalibs/kf: line 49) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/kf/Module.html#getVersion-- (ApplicationDeveloperGuide/sandboxedAppSharedInterface: line 259) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/kf/Proxy.html (ApplicationDeveloperGuide/sandboxedAppSharedInterface: line 282) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/kf/Proxy.html#invoke-- (ApplicationDeveloperGuide/sandboxedAppSharedInterface: line 292) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/kf/Proxy.html#invokeBoolean-- (ApplicationDeveloperGuide/sandboxedAppSharedInterface: line 292) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/kf/Proxy.html#invokeByte-- (ApplicationDeveloperGuide/sandboxedAppSharedInterface: line 292) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/kf/Proxy.html#invokeChar-- (ApplicationDeveloperGuide/sandboxedAppSharedInterface: line 292) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/kf/Proxy.html#invokeDouble-- (ApplicationDeveloperGuide/sandboxedAppSharedInterface: line 292) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/kf/Proxy.html#invokeFloat-- (ApplicationDeveloperGuide/sandboxedAppSharedInterface: line 292) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/kf/Proxy.html#invokeInt-- (ApplicationDeveloperGuide/sandboxedAppSharedInterface: line 292) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/kf/Proxy.html#invokeLong-- (ApplicationDeveloperGuide/sandboxedAppSharedInterface: line 287) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/kf/Proxy.html#invokeRef-- (ApplicationDeveloperGuide/sandboxedAppSharedInterface: line 292) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/kf/Proxy.html#invokeShort-- (KernelDeveloperGuide/kf: line 17) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/kf/package-summary.html (VEEPortingGuide/uiInput: line 40) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/MicroUI.html (KernelDeveloperGuide/kfEnabledLibraries: line 34) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/MicroUI.html#callSerially-java.lang.Runnable- (VEEPortingGuide/uiDisplay: line 703) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/MicroUI.html#start-- (ApplicationDeveloperGuide/UI/MicroUI/errors: line 4) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/MicroUIException.html (ApplicationDeveloperGuide/UI/MicroUI/images: line 411) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/BufferedImage.html (VEEPortingGuide/uiImageLoader: line 46) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/BufferedImage.html# (ApplicationDeveloperGuide/UI/MicroUI/images: line 391) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/BufferedImage.html#BufferedImage-int-int- (ApplicationDeveloperGuide/UI/MicroUI/images: line 391) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/BufferedImage.html#getGraphicsContext-- (VEEPortingGuide/appendix/llapi: line 373) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/Display.html (KernelDeveloperGuide/kfEnabledLibraries: line 46) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/Display.html#callOnFlushCompleted-java.lang.Runnable- (VEEPortingGuide/uiChangeLog: line 307) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/Display.html#flush-- (VEEPortingGuide/uiMicroui: line 22) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/Display.html#getDisplay-- (VEEPortingGuide/uiChangeLog: line 786) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/Display.html#getDisplayColor-int- (VEEPortingGuide/uiChangeLog: line 709) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/Display.html#isColor-- (KernelDeveloperGuide/kfEnabledLibraries: line 32) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/Display.html#requestFlush-- (KernelDeveloperGuide/kfEnabledLibraries: line 32) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/Display.html#requestHide-ej.microui.display.Displayable- (KernelDeveloperGuide/kfEnabledLibraries: line 32) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/Display.html#requestRender-- (KernelDeveloperGuide/kfEnabledLibraries: line 32) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/Display.html#requestShow-ej.microui.display.Displayable- (ApplicationDeveloperGuide/UI/MicroUI/errors: line 22) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/Display.html#waitFlushCompleted-- (KernelDeveloperGuide/kfEnabledLibraries: line 38) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/Displayable.html (KernelDeveloperGuide/kfEnabledLibraries: line 38) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/Displayable.html#onHidden-- (VEEPortingGuide/uiMicroui: line 88) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/Displayable.html#render-ej.microui.display.GraphicsContext- (KernelDeveloperGuide/kfEnabledLibraries: line 68) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/Font.html (VEEPortingGuide/uiFontCore: line 127) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/Font.html# (ApplicationDeveloperGuide/UI/MicroUI/fonts: line 9) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/Font.html#getFont-java.lang.String- (VEEPortingGuide/uiChangeLog: line 1154) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/Font.html#getHeight-- (ApplicationDeveloperGuide/UI/MicroUI/fontDesigner: line 143) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/Font.html#isBold-- (ApplicationDeveloperGuide/UI/MicroUI/fontDesigner: line 143) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/Font.html#isItalic-- (VEEPortingGuide/uiDisplay: line 721) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/GraphicsContext.html (VEEPortingGuide/uiChangeLog: line 195) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/GraphicsContext.html#enableEllipsis-int- (VEEPortingGuide/uiMigrationGuide: line 204) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/GraphicsContext.html#getSNIContext-- (VEEPortingGuide/uiChangeLog: line 176) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/GraphicsContext.html#readPixel-int-int- (VEEPortingGuide/uiDisplay: line 229) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/GraphicsContext.html#readPixels-int:A-int-int-int-int-int-int- (VEEPortingGuide/uiDisplay: line 1485) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/GraphicsContext.html#setBackgroundColor-int- (ApplicationDeveloperGuide/UI/MicroUI/images: line 415) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/GraphicsContext.html#setColor-int- (ApplicationDeveloperGuide/UI/MicroUI/errors: line 30) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/Image.html (VEEPortingGuide/uiImageGenerator: line 313) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/Image.html# (ApplicationDeveloperGuide/UI/MicroUI/images: line 12) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/Image.html#getImage-java.lang.String- (VEEPortingGuide/uiMigrationGuide: line 205) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/Image.html#getSNIContext-- (VEEPortingGuide/uiChangeLog: line 176) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/Image.html#readPixel-int-int- (Tutorials/getStartedWithGUI/basicDrawing: line 40) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/Painter.html (Tutorials/getStartedWithGUI/basicDrawing: line 42) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/Painter.html#drawLine-ej.microui.display.GraphicsContext-int-int-int-int- (VEEPortingGuide/uiChangeLog: line 472) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/Painter.html#fillRectangle-ej.microui.display.GraphicsContext-int-int-int-int- (VEEPortingGuide/uiChangeLog: line 472) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/Painter.html#fillRoundedRectangle-ej.microui.display.GraphicsContext-int-int-int-int-int-int- (ApplicationDeveloperGuide/UI/MicroUI/images: line 432) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/ResourceImage.html (VEEPortingGuide/uiImageOverview: line 12) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/ResourceImage.html# (ApplicationDeveloperGuide/UI/MicroUI/images: line 439) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/ResourceImage.html#close-- (ApplicationDeveloperGuide/UI/MicroUI/images: line 12) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/ResourceImage.html#loadImage-java.lang.String- (VEEPortingGuide/uiLowLevel: line 57) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/display/package-summary.html (ApplicationDeveloperGuide/UI/MicroUI/errors: line 14) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/event/EventGenerator.html (KernelDeveloperGuide/kfEnabledLibraries: line 44) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/event/EventHandler.html (VEEPortingGuide/uiInput: line 83) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/event/generator/Buttons.html (ApplicationDeveloperGuide/UI/MWT/how-to-widget: line 107) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/event/generator/Buttons.html#PRESSED (ApplicationDeveloperGuide/UI/Widgets/mwt-examples: line 290) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/event/generator/Command.html (VEEPortingGuide/uiInput: line 101) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/event/generator/GenericEventGenerator.html (VEEPortingGuide/uiInput: line 83) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/event/generator/Pointer.html (VEEPortingGuide/uiInput: line 83) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/event/generator/States.html (VEEPortingGuide/uiLowLevel: line 57) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/event/package-summary.html (VEEPortingGuide/uiLed: line 18) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/led/Leds.html (VEEPortingGuide/uiMicroui: line 24) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/led/Leds.html#getNumberOfLeds-- (VEEPortingGuide/uiLowLevel: line 57) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microui/led/package-summary.html (VEEPortingGuide/vgGradient: line 18) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microvg/LinearGradient.html (ApplicationDeveloperGuide/UI/MicroVG/vectorfont: line 15) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microvg/Matrix.html (VEEPortingGuide/vgPath: line 21) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microvg/Path.html (ApplicationDeveloperGuide/UI/MicroVG/vectorfont: line 199) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microvg/VectorFont.html (ApplicationDeveloperGuide/UI/MicroVG/vectorfont: line 214) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microvg/VectorFont.html#getBaselinePosition-float- (ApplicationDeveloperGuide/UI/MicroVG/vectorfont: line 216) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microvg/VectorFont.html#getHeight-float- (ApplicationDeveloperGuide/UI/MicroVG/vectorfont: line 30) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microvg/VectorFont.html#loadFont-java.lang.String- (ApplicationDeveloperGuide/UI/MicroVG/vectorfont: line 220) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microvg/VectorFont.html#measureStringHeight-java.lang.String-float- (ApplicationDeveloperGuide/UI/MicroVG/vectorfont: line 221) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microvg/VectorFont.html#measureStringWidth-java.lang.String-float- (VEEPortingGuide/vgFont: line 45) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microvg/VectorGraphicsPainter.html (ApplicationDeveloperGuide/UI/MicroVG/vectorimage: line 230) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microvg/VectorGraphicsPainter.html#drawAnimatedImage-ej.microui.display.GraphicsContext-ej.microvg.VectorImage-float-float-long- (ApplicationDeveloperGuide/UI/MicroVG/vectorimage: line 230) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microvg/VectorGraphicsPainter.html#drawFilteredAnimatedImage-ej.microui.display.GraphicsContext-ej.microvg.VectorImage-ej.microvg.Matrix-long-float:A- (ApplicationDeveloperGuide/UI/MicroVG/vectorimage: line 182) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microvg/VectorGraphicsPainter.html#drawFilteredImage-ej.microui.display.GraphicsContext-ej.microvg.VectorImage-ej.microvg.Matrix-float:A- (ApplicationDeveloperGuide/UI/MicroVG/vectorimage: line 54) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microvg/VectorGraphicsPainter.html#drawImage-ej.microui.display.GraphicsContext-ej.microvg.VectorImage-float-float- (ApplicationDeveloperGuide/UI/MicroVG/vectorfont: line 207) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microvg/VectorGraphicsPainter.html#drawGradientString-ej.microui.display.GraphicsContext-java.lang.String-ej.microvg.VectorFont-float-ej.microvg.Matrix-ej.microvg.LinearGradient-int-ej.microvg.BlendMode-float- (ApplicationDeveloperGuide/UI/MicroVG/vectorfont: line 38) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microvg/VectorGraphicsPainter.html#drawString-ej.microui.display.GraphicsContext-java.lang.String-ej.microvg.VectorFont-float-float-float- (ApplicationDeveloperGuide/UI/MicroVG/vectorfont: line 240) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microvg/VectorGraphicsPainter.html#drawStringOnCircle-ej.microui.display.GraphicsContext-java.lang.String-ej.microvg.VectorFont-float-ej.microvg.Matrix-float-ej.microvg.VectorGraphicsPainter.Direction- (ApplicationDeveloperGuide/UI/MicroVG/path: line 44) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microvg/VectorGraphicsPainter.html#fillPath-ej.microui.display.GraphicsContext-ej.microvg.Path-float-float- (ApplicationDeveloperGuide/UI/MicroVG/vectorimage: line 232) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microvg/VectorImage.html#getDuration-- (ApplicationDeveloperGuide/UI/MicroVG/vectorimage: line 11) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microvg/VectorImage.html#getImage-java.lang.String- (ApplicationDeveloperGuide/UI/MicroVG/vectorimage: line 58) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microvg/VectorImage.html#getHeight-- (ApplicationDeveloperGuide/UI/MicroVG/vectorimage: line 58) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/microvg/VectorImage.html#getWidth-- (ApplicationDeveloperGuide/UI/MWT/how-to-container: line 4) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Container.html (ApplicationDeveloperGuide/UI/MWT/how-to-container: line 94) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Container.html#addChild-ej.mwt.Widget- (ApplicationDeveloperGuide/UI/MWT/how-to-container: line 21) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Container.html#computeChildOptimalSize-ej.mwt.Widget-int-int- (ApplicationDeveloperGuide/UI/MWT/how-to-container: line 99) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Container.html#changeChildIndex-ej.mwt.Widget-int- (ApplicationDeveloperGuide/UI/MWT/how-to-container: line 97) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Container.html#insertChild-ej.mwt.Widget-int- (ApplicationDeveloperGuide/UI/MWT/how-to-container: line 51) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Container.html#layOutChild-ej.mwt.Widget-int-int-int-int- (ApplicationDeveloperGuide/UI/MWT/how-to-container: line 48) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Container.html#layOutChildren-int-int- (ApplicationDeveloperGuide/UI/MWT/how-to-container: line 96) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Container.html#removeAllChildren-- (ApplicationDeveloperGuide/UI/MWT/how-to-container: line 95) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Container.html#removeChild-ej.mwt.Widget- (ApplicationDeveloperGuide/UI/MWT/how-to-container: line 98) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Container.html#replaceChild-int-ej.mwt.Widget- (ApplicationDeveloperGuide/UI/MWT/how-to-container: line 77) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Container.html#setHiddenChild-ej.mwt.Widget- (ApplicationDeveloperGuide/UI/MWT/how-to-container: line 79) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Container.html#setHiddenChildren-- (ApplicationDeveloperGuide/UI/MWT/how-to-container: line 73) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Container.html#setShownChild-ej.mwt.Widget- (ApplicationDeveloperGuide/UI/MWT/how-to-container: line 73) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Container.html#setShownChildren-- (ApplicationDeveloperGuide/UI/MWT/how-to-event-dispatcher: line 17) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Desktop.html (ApplicationDeveloperGuide/UI/MWT/concepts: line 60) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Desktop.html#createRenderPolicy-- (ApplicationDeveloperGuide/UI/MWT/how-to-animate-widget: line 9) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Desktop.html#getAnimator-- (ApplicationDeveloperGuide/UI/MWT/how-to-event-dispatcher: line 17) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Desktop.html#getWidget-- (ApplicationDeveloperGuide/UI/MWT/concepts: line 100) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Desktop.html#getWidgetAt-int-int- (ApplicationDeveloperGuide/UI/MWT/concepts: line 72) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Desktop.html#onShown-- (ApplicationDeveloperGuide/UI/MWT/concepts: line 72) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Desktop.html#requestLayOut-- (ApplicationDeveloperGuide/UI/MWT/how-to-overlap-render-policy: line 61) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Desktop.html#requestShow-- (ApplicationDeveloperGuide/UI/MWT/concepts: line 271) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Desktop.html#setAttached-- (ApplicationDeveloperGuide/UI/MWT/how-to-widget: line 8) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Widget.html (ApplicationDeveloperGuide/UI/MWT/how-to-container: line 24) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Widget.html#NO_CONSTRAINT (ApplicationDeveloperGuide/UI/MWT/concepts: line 132) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Widget.html#computeContentOptimalSize-ej.mwt.util.Size- (ApplicationDeveloperGuide/UI/MWT/concepts: line 112) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Widget.html#contains-int-int- (ApplicationDeveloperGuide/UI/MWT/how-to-container: line 21) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Widget.html#getHeight-- (ApplicationDeveloperGuide/UI/MWT/how-to-widget: line 28) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Widget.html#getStyle-- (ApplicationDeveloperGuide/UI/MWT/how-to-container: line 21) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Widget.html#getWidth-- (ApplicationDeveloperGuide/UI/MWT/concepts: line 87) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Widget.html#handleEvent-int- (ApplicationDeveloperGuide/UI/MWT/how-to-widget: line 119) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Widget.html#onAttached-- (ApplicationDeveloperGuide/UI/MWT/how-to-widget: line 120) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Widget.html#onDetached-- (ApplicationDeveloperGuide/UI/MWT/how-to-widget: line 123) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Widget.html#onHidden-- (ApplicationDeveloperGuide/UI/Advanced/how-to-text-overflow: line 32) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Widget.html#onLaidOut-- (ApplicationDeveloperGuide/UI/MWT/how-to-widget: line 122) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Widget.html#onShown-- (ApplicationDeveloperGuide/UI/MWT/how-to-animate-widget: line 70) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Widget.html#renderContent-ej.microui.display.GraphicsContext-int-int- (ApplicationDeveloperGuide/UI/MWT/concepts: line 44) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Widget.html#render-ej.microui.display.GraphicsContext- (ApplicationDeveloperGuide/UI/MWT/concepts: line 72) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Widget.html#requestLayOut-- (ApplicationDeveloperGuide/UI/MWT/concepts: line 38) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Widget.html#requestRender-- (ApplicationDeveloperGuide/UI/MWT/concepts: line 149) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Widget.html#requestRender-int-int-int-int- (ApplicationDeveloperGuide/UI/MWT/how-to-animate-widget: line 9) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/animation/Animation.html (ApplicationDeveloperGuide/UI/MWT/how-to-widget: line 74) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/Widget.html#setEnabled-boolean- (ApplicationDeveloperGuide/UI/MWT/how-to-animate-widget: line 52) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/animation/Animation.html#tick-long- (ApplicationDeveloperGuide/UI/MWT/concepts: line 246) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/animation/Animator.html (ApplicationDeveloperGuide/UI/MWT/how-to-animate-widget: line 15) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/animation/Animator.html#startAnimation-ej.mwt.animation.Animation- (ApplicationDeveloperGuide/UI/MWT/how-to-animate-widget: line 15) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/animation/Animator.html#stopAnimation-ej.mwt.animation.Animation- (ApplicationDeveloperGuide/UI/MWT/how-to-event-dispatcher: line 38) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/event/DesktopEventGenerator.html (ApplicationDeveloperGuide/UI/MWT/how-to-event-dispatcher: line 38) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/event/DesktopEventGenerator.html#buildEvent-int- (ApplicationDeveloperGuide/UI/MWT/how-to-event-dispatcher: line 9) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/event/EventDispatcher.html (ApplicationDeveloperGuide/UI/MWT/how-to-event-dispatcher: line 17) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/event/EventDispatcher.html#dispatchEvent-int- (ApplicationDeveloperGuide/UI/MWT/how-to-event-dispatcher: line 53) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/event/EventDispatcher.html#initialize-- (ApplicationDeveloperGuide/UI/MWT/how-to-event-dispatcher: line 17) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/event/EventDispatcher.html#getDesktop-- (ApplicationDeveloperGuide/UI/MWT/how-to-event-dispatcher: line 53) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/event/EventDispatcher.html#dispose-- (ApplicationDeveloperGuide/UI/MWT/how-to-event-dispatcher: line 21) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/event/EventDispatcher.html#sendEventToWidget-ej.mwt.Widget-int- (ApplicationDeveloperGuide/UI/MWT/concepts: line 56) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/render/DefaultRenderPolicy.html (ApplicationDeveloperGuide/UI/MWT/how-to-extra-style-field: line 41) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/style/Style.html (ApplicationDeveloperGuide/UI/MWT/how-to-extra-style-field: line 27) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/style/EditableStyle.html (ApplicationDeveloperGuide/UI/MWT/concepts: line 56) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/render/OverlapRenderPolicy.html (ApplicationDeveloperGuide/UI/MWT/how-to-background: line 4) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/style/background/Background.html (ApplicationDeveloperGuide/UI/MWT/how-to-background: line 29) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/style/background/Background.html#apply-ej.microui.display.GraphicsContext-int-int- (ApplicationDeveloperGuide/UI/MWT/concepts: line 191) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/style/background/ImageBackground.html (ApplicationDeveloperGuide/UI/MWT/concepts: line 188) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/style/background/NoBackground.html (ApplicationDeveloperGuide/UI/MWT/how-to-background: line 12) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/style/background/Background.html#isTransparent-int-int- (ApplicationDeveloperGuide/UI/MWT/concepts: line 189) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/style/background/RectangularBackground.html (ApplicationDeveloperGuide/UI/MWT/concepts: line 190) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/style/background/RoundedBackground.html (ApplicationDeveloperGuide/UI/MWT/concepts: line 147) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/style/dimension/Dimension.html (ApplicationDeveloperGuide/UI/MWT/concepts: line 133) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/style/dimension/FixedDimension.html (ApplicationDeveloperGuide/UI/MWT/concepts: line 131) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/style/dimension/NoDimension.html (ApplicationDeveloperGuide/UI/MWT/concepts: line 132) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/style/dimension/OptimalDimension.html (ApplicationDeveloperGuide/UI/MWT/concepts: line 134) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/style/dimension/RelativeDimension.html (ApplicationDeveloperGuide/UI/MWT/concepts: line 167) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/style/outline/FlexibleOutline.html (ApplicationDeveloperGuide/UI/MWT/concepts: line 165) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/style/outline/NoOutline.html (ApplicationDeveloperGuide/UI/MWT/how-to-outline: line 4) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/style/outline/Outline.html (ApplicationDeveloperGuide/UI/MWT/how-to-outline: line 36) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/style/outline/Outline.html#apply-ej.microui.display.GraphicsContext-ej.mwt.util.Size- (ApplicationDeveloperGuide/UI/MWT/how-to-outline: line 12) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/style/outline/Outline.html#apply-ej.mwt.util.Outlineable- (ApplicationDeveloperGuide/UI/MWT/concepts: line 166) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/style/outline/UniformOutline.html (ApplicationDeveloperGuide/UI/MWT/concepts: line 171) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/style/outline/border/RectangularBorder.html (ApplicationDeveloperGuide/UI/MWT/concepts: line 172) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/style/outline/border/RoundedBorder.html (Tutorials/getStartedWithGUI/style: line 8) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/style/package-summary.html (ApplicationDeveloperGuide/UI/MWT/concepts: line 222) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/stylesheet/VoidStylesheet.html (ApplicationDeveloperGuide/UI/MWT/concepts: line 223) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/stylesheet/cascading/CascadingStylesheet.html (ApplicationDeveloperGuide/UI/MWT/how-to-outline: line 14) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/util/Outlineable.html (ApplicationDeveloperGuide/UI/MWT/how-to-outline: line 14) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/util/Outlineable.html#removeOutline-int-int-int-int- (ApplicationDeveloperGuide/UI/MWT/how-to-outline: line 12) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/util/Rectangle.html (ApplicationDeveloperGuide/UI/MWT/how-to-outline: line 12) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/mwt/util/Size.html (ApplicationDeveloperGuide/nls: line 115) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/nls/NLS.html#getMessage-int- (ApplicationDeveloperGuide/nls: line 104) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/nls/NLS.html#setCurrentLocale-java.lang.String- (ApplicationDeveloperGuide/networkingAddonLibraries: line 49) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/rest/web/Resty.html (Tutorials/tutorialOptimizeMemoryFootprint: line 300) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/service/ServiceLoader.html (VEEPortingGuide/architectureChangelog: line 656) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/sni/SNI.html#toCString-java.lang.String-byte:A- (ApplicationDeveloperGuide/runtime: line 143) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/sni/package-summary.html (VEEPortingGuide/sp: line 29) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/sp/package-summary.html (Tutorials/tutorialDiscoverEmbeddedDebuggingTechniques: line 46) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/trace/Tracer.html (ApplicationDeveloperGuide/trace: line 70) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/trace/Tracer.html#TRACE_ENABLED_CONSTANT_PROPERTY (VEEPortingGuide/architectureChangelog: line 961) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/trace/Tracer.html#getGroupID-- (ApplicationDeveloperGuide/trace: line 62) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/trace/Tracer.html#recordEvent-int- (ApplicationDeveloperGuide/trace: line 66) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/trace/Tracer.html#recordEventEnd-int- (ApplicationDeveloperGuide/trace: line 43) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/trace/Tracer.html#startTrace-- (ApplicationDeveloperGuide/trace: line 43) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/trace/Tracer.html#stopTrace-- (VEEPortingGuide/device: line 31) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/util/Device.html#getArchitecture-- (VEEPortingGuide/device: line 35) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/util/Device.html#getId-- (Tutorials/tutorialInstrumentJavaCodeForLogging: line 220) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/util/logging/handler/DefaultHandler.html (Tutorials/tutorialInstrumentJavaCodeForLogging: line 159) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/util/message/Level.html (Tutorials/tutorialInstrumentJavaCodeForLogging: line 160) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/util/message/MessageBuilder.html (Tutorials/tutorialInstrumentJavaCodeForLogging: line 156) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/util/message/MessageLogger.html (Tutorials/tutorialInstrumentJavaCodeForLogging: line 157) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/util/message/MessageLogger.html#log-char-java.lang.String-int-java.lang.Throwable-java.lang.Object...- (Tutorials/tutorialInstrumentJavaCodeForLogging: line 160) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/util/message/basic/BasicMessageBuilder.html (Tutorials/tutorialDiscoverEmbeddedDebuggingTechniques: line 69) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/util/message/basic/BasicMessageLogger.html (ApplicationDeveloperGuide/UI/Widgets/widget: line 32) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/widget/basic/Button.html (Tutorials/getStartedWithGUI/eventHandling: line 39) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/widget/basic/Button.html#handleClick-- (ApplicationDeveloperGuide/UI/Widgets/widget: line 33) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/widget/basic/ImageButton.html (ApplicationDeveloperGuide/UI/Widgets/widget: line 31) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/widget/basic/ImageWidget.html (ApplicationDeveloperGuide/UI/Advanced/how-to-text-overflow: line 11) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/widget/basic/Label.html (ApplicationDeveloperGuide/UI/MWT/how-to-overlap-render-policy: line 73) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/widget/basic/OnClickListener.html (ApplicationDeveloperGuide/UI/Widgets/widget: line 43) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/widget/container/Canvas.html (ApplicationDeveloperGuide/UI/MWT/how-to-overlap-render-policy: line 54) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/widget/container/Canvas.html#addChild-ej.mwt.Widget-int-int-int-int- (ApplicationDeveloperGuide/UI/Widgets/widget: line 40) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/widget/container/Dock.html (ApplicationDeveloperGuide/UI/Widgets/widget: line 38) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/widget/container/Flow.html (ApplicationDeveloperGuide/UI/Widgets/widget: line 39) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/widget/container/Grid.html (ApplicationDeveloperGuide/UI/Widgets/widget: line 37) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/widget/container/List.html (ApplicationDeveloperGuide/UI/Widgets/widget: line 42) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/widget/container/OverlapContainer.html (ApplicationDeveloperGuide/UI/Widgets/widget: line 41) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/widget/container/SimpleDock.html (ApplicationDeveloperGuide/UI/Widgets/widget: line 62) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/widget/util/color/ColorHelper.html (ApplicationDeveloperGuide/UI/Widgets/widget: line 64) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/widget/util/color/GradientHelper.html (ApplicationDeveloperGuide/UI/Widgets/widget: line 70) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/widget/util/color/LightHelper.html (ApplicationDeveloperGuide/UI/Widgets/widget: line 159) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/widget/util/debug/BoundsInspector.html#boundsRecursiveToString-ej.mwt.Widget- (ApplicationDeveloperGuide/UI/Widgets/widget: line 144) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/widget/util/debug/BoundsInspector.html#boundsToString-ej.mwt.Widget- (ApplicationDeveloperGuide/UI/Widgets/widget: line 134) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/widget/util/debug/HierarchyInspector.html#countMaxDepth-ej.mwt.Widget- (ApplicationDeveloperGuide/UI/Widgets/widget: line 124) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/widget/util/debug/HierarchyInspector.html#countNumberOfContainers-ej.mwt.Widget- (ApplicationDeveloperGuide/UI/Widgets/widget: line 124) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/widget/util/debug/HierarchyInspector.html#countNumberOfWidgets-ej.mwt.Widget- (ApplicationDeveloperGuide/UI/Widgets/widget: line 88) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/widget/util/debug/HierarchyInspector.html#hierarchyToString-ej.mwt.Widget- (ApplicationDeveloperGuide/UI/Widgets/widget: line 110) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/widget/util/debug/HierarchyInspector.html#pathToWidgetToString-ej.mwt.Widget- (ApplicationDeveloperGuide/UI/Widgets/widget: line 115) ok https://repository.microej.com/javadoc/microej_5.x/apis/ej/widget/util/debug/HierarchyInspector.html#pathToWidgetToString-ej.mwt.Widget-char- (ApplicationDeveloperGuide/networkingAddonLibraries: line 61) ok https://repository.microej.com/javadoc/microej_5.x/apis/index.html?ej/websocket/WebSocket.html (Tutorials/tutorialRunATestSuiteOnDevice: line 78) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/io/File.html (KernelDeveloperGuide/kfEnabledLibraries: line 115) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/io/FileInputStream.html (KernelDeveloperGuide/kfEnabledLibraries: line 115) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/io/FileOutputStream.html (VEEPortingGuide/architectureChangelog: line 671) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/io/FilterInputStream.html#in (VEEPortingGuide/architectureChangelog: line 1346) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/io/IOException.html (ApplicationDeveloperGuide/sandboxedAppSharedInterface: line 203) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/io/InputStream.html (KernelDeveloperGuide/applicationLink: line 96) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/io/OutputStream.html (ApplicationDeveloperGuide/characterEncoding: line 15) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/io/PrintStream.html (VEEPortingGuide/architectureChangelog: line 952) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/io/PrintStream.html#PrintStream-java.io.OutputStream-boolean- (ApplicationDeveloperGuide/js/java: line 43) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/io/PrintStream.html#println-- (VEEPortingGuide/appendix/javalibs/edc: line 51) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/io/Reader.html#Reader-java.lang.Object- (VEEPortingGuide/appendix/javalibs/edc: line 49) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/io/Reader.html#mark-int- (ApplicationDeveloperGuide/characterEncoding: line 27) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/io/UnsupportedEncodingException.html (VEEPortingGuide/appendix/javalibs/edc: line 59) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/io/Reader.html#reset-- (ApplicationDeveloperGuide/runtime: line 44) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/io/package-frame.html (VEEPortingGuide/architectureChangelog: line 715) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/ArrayIndexOutOfBoundsException.html (ApplicationDeveloperGuide/js/java: line 183) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Boolean.html (ApplicationDeveloperGuide/sandboxedAppSharedInterface: line 187) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Byte.html (ApplicationDeveloperGuide/sandboxedAppSharedInterface: line 189) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Character.html (VEEPortingGuide/appendix/javalibs/edc: line 57) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Character.html#MAX_RADIX (VEEPortingGuide/appendix/javalibs/edc: line 57) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Character.html#MIN_RADIX (ApplicationDeveloperGuide/classpath: line 127) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Class.html#forName-java.lang.String- (ApplicationDeveloperGuide/classpath: line 130) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Class.html#getName-- (ApplicationDeveloperGuide/classpath: line 162) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Class.html#getResourceAsStream-java.lang.String- (Tutorials/tutorialOptimizeMemoryFootprint: line 288) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Class.html#getSimpleName-- (Tutorials/tutorialImproveCodeQuality: line 223) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Class.html#newInstance-- (ApplicationDeveloperGuide/js/java: line 181) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Double.html (Tutorials/tutorialOptimizeMemoryFootprint: line 192) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Enum.html (VEEPortingGuide/architectureChangelog: line 44) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Double.html#parseDouble-java.lang.String- (VEEPortingGuide/architectureChangelog: line 817) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/ExceptionInInitializerError.html (ApplicationDeveloperGuide/sandboxedAppSharedInterface: line 195) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Float.html (ApplicationDeveloperGuide/sandboxedAppSharedInterface: line 165) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/IllegalAccessError.html (VEEPortingGuide/architectureChangelog: line 599) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/IllegalArgumentException.html (VEEPortingGuide/architectureChangelog: line 44) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Float.html#parseFloat-java.lang.String- (VEEPortingGuide/architectureChangelog: line 1698) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/IllegalMonitorStateException.html (VEEPortingGuide/architectureChangelog: line 248) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/IllegalStateException.html (ApplicationDeveloperGuide/sandboxedAppSharedInterface: line 197) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Long.html (ApplicationDeveloperGuide/js/java: line 181) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Integer.html (VEEPortingGuide/architectureChangelog: line 520) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Long.html#parseLong-java.lang.String- (ApplicationDeveloperGuide/nullAnalysis: line 6) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/NullPointerException.html (VEEPortingGuide/architectureChangelog: line 44) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/NumberFormatException.html (VEEPortingGuide/architectureChangelog: line 491) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Object.html#clone-- (Tutorials/tutorialInstrumentJavaCodeForLogging: line 160) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Object.html (Tutorials/tutorialImproveCodeQuality: line 199) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Object.html#equals-java.lang.Object- (VEEPortingGuide/architectureChangelog: line 1115) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Object.html#getClass-- (Tutorials/tutorialImproveCodeQuality: line 199) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Object.html#hashCode-- (VEEPortingGuide/mock: line 183) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Object.html#notify-- (VEEPortingGuide/mock: line 183) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Object.html#notifyAll-- (Tutorials/tutorialOptimizeMemoryFootprint: line 187) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Object.html#toString-- (Tutorials/tutorialDiscoverEmbeddedDebuggingTechniques: line 534) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Object.html#wait-- (VEEPortingGuide/mock: line 183) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Object.html#wait-long- (ApplicationDeveloperGuide/limitations: line 95) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/OutOfMemoryError.html (ApplicationDeveloperGuide/heapUsageMonitoring: line 40) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Runtime.html (ApplicationDeveloperGuide/heapUsageMonitoring: line 43) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Runtime.html#gc-- (ApplicationDeveloperGuide/heapUsageMonitoring: line 48) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Runtime.html#freeMemory-- (ApplicationDeveloperGuide/heapUsageMonitoring: line 58) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Runtime.html#maxMemory-- (ApplicationDeveloperGuide/heapUsageMonitoring: line 54) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Runtime.html#totalMemory-- (VEEPortingGuide/architectureChangelog: line 660) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/SecurityException.html (ApplicationDeveloperGuide/sandboxedAppSharedInterface: line 191) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Short.html (VEEPortingGuide/architectureChangelog: line 663) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/SecurityManager.html (VEEPortingGuide/architectureChangelog: line 814) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/StackTraceElement.html#toString-- (ApplicationDeveloperGuide/js/java: line 185) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/String.html (ApplicationDeveloperGuide/characterEncoding: line 9) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/String.html#String-byte:A- (VEEPortingGuide/architectureChangelog: line 658) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/String.html#String-byte:A-int-int- (ApplicationDeveloperGuide/characterEncoding: line 11) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/String.html#getBytes-- (Tutorials/tutorialImproveCodeQuality: line 236) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/StringBuffer.html (Tutorials/tutorialImproveCodeQuality: line 222) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/StringBuilder.html (ApplicationDeveloperGuide/js/java: line 43) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/System.html (VEEPortingGuide/coreEngine: line 531) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/System.html#err (VEEPortingGuide/coreEngine: line 182) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/System.html#currentTimeMillis-- (VEEPortingGuide/appendix/javalibs/edc: line 83) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/System.html#exit-int- (ApplicationDeveloperGuide/heapUsageMonitoring: line 43) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/System.html#gc-- (ApplicationDeveloperGuide/classpath: line 220) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/System.html#getProperty-java.lang.String- (ApplicationDeveloperGuide/nullAnalysis: line 115) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/System.html#getProperty-java.lang.String-java.lang.String- (ApplicationDeveloperGuide/characterEncoding: line 13) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/System.html#out (VEEPortingGuide/architectureChangelog: line 965) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Thread.UncaughtExceptionHandler.html (Tutorials/tutorialDiscoverEmbeddedDebuggingTechniques: line 620) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Thread.html (Tutorials/tutorialOptimizeMemoryFootprint: line 425) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Thread.html#activeCount-- (Tutorials/tutorialOptimizeMemoryFootprint: line 425) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Thread.html#getAllStackTraces-- (VEEPortingGuide/architectureChangelog: line 654) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Thread.html#getId-- (VEEPortingGuide/architectureChangelog: line 731) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Thread.html#getState-- (VEEPortingGuide/architectureChangelog: line 660) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Thread.html#interrupt-- (Tutorials/tutorialInstrumentJavaCodeForLogging: line 157) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Throwable.html (VEEPortingGuide/appendix/javalibs/edc: line 67) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Throwable.html#addSuppressed-java.lang.Throwable- (Tutorials/tutorialDiscoverEmbeddedDebuggingTechniques: line 534) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Thread.html#sleep-long- (VEEPortingGuide/architectureChangelog: line 810) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/Throwable.html#getStackTrace-- (VEEPortingGuide/architectureChangelog: line 162) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/UnsatisfiedLinkError.html (ApplicationDeveloperGuide/runtime: line 46) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/annotation/package-frame.html (ApplicationDeveloperGuide/runtime: line 45) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/package-frame.html (ApplicationDeveloperGuide/runtime: line 47) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/ref/package-frame.html (ApplicationDeveloperGuide/runtime: line 48) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/lang/reflect/package-frame.html (KernelDeveloperGuide/kfEnabledLibraries: line 124) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/net/DatagramSocket.html (ApplicationDeveloperGuide/networkingAddonLibraries: line 28) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/net/HttpURLConnection.html (KernelDeveloperGuide/kfEnabledLibraries: line 124) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/net/ServerSocket.html (KernelDeveloperGuide/kfEnabledLibraries: line 124) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/net/Socket.html (ApplicationDeveloperGuide/networkingFoundationLibraries: line 38) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/net/package-summary.html (Tutorials/tutorialOptimizeMemoryFootprint: line 353) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/util/ArrayList.html#ArrayList-- (Tutorials/tutorialOptimizeMemoryFootprint: line 214) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/util/Calendar.html (Tutorials/tutorialOptimizeMemoryFootprint: line 353) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/util/ArrayList.html#ArrayList-int- (ApplicationDeveloperGuide/js/java: line 97) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/util/Date.html (ApplicationDeveloperGuide/nullAnalysis: line 116) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/util/HashMap.html (ApplicationDeveloperGuide/nullAnalysis: line 116) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/util/HashMap.html#get-java.lang.Object- (ApplicationDeveloperGuide/sandboxedAppSharedInterface: line 207) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/util/List.html (Tutorials/tutorialImproveCodeQuality: line 236) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/util/Hashtable.html (ApplicationDeveloperGuide/sandboxedAppSharedInterface: line 209) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/util/Map.html (Tutorials/tutorialImproveCodeQuality: line 236) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/util/Vector.html (VEEPortingGuide/architectureChangelog: line 448) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/util/WeakHashMap.html#put-K-V- (Tutorials/tutorialInstrumentJavaCodeForLogging: line 216) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/util/logging/Handler.html (Tutorials/tutorialOptimizeMemoryFootprint: line 359) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/util/concurrent/Executor.html (Tutorials/tutorialInstrumentJavaCodeForLogging: line 213) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/util/logging/Level.html (Tutorials/tutorialInstrumentJavaCodeForLogging: line 209) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/util/logging/LogManager.html (Tutorials/tutorialInstrumentJavaCodeForLogging: line 216) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/util/logging/LogRecord.html (Tutorials/tutorialDiscoverEmbeddedDebuggingTechniques: line 85) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/util/logging/Logger.html (Tutorials/tutorialInstrumentJavaCodeForLogging: line 210) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/util/logging/Logger.html#getLogger-java.lang.String- (Tutorials/tutorialInstrumentJavaCodeForLogging: line 216) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/util/logging/Logger.html#log-java.util.logging.Level-java.lang.String- (Tutorials/tutorialInstrumentJavaCodeForLogging: line 218) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/util/logging/Logger.html#severe-java.lang.String- (Tutorials/tutorialInstrumentJavaCodeForLogging: line 207) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/util/logging/package-summary.html (ApplicationDeveloperGuide/runtime: line 49) ok https://repository.microej.com/javadoc/microej_5.x/apis/java/util/package-frame.html (ApplicationDeveloperGuide/networkingFoundationLibraries: line 45) ok https://repository.microej.com/javadoc/microej_5.x/apis/javax/crypto/package-summary.html (ApplicationDeveloperGuide/networkingFoundationLibraries: line 51) ok https://repository.microej.com/javadoc/microej_5.x/apis/javax/net/ssl/package-summary.html (KernelDeveloperGuide/kfEnabledLibraries: line 135) ok https://repository.microej.com/javadoc/microej_5.x/apis/javax/net/ssl/SSLSocket.html (ApplicationDeveloperGuide/networkingAddonLibraries: line 41) ok https://repository.microej.com/javadoc/microej_5.x/apis/org/eclipse/paho/client/mqttv3/MqttClient.html (ApplicationDeveloperGuide/networkingAddonLibraries: line 89) ok https://repository.microej.com/javadoc/microej_5.x/apis/org/json/me/JSONObject.html (ApplicationDeveloperGuide/networkingAddonLibraries: line 90) ok https://repository.microej.com/javadoc/microej_5.x/apis/org/json/me/JSONWriter.html (ApplicationDeveloperGuide/networkingAddonLibraries: line 104) ok https://repository.microej.com/javadoc/microej_5.x/apis/org/xmlpull/v1/XmlPullParser.html (ApplicationDeveloperGuide/networkingAddonLibraries: line 105) ok https://repository.microej.com/javadoc/microej_5.x/apis/org/xmlpull/v1/XmlSerializer.html (ApplicationDeveloperGuide/trace: line 52) ok https://repository.microej.com/javadoc/microej_5.x/foundation/ej/trace/Tracer.html (ApplicationDeveloperGuide/runtime: line 57) ok https://repository.microej.com/javadoc/microej_5.x/libraries/edc-1.3-api/ (SDKUserGuide/sdkChangeLog: line 115) ok https://repository.microej.com/microej-ivysettings-5.xml (ApplicationDeveloperGuide/networkingAddonLibraries: line 96) ok https://repository.microej.com/modules/com/google/protobuf3/ (SDKUserGuide/repository: line 22) ok https://repository.microej.com/modules/ (VEEPortingGuide/pack: line 26) ok https://repository.microej.com/modules/com/microej/architecture (SDKUserGuide/licenses: line 28) ok https://repository.microej.com/modules/com/microej/architecture/ (VEEPortingGuide/appendix/toolchain: line 102) ok https://repository.microej.com/modules/com/microej/architecture/CM0/CM0_GCC48/flopi0G22/ (VEEPortingGuide/appendix/toolchain: line 120) ok https://repository.microej.com/modules/com/microej/architecture/CM4/CM4hardfp_ARMCC5/flopi4A20/ (Tutorials/tutorialCreateFirmwareFromScratch: line 405) ok https://repository.microej.com/modules/com/microej/architecture/CM0/CM0_GCC48/flopi0G22/7.14.0/flopi0G22-7.14.0-eval.xpf (VEEPortingGuide/pack: line 56) ok https://repository.microej.com/modules/com/microej/architecture/CM4/CM4hardfp_GCC48/flopi4G25-ui-pack/ (VEEPortingGuide/appendix/toolchain: line 125) ok https://repository.microej.com/modules/com/microej/architecture/CM4/CM4hardfp_GCC48/flopi4G25/ (VEEPortingGuide/platformCreation: line 122) ok https://repository.microej.com/modules/com/microej/architecture/CM4/CM4hardfp_GCC48/flopi4G25-ui-pack/13.0.4/ (VEEPortingGuide/platformCreation: line 90) ok https://repository.microej.com/modules/com/microej/architecture/CM4/CM4hardfp_GCC48/flopi4G25/7.14.0/ (VEEPortingGuide/appendix/toolchain: line 130) ok https://repository.microej.com/modules/com/microej/architecture/CM4/CM4hardfp_IAR83/flopi4I35/ (VEEPortingGuide/appendix/toolchain: line 152) ok https://repository.microej.com/modules/com/microej/architecture/CM7/CM7hardfp_ARMCC5/flopi7A21/ (VEEPortingGuide/appendix/toolchain: line 157) ok https://repository.microej.com/modules/com/microej/architecture/CM7/CM7hardfp_GCC48/flopi7G26/ (VEEPortingGuide/appendix/toolchain: line 162) ok https://repository.microej.com/modules/com/microej/architecture/CM7/CM7hardfp_IAR83/flopi7I36/ (VEEPortingGuide/appendix/toolchain: line 184) ok https://repository.microej.com/modules/com/microej/architecture/ESP32/GNUv52_xtensa-esp32-psram/simikou2/ (VEEPortingGuide/appendix/toolchain: line 179) ok https://repository.microej.com/modules/com/microej/architecture/ESP32/GNUv52_xtensa-esp32/simikou1/ (VEEPortingGuide/appendix/toolchain: line 189) ok https://repository.microej.com/modules/com/microej/architecture/ESP32/GNUv52b96_xtensa-esp32-psram/simikou2/ (VEEPortingGuide/appendix/toolchain: line 194) ok https://repository.microej.com/modules/com/microej/architecture/ESP32/GNUv82_xtensa-esp32s2/simikou3/ (VEEPortingGuide/uiReleaseNotes: line 251) ok https://repository.microej.com/modules/com/microej/clibrary/llimpl/display-dma2d/ (VEEPortingGuide/uiMigrationGuide: line 118) ok https://repository.microej.com/modules/com/microej/clibrary/llimpl/display-dma2d/1.0.6/ (VEEPortingGuide/uiChangeLog: line 554) ok https://repository.microej.com/modules/com/microej/clibrary/llimpl/microui (VEEPortingGuide/uiReleaseNotes: line 220) ok https://repository.microej.com/modules/com/microej/clibrary/llimpl/microui/ (VEEPortingGuide/uiMigrationGuide: line 106) ok https://repository.microej.com/modules/com/microej/clibrary/llimpl/microui/1.0.3/ (VEEPortingGuide/vgCco: line 100) ok https://repository.microej.com/modules/com/microej/clibrary/llimpl/microvg/ (VEEPortingGuide/systemView: line 94) ok https://repository.microej.com/modules/com/microej/clibrary/llimpl/trace-systemview/2.1.1/ (VEEPortingGuide/systemView: line 91) ok https://repository.microej.com/modules/com/microej/clibrary/thirdparty/systemview-freertos10/1.1.1/ (VEEPortingGuide/systemView: line 88) ok https://repository.microej.com/modules/com/microej/clibrary/thirdparty/systemview/1.3.1/ (KernelDeveloperGuide/runtimeEnvironment: line 131) ok https://repository.microej.com/modules/com/microej/library/runtime/binary-nls/ (KernelDeveloperGuide/runtimeEnvironment: line 218) ok https://repository.microej.com/modules/com/microej/library/runtime/string-format/ (ApplicationDeveloperGuide/nls: line 76) ok https://repository.microej.com/modules/com/microej/library/runtime/binary-nls (KernelDeveloperGuide/runtimeEnvironment: line 217) ok https://repository.microej.com/modules/com/microej/library/runtime/string-regex/ (KernelDeveloperGuide/featuresCommunication: line 20) ok https://repository.microej.com/modules/com/microej/library/util/kf-util/ (VEEPortingGuide/pack: line 27) ok https://repository.microej.com/modules/com/microej/pack/ (VEEPortingGuide/pack: line 77) ok https://repository.microej.com/modules/com/microej/pack/bluetooth/bluetooth-pack/ (VEEPortingGuide/platformCreation: line 135) ok https://repository.microej.com/modules/com/microej/pack/bluetooth/bluetooth-pack/2.1.0/ (VEEPortingGuide/platformQualification: line 186) ok https://repository.microej.com/modules/com/microej/pack/bluetooth/bluetooth-testsuite/2.0.0/ (VEEPortingGuide/architectureChangelog: line 216) ok https://repository.microej.com/modules/com/microej/pack/device/device-pack/ (Tutorials/tutorialRunATestSuiteOnDevice: line 78) ok https://repository.microej.com/modules/com/microej/pack/fs/ (Tutorials/tutorialRunATestSuiteOnDevice: line 52) ok https://repository.microej.com/modules/com/microej/pack/fs/4.0.3/ (VEEPortingGuide/platformQualification: line 118) ok https://repository.microej.com/modules/com/microej/pack/fs/5.1.2/ (VEEPortingGuide/platformQualification: line 118) ok https://repository.microej.com/modules/com/microej/pack/fs/fs-testsuite/3.0.3/ (VEEPortingGuide/platformCreation: line 146) ok https://repository.microej.com/modules/com/microej/pack/net/9.2.3/ (VEEPortingGuide/pack: line 96) ok https://repository.microej.com/modules/com/microej/pack/net/9.2.3/net-9.2.3.xpfp (VEEPortingGuide/uiReleaseNotes: line 181) ok https://repository.microej.com/modules/com/microej/pack/ui/ui-pack/ (VEEPortingGuide/uiChangeLog: line 574) ok https://repository.microej.com/modules/com/microej/pack/ui/ui-pack/13.0.0/ (VEEPortingGuide/uiChangeLog: line 405) ok https://repository.microej.com/modules/com/microej/pack/ui/ui-pack/13.0.4/ (VEEPortingGuide/uiMigrationGuide: line 81) ok https://repository.microej.com/modules/com/microej/pack/ui/ui-pack/13.1.0/ (VEEPortingGuide/uiMigrationGuide: line 65) ok https://repository.microej.com/modules/com/microej/pack/ui/ui-pack/13.2.0/ (VEEPortingGuide/uiMigrationGuide: line 39) ok https://repository.microej.com/modules/com/microej/pack/ui/ui-pack/13.3.1/ (VEEPortingGuide/uiMigrationGuide: line 15) ok https://repository.microej.com/modules/com/microej/pack/ui/ui-pack/13.4.1/ (KernelDeveloperGuide/runtimeEnvironment: line 159) ok https://repository.microej.com/modules/com/microej/tool/class-extender/ (VEEPortingGuide/vgCco: line 81) ok https://repository.microej.com/modules/com/microej/pack/vg/vg-pack/ (KernelDeveloperGuide/runtimeEnvironment: line 210) ok https://repository.microej.com/modules/com/microej/tool/class-extender/1.0.4/README-1.0.4.md (ApplicationDeveloperGuide/nls: line 252) ok https://repository.microej.com/modules/com/microej/tool/nls-po-crowdin/ (ApplicationDeveloperGuide/nls: line 168) ok https://repository.microej.com/modules/com/microej/tool/nls-po-external-loader/ (ApplicationDeveloperGuide/networkingFoundationLibraries: line 18) ok https://repository.microej.com/modules/ej/api/bluetooth/ (VEEPortingGuide/platformQualification: line 188) ok https://repository.microej.com/modules/ej/api/bluetooth/2.0.0/ (VEEPortingGuide/platformQualification: line 185) ok https://repository.microej.com/modules/ej/api/bluetooth/2.1.0/ (ApplicationDeveloperGuide/runtime: line 104) ok https://repository.microej.com/modules/ej/api/bon/ (VEEPortingGuide/device: line 44) ok https://repository.microej.com/modules/ej/api/device/ (ApplicationDeveloperGuide/UI/MicroUI/introduction: line 20) ok https://repository.microej.com/modules/ej/api/drawing/ (VEEPortingGuide/uiChangeLog: line 515) ok https://repository.microej.com/modules/ej/api/drawing/1.0.0/ (ApplicationDeveloperGuide/UI/MicroUI/releaseNotes: line 12) ok https://repository.microej.com/modules/ej/api/drawing (VEEPortingGuide/uiChangeLog: line 374) ok https://repository.microej.com/modules/ej/api/drawing/1.0.2/ (VEEPortingGuide/uiChangeLog: line 261) ok https://repository.microej.com/modules/ej/api/drawing/1.0.3/ (VEEPortingGuide/uiReleaseNotes: line 63) ok https://repository.microej.com/modules/ej/api/drawing/1.0.4/ (VEEPortingGuide/ecom-comm: line 505) ok https://repository.microej.com/modules/ej/api/ecom-comm/ (ApplicationDeveloperGuide/networkingFoundationLibraries: line 24) ok https://repository.microej.com/modules/ej/api/ecom-network/ (ApplicationDeveloperGuide/networkingFoundationLibraries: line 30) ok https://repository.microej.com/modules/ej/api/ecom-wifi/ (VEEPortingGuide/ecom: line 104) ok https://repository.microej.com/modules/ej/api/ecom/ (ApplicationDeveloperGuide/runtime: line 59) ok https://repository.microej.com/modules/ej/api/edc/ (KernelDeveloperGuide/runtimeEnvironment: line 59) ok https://repository.microej.com/modules/ej/api/edc/1.2.3/ (ApplicationDeveloperGuide/nullAnalysis: line 66) ok https://repository.microej.com/modules/ej/api/edc/1.3.3/ (ApplicationDeveloperGuide/nullAnalysis: line 66) ok https://repository.microej.com/modules/ej/api/edc/1.3.3/CHANGELOG-1.3.3.md (VEEPortingGuide/fs: line 152) ok https://repository.microej.com/modules/ej/api/fs/ (VEEPortingGuide/platformQualification: line 167) ok https://repository.microej.com/modules/ej/api/fs/2.0.6/ (KernelDeveloperGuide/kf: line 21) ok https://repository.microej.com/modules/ej/api/kf/ (ApplicationDeveloperGuide/UI/MicroUI/introduction: line 8) ok https://repository.microej.com/modules/ej/api/microui/ (ApplicationDeveloperGuide/UI/MicroUI/releaseNotes: line 11) ok https://repository.microej.com/modules/ej/api/microui (VEEPortingGuide/uiChangeLog: line 1271) ok https://repository.microej.com/modules/ej/api/microui/2.0.6/ (VEEPortingGuide/uiChangeLog: line 1061) ok https://repository.microej.com/modules/ej/api/microui/2.2.0/ (VEEPortingGuide/uiChangeLog: line 861) ok https://repository.microej.com/modules/ej/api/microui/2.3.0/ (VEEPortingGuide/uiChangeLog: line 694) ok https://repository.microej.com/modules/ej/api/microui/2.4.0/ (VEEPortingGuide/uiChangeLog: line 514) ok https://repository.microej.com/modules/ej/api/microui/3.0.0/ (VEEPortingGuide/uiChangeLog: line 461) ok https://repository.microej.com/modules/ej/api/microui/3.0.1/ (VEEPortingGuide/uiChangeLog: line 240) ok https://repository.microej.com/modules/ej/api/microui/3.1.0/ (VEEPortingGuide/uiChangeLog: line 373) ok https://repository.microej.com/modules/ej/api/microui/3.0.3/ (VEEPortingGuide/uiReleaseNotes: line 62) ok https://repository.microej.com/modules/ej/api/microui/3.1.1/ (ApplicationDeveloperGuide/UI/MicroVG/introduction: line 8) ok https://repository.microej.com/modules/ej/api/microvg/ (VEEPortingGuide/vgChangeLog: line 56) ok https://repository.microej.com/modules/ej/api/microvg/1.1.1/ (ApplicationDeveloperGuide/networkingFoundationLibraries: line 37) ok https://repository.microej.com/modules/ej/api/net/ (VEEPortingGuide/vgChangeLog: line 27) ok https://repository.microej.com/modules/ej/api/microvg/1.2.0/ (VEEPortingGuide/platformQualification: line 207) ok https://repository.microej.com/modules/ej/api/net/1.1.0/ (VEEPortingGuide/platformQualification: line 221) ok https://repository.microej.com/modules/ej/api/net/1.1.1/ (VEEPortingGuide/platformQualification: line 228) ok https://repository.microej.com/modules/ej/api/net/1.1.2/ (ApplicationDeveloperGuide/networkingFoundationLibraries: line 44) ok https://repository.microej.com/modules/ej/api/security/ (VEEPortingGuide/platformQualification: line 216) ok https://repository.microej.com/modules/ej/api/security/1.3.1/ (ApplicationDeveloperGuide/runtime: line 147) ok https://repository.microej.com/modules/ej/api/sni/ (VEEPortingGuide/sp: line 33) ok https://repository.microej.com/modules/ej/api/sp/ (ApplicationDeveloperGuide/networkingFoundationLibraries: line 50) ok https://repository.microej.com/modules/ej/api/ssl/ (VEEPortingGuide/platformQualification: line 208) ok https://repository.microej.com/modules/ej/api/ssl/2.1.0/ (VEEPortingGuide/platformQualification: line 215) ok https://repository.microej.com/modules/ej/api/ssl/2.2.0/ (VEEPortingGuide/platformQualification: line 229) ok https://repository.microej.com/modules/ej/api/ssl/2.2.1/ (ApplicationDeveloperGuide/trace: line 17) ok https://repository.microej.com/modules/ej/api/trace/ (Tutorials/tutorialInstrumentJavaCodeForLogging: line 34) ok https://repository.microej.com/modules/ej/api/trace (ApplicationDeveloperGuide/networkingAddonLibraries: line 27) ok https://repository.microej.com/modules/ej/library/eclasspath/httpclient/ (VEEPortingGuide/watchdog-timer: line 90) ok https://repository.microej.com/modules/ej/api/watchdog-timer/ (ApplicationDeveloperGuide/networkingAddonLibraries: line 29) ok https://repository.microej.com/modules/ej/library/eclasspath/httpclient/1.3.0/README-1.3.0.md (ApplicationDeveloperGuide/networkingAddonLibraries: line 27) ok https://repository.microej.com/modules/ej/library/eclasspath/httpsclient/ (Tutorials/tutorialInstrumentJavaCodeForLogging: line 36) ok https://repository.microej.com/modules/ej/library/eclasspath/logging/ (ApplicationDeveloperGuide/networkingAddonLibraries: line 21) ok https://repository.microej.com/modules/ej/library/iot/android-connectivity/ (ApplicationDeveloperGuide/networkingAddonLibraries: line 123) ok https://repository.microej.com/modules/ej/library/iot/aws-iot/ (ApplicationDeveloperGuide/networkingAddonLibraries: line 124) ok https://repository.microej.com/modules/ej/library/iot/aws-iot/2.0.0/README-2.0.0.md (ApplicationDeveloperGuide/networkingFoundationLibraries: line 20) ok https://repository.microej.com/modules/ej/library/iot/bluetooth-util/ (ApplicationDeveloperGuide/networkingAddonLibraries: line 81) ok https://repository.microej.com/modules/ej/library/iot/cbor/ (ApplicationDeveloperGuide/networkingAddonLibraries: line 33) ok https://repository.microej.com/modules/ej/library/iot/hoka/ (ApplicationDeveloperGuide/networkingAddonLibraries: line 88) ok https://repository.microej.com/modules/ej/library/iot/json/ (ApplicationDeveloperGuide/networkingAddonLibraries: line 91) ok https://repository.microej.com/modules/ej/library/iot/json/1.0.0/README-1.0.0.md (ApplicationDeveloperGuide/networkingAddonLibraries: line 40) ok https://repository.microej.com/modules/ej/library/iot/micropaho/1.0.0/ (ApplicationDeveloperGuide/networkingAddonLibraries: line 42) ok https://repository.microej.com/modules/ej/library/iot/micropaho/1.0.0/README-1.0.0.md (ApplicationDeveloperGuide/networkingFoundationLibraries: line 40) ok https://repository.microej.com/modules/ej/library/iot/net-util/ (ApplicationDeveloperGuide/networkingAddonLibraries: line 48) ok https://repository.microej.com/modules/ej/library/iot/restclient/ (ApplicationDeveloperGuide/networkingAddonLibraries: line 50) ok https://repository.microej.com/modules/ej/library/iot/restclient/1.1.0/README-1.1.0.md (ApplicationDeveloperGuide/networkingAddonLibraries: line 54) ok https://repository.microej.com/modules/ej/library/iot/sntpclient/ (ApplicationDeveloperGuide/networkingAddonLibraries: line 56) ok https://repository.microej.com/modules/ej/library/iot/sntpclient/1.3.0/README-1.3.0.md (ApplicationDeveloperGuide/networkingFoundationLibraries: line 54) ok https://repository.microej.com/modules/ej/library/iot/ssl-util/ (ApplicationDeveloperGuide/networkingAddonLibraries: line 60) ok https://repository.microej.com/modules/ej/library/iot/websocket-secure/ (ApplicationDeveloperGuide/networkingAddonLibraries: line 60) ok https://repository.microej.com/modules/ej/library/iot/websocket/ (ApplicationDeveloperGuide/networkingAddonLibraries: line 62) ok https://repository.microej.com/modules/ej/library/iot/websocket/2.0.0/README-2.0.0.md (ApplicationDeveloperGuide/networkingFoundationLibraries: line 33) ok https://repository.microej.com/modules/ej/library/iot/wifi-util/ (Tutorials/tutorialInstrumentJavaCodeForLogging: line 35) ok https://repository.microej.com/modules/ej/library/runtime/message/ (Tutorials/tutorialOptimizeMemoryFootprint: line 194) ok https://repository.microej.com/modules/ej/library/runtime/service/ (ApplicationDeveloperGuide/testsuite: line 6) ok https://repository.microej.com/modules/ej/library/test/junit/ (ApplicationDeveloperGuide/UI/MWT/introduction: line 4) ok https://repository.microej.com/modules/ej/library/ui/mwt/ (Tutorials/getStartedWithGUI/startingMicroUI: line 47) ok https://repository.microej.com/modules/ej/library/ui/widget/ (ApplicationDeveloperGuide/UI/Widgets/widget: line 6) ok https://repository.microej.com/modules/ej/library/ui/widget/4.1.0/ (VEEPortingGuide/frontpanel: line 105) ok https://repository.microej.com/modules/ej/tool/frontpanel/framework/ (VEEPortingGuide/frontpanel: line 105) ok https://repository.microej.com/modules/ej/tool/frontpanel/widget/ (Tutorials/tutorialExploreDataSerializationFormats: line 123) ok https://repository.microej.com/modules/org/json/me/json/ (ApplicationDeveloperGuide/networkingAddonLibraries: line 103) ok https://repository.microej.com/modules/org/kxml2/kxml2/ (SDKUserGuide/installSDKDistributionOther: line 131) ok https://repository.microej.com/packages/SDK/ (SDKUserGuide/sdkReleaseNotes: line 7) ok https://repository.microej.com/p2/sdk (Tutorials/tutorialCreateFirmwareFromScratch: line 78) ok https://repository.microej.com/packages/SDK (SDKUserGuide/installSDKDistributionOther: line 123) ok https://repository.microej.com/packages/SDK/19.02/MicroEJ-SDK-Installer-Linux64-19.02.zip (SDKUserGuide/installSDKDistributionOther: line 125) ok https://repository.microej.com/packages/SDK/19.02/MicroEJ-SDK-Installer-MacOS-19.02.zip (SDKUserGuide/installSDKDistributionOther: line 121) ok https://repository.microej.com/packages/SDK/19.02/MicroEJ-SDK-Installer-Win64-19.02.exe (SDKUserGuide/installSDKDistributionOther: line 124) ok https://repository.microej.com/packages/SDK/19.02/zip/microej-sdk-19.02-linux_x86_64.zip (SDKUserGuide/installSDKDistributionOther: line 126) ok https://repository.microej.com/packages/SDK/19.02/zip/microej-sdk-19.02-macosx_x86_64.zip (SDKUserGuide/installSDKDistributionOther: line 122) ok https://repository.microej.com/packages/SDK/19.02/zip/microej-sdk-19.02-win_x86_64.zip (SDKUserGuide/installSDKDistributionOther: line 112) ok https://repository.microej.com/packages/SDK/19.05/MicroEJ-SDK-Installer-Linux64-19.05.zip (SDKUserGuide/installSDKDistributionOther: line 114) ok https://repository.microej.com/packages/SDK/19.05/MicroEJ-SDK-Installer-MacOS-19.05.zip (SDKUserGuide/installSDKDistributionOther: line 110) ok https://repository.microej.com/packages/SDK/19.05/MicroEJ-SDK-Installer-Win64-19.05.exe (SDKUserGuide/installSDKDistributionOther: line 113) ok https://repository.microej.com/packages/SDK/19.05/zip/microej-sdk-19.05-linux_x86_64.zip (SDKUserGuide/installSDKDistributionOther: line 115) ok https://repository.microej.com/packages/SDK/19.05/zip/microej-sdk-19.05-macosx_x86_64.zip (SDKUserGuide/installSDKDistributionOther: line 111) ok https://repository.microej.com/packages/SDK/19.05/zip/microej-sdk-19.05-win_x86_64.zip (SDKUserGuide/installSDKDistributionOther: line 101) ok https://repository.microej.com/packages/SDK/20.07/MicroEJ-SDK-Installer-Linux64-20.07.zip (SDKUserGuide/installSDKDistributionOther: line 103) ok https://repository.microej.com/packages/SDK/20.07/MicroEJ-SDK-Installer-MacOS-20.07.zip (SDKUserGuide/installSDKDistributionOther: line 99) ok https://repository.microej.com/packages/SDK/20.07/MicroEJ-SDK-Installer-Win64-20.07.exe (SDKUserGuide/installSDKDistributionOther: line 102) ok https://repository.microej.com/packages/SDK/20.07/zip/microej-sdk-20.07-linux_x86_64.zip (SDKUserGuide/installSDKDistributionOther: line 104) ok https://repository.microej.com/packages/SDK/20.07/zip/microej-sdk-20.07-macosx_x86_64.zip (SDKUserGuide/installSDKDistributionOther: line 100) ok https://repository.microej.com/packages/SDK/20.07/zip/microej-sdk-20.07-win_x86_64.zip (SDKUserGuide/installSDKDistributionOther: line 90) ok https://repository.microej.com/packages/SDK/20.10/MicroEJ-SDK-Installer-Linux64-20.10.zip (SDKUserGuide/installSDKDistributionOther: line 92) ok https://repository.microej.com/packages/SDK/20.10/MicroEJ-SDK-Installer-MacOS-20.10.zip (SDKUserGuide/installSDKDistributionOther: line 88) ok https://repository.microej.com/packages/SDK/20.10/MicroEJ-SDK-Installer-Win64-20.10.exe (SDKUserGuide/installSDKDistributionOther: line 91) ok https://repository.microej.com/packages/SDK/20.10/zip/microej-sdk-20.10-linux_x86_64.zip (SDKUserGuide/installSDKDistributionOther: line 93) ok https://repository.microej.com/packages/SDK/20.10/zip/microej-sdk-20.10-macosx_x86_64.zip (SDKUserGuide/installSDKDistributionOther: line 89) ok https://repository.microej.com/packages/SDK/20.10/zip/microej-sdk-20.10-win_x86_64.zip (SDKUserGuide/installSDKDistributionOther: line 79) ok https://repository.microej.com/packages/SDK/20.12/MicroEJ-SDK-Installer-Linux64-20.12.zip (SDKUserGuide/installSDKDistributionOther: line 81) ok https://repository.microej.com/packages/SDK/20.12/MicroEJ-SDK-Installer-MacOS-20.12.zip (SDKUserGuide/installSDKDistributionOther: line 77) ok https://repository.microej.com/packages/SDK/20.12/MicroEJ-SDK-Installer-Win64-20.12.exe (SDKUserGuide/installSDKDistributionOther: line 80) ok https://repository.microej.com/packages/SDK/20.12/zip/microej-sdk-20.12-linux_x86_64.zip (SDKUserGuide/installSDKDistributionOther: line 78) ok https://repository.microej.com/packages/SDK/20.12/zip/microej-sdk-20.12-win_x86_64.zip (SDKUserGuide/installSDKDistributionOther: line 82) ok https://repository.microej.com/packages/SDK/20.12/zip/microej-sdk-20.12-macosx_x86_64.zip (SDKUserGuide/installSDKDistributionOther: line 68) ok https://repository.microej.com/packages/SDK/21.03/MicroEJ-SDK-Installer-Linux64-21.03.zip (SDKUserGuide/installSDKDistributionOther: line 70) ok https://repository.microej.com/packages/SDK/21.03/MicroEJ-SDK-Installer-MacOS-21.03.zip (SDKUserGuide/installSDKDistributionOther: line 66) ok https://repository.microej.com/packages/SDK/21.03/MicroEJ-SDK-Installer-Win64-21.03.exe (SDKUserGuide/installSDKDistributionOther: line 71) ok https://repository.microej.com/packages/SDK/21.03/zip/microej-sdk-21.03-macosx_x86_64.zip (SDKUserGuide/installSDKDistributionOther: line 69) ok https://repository.microej.com/packages/SDK/21.03/zip/microej-sdk-21.03-linux_x86_64.zip (SDKUserGuide/installSDKDistributionOther: line 67) ok https://repository.microej.com/packages/SDK/21.03/zip/microej-sdk-21.03-win_x86_64.zip (SDKUserGuide/installSDKDistribution21_11: line 22) ok https://repository.microej.com/packages/SDK/21.11/MicroEJ-SDK-Installer-Linux64-21.11.zip (SDKUserGuide/installSDKDistribution21_11: line 23) ok https://repository.microej.com/packages/SDK/21.11/MicroEJ-SDK-Installer-MacOS-21.11.zip (SDKUserGuide/installSDKDistribution21_11: line 21) ok https://repository.microej.com/packages/SDK/21.11/MicroEJ-SDK-Installer-Win64-21.11.exe (SDKUserGuide/installSDKDistributionOther: line 58) ok https://repository.microej.com/packages/SDK/21.11/zip/microej-sdk-21.11-linux_x86_64.zip (SDKUserGuide/installSDKDistributionOther: line 60) ok https://repository.microej.com/packages/SDK/21.11/zip/microej-sdk-21.11-macosx_x86_64.zip (SDKUserGuide/installSDKDistributionOther: line 56) ok https://repository.microej.com/packages/SDK/21.11/zip/microej-sdk-21.11-win_x86_64.zip (SDKUserGuide/installSDKDistributionOther: line 45) ok https://repository.microej.com/packages/SDK/22.06/MicroEJ-SDK-Installer-Linux64-22.06.zip (SDKUserGuide/installSDKDistributionOther: line 47) ok https://repository.microej.com/packages/SDK/22.06/MicroEJ-SDK-Installer-MacOS-22.06.zip (SDKUserGuide/installSDKDistributionOther: line 49) ok https://repository.microej.com/packages/SDK/22.06/MicroEJ-SDK-Installer-MacOS-A64-22.06.zip (SDKUserGuide/installSDKDistributionOther: line 43) ok https://repository.microej.com/packages/SDK/22.06/MicroEJ-SDK-Installer-Win64-22.06.exe (SDKUserGuide/installSDKDistributionOther: line 46) ok https://repository.microej.com/packages/SDK/22.06/zip/microej-sdk-22.06-linux_x86_64.zip (SDKUserGuide/installSDKDistributionOther: line 50) ok https://repository.microej.com/packages/SDK/22.06/zip/microej-sdk-22.06-macosx_aarch64.zip (SDKUserGuide/installSDKDistributionOther: line 48) ok https://repository.microej.com/packages/SDK/22.06/zip/microej-sdk-22.06-macosx_x86_64.zip (SDKUserGuide/installSDKDistributionOther: line 44) ok https://repository.microej.com/packages/SDK/22.06/zip/microej-sdk-22.06-win_x86_64.zip (SDKUserGuide/installSDKDistributionLatest: line 23) ok https://repository.microej.com/packages/SDK/23.02/MicroEJ-SDK-Installer-Linux64-23.02.zip (SDKUserGuide/installSDKDistributionLatest: line 24) ok https://repository.microej.com/packages/SDK/23.02/MicroEJ-SDK-Installer-MacOS-23.02.zip (SDKUserGuide/installSDKDistributionLatest: line 25) ok https://repository.microej.com/packages/SDK/23.02/MicroEJ-SDK-Installer-MacOS-A64-23.02.zip (SDKUserGuide/installSDKDistributionLatest: line 22) ok https://repository.microej.com/packages/SDK/23.02/MicroEJ-SDK-Installer-Win64-23.02.exe (SDKUserGuide/installSDKDistributionOther: line 34) ok https://repository.microej.com/packages/SDK/23.02/zip/microej-sdk-23.02-linux_x86_64.zip (SDKUserGuide/installSDKDistributionOther: line 38) ok https://repository.microej.com/packages/SDK/23.02/zip/microej-sdk-23.02-macosx_aarch64.zip (SDKUserGuide/installSDKDistributionOther: line 36) ok https://repository.microej.com/packages/SDK/23.02/zip/microej-sdk-23.02-macosx_x86_64.zip ( glossary: line 54) ok https://semver.org (SDKUserGuide/installSDKDistributionOther: line 32) ok https://repository.microej.com/packages/SDK/23.02/zip/microej-sdk-23.02-win_x86_64.zip (ApplicationDeveloperGuide/UI/MicroVG/vectorimage: line 240) ok https://shapeshifter.design/ (VEEPortingGuide/blemock: line 30) ok https://repository.microej.com/packages/ble-mock/Executable-Bluetooth-Mock-Controller-ESP32-S3-1.0.0.zip (VEEPortingGuide/platformMigration: line 15) ok https://repository.microej.com/packages/referenceimplementations/846SI/3.4.2/STM32F746GDISCO-846SI-fullPackaging-eval-3.4.2.zip ( support: line 24) ok https://repository.microej.com/packages/repository/2.5.0/microej-5_0-2.5.0.zip (SDKUserGuide/mmm: line 528) redirect https://toml.io - permanently to https://toml.io/en/ (SDKUserGuide/sdkChangeLog: line 94) ok https://www.eclipse.org/eclipse/news/4.10/platform.php#java32-removal (SDKUserGuide/github: line 17) ok https://www.eclipse.org/egit/ (ApplicationDeveloperGuide/trace: line 164) ok https://www.eclipse.org/tracecompass/ (Tutorials/tutorialDiscoverEmbeddedDebuggingTechniques: line 716) ok https://www.freertos.org/FreeRTOS-MPU-memory-protection-unit.html (Tutorials/tutorialOptimizeMemoryFootprint: line 405) ok https://www.freertos.org/Stacks-and-stack-overflow-checking.html (SDKUserGuide/troubleshooting: line 51) ok https://wiki.eclipse.org/SWT/Devel/Gtk/GtkVersion (Tutorials/tutorialAppendEmojisToVectorFont: line 42) ok https://www.fontlab.com/font-editor/fontlab/ (Tutorials/tutorialSetupBuildUsingJenkinsAndArtifactory: line 7) ok https://www.jenkins.io/ (Tutorials/tutorialSetupBuildUsingJenkinsAndArtifactory: line 210) ok https://www.jenkins.io/download/ (ApplicationDeveloperGuide/nls: line 18) ok https://www.gnu.org/software/gettext/manual/gettext.html#PO-Files (Tutorials/tutorialInstrumentJavaCodeForLogging: line 341) redirect https://www.guardsquare.com/en/products/proguard - permanently to https://www.guardsquare.com/proguard ( about: line 29) ok https://www.microej.com/ ( support: line 10) ok https://www.microej.com/contact/#form_2 (Tutorials/tutorialDiscoverEmbeddedDebuggingTechniques: line 652) redirect https://www.iar.com/support/tech-notes/debugger/debugging-a-hardfault-on-cortex-m/ - permanently to https://www.iar.com/knowledge/support/technical-notes/debugger/debugging-a-hardfault-on-cortex-m/ (ApplicationDeveloperGuide/trace: line 152) redirect https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/lpc54000-cortex-m4-/lpcxpresso54628-development-board:OM13098 - permanently to https://www.nxp.com/design/development-boards/lpcxpresso-boards/lpcxpresso54628-development-board:OM13098 ( overview/sdk: line 37) ok https://www.microej.com/product/forge (VEEPortingGuide/vg: line 9) ok https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/i-mx-rt-crossover-mcus/i-mx-rt500-crossover-mcu-with-arm-cortex-m33-dsp-and-gpu-cores:i.MX-RT500 (ApplicationDeveloperGuide/repository: line 18) ok https://www.microej.com/product/forge/ (Tutorials/tutorialImproveCodeQuality: line 108) ok https://www.oracle.com/java/technologies/javase/codeconventions-introduction.html (SDKUserGuide/licenses: line 417) ok https://www.net-usb.com/ (ApplicationDeveloperGuide/js/api: line 13) redirect https://www.ecma-international.org/ecma-262/5.1/#sec-15 - permanently to https://262.ecma-international.org/5.1/#sec-15 (Tutorials/tutorialImproveCodeQuality: line 71) redirect https://www.oracle.com/technetwork/java/javase/documentation/index-137868.html - permanently to https://www.oracle.com/technical-resources/articles/java/javadoc-tool.html (Tutorials/tutorialCreateFirmwareFromScratch: line 61) ok https://www.qemu.org/docs/master/system/arm/stellaris.html (ApplicationDeveloperGuide/trace: line 149) ok https://www.segger.com/ (Tutorials/tutorialCreateFirmwareFromScratch: line 265) ok https://www.ti.com/lit/ds/symlink/lm3s811.pdf (SDKUserGuide/systemRequirements: line 59) ok https://www.oracle.com/fr/java/technologies/downloads/ (VEEPortingGuide/systemView: line 240) ok https://www.segger.com/products/debug-probes/j-link/models/other-j-links/st-link-on-board/ (VEEPortingGuide/systemView: line 30) ok https://www.segger.com/products/development-tools/systemview/ (ApplicationDeveloperGuide/UI/MicroVG/vectorimage: line 521) ok https://yqnn.github.io/svg-path-editor (ApplicationDeveloperGuide/UI/MicroVG/vectorimage: line 866) ok https://www.w3.org/TR/SVGTiny12/ (VEEPortingGuide/systemView: line 31) ok https://www.segger.com/downloads/jlink/UM08027 build succeeded. Look for any errors in the above output or in _build/linkcheck/output.txt Link check complete; look for any errors in the above output or in _build/linkcheck/output.txt. [rtd-command-info] start-time: 2023-04-20T14:28:45.267429Z, end-time: 2023-04-20T14:28:45.347931Z, duration: 0, exit-code: 0 cat conf.py # Copyright 2008-2023, MicroEJ Corp. Content in this space is free for read and redistribute. Except if otherwise stated, modification is subject to MicroEJ Corp prior approval. # MicroEJ is a trademark of MicroEJ Corp. All other trademarks and copyrights are the property of their respective owners. import os import sys sys.path.insert(0, os.path.dirname(__file__)) import microej project = 'MicroEJ Documentation' copyright = '2008-2023, MicroEJ Corp. Content in this space is free for read and redistribute. Except if otherwise stated, modification is subject to MicroEJ Corp prior approval. MicroEJ is a trademark of MicroEJ Corp. All other trademarks and copyrights are the property of their respective owners.' author = 'MicroEJ' release = '1.0' # This isn't executed on normal builds, but can be used to build multiple doc # sets from this common source. See the ``microej.py`` extension for more # information. if microej.can_build_independent_docs(): project_name = microej.get_project_name() if project_name: project = project_name extensions = [ 'microej', 'sphinx.ext.graphviz', 'sphinx_copybutton', 'sphinx_tabs.tabs', ] sphinx_tabs_valid_builders = ['linkcheck'] sphinx_tabs_disable_tab_closing = True templates_path = ['_templates'] html_theme_path = ['_themes'] master_doc = 'index' # Generic options exclude_patterns = [ '_build', '_tools', 'README.rst', 'section*.rst', '**/section*.rst', ] # HTML theme options html_theme = 'microej' html_logo = '_themes/microej/static/logo-microej-white.png' html_favicon = '_themes/microej/static/favicon-16x16.png' html_theme_options = { 'logo_only': True, 'collapse_navigation': False, } html_show_sphinx = False # # remove headers permalinks # html_add_permalinks = '' # This is required because the version of the Read the Docs Sphinx theme the # microej theme was forked from does not support the HTML5 writer used by # default by Sphinx 2+ html4_writer = True # The default Sphinx HTML title includes the release number and some other # unwanted bits. html_title = project # LaTeX customizations latex_elements = { 'preamble': r'\usepackage{microej}', 'figure_align': 'H', 'extraclassoptions': 'oneside', #'sphinxsetup': 'inlineliteralwraps=true, verbatimwithframe=true', } latex_additional_files = ['microej.sty'] latex_logo = '_themes/microej/static/mascot.pdf' # This is defined in the theme, but the LaTeX builder does not honor the theme # setting for pygments. This is the same style class used by the HTML builder. pygments_style = 'microej.MicroEJStyle' # ignoring Github links with anchors at linkcheck # linkcheck_ignore = [r'https?:\/\/github\.com\/.+#.+'] # Ignore local index links flagged as broken by linkcheck # Hopefully temporary solution until https://github.com/sphinx-doc/sphinx/issues/9383 is resolved. linkcheck_ignore = [r'^((?!:\/\/|#|@).)*$'] linkcheck_timeout = 20 ########################################################################### # 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': [ ], 'downloads': [ ], 'subprojects': [ ], 'slug': 'microej-docs', 'name': u'Docs', 'rtd_language': u'en', 'programming_language': u'words', 'canonical_url': 'https://docs.microej.com/en/latest/', 'analytics_code': 'None', 'single_version': False, 'conf_py_path': '/', 'api_host': 'https://readthedocs.com', 'github_user': 'MicroEJ', 'proxied_api_host': '/_', 'github_repo': 'docs', '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': '', 'global_analytics_code': 'UA-17997319-2', 'commit': 'd1937572', } # 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/microej-docs/builds/1425435/' 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-04-20T14:28:45.575552Z, end-time: 2023-04-20T14:30:51.727637Z, duration: 126, exit-code: 0 python -m sphinx -T -E -W --keep-going -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v5.1.1 making output directory... done building [mo]: targets for 0 po files that are out of date building [html]: targets for 277 source files that are out of date updating environment: [new config] 277 added, 0 changed, 0 removed reading sources... [ 0%] ApplicationDeveloperGuide/UI/Advanced/how-to-text-overflow reading sources... [ 0%] ApplicationDeveloperGuide/UI/Advanced/index reading sources... [ 1%] ApplicationDeveloperGuide/UI/MWT/concepts reading sources... [ 1%] ApplicationDeveloperGuide/UI/MWT/how-to-animate-widget reading sources... [ 1%] ApplicationDeveloperGuide/UI/MWT/how-to-background reading sources... [ 2%] ApplicationDeveloperGuide/UI/MWT/how-to-container reading sources... [ 2%] ApplicationDeveloperGuide/UI/MWT/how-to-debug reading sources... [ 2%] ApplicationDeveloperGuide/UI/MWT/how-to-event-dispatcher reading sources... [ 3%] ApplicationDeveloperGuide/UI/MWT/how-to-extra-style-field reading sources... [ 3%] ApplicationDeveloperGuide/UI/MWT/how-to-outline reading sources... [ 3%] ApplicationDeveloperGuide/UI/MWT/how-to-overlap-render-policy reading sources... [ 4%] ApplicationDeveloperGuide/UI/MWT/how-to-widget reading sources... [ 4%] ApplicationDeveloperGuide/UI/MWT/index reading sources... [ 5%] ApplicationDeveloperGuide/UI/MWT/introduction reading sources... [ 5%] ApplicationDeveloperGuide/UI/MicroUI/applicationOptions reading sources... [ 5%] ApplicationDeveloperGuide/UI/MicroUI/errors reading sources... [ 6%] ApplicationDeveloperGuide/UI/MicroUI/fontDesigner reading sources... [ 6%] ApplicationDeveloperGuide/UI/MicroUI/fonts reading sources... [ 6%] ApplicationDeveloperGuide/UI/MicroUI/images reading sources... [ 7%] ApplicationDeveloperGuide/UI/MicroUI/index reading sources... [ 7%] ApplicationDeveloperGuide/UI/MicroUI/introduction reading sources... [ 7%] ApplicationDeveloperGuide/UI/MicroUI/releaseNotes reading sources... [ 8%] ApplicationDeveloperGuide/UI/MicroUI/traces reading sources... [ 8%] ApplicationDeveloperGuide/UI/MicroVG/aliases reading sources... [ 9%] ApplicationDeveloperGuide/UI/MicroVG/avdLoader reading sources... [ 9%] ApplicationDeveloperGuide/UI/MicroVG/gradient reading sources... [ 9%] ApplicationDeveloperGuide/UI/MicroVG/index reading sources... [ 10%] ApplicationDeveloperGuide/UI/MicroVG/introduction reading sources... [ 10%] ApplicationDeveloperGuide/UI/MicroVG/matrix reading sources... [ 10%] ApplicationDeveloperGuide/UI/MicroVG/path reading sources... [ 11%] ApplicationDeveloperGuide/UI/MicroVG/vectorfont reading sources... [ 11%] ApplicationDeveloperGuide/UI/MicroVG/vectorimage reading sources... [ 11%] ApplicationDeveloperGuide/UI/Widgets/aliases reading sources... [ 12%] ApplicationDeveloperGuide/UI/Widgets/index reading sources... [ 12%] ApplicationDeveloperGuide/UI/Widgets/mwt-examples reading sources... [ 12%] ApplicationDeveloperGuide/UI/Widgets/widget reading sources... [ 13%] ApplicationDeveloperGuide/UI/Widgets/widget-demo reading sources... [ 13%] ApplicationDeveloperGuide/UI/ui reading sources... [ 14%] ApplicationDeveloperGuide/advanced reading sources... [ 14%] ApplicationDeveloperGuide/applicationOptions reading sources... [ 14%] ApplicationDeveloperGuide/applicationResources reading sources... [ 15%] ApplicationDeveloperGuide/buildAndRunApplication reading sources... [ 15%] ApplicationDeveloperGuide/buildOutputFiles reading sources... [ 15%] ApplicationDeveloperGuide/cca_use reading sources... [ 16%] ApplicationDeveloperGuide/characterEncoding reading sources... [ 16%] ApplicationDeveloperGuide/classpath reading sources... [ 16%] ApplicationDeveloperGuide/codeCoverageAnalyzer reading sources... [ 17%] ApplicationDeveloperGuide/debug reading sources... [ 17%] ApplicationDeveloperGuide/dependencyDiscoverer reading sources... [ 18%] ApplicationDeveloperGuide/heapAnalyzer reading sources... [ 18%] ApplicationDeveloperGuide/heapUsageMonitoring reading sources... [ 18%] ApplicationDeveloperGuide/heapdumper_use reading sources... [ 19%] ApplicationDeveloperGuide/hokaWebserverUserGuide reading sources... [ 19%] ApplicationDeveloperGuide/index reading sources... [ 19%] ApplicationDeveloperGuide/introduction reading sources... [ 20%] ApplicationDeveloperGuide/js/api reading sources... [ 20%] ApplicationDeveloperGuide/js/examples reading sources... [ 20%] ApplicationDeveloperGuide/js/examples/simple_application reading sources... [ 21%] ApplicationDeveloperGuide/js/examples/use_host_object reading sources... [ 21%] ApplicationDeveloperGuide/js/examples/use_java_api reading sources... [ 22%] ApplicationDeveloperGuide/js/getting_started reading sources... [ 22%] ApplicationDeveloperGuide/js/index reading sources... [ 22%] ApplicationDeveloperGuide/js/internals reading sources... [ 23%] ApplicationDeveloperGuide/js/java reading sources... [ 23%] ApplicationDeveloperGuide/js/limitations reading sources... [ 23%] ApplicationDeveloperGuide/js/sources reading sources... [ 24%] ApplicationDeveloperGuide/js/tests reading sources... [ 24%] ApplicationDeveloperGuide/js/troubleshooting reading sources... [ 24%] ApplicationDeveloperGuide/launches reading sources... [ 25%] ApplicationDeveloperGuide/libraries reading sources... [ 25%] ApplicationDeveloperGuide/limitations reading sources... [ 25%] ApplicationDeveloperGuide/linker reading sources... [ 26%] ApplicationDeveloperGuide/memoryMapAnalyzer reading sources... [ 26%] ApplicationDeveloperGuide/moduleNatures reading sources... [ 27%] ApplicationDeveloperGuide/networking reading sources... [ 27%] ApplicationDeveloperGuide/networkingAddonLibraries reading sources... [ 27%] ApplicationDeveloperGuide/networkingFoundationLibraries reading sources... [ 28%] ApplicationDeveloperGuide/nls reading sources... [ 28%] ApplicationDeveloperGuide/nullAnalysis reading sources... [ 28%] ApplicationDeveloperGuide/platform reading sources... [ 29%] ApplicationDeveloperGuide/platformSelection reading sources... [ 29%] ApplicationDeveloperGuide/repository reading sources... [ 29%] ApplicationDeveloperGuide/runtime reading sources... [ 30%] ApplicationDeveloperGuide/sandboxedAppDeploy reading sources... [ 30%] ApplicationDeveloperGuide/sandboxedAppFirstApplication reading sources... [ 31%] ApplicationDeveloperGuide/sandboxedAppFundamentalConcepts reading sources... [ 31%] ApplicationDeveloperGuide/sandboxedAppSharedInterface reading sources... [ 31%] ApplicationDeveloperGuide/sandboxedAppSim reading sources... [ 32%] ApplicationDeveloperGuide/sandboxedApplication reading sources... [ 32%] ApplicationDeveloperGuide/serialToSocketTransmitter reading sources... [ 32%] ApplicationDeveloperGuide/serialToSocketTransmitter_use reading sources... [ 33%] ApplicationDeveloperGuide/soar reading sources... [ 33%] ApplicationDeveloperGuide/stackTraceReader reading sources... [ 33%] ApplicationDeveloperGuide/stackTraceReader_use reading sources... [ 34%] ApplicationDeveloperGuide/standaloneApplication reading sources... [ 34%] ApplicationDeveloperGuide/testsuite reading sources... [ 35%] ApplicationDeveloperGuide/testsuiteEngine reading sources... [ 35%] ApplicationDeveloperGuide/tools reading sources... [ 35%] ApplicationDeveloperGuide/trace reading sources... [ 36%] ApplicationDeveloperGuide/virtualDevice reading sources... [ 36%] KernelDeveloperGuide/applicationLink reading sources... [ 36%] KernelDeveloperGuide/featuresCommunication reading sources... [ 37%] KernelDeveloperGuide/gettingStarted reading sources... [ 37%] KernelDeveloperGuide/index reading sources... [ 37%] KernelDeveloperGuide/kernelAPI reading sources... [ 38%] KernelDeveloperGuide/kernelAPIgenerator_use reading sources... [ 38%] KernelDeveloperGuide/kernelCreation reading sources... [ 38%] KernelDeveloperGuide/kernelLink reading sources... [ 39%] KernelDeveloperGuide/kernelUID reading sources... [ 39%] KernelDeveloperGuide/kf reading sources... [ 40%] KernelDeveloperGuide/kfEnabledLibraries reading sources... [ 40%] KernelDeveloperGuide/kfTestsuite reading sources... [ 40%] KernelDeveloperGuide/overview reading sources... [ 41%] KernelDeveloperGuide/runtimeEnvironment reading sources... [ 41%] KernelDeveloperGuide/sandboxedAppLifecycle reading sources... [ 41%] SDKUserGuide/github reading sources... [ 42%] SDKUserGuide/ide reading sources... [ 42%] SDKUserGuide/index reading sources... [ 42%] SDKUserGuide/install reading sources... [ 43%] SDKUserGuide/installSDKDistribution21_11 reading sources... [ 43%] SDKUserGuide/installSDKDistributionLatest reading sources... [ 44%] SDKUserGuide/installSDKDistributionOther reading sources... [ 44%] SDKUserGuide/installSDKDistributionPortable reading sources... [ 44%] SDKUserGuide/licenses reading sources... [ 45%] SDKUserGuide/mmm reading sources... [ 45%] SDKUserGuide/repository reading sources... [ 45%] SDKUserGuide/resolveDependenciesInWorkspace reading sources... [ 46%] SDKUserGuide/sdkChangeLog reading sources... [ 46%] SDKUserGuide/sdkMigrationNotes reading sources... [ 46%] SDKUserGuide/sdkReleaseNotes reading sources... [ 47%] SDKUserGuide/startup reading sources... [ 47%] SDKUserGuide/systemRequirements reading sources... [ 48%] SDKUserGuide/troubleshooting reading sources... [ 48%] SDKUserGuide/updateSDKVersion reading sources... [ 48%] SDKUserGuide/version reading sources... [ 49%] Tutorials/getStartedWithGUI/advancedStyling reading sources... [ 49%] Tutorials/getStartedWithGUI/animation reading sources... [ 49%] Tutorials/getStartedWithGUI/basicDrawing reading sources... [ 50%] Tutorials/getStartedWithGUI/contactList reading sources... [ 50%] Tutorials/getStartedWithGUI/eventHandling reading sources... [ 50%] Tutorials/getStartedWithGUI/fonts reading sources... [ 51%] Tutorials/getStartedWithGUI/images reading sources... [ 51%] Tutorials/getStartedWithGUI/index reading sources... [ 51%] Tutorials/getStartedWithGUI/internationalization reading sources... [ 52%] Tutorials/getStartedWithGUI/layouts reading sources... [ 52%] Tutorials/getStartedWithGUI/scrollList reading sources... [ 53%] Tutorials/getStartedWithGUI/setup reading sources... [ 53%] Tutorials/getStartedWithGUI/startingMicroUI reading sources... [ 53%] Tutorials/getStartedWithGUI/style reading sources... [ 54%] Tutorials/getStartedWithGUI/widgets reading sources... [ 54%] Tutorials/index reading sources... [ 54%] Tutorials/tutorialAppendEmojisToVectorFont reading sources... [ 55%] Tutorials/tutorialCreateCustomPlatform reading sources... [ 55%] Tutorials/tutorialCreateFirmwareFromScratch reading sources... [ 55%] Tutorials/tutorialCreatePlatformBuildAndRunScripts reading sources... [ 56%] Tutorials/tutorialDiscoverEmbeddedDebuggingTechniques reading sources... [ 56%] Tutorials/tutorialExploreDataSerializationFormats reading sources... [ 57%] Tutorials/tutorialImplementABlockingNativeMethodWithSNI reading sources... [ 57%] Tutorials/tutorialImproveCodeQuality reading sources... [ 57%] Tutorials/tutorialInstrumentJavaCodeForLogging reading sources... [ 58%] Tutorials/tutorialOptimizeMemoryFootprint reading sources... [ 58%] Tutorials/tutorialRunATestSuiteOnDevice reading sources... [ 58%] Tutorials/tutorialSetupBuildUsingJenkinsAndArtifactory reading sources... [ 59%] Tutorials/tutorialUnderstandMicroEJFirmwareBuild reading sources... [ 59%] VEEPortingGuide/advanceTrace reading sources... [ 59%] VEEPortingGuide/appendix/index reading sources... [ 60%] VEEPortingGuide/appendix/javalibs/ecom reading sources... [ 60%] VEEPortingGuide/appendix/javalibs/ecom-comm reading sources... [ 61%] VEEPortingGuide/appendix/javalibs/edc reading sources... [ 61%] VEEPortingGuide/appendix/javalibs/fs reading sources... [ 61%] VEEPortingGuide/appendix/javalibs/index reading sources... [ 62%] VEEPortingGuide/appendix/javalibs/kf reading sources... [ 62%] VEEPortingGuide/appendix/javalibs/net reading sources... [ 62%] VEEPortingGuide/appendix/javalibs/sni reading sources... [ 63%] VEEPortingGuide/appendix/javalibs/ssl reading sources... [ 63%] VEEPortingGuide/appendix/llapi reading sources... [ 63%] VEEPortingGuide/appendix/toolchain reading sources... [ 64%] VEEPortingGuide/appendix/tools/bon reading sources... [ 64%] VEEPortingGuide/appendix/tools/heapdump reading sources... [ 64%] VEEPortingGuide/appendix/tools/hil reading sources... [ 65%] VEEPortingGuide/appendix/tools/index reading sources... [ 65%] VEEPortingGuide/appendix/tools/mui_frontpanelmock reading sources... [ 66%] VEEPortingGuide/appendix/tools/nls reading sources... [ 66%] VEEPortingGuide/appendix/tools/sni reading sources... [ 66%] VEEPortingGuide/appendix/tools/soar reading sources... [ 67%] VEEPortingGuide/appendix/tools/sp reading sources... [ 67%] VEEPortingGuide/appendix/tools/static reading sources... [ 67%] VEEPortingGuide/architecture reading sources... [ 68%] VEEPortingGuide/architectureChangelog reading sources... [ 68%] VEEPortingGuide/architectureNamingConvention reading sources... [ 68%] VEEPortingGuide/blemock reading sources... [ 69%] VEEPortingGuide/bluetooth reading sources... [ 69%] VEEPortingGuide/coreEngine reading sources... [ 70%] VEEPortingGuide/device reading sources... [ 70%] VEEPortingGuide/ecom reading sources... [ 70%] VEEPortingGuide/ecom-comm reading sources... [ 71%] VEEPortingGuide/externalResourceLoader reading sources... [ 71%] VEEPortingGuide/frontpanel reading sources... [ 71%] VEEPortingGuide/fs reading sources... [ 72%] VEEPortingGuide/hal reading sources... [ 72%] VEEPortingGuide/index reading sources... [ 72%] VEEPortingGuide/introduction reading sources... [ 73%] VEEPortingGuide/javah reading sources... [ 73%] VEEPortingGuide/mock reading sources... [ 74%] VEEPortingGuide/multiSandbox reading sources... [ 74%] VEEPortingGuide/native reading sources... [ 74%] VEEPortingGuide/net reading sources... [ 75%] VEEPortingGuide/netIntroduction reading sources... [ 75%] VEEPortingGuide/networkCoreEngine reading sources... [ 75%] VEEPortingGuide/networkInterfaces reading sources... [ 76%] VEEPortingGuide/pack reading sources... [ 76%] VEEPortingGuide/platform reading sources... [ 76%] VEEPortingGuide/platformConcepts reading sources... [ 77%] VEEPortingGuide/platformCreation reading sources... [ 77%] VEEPortingGuide/platformMigration reading sources... [ 77%] VEEPortingGuide/platformOverview reading sources... [ 78%] VEEPortingGuide/platformQualification reading sources... [ 78%] VEEPortingGuide/serialCommunications reading sources... [ 79%] VEEPortingGuide/simulation reading sources... [ 79%] VEEPortingGuide/simulator reading sources... [ 79%] VEEPortingGuide/sni reading sources... [ 80%] VEEPortingGuide/sp reading sources... [ 80%] VEEPortingGuide/spmock reading sources... [ 80%] VEEPortingGuide/ssl reading sources... [ 81%] VEEPortingGuide/systemView reading sources... [ 81%] VEEPortingGuide/tinySandbox reading sources... [ 81%] VEEPortingGuide/ui reading sources... [ 82%] VEEPortingGuide/uiChangeLog reading sources... [ 82%] VEEPortingGuide/uiDisplay reading sources... [ 83%] VEEPortingGuide/uiFont reading sources... [ 83%] VEEPortingGuide/uiFontCore reading sources... [ 83%] VEEPortingGuide/uiFontFormat reading sources... [ 84%] VEEPortingGuide/uiFontGenerator reading sources... [ 84%] VEEPortingGuide/uiFontOverview reading sources... [ 84%] VEEPortingGuide/uiImage reading sources... [ 85%] VEEPortingGuide/uiImageCore reading sources... [ 85%] VEEPortingGuide/uiImageGenerator reading sources... [ 85%] VEEPortingGuide/uiImageLoader reading sources... [ 86%] VEEPortingGuide/uiImageOverview reading sources... [ 86%] VEEPortingGuide/uiImageRaw reading sources... [ 87%] VEEPortingGuide/uiInput reading sources... [ 87%] VEEPortingGuide/uiIntroduction reading sources... [ 87%] VEEPortingGuide/uiLed reading sources... [ 88%] VEEPortingGuide/uiLowLevel reading sources... [ 88%] VEEPortingGuide/uiMicroui reading sources... [ 88%] VEEPortingGuide/uiMigrationGuide reading sources... [ 89%] VEEPortingGuide/uiPort reading sources... [ 89%] VEEPortingGuide/uiPortBSP reading sources... [ 89%] VEEPortingGuide/uiPortConfiguration reading sources... [ 90%] VEEPortingGuide/uiPortGPU reading sources... [ 90%] VEEPortingGuide/uiPortSimulation reading sources... [ 90%] VEEPortingGuide/uiReleaseNotes reading sources... [ 91%] VEEPortingGuide/uiReplaces reading sources... [ 91%] VEEPortingGuide/uiSimulation reading sources... [ 92%] VEEPortingGuide/uiStaticInit reading sources... [ 92%] VEEPortingGuide/vg reading sources... [ 92%] VEEPortingGuide/vgCco reading sources... [ 93%] VEEPortingGuide/vgChangeLog reading sources... [ 93%] VEEPortingGuide/vgFont reading sources... [ 93%] VEEPortingGuide/vgGradient reading sources... [ 94%] VEEPortingGuide/vgIntroduction reading sources... [ 94%] VEEPortingGuide/vgLowLevel reading sources... [ 94%] VEEPortingGuide/vgMatrix reading sources... [ 95%] VEEPortingGuide/vgMicrovg reading sources... [ 95%] VEEPortingGuide/vgPath reading sources... [ 96%] VEEPortingGuide/vgReleaseNotes reading sources... [ 96%] VEEPortingGuide/vgSimulation reading sources... [ 96%] VEEPortingGuide/watchdog-timer reading sources... [ 97%] VEEPortingGuide/wifi reading sources... [ 97%] about reading sources... [ 97%] glossary reading sources... [ 98%] index reading sources... [ 98%] overview/gettingStarted reading sources... [ 98%] overview/index reading sources... [ 99%] overview/sdk reading sources... [ 99%] overview/vee reading sources... [100%] support looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 0%] ApplicationDeveloperGuide/UI/Advanced/how-to-text-overflow writing output... [ 0%] ApplicationDeveloperGuide/UI/Advanced/index writing output... [ 1%] ApplicationDeveloperGuide/UI/MWT/concepts writing output... [ 1%] ApplicationDeveloperGuide/UI/MWT/how-to-animate-widget writing output... [ 1%] ApplicationDeveloperGuide/UI/MWT/how-to-background writing output... [ 2%] ApplicationDeveloperGuide/UI/MWT/how-to-container writing output... [ 2%] ApplicationDeveloperGuide/UI/MWT/how-to-debug writing output... [ 2%] ApplicationDeveloperGuide/UI/MWT/how-to-event-dispatcher writing output... [ 3%] ApplicationDeveloperGuide/UI/MWT/how-to-extra-style-field writing output... [ 3%] ApplicationDeveloperGuide/UI/MWT/how-to-outline writing output... [ 3%] ApplicationDeveloperGuide/UI/MWT/how-to-overlap-render-policy writing output... [ 4%] ApplicationDeveloperGuide/UI/MWT/how-to-widget writing output... [ 4%] ApplicationDeveloperGuide/UI/MWT/index writing output... [ 5%] ApplicationDeveloperGuide/UI/MWT/introduction writing output... [ 5%] ApplicationDeveloperGuide/UI/MicroUI/applicationOptions writing output... [ 5%] ApplicationDeveloperGuide/UI/MicroUI/errors writing output... [ 6%] ApplicationDeveloperGuide/UI/MicroUI/fontDesigner writing output... [ 6%] ApplicationDeveloperGuide/UI/MicroUI/fonts writing output... [ 6%] ApplicationDeveloperGuide/UI/MicroUI/images writing output... [ 7%] ApplicationDeveloperGuide/UI/MicroUI/index writing output... [ 7%] ApplicationDeveloperGuide/UI/MicroUI/introduction writing output... [ 7%] ApplicationDeveloperGuide/UI/MicroUI/releaseNotes writing output... [ 8%] ApplicationDeveloperGuide/UI/MicroUI/traces writing output... [ 8%] ApplicationDeveloperGuide/UI/MicroVG/aliases writing output... [ 9%] ApplicationDeveloperGuide/UI/MicroVG/avdLoader writing output... [ 9%] ApplicationDeveloperGuide/UI/MicroVG/gradient writing output... [ 9%] ApplicationDeveloperGuide/UI/MicroVG/index writing output... [ 10%] ApplicationDeveloperGuide/UI/MicroVG/introduction writing output... [ 10%] ApplicationDeveloperGuide/UI/MicroVG/matrix writing output... [ 10%] ApplicationDeveloperGuide/UI/MicroVG/path writing output... [ 11%] ApplicationDeveloperGuide/UI/MicroVG/vectorfont writing output... [ 11%] ApplicationDeveloperGuide/UI/MicroVG/vectorimage writing output... [ 11%] ApplicationDeveloperGuide/UI/Widgets/aliases writing output... [ 12%] ApplicationDeveloperGuide/UI/Widgets/index writing output... [ 12%] ApplicationDeveloperGuide/UI/Widgets/mwt-examples writing output... [ 12%] ApplicationDeveloperGuide/UI/Widgets/widget writing output... [ 13%] ApplicationDeveloperGuide/UI/Widgets/widget-demo writing output... [ 13%] ApplicationDeveloperGuide/UI/ui writing output... [ 14%] ApplicationDeveloperGuide/advanced writing output... [ 14%] ApplicationDeveloperGuide/applicationOptions writing output... [ 14%] ApplicationDeveloperGuide/applicationResources writing output... [ 15%] ApplicationDeveloperGuide/buildAndRunApplication writing output... [ 15%] ApplicationDeveloperGuide/buildOutputFiles writing output... [ 15%] ApplicationDeveloperGuide/cca_use writing output... [ 16%] ApplicationDeveloperGuide/characterEncoding writing output... [ 16%] ApplicationDeveloperGuide/classpath writing output... [ 16%] ApplicationDeveloperGuide/codeCoverageAnalyzer writing output... [ 17%] ApplicationDeveloperGuide/debug writing output... [ 17%] ApplicationDeveloperGuide/dependencyDiscoverer writing output... [ 18%] ApplicationDeveloperGuide/heapAnalyzer writing output... [ 18%] ApplicationDeveloperGuide/heapUsageMonitoring writing output... [ 18%] ApplicationDeveloperGuide/heapdumper_use writing output... [ 19%] ApplicationDeveloperGuide/hokaWebserverUserGuide writing output... [ 19%] ApplicationDeveloperGuide/index writing output... [ 19%] ApplicationDeveloperGuide/introduction writing output... [ 20%] ApplicationDeveloperGuide/js/api writing output... [ 20%] ApplicationDeveloperGuide/js/examples writing output... [ 20%] ApplicationDeveloperGuide/js/examples/simple_application writing output... [ 21%] ApplicationDeveloperGuide/js/examples/use_host_object writing output... [ 21%] ApplicationDeveloperGuide/js/examples/use_java_api writing output... [ 22%] ApplicationDeveloperGuide/js/getting_started writing output... [ 22%] ApplicationDeveloperGuide/js/index writing output... [ 22%] ApplicationDeveloperGuide/js/internals writing output... [ 23%] ApplicationDeveloperGuide/js/java writing output... [ 23%] ApplicationDeveloperGuide/js/limitations writing output... [ 23%] ApplicationDeveloperGuide/js/sources writing output... [ 24%] ApplicationDeveloperGuide/js/tests writing output... [ 24%] ApplicationDeveloperGuide/js/troubleshooting writing output... [ 24%] ApplicationDeveloperGuide/launches writing output... [ 25%] ApplicationDeveloperGuide/libraries writing output... [ 25%] ApplicationDeveloperGuide/limitations writing output... [ 25%] ApplicationDeveloperGuide/linker writing output... [ 26%] ApplicationDeveloperGuide/memoryMapAnalyzer writing output... [ 26%] ApplicationDeveloperGuide/moduleNatures writing output... [ 27%] ApplicationDeveloperGuide/networking writing output... [ 27%] ApplicationDeveloperGuide/networkingAddonLibraries writing output... [ 27%] ApplicationDeveloperGuide/networkingFoundationLibraries writing output... [ 28%] ApplicationDeveloperGuide/nls writing output... [ 28%] ApplicationDeveloperGuide/nullAnalysis writing output... [ 28%] ApplicationDeveloperGuide/platform writing output... [ 29%] ApplicationDeveloperGuide/platformSelection writing output... [ 29%] ApplicationDeveloperGuide/repository writing output... [ 29%] ApplicationDeveloperGuide/runtime writing output... [ 30%] ApplicationDeveloperGuide/sandboxedAppDeploy writing output... [ 30%] ApplicationDeveloperGuide/sandboxedAppFirstApplication writing output... [ 31%] ApplicationDeveloperGuide/sandboxedAppFundamentalConcepts writing output... [ 31%] ApplicationDeveloperGuide/sandboxedAppSharedInterface writing output... [ 31%] ApplicationDeveloperGuide/sandboxedAppSim writing output... [ 32%] ApplicationDeveloperGuide/sandboxedApplication writing output... [ 32%] ApplicationDeveloperGuide/serialToSocketTransmitter writing output... [ 32%] ApplicationDeveloperGuide/serialToSocketTransmitter_use writing output... [ 33%] ApplicationDeveloperGuide/soar writing output... [ 33%] ApplicationDeveloperGuide/stackTraceReader writing output... [ 33%] ApplicationDeveloperGuide/stackTraceReader_use writing output... [ 34%] ApplicationDeveloperGuide/standaloneApplication writing output... [ 34%] ApplicationDeveloperGuide/testsuite writing output... [ 35%] ApplicationDeveloperGuide/testsuiteEngine writing output... [ 35%] ApplicationDeveloperGuide/tools writing output... [ 35%] ApplicationDeveloperGuide/trace writing output... [ 36%] ApplicationDeveloperGuide/virtualDevice writing output... [ 36%] KernelDeveloperGuide/applicationLink writing output... [ 36%] KernelDeveloperGuide/featuresCommunication writing output... [ 37%] KernelDeveloperGuide/gettingStarted writing output... [ 37%] KernelDeveloperGuide/index writing output... [ 37%] KernelDeveloperGuide/kernelAPI writing output... [ 38%] KernelDeveloperGuide/kernelAPIgenerator_use writing output... [ 38%] KernelDeveloperGuide/kernelCreation writing output... [ 38%] KernelDeveloperGuide/kernelLink writing output... [ 39%] KernelDeveloperGuide/kernelUID writing output... [ 39%] KernelDeveloperGuide/kf writing output... [ 40%] KernelDeveloperGuide/kfEnabledLibraries writing output... [ 40%] KernelDeveloperGuide/kfTestsuite writing output... [ 40%] KernelDeveloperGuide/overview writing output... [ 41%] KernelDeveloperGuide/runtimeEnvironment writing output... [ 41%] KernelDeveloperGuide/sandboxedAppLifecycle writing output... [ 41%] SDKUserGuide/github writing output... [ 42%] SDKUserGuide/ide writing output... [ 42%] SDKUserGuide/index writing output... [ 42%] SDKUserGuide/install writing output... [ 43%] SDKUserGuide/installSDKDistribution21_11 writing output... [ 43%] SDKUserGuide/installSDKDistributionLatest writing output... [ 44%] SDKUserGuide/installSDKDistributionOther writing output... [ 44%] SDKUserGuide/installSDKDistributionPortable writing output... [ 44%] SDKUserGuide/licenses writing output... [ 45%] SDKUserGuide/mmm writing output... [ 45%] SDKUserGuide/repository writing output... [ 45%] SDKUserGuide/resolveDependenciesInWorkspace writing output... [ 46%] SDKUserGuide/sdkChangeLog writing output... [ 46%] SDKUserGuide/sdkMigrationNotes writing output... [ 46%] SDKUserGuide/sdkReleaseNotes writing output... [ 47%] SDKUserGuide/startup writing output... [ 47%] SDKUserGuide/systemRequirements writing output... [ 48%] SDKUserGuide/troubleshooting writing output... [ 48%] SDKUserGuide/updateSDKVersion writing output... [ 48%] SDKUserGuide/version writing output... [ 49%] Tutorials/getStartedWithGUI/advancedStyling writing output... [ 49%] Tutorials/getStartedWithGUI/animation writing output... [ 49%] Tutorials/getStartedWithGUI/basicDrawing writing output... [ 50%] Tutorials/getStartedWithGUI/contactList writing output... [ 50%] Tutorials/getStartedWithGUI/eventHandling writing output... [ 50%] Tutorials/getStartedWithGUI/fonts writing output... [ 51%] Tutorials/getStartedWithGUI/images writing output... [ 51%] Tutorials/getStartedWithGUI/index writing output... [ 51%] Tutorials/getStartedWithGUI/internationalization writing output... [ 52%] Tutorials/getStartedWithGUI/layouts writing output... [ 52%] Tutorials/getStartedWithGUI/scrollList writing output... [ 53%] Tutorials/getStartedWithGUI/setup writing output... [ 53%] Tutorials/getStartedWithGUI/startingMicroUI writing output... [ 53%] Tutorials/getStartedWithGUI/style writing output... [ 54%] Tutorials/getStartedWithGUI/widgets writing output... [ 54%] Tutorials/index writing output... [ 54%] Tutorials/tutorialAppendEmojisToVectorFont writing output... [ 55%] Tutorials/tutorialCreateCustomPlatform writing output... [ 55%] Tutorials/tutorialCreateFirmwareFromScratch writing output... [ 55%] Tutorials/tutorialCreatePlatformBuildAndRunScripts writing output... [ 56%] Tutorials/tutorialDiscoverEmbeddedDebuggingTechniques writing output... [ 56%] Tutorials/tutorialExploreDataSerializationFormats writing output... [ 57%] Tutorials/tutorialImplementABlockingNativeMethodWithSNI writing output... [ 57%] Tutorials/tutorialImproveCodeQuality writing output... [ 57%] Tutorials/tutorialInstrumentJavaCodeForLogging writing output... [ 58%] Tutorials/tutorialOptimizeMemoryFootprint writing output... [ 58%] Tutorials/tutorialRunATestSuiteOnDevice writing output... [ 58%] Tutorials/tutorialSetupBuildUsingJenkinsAndArtifactory writing output... [ 59%] Tutorials/tutorialUnderstandMicroEJFirmwareBuild writing output... [ 59%] VEEPortingGuide/advanceTrace writing output... [ 59%] VEEPortingGuide/appendix/index writing output... [ 60%] VEEPortingGuide/appendix/javalibs/ecom writing output... [ 60%] VEEPortingGuide/appendix/javalibs/ecom-comm writing output... [ 61%] VEEPortingGuide/appendix/javalibs/edc writing output... [ 61%] VEEPortingGuide/appendix/javalibs/fs writing output... [ 61%] VEEPortingGuide/appendix/javalibs/index writing output... [ 62%] VEEPortingGuide/appendix/javalibs/kf writing output... [ 62%] VEEPortingGuide/appendix/javalibs/net writing output... [ 62%] VEEPortingGuide/appendix/javalibs/sni writing output... [ 63%] VEEPortingGuide/appendix/javalibs/ssl writing output... [ 63%] VEEPortingGuide/appendix/llapi writing output... [ 63%] VEEPortingGuide/appendix/toolchain writing output... [ 64%] VEEPortingGuide/appendix/tools/bon writing output... [ 64%] VEEPortingGuide/appendix/tools/heapdump writing output... [ 64%] VEEPortingGuide/appendix/tools/hil writing output... [ 65%] VEEPortingGuide/appendix/tools/index writing output... [ 65%] VEEPortingGuide/appendix/tools/mui_frontpanelmock writing output... [ 66%] VEEPortingGuide/appendix/tools/nls writing output... [ 66%] VEEPortingGuide/appendix/tools/sni writing output... [ 66%] VEEPortingGuide/appendix/tools/soar writing output... [ 67%] VEEPortingGuide/appendix/tools/sp writing output... [ 67%] VEEPortingGuide/appendix/tools/static writing output... [ 67%] VEEPortingGuide/architecture writing output... [ 68%] VEEPortingGuide/architectureChangelog writing output... [ 68%] VEEPortingGuide/architectureNamingConvention writing output... [ 68%] VEEPortingGuide/blemock writing output... [ 69%] VEEPortingGuide/bluetooth writing output... [ 69%] VEEPortingGuide/coreEngine writing output... [ 70%] VEEPortingGuide/device writing output... [ 70%] VEEPortingGuide/ecom writing output... [ 70%] VEEPortingGuide/ecom-comm writing output... [ 71%] VEEPortingGuide/externalResourceLoader writing output... [ 71%] VEEPortingGuide/frontpanel writing output... [ 71%] VEEPortingGuide/fs writing output... [ 72%] VEEPortingGuide/hal writing output... [ 72%] VEEPortingGuide/index writing output... [ 72%] VEEPortingGuide/introduction writing output... [ 73%] VEEPortingGuide/javah writing output... [ 73%] VEEPortingGuide/mock writing output... [ 74%] VEEPortingGuide/multiSandbox writing output... [ 74%] VEEPortingGuide/native writing output... [ 74%] VEEPortingGuide/net writing output... [ 75%] VEEPortingGuide/netIntroduction writing output... [ 75%] VEEPortingGuide/networkCoreEngine writing output... [ 75%] VEEPortingGuide/networkInterfaces writing output... [ 76%] VEEPortingGuide/pack writing output... [ 76%] VEEPortingGuide/platform writing output... [ 76%] VEEPortingGuide/platformConcepts writing output... [ 77%] VEEPortingGuide/platformCreation writing output... [ 77%] VEEPortingGuide/platformMigration writing output... [ 77%] VEEPortingGuide/platformOverview writing output... [ 78%] VEEPortingGuide/platformQualification writing output... [ 78%] VEEPortingGuide/serialCommunications writing output... [ 79%] VEEPortingGuide/simulation writing output... [ 79%] VEEPortingGuide/simulator writing output... [ 79%] VEEPortingGuide/sni writing output... [ 80%] VEEPortingGuide/sp writing output... [ 80%] VEEPortingGuide/spmock writing output... [ 80%] VEEPortingGuide/ssl writing output... [ 81%] VEEPortingGuide/systemView writing output... [ 81%] VEEPortingGuide/tinySandbox writing output... [ 81%] VEEPortingGuide/ui writing output... [ 82%] VEEPortingGuide/uiChangeLog writing output... [ 82%] VEEPortingGuide/uiDisplay writing output... [ 83%] VEEPortingGuide/uiFont writing output... [ 83%] VEEPortingGuide/uiFontCore writing output... [ 83%] VEEPortingGuide/uiFontFormat writing output... [ 84%] VEEPortingGuide/uiFontGenerator writing output... [ 84%] VEEPortingGuide/uiFontOverview writing output... [ 84%] VEEPortingGuide/uiImage writing output... [ 85%] VEEPortingGuide/uiImageCore writing output... [ 85%] VEEPortingGuide/uiImageGenerator writing output... [ 85%] VEEPortingGuide/uiImageLoader writing output... [ 86%] VEEPortingGuide/uiImageOverview writing output... [ 86%] VEEPortingGuide/uiImageRaw writing output... [ 87%] VEEPortingGuide/uiInput writing output... [ 87%] VEEPortingGuide/uiIntroduction writing output... [ 87%] VEEPortingGuide/uiLed writing output... [ 88%] VEEPortingGuide/uiLowLevel writing output... [ 88%] VEEPortingGuide/uiMicroui writing output... [ 88%] VEEPortingGuide/uiMigrationGuide writing output... [ 89%] VEEPortingGuide/uiPort writing output... [ 89%] VEEPortingGuide/uiPortBSP writing output... [ 89%] VEEPortingGuide/uiPortConfiguration writing output... [ 90%] VEEPortingGuide/uiPortGPU writing output... [ 90%] VEEPortingGuide/uiPortSimulation writing output... [ 90%] VEEPortingGuide/uiReleaseNotes writing output... [ 91%] VEEPortingGuide/uiReplaces writing output... [ 91%] VEEPortingGuide/uiSimulation writing output... [ 92%] VEEPortingGuide/uiStaticInit writing output... [ 92%] VEEPortingGuide/vg writing output... [ 92%] VEEPortingGuide/vgCco writing output... [ 93%] VEEPortingGuide/vgChangeLog writing output... [ 93%] VEEPortingGuide/vgFont writing output... [ 93%] VEEPortingGuide/vgGradient writing output... [ 94%] VEEPortingGuide/vgIntroduction writing output... [ 94%] VEEPortingGuide/vgLowLevel writing output... [ 94%] VEEPortingGuide/vgMatrix writing output... [ 95%] VEEPortingGuide/vgMicrovg writing output... [ 95%] VEEPortingGuide/vgPath writing output... [ 96%] VEEPortingGuide/vgReleaseNotes writing output... [ 96%] VEEPortingGuide/vgSimulation writing output... [ 96%] VEEPortingGuide/watchdog-timer writing output... [ 97%] VEEPortingGuide/wifi writing output... [ 97%] about writing output... [ 97%] glossary writing output... [ 98%] index writing output... [ 98%] overview/gettingStarted writing output... [ 98%] overview/index writing output... [ 99%] overview/sdk writing output... [ 99%] overview/vee writing output... [100%] support generating indices... genindex done writing additional pages... search done copying images... [ 0%] ApplicationDeveloperGuide/UI/Advanced/images/tuto_microej_bounds_check.png copying images... [ 0%] ApplicationDeveloperGuide/UI/MWT/images/hierarchy.png copying images... [ 0%] ApplicationDeveloperGuide/UI/MWT/images/eventDispatchUML.png copying images... [ 0%] ApplicationDeveloperGuide/UI/MWT/images/pointerEventDispatcherFlow.png copying images... [ 1%] ApplicationDeveloperGuide/UI/MWT/images/boxmodel.png copying images... [ 1%] ApplicationDeveloperGuide/UI/MWT/images/showSequence.png copying images... [ 1%] ApplicationDeveloperGuide/UI/MWT/images/highlightWidgetList.png copying images... [ 1%] ApplicationDeveloperGuide/UI/MWT/images/highlightWidgetWheel.png copying images... [ 1%] ApplicationDeveloperGuide/UI/MWT/images/defaultRenderPolicy.png copying images... [ 2%] ApplicationDeveloperGuide/UI/MWT/images/defaultRenderPolicyIssue.png copying images... [ 2%] ApplicationDeveloperGuide/UI/MicroUI/png/architecture_options/img1.png copying images... [ 2%] ApplicationDeveloperGuide/UI/MicroUI/png/architecture_options/img2.png copying images... [ 2%] ApplicationDeveloperGuide/UI/MicroUI/png/architecture_options/img3.png copying images... [ 2%] ApplicationDeveloperGuide/UI/MicroUI/png/architecture_options/img4.png copying images... [ 3%] ApplicationDeveloperGuide/UI/MicroUI/images/designer_font-process2.png copying images... [ 3%] ApplicationDeveloperGuide/UI/MicroUI/images/designer_font-height.png copying images... [ 3%] ApplicationDeveloperGuide/UI/MicroUI/images/baseline.png copying images... [ 3%] ApplicationDeveloperGuide/UI/MicroUI/images/char-editor.png copying images... [ 3%] ApplicationDeveloperGuide/UI/MicroUI/images/font-preview.png copying images... [ 4%] ApplicationDeveloperGuide/UI/MicroUI/images/transparent.png copying images... [ 4%] ApplicationDeveloperGuide/UI/MicroUI/images/argb8888.png copying images... [ 4%] ApplicationDeveloperGuide/UI/MicroUI/images/argb4444.png copying images... [ 4%] ApplicationDeveloperGuide/UI/MicroUI/images/argb1555.png copying images... [ 4%] ApplicationDeveloperGuide/UI/MicroUI/images/opaque.png copying images... [ 5%] ApplicationDeveloperGuide/UI/MicroUI/images/rgb888_o.png copying images... [ 5%] ApplicationDeveloperGuide/UI/MicroUI/images/rgb888_t.png copying images... [ 5%] ApplicationDeveloperGuide/UI/MicroUI/images/rgb565_o.png copying images... [ 5%] ApplicationDeveloperGuide/UI/MicroUI/images/rgb565_t.png copying images... [ 5%] ApplicationDeveloperGuide/UI/MicroUI/images/picto.png copying images... [ 6%] ApplicationDeveloperGuide/UI/MicroUI/images/a8.png copying images... [ 6%] ApplicationDeveloperGuide/UI/MicroUI/images/a8_c.png copying images... [ 6%] ApplicationDeveloperGuide/UI/MicroUI/images/a4.png copying images... [ 6%] ApplicationDeveloperGuide/UI/MicroUI/images/a4_c.png copying images... [ 6%] ApplicationDeveloperGuide/UI/MicroUI/images/a2.png copying images... [ 7%] ApplicationDeveloperGuide/UI/MicroUI/images/a2_c.png copying images... [ 7%] ApplicationDeveloperGuide/UI/MicroUI/images/a1.png copying images... [ 7%] ApplicationDeveloperGuide/UI/MicroUI/images/a1_c.png copying images... [ 7%] ApplicationDeveloperGuide/UI/MicroUI/images/grayscale.png copying images... [ 8%] ApplicationDeveloperGuide/UI/MicroUI/images/c4.png copying images... [ 8%] ApplicationDeveloperGuide/UI/MicroUI/images/c2.png copying images... [ 8%] ApplicationDeveloperGuide/UI/MicroUI/images/c1.png copying images... [ 8%] ApplicationDeveloperGuide/UI/MicroUI/images/grayscale_t.png copying images... [ 8%] ApplicationDeveloperGuide/UI/MicroUI/images/ac44.png copying images... [ 9%] ApplicationDeveloperGuide/UI/MicroUI/images/ac22.png copying images... [ 9%] ApplicationDeveloperGuide/UI/MicroUI/images/ac11.png copying images... [ 9%] ApplicationDeveloperGuide/UI/MicroUI/images/microui_traces_systemview.png copying images... [ 9%] ApplicationDeveloperGuide/UI/MicroVG/images/drawRuntimeImage.png copying images... [ 9%] ApplicationDeveloperGuide/UI/MicroVG/images/gradient0.png copying images... [ 10%] ApplicationDeveloperGuide/UI/MicroVG/images/gradient1.png copying images... [ 10%] ApplicationDeveloperGuide/UI/MicroVG/images/gradient2.png copying images... [ 10%] ApplicationDeveloperGuide/UI/MicroVG/images/matrixTranslate0.png copying images... [ 10%] ApplicationDeveloperGuide/UI/MicroVG/images/matrixRotate0.png copying images... [ 10%] ApplicationDeveloperGuide/UI/MicroVG/images/matrixRotate1.png copying images... [ 11%] ApplicationDeveloperGuide/UI/MicroVG/images/matrixScale0.png copying images... [ 11%] ApplicationDeveloperGuide/UI/MicroVG/images/matrixConcat0.png copying images... [ 11%] ApplicationDeveloperGuide/UI/MicroVG/images/fillPath.png copying images... [ 11%] ApplicationDeveloperGuide/UI/MicroVG/images/fillPathGradient.png copying images... [ 11%] ApplicationDeveloperGuide/UI/MicroVG/images/fillType.png copying images... [ 12%] ApplicationDeveloperGuide/UI/MicroVG/images/fillPathBlendMode.png copying images... [ 12%] ApplicationDeveloperGuide/UI/MicroVG/images/drawstring0.png copying images... [ 12%] ApplicationDeveloperGuide/UI/MicroVG/images/drawstring1.png copying images... [ 12%] ApplicationDeveloperGuide/UI/MicroVG/images/drawstring2.png copying images... [ 12%] ApplicationDeveloperGuide/UI/MicroVG/images/drawstring3.png copying images... [ 13%] ApplicationDeveloperGuide/UI/MicroVG/images/fontMetrics.png copying images... [ 13%] ApplicationDeveloperGuide/UI/MicroVG/images/anchorPoint.png copying images... [ 13%] ApplicationDeveloperGuide/UI/MicroVG/images/textBox.png copying images... [ 13%] ApplicationDeveloperGuide/UI/MicroVG/images/drawStringOnCircle0.png copying images... [ 13%] ApplicationDeveloperGuide/UI/MicroVG/images/drawStringOnCircle1.png copying images... [ 14%] ApplicationDeveloperGuide/UI/MicroVG/images/drawStringLayout.png copying images... [ 14%] ApplicationDeveloperGuide/UI/MicroVG/images/drawImage.png copying images... [ 14%] ApplicationDeveloperGuide/UI/MicroVG/images/drawImageAlpha.png copying images... [ 14%] ApplicationDeveloperGuide/UI/MicroVG/images/drawImageFilter.png copying images... [ 15%] ApplicationDeveloperGuide/UI/MicroVG/images/drawAnimatedImageTranslate.gif copying images... [ 15%] ApplicationDeveloperGuide/UI/MicroVG/images/drawAnimatedImageOverPath.gif copying images... [ 15%] ApplicationDeveloperGuide/UI/MicroVG/images/drawAnimatedImageScaleXY.gif copying images... [ 15%] ApplicationDeveloperGuide/UI/MicroVG/images/drawAnimatedImageRotate.gif copying images... [ 15%] ApplicationDeveloperGuide/UI/MicroVG/images/drawAnimatedImageMorphing.gif copying images... [ 16%] ApplicationDeveloperGuide/UI/MicroVG/images/drawAnimatedImageColor.gif copying images... [ 16%] ApplicationDeveloperGuide/UI/MicroVG/images/linearInterpolator.gif copying images... [ 16%] ApplicationDeveloperGuide/UI/MicroVG/images/accelerateInterpolator.gif copying images... [ 16%] ApplicationDeveloperGuide/UI/MicroVG/images/bounceInterpolator.gif copying images... [ 16%] ApplicationDeveloperGuide/UI/MicroVG/images/fast_out_slow_inInterpolator.gif copying images... [ 17%] ApplicationDeveloperGuide/UI/MicroVG/images/custom0Interpolator.gif copying images... [ 17%] ApplicationDeveloperGuide/UI/MicroVG/images/custom0Interpolator.png copying images... [ 17%] ApplicationDeveloperGuide/UI/MicroVG/images/custom1Interpolator.gif copying images... [ 17%] ApplicationDeveloperGuide/UI/MicroVG/images/custom1Interpolator.png copying images... [ 17%] ApplicationDeveloperGuide/UI/Widgets/images/attribute-selectors.gif copying images... [ 18%] ApplicationDeveloperGuide/UI/Widgets/images/buffered-image-pool.gif copying images... [ 18%] ApplicationDeveloperGuide/UI/Widgets/images/context-sensitive-container.gif copying images... [ 18%] ApplicationDeveloperGuide/UI/Widgets/images/drag-and-drop.gif copying images... [ 18%] ApplicationDeveloperGuide/UI/Widgets/images/focus.gif copying images... [ 18%] ApplicationDeveloperGuide/UI/Widgets/images/immutable-stylesheet.gif copying images... [ 19%] ApplicationDeveloperGuide/UI/Widgets/images/lazy-stylesheet.gif copying images... [ 19%] ApplicationDeveloperGuide/UI/Widgets/images/masking-grid.gif copying images... [ 19%] ApplicationDeveloperGuide/UI/Widgets/images/mvc.gif copying images... [ 19%] ApplicationDeveloperGuide/UI/Widgets/images/popup.gif copying images... [ 19%] ApplicationDeveloperGuide/UI/Widgets/images/remove-widget.gif copying images... [ 20%] ApplicationDeveloperGuide/UI/Widgets/images/slide-container.gif copying images... [ 20%] ApplicationDeveloperGuide/UI/Widgets/images/stack-container.gif copying images... [ 20%] ApplicationDeveloperGuide/UI/Widgets/images/stashing-grid.gif copying images... [ 20%] ApplicationDeveloperGuide/UI/Widgets/images/virtual-watch.gif copying images... [ 20%] ApplicationDeveloperGuide/UI/images/ui_overview.png copying images... [ 21%] ApplicationDeveloperGuide/images/build-properties.png copying images... [ 21%] ApplicationDeveloperGuide/images/architecture_options/img1.png copying images... [ 21%] ApplicationDeveloperGuide/images/architecture_options/img2.png copying images... [ 21%] ApplicationDeveloperGuide/images/architecture_options/img3.png copying images... [ 22%] ApplicationDeveloperGuide/images/architecture_options/img4.png copying images... [ 22%] ApplicationDeveloperGuide/images/architecture_options/img5.png copying images... [ 22%] ApplicationDeveloperGuide/images/architecture_options/img6.png copying images... [ 22%] ApplicationDeveloperGuide/images/architecture_options/img7.png copying images... [ 22%] ApplicationDeveloperGuide/images/architecture_options/img8.png copying images... [ 23%] ApplicationDeveloperGuide/images/architecture_options/img9.png copying images... [ 23%] ApplicationDeveloperGuide/images/architecture_options/img11.png copying images... [ 23%] ApplicationDeveloperGuide/images/architecture_options/img12.png copying images... [ 23%] ApplicationDeveloperGuide/images/architecture_options/img13.png copying images... [ 23%] ApplicationDeveloperGuide/images/architecture_options/img14.png copying images... [ 24%] ApplicationDeveloperGuide/images/architecture_options/img15.png copying images... [ 24%] ApplicationDeveloperGuide/images/architecture_options/img16.png copying images... [ 24%] ApplicationDeveloperGuide/images/architecture_options/img17.png copying images... [ 24%] ApplicationDeveloperGuide/images/architecture_options/img18.png copying images... [ 24%] ApplicationDeveloperGuide/images/architecture_options/img19.png copying images... [ 25%] ApplicationDeveloperGuide/images/architecture_options/img20.png copying images... [ 25%] ApplicationDeveloperGuide/images/architecture_options/img21.png copying images... [ 25%] ApplicationDeveloperGuide/images/architecture_options/img22.png copying images... [ 25%] ApplicationDeveloperGuide/images/architecture_options/img23.png copying images... [ 25%] ApplicationDeveloperGuide/images/newApp1.png copying images... [ 26%] ApplicationDeveloperGuide/images/newApp10.png copying images... [ 26%] ApplicationDeveloperGuide/images/sim1.png copying images... [ 26%] ApplicationDeveloperGuide/images/basic-launcher.png copying images... [ 26%] ApplicationDeveloperGuide/images/bsp-options.png copying images... [ 26%] ApplicationDeveloperGuide/images/build-output-files.png copying images... [ 27%] ApplicationDeveloperGuide/images/standalone_application_published_files.png copying images... [ 27%] ApplicationDeveloperGuide/images/cca_options/img1.png copying images... [ 27%] ApplicationDeveloperGuide/images/eclipse_encoding.png copying images... [ 27%] ApplicationDeveloperGuide/images/ClassPath_4.png copying images... [ 27%] ApplicationDeveloperGuide/images/ClassPath_1.png copying images... [ 28%] ApplicationDeveloperGuide/images/cca_process.png copying images... [ 28%] ApplicationDeveloperGuide/images/debug1.png copying images... [ 28%] ApplicationDeveloperGuide/images/addon_library_source.png copying images... [ 28%] ApplicationDeveloperGuide/images/addon_library_open_implementation.png copying images... [ 29%] ApplicationDeveloperGuide/images/addon_library_implementation_read_only.png copying images... [ 29%] ApplicationDeveloperGuide/images/foundation_library_implementation_folders.png copying images... [ 29%] ApplicationDeveloperGuide/images/foundation_library_debug_add_source_archive.png copying images... [ 29%] ApplicationDeveloperGuide/images/foundation_library_debug_select_source_jars.png copying images... [ 29%] ApplicationDeveloperGuide/images/foundation_library_debug_open_implementation.png copying images... [ 30%] ApplicationDeveloperGuide/images/heapdumper_options/img1.png copying images... [ 30%] ApplicationDeveloperGuide/images/outline-view.png copying images... [ 30%] ApplicationDeveloperGuide/images/fields-and-ref-showing-fields.png copying images... [ 30%] ApplicationDeveloperGuide/images/fields-and-ref-showing-refs.png copying images... [ 30%] ApplicationDeveloperGuide/images/heap-usage-tab.png copying images... [ 31%] ApplicationDeveloperGuide/images/dominator-tree-tab.png copying images... [ 31%] ApplicationDeveloperGuide/images/leak-suspects-tab.png copying images... [ 31%] ApplicationDeveloperGuide/images/progressive.png copying images... [ 31%] ApplicationDeveloperGuide/images/compare-all.png copying images... [ 31%] ApplicationDeveloperGuide/images/compare-fields.png copying images... [ 32%] ApplicationDeveloperGuide/images/heap_usage.png copying images... [ 32%] ApplicationDeveloperGuide/js/images/js_runtime.png copying images... [ 32%] ApplicationDeveloperGuide/js/images/js_processor_overview.png copying images... [ 32%] ApplicationDeveloperGuide/images/mainTab.png copying images... [ 32%] ApplicationDeveloperGuide/images/executionTab.png copying images... [ 33%] ApplicationDeveloperGuide/images/configurationTab.png copying images... [ 33%] ApplicationDeveloperGuide/images/jreTab.png copying images... [ 33%] ApplicationDeveloperGuide/images/ClassPath_2.png copying images... [ 33%] ApplicationDeveloperGuide/images/mma_process.png copying images... [ 33%] ApplicationDeveloperGuide/images/whereMapIs.png copying images... [ 34%] ApplicationDeveloperGuide/images/RI1.png copying images... [ 34%] ApplicationDeveloperGuide/images/RIDetailedView.png copying images... [ 34%] ApplicationDeveloperGuide/images/networking_overview.png copying images... [ 34%] ApplicationDeveloperGuide/images/null_analysis_example.png copying images... [ 34%] ApplicationDeveloperGuide/images/null_analysis_packageinfo.png copying images... [ 35%] ApplicationDeveloperGuide/images/null_analysis_field_and_method.png copying images... [ 35%] ApplicationDeveloperGuide/images/null_analysis_project_configuration_checks.png copying images... [ 35%] ApplicationDeveloperGuide/images/null_analysis_project_configuration_annotations.png copying images... [ 35%] ApplicationDeveloperGuide/images/null_analysis_project_configuration_suppress_warnings.png copying images... [ 36%] ApplicationDeveloperGuide/images/null_analysis_settings_folder.png copying images... [ 36%] ApplicationDeveloperGuide/images/null_analysis_troubleshooting_edc_version.png copying images... [ 36%] ApplicationDeveloperGuide/images/platform_project.png copying images... [ 36%] ApplicationDeveloperGuide/images/platformImport.png copying images... [ 36%] ApplicationDeveloperGuide/images/platformSelect.png copying images... [ 37%] ApplicationDeveloperGuide/images/platformList.png copying images... [ 37%] ApplicationDeveloperGuide/images/repository-tree.png copying images... [ 37%] ApplicationDeveloperGuide/images/javadoc_module_dependency.png copying images... [ 37%] ApplicationDeveloperGuide/images/sandboxed-application-duplicate-run-conf.png copying images... [ 37%] ApplicationDeveloperGuide/images/sandboxed-application-configure-run-conf.png copying images... [ 38%] ApplicationDeveloperGuide/images/sandboxed-application-project-creation-menu.png copying images... [ 38%] ApplicationDeveloperGuide/images/sandboxed-application-project-creation-form.png copying images... [ 38%] ApplicationDeveloperGuide/images/SI_1.png copying images... [ 38%] ApplicationDeveloperGuide/images/SI_3.png copying images... [ 38%] ApplicationDeveloperGuide/images/SI_4.png copying images... [ 39%] ApplicationDeveloperGuide/images/sandboxed-application-import-vd.png copying images... [ 39%] ApplicationDeveloperGuide/images/sandboxed-application-run.png copying images... [ 39%] ApplicationDeveloperGuide/images/sandboxed-application-wpk-dropins.png copying images... [ 39%] ApplicationDeveloperGuide/images/serialToSocketTransmitter_options/img1.png copying images... [ 39%] ApplicationDeveloperGuide/images/trace1.png copying images... [ 40%] ApplicationDeveloperGuide/images/STR_application-out.png copying images... [ 40%] ApplicationDeveloperGuide/images/STR_tracetermite_standalone.png copying images... [ 40%] ApplicationDeveloperGuide/images/STR_selecttool_standalone.png copying images... [ 40%] ApplicationDeveloperGuide/images/STR_configuration_standalone.png copying images... [ 40%] ApplicationDeveloperGuide/images/STR_trace-read.png copying images... [ 41%] ApplicationDeveloperGuide/images/STR_stacktracedump.png copying images... [ 41%] ApplicationDeveloperGuide/images/STR_debugfofile.png copying images... [ 41%] ApplicationDeveloperGuide/images/STR_tracetermite_sandboxed.png copying images... [ 41%] ApplicationDeveloperGuide/images/STR_selecttool_sandboxed.png copying images... [ 41%] ApplicationDeveloperGuide/images/STR_firmware-out.png copying images... [ 42%] ApplicationDeveloperGuide/images/STR_virtualdevice.png copying images... [ 42%] ApplicationDeveloperGuide/images/STR_selectfile_sandboxed.png copying images... [ 42%] ApplicationDeveloperGuide/images/STR_console_sandboxed.png copying images... [ 42%] ApplicationDeveloperGuide/images/stackTraceReader_options/img1.png copying images... [ 43%] ApplicationDeveloperGuide/images/testsuiteReportHTMLExample.png copying images... [ 43%] ApplicationDeveloperGuide/images/testsuiteReportXMLExample.png copying images... [ 43%] ApplicationDeveloperGuide/images/testsuiteReportXMLExampleJunitView.png copying images... [ 43%] ApplicationDeveloperGuide/images/testsuiteEngine.png copying images... [ 43%] ApplicationDeveloperGuide/images/tool-launch.png copying images... [ 44%] ApplicationDeveloperGuide/images/virtual-device.png copying images... [ 44%] KernelDeveloperGuide/png/link_application.png copying images... [ 44%] KernelDeveloperGuide/png/build_flow_zoom_workspace_feature_only.png copying images... [ 44%] KernelDeveloperGuide/png/link_application_on_device.png copying images... [ 44%] KernelDeveloperGuide/png/feature_portability_overview.png copying images... [ 45%] images/check.png copying images... [ 45%] KernelDeveloperGuide/png/kernelapi_launch.png copying images... [ 45%] KernelDeveloperGuide/png/kernelAPIgenerator_options/img1.png copying images... [ 45%] KernelDeveloperGuide/png/firmware-multiapp-skeleton-project.png copying images... [ 45%] KernelDeveloperGuide/png/firmware-multiapp-skeleton-artifacts.png copying images... [ 46%] KernelDeveloperGuide/png/build_flow_zoom_buildtype.png copying images... [ 46%] KernelDeveloperGuide/png/build_flow_zoom_workspace.png copying images... [ 46%] KernelDeveloperGuide/png/link_kernel.png copying images... [ 46%] KernelDeveloperGuide/png/kernel_metadata_generator.png copying images... [ 46%] KernelDeveloperGuide/png/build_flow_zoom_workspace_firmware_linker_only.png copying images... [ 47%] KernelDeveloperGuide/png/feature_portability_control_principle.png copying images... [ 47%] KernelDeveloperGuide/png/kf_testsuite_project_structure.png copying images... [ 47%] KernelDeveloperGuide/png/overview.png copying images... [ 47%] KernelDeveloperGuide/png/inputs_outputs.png copying images... [ 47%] KernelDeveloperGuide/png/build_flow_generic.png copying images... [ 48%] KernelDeveloperGuide/png/build_flow_virtual_device.png copying images... [ 48%] KernelDeveloperGuide/png/runtime_environment_build_flow.png copying images... [ 48%] KernelDeveloperGuide/png/graph_build_string_methods.png copying images... [ 48%] KernelDeveloperGuide/png/sandboxed-application-lifecycle.png copying images... [ 48%] SDKUserGuide/images/0-address-to-clone.png copying images... [ 49%] SDKUserGuide/images/1-import-type.png copying images... [ 49%] SDKUserGuide/images/2-location-to-clone.png copying images... [ 49%] SDKUserGuide/images/3-local-destination.png copying images... [ 49%] SDKUserGuide/images/4-projects-imported.png copying images... [ 50%] SDKUserGuide/images/badge-green.png copying images... [ 50%] SDKUserGuide/images/badge-orange.png copying images... [ 50%] SDKUserGuide/images/badge-grey.png copying images... [ 50%] SDKUserGuide/images/1_overview.png copying images... [ 50%] SDKUserGuide/images/sdk_content.png copying images... [ 51%] SDKUserGuide/images/installation_process/splash.png copying images... [ 51%] SDKUserGuide/images/installation_process/SDK21_11/welcome_screen.png copying images... [ 51%] SDKUserGuide/images/installation_process/SDK21_11/license_screen.png copying images... [ 51%] SDKUserGuide/images/installation_process/SDK21_11/installation_path_screen.png copying images... [ 51%] SDKUserGuide/images/installation_process/SDK21_11/installation_validation_screen.png copying images... [ 52%] SDKUserGuide/images/installation_process/SDK21_11/installation_progress_screen.png copying images... [ 52%] SDKUserGuide/images/installation_process/SDK21_11/options_screen.png copying images... [ 52%] SDKUserGuide/images/installation_process/SDK21_11/installation_finished_screen.png copying images... [ 52%] SDKUserGuide/images/installation_process/SDK22_06/welcome_screen.png copying images... [ 52%] SDKUserGuide/images/installation_process/SDK22_06/license_screen.png copying images... [ 53%] SDKUserGuide/images/installation_process/SDK22_06/installation_path_screen.png copying images... [ 53%] SDKUserGuide/images/installation_process/SDK22_06/installation_validation_screen.png copying images... [ 53%] SDKUserGuide/images/installation_process/SDK22_06/installation_progress_screen.png copying images... [ 53%] SDKUserGuide/images/installation_process/SDK22_06/options_screen.png copying images... [ 53%] SDKUserGuide/images/installation_process/SDK22_06/installation_finished_screen.png copying images... [ 54%] SDKUserGuide/images/sdk_eula_content.png copying images... [ 54%] SDKUserGuide/images/preferences/licenses.jpg copying images... [ 54%] SDKUserGuide/images/preferences/uid.jpg copying images... [ 54%] SDKUserGuide/images/user_license_folder.png copying images... [ 54%] SDKUserGuide/images/preferences/wrongkey.jpg copying images... [ 55%] SDKUserGuide/images/dongle/dongle.jpg copying images... [ 55%] SDKUserGuide/images/dongle/updateWarningUnknownPublisher.png copying images... [ 55%] SDKUserGuide/images/dongle/updateTool.png copying images... [ 55%] SDKUserGuide/images/dongle/updateSuccessful.png copying images... [ 55%] SDKUserGuide/images/dongle/platformLicenseDetails.png copying images... [ 56%] SDKUserGuide/images/dongle/runAsAdministrator.png copying images... [ 56%] SDKUserGuide/images/mmm_flow.png copying images... [ 56%] SDKUserGuide/images/mmm_preferences_5-2_annotated.png copying images... [ 56%] SDKUserGuide/images/mmm_shortcut_build_module.png copying images... [ 56%] SDKUserGuide/images/mmm_shortcut_resolveAll.png copying images... [ 57%] SDKUserGuide/images/mmm_preferences_options_settings_declaration.png copying images... [ 57%] SDKUserGuide/images/mmm_preferences_options_settings_register.png copying images... [ 57%] SDKUserGuide/images/mmm_preferences_options_settings_usage.png copying images... [ 57%] SDKUserGuide/images/mmm_preferences_options_declaration.png copying images... [ 58%] SDKUserGuide/images/mmm_preferences_options_register.png copying images... [ 58%] SDKUserGuide/images/mmm_preferences_options_usage.png copying images... [ 58%] SDKUserGuide/images/mmm_console_select_ivy.png copying images... [ 58%] SDKUserGuide/images/mmm_console_filter_debug.png copying images... [ 58%] SDKUserGuide/images/mmm_build_module.png copying images... [ 59%] SDKUserGuide/images/mmm_build_module_istory.png copying images... [ 59%] SDKUserGuide/images/sdk_new_module.png copying images... [ 59%] SDKUserGuide/images/mmm_preferences_up_to_5-1_ivy_settings_annotated.png copying images... [ 59%] SDKUserGuide/images/mmm_preferences_up_to_5-1_ea4eclipse_annotated.png copying images... [ 59%] SDKUserGuide/images/mmm_extract_build_kit.png copying images... [ 60%] SDKUserGuide/images/dependencyInWorkspace.png copying images... [ 60%] SDKUserGuide/images/resolve.png copying images... [ 60%] SDKUserGuide/images/workspace_selection.png copying images... [ 60%] SDKUserGuide/images/repository_selection.png copying images... [ 60%] SDKUserGuide/images/adoptopenjdk-install.png copying images... [ 61%] SDKUserGuide/images/installation_process/incompatible_default_java_version_installer.png copying images... [ 61%] SDKUserGuide/images/installation_process/incompatible_default_java_version_eclipse.png copying images... [ 61%] SDKUserGuide/images/installation_process/check_update.png copying images... [ 61%] SDKUserGuide/images/installation_process/no_update.png copying images... [ 61%] SDKUserGuide/images/installation_process/update_available.png copying images... [ 62%] SDKUserGuide/images/installation_process/review_update.png copying images... [ 62%] SDKUserGuide/images/installation_process/license_update.png copying images... [ 62%] SDKUserGuide/images/installation_process/restart_update.png copying images... [ 62%] SDKUserGuide/images/about_sdk_4-x.png copying images... [ 62%] SDKUserGuide/images/about_sdk_dist_20-07.png copying images... [ 63%] SDKUserGuide/images/installation_details_sdk_dist_20-07.png copying images... [ 63%] Tutorials/getStartedWithGUI/images/imagebackgroundexample.png copying images... [ 63%] Tutorials/getStartedWithGUI/images/classselectorexample.png copying images... [ 63%] Tutorials/getStartedWithGUI/images/ticking.png copying images... [ 63%] Tutorials/getStartedWithGUI/images/drawline.png copying images... [ 64%] Tutorials/getStartedWithGUI/images/geometry.png copying images... [ 64%] Tutorials/getStartedWithGUI/images/imagedrawable.png copying images... [ 64%] Tutorials/getStartedWithGUI/images/thickshapes.png copying images... [ 64%] Tutorials/getStartedWithGUI/images/listcontact.png copying images... [ 65%] Tutorials/getStartedWithGUI/images/microejfont.png copying images... [ 65%] Tutorials/getStartedWithGUI/images/fontname.png copying images... [ 65%] Tutorials/getStartedWithGUI/images/fonteditor.png copying images... [ 65%] Tutorials/getStartedWithGUI/images/importfonts1.png copying images... [ 65%] Tutorials/getStartedWithGUI/images/importfonts2.png copying images... [ 66%] Tutorials/getStartedWithGUI/images/font.png copying images... [ 66%] Tutorials/getStartedWithGUI/images/microej_logo.png copying images... [ 66%] Tutorials/getStartedWithGUI/images/resources.png copying images... [ 66%] Tutorials/getStartedWithGUI/images/imagessimulator.png copying images... [ 66%] Tutorials/getStartedWithGUI/images/labelsampleptbr.png copying images... [ 67%] Tutorials/getStartedWithGUI/images/labelsampleenus.png copying images... [ 67%] Tutorials/getStartedWithGUI/images/flowexample.png copying images... [ 67%] Tutorials/getStartedWithGUI/images/flowusage.png copying images... [ 67%] Tutorials/getStartedWithGUI/images/canvassample.png copying images... [ 67%] Tutorials/getStartedWithGUI/images/listsample.png copying images... [ 68%] Tutorials/getStartedWithGUI/images/scrollbar.png copying images... [ 68%] Tutorials/getStartedWithGUI/images/createStandaloneProject.png copying images... [ 68%] Tutorials/getStartedWithGUI/images/structure.png copying images... [ 68%] Tutorials/getStartedWithGUI/images/widgetdemo.png copying images... [ 68%] Tutorials/getStartedWithGUI/images/simulator.png copying images... [ 69%] Tutorials/getStartedWithGUI/images/runapplication.png copying images... [ 69%] Tutorials/getStartedWithGUI/images/hello.png copying images... [ 69%] Tutorials/getStartedWithGUI/images/styleborder.png copying images... [ 69%] Tutorials/getStartedWithGUI/images/margin.png copying images... [ 69%] Tutorials/getStartedWithGUI/images/tuto_microej_gettingstarted_oversizedmargin.png copying images... [ 70%] Tutorials/getStartedWithGUI/images/marginandpadding.png copying images... [ 70%] Tutorials/getStartedWithGUI/images/tuto_microej_gettingstarted_oversizedmarginandpadding.png copying images... [ 70%] Tutorials/getStartedWithGUI/images/progressbar.png copying images... [ 70%] Tutorials/images/emojisProfiles.png copying images... [ 70%] Tutorials/images/emojisCopy.png copying images... [ 71%] Tutorials/images/emojisAppend.png copying images... [ 71%] Tutorials/images/emojisExport.png copying images... [ 71%] Tutorials/images/tuto_microej_platform_how_to_select_modules.PNG copying images... [ 71%] Tutorials/images/tuto_microej_fw_from_scratch_import_architecture.PNG copying images... [ 72%] Tutorials/images/tuto_microej_fw_from_scratch_activate_license.PNG copying images... [ 72%] Tutorials/images/tuto_microej_fw_from_scratch_create_platform.PNG copying images... [ 72%] Tutorials/images/tuto_microej_fw_from_scratch_add_platform_configuration_additions.PNG copying images... [ 72%] Tutorials/images/tuto_microej_fw_from_scratch_build_platform.png copying images... [ 72%] Tutorials/images/tuto_microej_fw_from_scratch_new_microej_application_project.PNG copying images... [ 73%] Tutorials/images/tuto_microej_fw_from_scratch_run_as_microej_application.PNG copying images... [ 73%] Tutorials/images/tuto_microej_fw_from_scratch_run_configurations.PNG copying images... [ 73%] Tutorials/images/tuto_microej_fw_from_scratch_run_configurations_execute_on_device.PNG copying images... [ 73%] Tutorials/images/tuto_microej_fw_from_scratch_hello_world_updated.PNG copying images... [ 73%] Tutorials/images/tuto_microej_fw_from_scratch_hello_world_updated_run.PNG copying images... [ 74%] Tutorials/images/configure_build_bat_eclipse.png copying images... [ 74%] VEEPortingGuide/images/STM32F7508-DK-demoWidget-SystemView.png copying images... [ 74%] Tutorials/images/HeapAnalyzer-example.png copying images... [ 74%] VEEPortingGuide/images/overview-platform-qualification.png copying images... [ 74%] Tutorials/images/tuto_microej_debug_ui_freeze_rtos_task_heart_beat_priority.png copying images... [ 75%] Tutorials/images/json-src-files-folders.png copying images... [ 75%] Tutorials/images/tuto_sni_non_blocking_call_blocking_case.PNG copying images... [ 75%] Tutorials/images/tuto_sni_non_blocking_call_non_blocking_case.PNG copying images... [ 75%] Tutorials/images/tuto_microej_trace_property.png copying images... [ 75%] Tutorials/images/tuto_microej_trace_constant.png copying images... [ 76%] Tutorials/images/tuto_testsuite_plug_uart_wrover.JPG copying images... [ 76%] Tutorials/images/tuto_testsuite_fs_all_tests_passed.PNG copying images... [ 76%] Tutorials/images/tuto_microej_cli_flow.PNG copying images... [ 76%] Tutorials/images/tuto_microej_cli_artifactory_module_preview.PNG copying images... [ 76%] Tutorials/images/tuto_microej_cli_module_creation.PNG copying images... [ 77%] Tutorials/images/tuto_microej_cli_module_files.PNG copying images... [ 77%] Tutorials/images/tuto_microej_cli_module_location.PNG copying images... [ 77%] Tutorials/images/tuto_microej_cli_jenkins_parameter.PNG copying images... [ 77%] Tutorials/images/tuto_microej_cli_jenkins_git_hello.PNG copying images... [ 77%] Tutorials/images/qa_resources-v3.PNG copying images... [ 78%] Tutorials/images/platform-build_workflow.PNG copying images... [ 78%] Tutorials/images/build_microej_mono_sandbox_firmware_numbered.PNG copying images... [ 78%] VEEPortingGuide/images/jpf-runtime-components.png copying images... [ 78%] VEEPortingGuide/images/blemock-controller.png copying images... [ 79%] VEEPortingGuide/images/blemock-flash-download-tool.png copying images... [ 79%] VEEPortingGuide/images/blemock-wifi-setup-interface.png copying images... [ 79%] VEEPortingGuide/images/blemock-wifi-setup-last-screen.png copying images... [ 79%] VEEPortingGuide/images/blemock-controller-ip.png copying images... [ 79%] VEEPortingGuide/images/blemock-configuration.png copying images... [ 80%] VEEPortingGuide/images/mjvm_flow2.png copying images... [ 80%] VEEPortingGuide/images/mjvm_gt.png copying images... [ 80%] VEEPortingGuide/images/ecom-core_process.png copying images... [ 80%] VEEPortingGuide/images/architecture.png copying images... [ 80%] VEEPortingGuide/images/comm_open.png copying images... [ 81%] VEEPortingGuide/images/dyn_sequence.svg copying images... [ 81%] VEEPortingGuide/images/newfp.png copying images... [ 81%] VEEPortingGuide/images/project-content.png copying images... [ 81%] VEEPortingGuide/images/working-layout.png copying images... [ 81%] VEEPortingGuide/images/fpwidgets.png copying images... [ 82%] VEEPortingGuide/images/fp-widget-active-area.svg copying images... [ 82%] VEEPortingGuide/images/javah_process.png copying images... [ 82%] VEEPortingGuide/images/hil3.png copying images... [ 82%] VEEPortingGuide/images/hil4.png copying images... [ 82%] VEEPortingGuide/images/mock-skeleton.png copying images... [ 83%] VEEPortingGuide/images/process-multiapp-overview.png copying images... [ 83%] VEEPortingGuide/images/java-c-net-interface.png copying images... [ 83%] VEEPortingGuide/images/jpf_conf_overview.png copying images... [ 83%] VEEPortingGuide/images/jpf_conf_modules.png copying images... [ 83%] VEEPortingGuide/images/low-level-1c.png copying images... [ 84%] VEEPortingGuide/images/low-level-3c.png copying images... [ 84%] VEEPortingGuide/images/low-level-2c.png copying images... [ 84%] VEEPortingGuide/images/platformConfigurationSkeleton.png copying images... [ 84%] VEEPortingGuide/images/platformSource.png copying images... [ 84%] VEEPortingGuide/images/platformConfigurationModules.png copying images... [ 85%] VEEPortingGuide/images/bsp-connection-cases-none.png copying images... [ 85%] VEEPortingGuide/images/bsp-connection-cases-partial.png copying images... [ 85%] VEEPortingGuide/images/bsp-connection-cases-full.png copying images... [ 85%] VEEPortingGuide/images/platform_fullPackaging_structure.png copying images... [ 86%] VEEPortingGuide/images/platform_architecture-repository.png copying images... [ 86%] VEEPortingGuide/images/platformMigration-import.png copying images... [ 86%] VEEPortingGuide/images/process-overview5.png copying images... [ 86%] VEEPortingGuide/images/overview-platform-qualification-test-suite-fs.png copying images... [ 86%] VEEPortingGuide/images/testsuite-engine-overview.png copying images... [ 87%] VEEPortingGuide/images/hil1.png copying images... [ 87%] VEEPortingGuide/images/hil2.png copying images... [ 87%] VEEPortingGuide/images/sni_flow.png copying images... [ 87%] VEEPortingGuide/images/sni_sync.png copying images... [ 87%] VEEPortingGuide/images/sp1.png copying images... [ 88%] VEEPortingGuide/images/sp_flow.png copying images... [ 88%] VEEPortingGuide/images/hil5.png copying images... [ 88%] VEEPortingGuide/images/sytemview_remove_systick.png copying images... [ 88%] VEEPortingGuide/images/sv_names.png copying images... [ 88%] VEEPortingGuide/images/sysview_app_traces.png copying images... [ 89%] VEEPortingGuide/images/systemview_rtt_not_found.png copying images... [ 89%] VEEPortingGuide/images/systemview_st_link_pb.png copying images... [ 89%] VEEPortingGuide/images/display_modes_nocustom.png copying images... [ 89%] VEEPortingGuide/images/switch-step1.png copying images... [ 89%] VEEPortingGuide/images/switch-step2.png copying images... [ 90%] VEEPortingGuide/images/switch-step3.png copying images... [ 90%] VEEPortingGuide/images/switch-step4.png copying images... [ 90%] VEEPortingGuide/images/copy-step1.png copying images... [ 90%] VEEPortingGuide/images/copy-step2.png copying images... [ 90%] VEEPortingGuide/images/copy-step3.png copying images... [ 91%] VEEPortingGuide/images/direct.png copying images... [ 91%] VEEPortingGuide/images/ui_llapi_display.png copying images... [ 91%] VEEPortingGuide/images/uiDisplaySync01.png copying images... [ 91%] VEEPortingGuide/images/uiDisplaySync02.png copying images... [ 91%] VEEPortingGuide/images/uiDisplaySync03.png copying images... [ 92%] VEEPortingGuide/images/uiDisplaySync04.png copying images... [ 92%] VEEPortingGuide/images/uiDisplaySync05.png copying images... [ 92%] VEEPortingGuide/images/uiDisplaySync06.png copying images... [ 92%] VEEPortingGuide/images/uiDisplaySync07.png copying images... [ 93%] VEEPortingGuide/images/font-height.svg copying images... [ 93%] VEEPortingGuide/images/font-baseline.svg copying images... [ 93%] VEEPortingGuide/images/arabic.png copying images... [ 93%] VEEPortingGuide/images/static-font-gen2.svg copying images... [ 93%] VEEPortingGuide/images/font-process2.svg copying images... [ 94%] VEEPortingGuide/images/static-image-gen2.svg copying images... [ 94%] VEEPortingGuide/images/uiFormat01.png copying images... [ 94%] VEEPortingGuide/images/uiFormat02.png copying images... [ 94%] VEEPortingGuide/images/drivers-microui-comms.svg copying images... [ 94%] VEEPortingGuide/images/microui-events.png copying images... [ 95%] VEEPortingGuide/images/ui_llapi_input2.png copying images... [ 95%] VEEPortingGuide/images/java-c-ui-interface.png copying images... [ 95%] VEEPortingGuide/images/ui_overview2.png copying images... [ 95%] VEEPortingGuide/images/ui_llapi_led.png copying images... [ 95%] VEEPortingGuide/images/ui_llapi_emb.png copying images... [ 96%] VEEPortingGuide/images/ui_llapi_sim.png copying images... [ 96%] VEEPortingGuide/images/ui_modules.png copying images... [ 96%] VEEPortingGuide/images/static_init_process.png copying images... [ 96%] VEEPortingGuide/images/static_xml.png copying images... [ 96%] VEEPortingGuide/images/vg_cco.png copying images... [ 97%] VEEPortingGuide/images/vg_llapi_font.png copying images... [ 97%] VEEPortingGuide/images/vg_llapi_gradient.png copying images... [ 97%] VEEPortingGuide/images/java-c-vg-interface.png copying images... [ 97%] VEEPortingGuide/images/vg_llapi_emb.png copying images... [ 97%] VEEPortingGuide/images/vg_llapi_sim.png copying images... [ 98%] VEEPortingGuide/images/vg_llapi_matrix.png copying images... [ 98%] VEEPortingGuide/images/vg_llapi_path.png copying images... [ 98%] VEEPortingGuide/images/watchdog_sandwich.png copying images... [ 98%] VEEPortingGuide/images/watchdog_highlevel_diagram.png copying images... [ 98%] VEEPortingGuide/images/watchdog_seq_diagram.png copying images... [ 99%] images/header_docs.png copying images... [ 99%] overview/images/2_download.png copying images... [ 99%] overview/images/toolchain.png copying images... [ 99%] overview/images/sdk_overview.png copying images... [100%] overview/images/vee.png copying static files... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done Updating searchtools for Read the Docs search... build succeeded. The HTML pages are in _readthedocs/html. [rtd-command-info] start-time: 2023-04-20T14:30:52.229934Z, end-time: 2023-04-20T14:31:15.647803Z, duration: 23, exit-code: 0 python -m sphinx -T -E -b latex -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/pdf Running Sphinx v5.1.1 making output directory... done building [mo]: targets for 0 po files that are out of date building [latex]: all documents updating environment: [new config] 277 added, 0 changed, 0 removed reading sources... [ 0%] ApplicationDeveloperGuide/UI/Advanced/how-to-text-overflow reading sources... [ 0%] ApplicationDeveloperGuide/UI/Advanced/index reading sources... [ 1%] ApplicationDeveloperGuide/UI/MWT/concepts reading sources... [ 1%] ApplicationDeveloperGuide/UI/MWT/how-to-animate-widget reading sources... [ 1%] ApplicationDeveloperGuide/UI/MWT/how-to-background reading sources... [ 2%] ApplicationDeveloperGuide/UI/MWT/how-to-container reading sources... [ 2%] ApplicationDeveloperGuide/UI/MWT/how-to-debug reading sources... [ 2%] ApplicationDeveloperGuide/UI/MWT/how-to-event-dispatcher reading sources... [ 3%] ApplicationDeveloperGuide/UI/MWT/how-to-extra-style-field reading sources... [ 3%] ApplicationDeveloperGuide/UI/MWT/how-to-outline reading sources... [ 3%] ApplicationDeveloperGuide/UI/MWT/how-to-overlap-render-policy reading sources... [ 4%] ApplicationDeveloperGuide/UI/MWT/how-to-widget reading sources... [ 4%] ApplicationDeveloperGuide/UI/MWT/index reading sources... [ 5%] ApplicationDeveloperGuide/UI/MWT/introduction reading sources... [ 5%] ApplicationDeveloperGuide/UI/MicroUI/applicationOptions reading sources... [ 5%] ApplicationDeveloperGuide/UI/MicroUI/errors reading sources... [ 6%] ApplicationDeveloperGuide/UI/MicroUI/fontDesigner reading sources... [ 6%] ApplicationDeveloperGuide/UI/MicroUI/fonts reading sources... [ 6%] ApplicationDeveloperGuide/UI/MicroUI/images reading sources... [ 7%] ApplicationDeveloperGuide/UI/MicroUI/index reading sources... [ 7%] ApplicationDeveloperGuide/UI/MicroUI/introduction reading sources... [ 7%] ApplicationDeveloperGuide/UI/MicroUI/releaseNotes reading sources... [ 8%] ApplicationDeveloperGuide/UI/MicroUI/traces reading sources... [ 8%] ApplicationDeveloperGuide/UI/MicroVG/aliases reading sources... [ 9%] ApplicationDeveloperGuide/UI/MicroVG/avdLoader reading sources... [ 9%] ApplicationDeveloperGuide/UI/MicroVG/gradient reading sources... [ 9%] ApplicationDeveloperGuide/UI/MicroVG/index reading sources... [ 10%] ApplicationDeveloperGuide/UI/MicroVG/introduction reading sources... [ 10%] ApplicationDeveloperGuide/UI/MicroVG/matrix reading sources... [ 10%] ApplicationDeveloperGuide/UI/MicroVG/path reading sources... [ 11%] ApplicationDeveloperGuide/UI/MicroVG/vectorfont reading sources... [ 11%] ApplicationDeveloperGuide/UI/MicroVG/vectorimage reading sources... [ 11%] ApplicationDeveloperGuide/UI/Widgets/aliases reading sources... [ 12%] ApplicationDeveloperGuide/UI/Widgets/index reading sources... [ 12%] ApplicationDeveloperGuide/UI/Widgets/mwt-examples reading sources... [ 12%] ApplicationDeveloperGuide/UI/Widgets/widget reading sources... [ 13%] ApplicationDeveloperGuide/UI/Widgets/widget-demo reading sources... [ 13%] ApplicationDeveloperGuide/UI/ui reading sources... [ 14%] ApplicationDeveloperGuide/advanced reading sources... [ 14%] ApplicationDeveloperGuide/applicationOptions reading sources... [ 14%] ApplicationDeveloperGuide/applicationResources reading sources... [ 15%] ApplicationDeveloperGuide/buildAndRunApplication reading sources... [ 15%] ApplicationDeveloperGuide/buildOutputFiles reading sources... [ 15%] ApplicationDeveloperGuide/cca_use reading sources... [ 16%] ApplicationDeveloperGuide/characterEncoding reading sources... [ 16%] ApplicationDeveloperGuide/classpath reading sources... [ 16%] ApplicationDeveloperGuide/codeCoverageAnalyzer reading sources... [ 17%] ApplicationDeveloperGuide/debug reading sources... [ 17%] ApplicationDeveloperGuide/dependencyDiscoverer reading sources... [ 18%] ApplicationDeveloperGuide/heapAnalyzer reading sources... [ 18%] ApplicationDeveloperGuide/heapUsageMonitoring reading sources... [ 18%] ApplicationDeveloperGuide/heapdumper_use reading sources... [ 19%] ApplicationDeveloperGuide/hokaWebserverUserGuide reading sources... [ 19%] ApplicationDeveloperGuide/index reading sources... [ 19%] ApplicationDeveloperGuide/introduction reading sources... [ 20%] ApplicationDeveloperGuide/js/api reading sources... [ 20%] ApplicationDeveloperGuide/js/examples reading sources... [ 20%] ApplicationDeveloperGuide/js/examples/simple_application reading sources... [ 21%] ApplicationDeveloperGuide/js/examples/use_host_object reading sources... [ 21%] ApplicationDeveloperGuide/js/examples/use_java_api reading sources... [ 22%] ApplicationDeveloperGuide/js/getting_started reading sources... [ 22%] ApplicationDeveloperGuide/js/index reading sources... [ 22%] ApplicationDeveloperGuide/js/internals reading sources... [ 23%] ApplicationDeveloperGuide/js/java reading sources... [ 23%] ApplicationDeveloperGuide/js/limitations reading sources... [ 23%] ApplicationDeveloperGuide/js/sources reading sources... [ 24%] ApplicationDeveloperGuide/js/tests reading sources... [ 24%] ApplicationDeveloperGuide/js/troubleshooting reading sources... [ 24%] ApplicationDeveloperGuide/launches reading sources... [ 25%] ApplicationDeveloperGuide/libraries reading sources... [ 25%] ApplicationDeveloperGuide/limitations reading sources... [ 25%] ApplicationDeveloperGuide/linker reading sources... [ 26%] ApplicationDeveloperGuide/memoryMapAnalyzer reading sources... [ 26%] ApplicationDeveloperGuide/moduleNatures reading sources... [ 27%] ApplicationDeveloperGuide/networking reading sources... [ 27%] ApplicationDeveloperGuide/networkingAddonLibraries reading sources... [ 27%] ApplicationDeveloperGuide/networkingFoundationLibraries reading sources... [ 28%] ApplicationDeveloperGuide/nls reading sources... [ 28%] ApplicationDeveloperGuide/nullAnalysis reading sources... [ 28%] ApplicationDeveloperGuide/platform reading sources... [ 29%] ApplicationDeveloperGuide/platformSelection reading sources... [ 29%] ApplicationDeveloperGuide/repository reading sources... [ 29%] ApplicationDeveloperGuide/runtime reading sources... [ 30%] ApplicationDeveloperGuide/sandboxedAppDeploy reading sources... [ 30%] ApplicationDeveloperGuide/sandboxedAppFirstApplication reading sources... [ 31%] ApplicationDeveloperGuide/sandboxedAppFundamentalConcepts reading sources... [ 31%] ApplicationDeveloperGuide/sandboxedAppSharedInterface reading sources... [ 31%] ApplicationDeveloperGuide/sandboxedAppSim reading sources... [ 32%] ApplicationDeveloperGuide/sandboxedApplication reading sources... [ 32%] ApplicationDeveloperGuide/serialToSocketTransmitter reading sources... [ 32%] ApplicationDeveloperGuide/serialToSocketTransmitter_use reading sources... [ 33%] ApplicationDeveloperGuide/soar reading sources... [ 33%] ApplicationDeveloperGuide/stackTraceReader reading sources... [ 33%] ApplicationDeveloperGuide/stackTraceReader_use reading sources... [ 34%] ApplicationDeveloperGuide/standaloneApplication reading sources... [ 34%] ApplicationDeveloperGuide/testsuite reading sources... [ 35%] ApplicationDeveloperGuide/testsuiteEngine reading sources... [ 35%] ApplicationDeveloperGuide/tools reading sources... [ 35%] ApplicationDeveloperGuide/trace reading sources... [ 36%] ApplicationDeveloperGuide/virtualDevice reading sources... [ 36%] KernelDeveloperGuide/applicationLink reading sources... [ 36%] KernelDeveloperGuide/featuresCommunication reading sources... [ 37%] KernelDeveloperGuide/gettingStarted reading sources... [ 37%] KernelDeveloperGuide/index reading sources... [ 37%] KernelDeveloperGuide/kernelAPI reading sources... [ 38%] KernelDeveloperGuide/kernelAPIgenerator_use reading sources... [ 38%] KernelDeveloperGuide/kernelCreation reading sources... [ 38%] KernelDeveloperGuide/kernelLink reading sources... [ 39%] KernelDeveloperGuide/kernelUID reading sources... [ 39%] KernelDeveloperGuide/kf reading sources... [ 40%] KernelDeveloperGuide/kfEnabledLibraries reading sources... [ 40%] KernelDeveloperGuide/kfTestsuite reading sources... [ 40%] KernelDeveloperGuide/overview reading sources... [ 41%] KernelDeveloperGuide/runtimeEnvironment reading sources... [ 41%] KernelDeveloperGuide/sandboxedAppLifecycle reading sources... [ 41%] SDKUserGuide/github reading sources... [ 42%] SDKUserGuide/ide reading sources... [ 42%] SDKUserGuide/index reading sources... [ 42%] SDKUserGuide/install reading sources... [ 43%] SDKUserGuide/installSDKDistribution21_11 reading sources... [ 43%] SDKUserGuide/installSDKDistributionLatest reading sources... [ 44%] SDKUserGuide/installSDKDistributionOther reading sources... [ 44%] SDKUserGuide/installSDKDistributionPortable reading sources... [ 44%] SDKUserGuide/licenses reading sources... [ 45%] SDKUserGuide/mmm reading sources... [ 45%] SDKUserGuide/repository reading sources... [ 45%] SDKUserGuide/resolveDependenciesInWorkspace reading sources... [ 46%] SDKUserGuide/sdkChangeLog reading sources... [ 46%] SDKUserGuide/sdkMigrationNotes reading sources... [ 46%] SDKUserGuide/sdkReleaseNotes reading sources... [ 47%] SDKUserGuide/startup reading sources... [ 47%] SDKUserGuide/systemRequirements reading sources... [ 48%] SDKUserGuide/troubleshooting reading sources... [ 48%] SDKUserGuide/updateSDKVersion reading sources... [ 48%] SDKUserGuide/version reading sources... [ 49%] Tutorials/getStartedWithGUI/advancedStyling reading sources... [ 49%] Tutorials/getStartedWithGUI/animation reading sources... [ 49%] Tutorials/getStartedWithGUI/basicDrawing reading sources... [ 50%] Tutorials/getStartedWithGUI/contactList reading sources... [ 50%] Tutorials/getStartedWithGUI/eventHandling reading sources... [ 50%] Tutorials/getStartedWithGUI/fonts reading sources... [ 51%] Tutorials/getStartedWithGUI/images reading sources... [ 51%] Tutorials/getStartedWithGUI/index reading sources... [ 51%] Tutorials/getStartedWithGUI/internationalization reading sources... [ 52%] Tutorials/getStartedWithGUI/layouts reading sources... [ 52%] Tutorials/getStartedWithGUI/scrollList reading sources... [ 53%] Tutorials/getStartedWithGUI/setup reading sources... [ 53%] Tutorials/getStartedWithGUI/startingMicroUI reading sources... [ 53%] Tutorials/getStartedWithGUI/style reading sources... [ 54%] Tutorials/getStartedWithGUI/widgets reading sources... [ 54%] Tutorials/index reading sources... [ 54%] Tutorials/tutorialAppendEmojisToVectorFont reading sources... [ 55%] Tutorials/tutorialCreateCustomPlatform reading sources... [ 55%] Tutorials/tutorialCreateFirmwareFromScratch reading sources... [ 55%] Tutorials/tutorialCreatePlatformBuildAndRunScripts reading sources... [ 56%] Tutorials/tutorialDiscoverEmbeddedDebuggingTechniques reading sources... [ 56%] Tutorials/tutorialExploreDataSerializationFormats reading sources... [ 57%] Tutorials/tutorialImplementABlockingNativeMethodWithSNI reading sources... [ 57%] Tutorials/tutorialImproveCodeQuality reading sources... [ 57%] Tutorials/tutorialInstrumentJavaCodeForLogging reading sources... [ 58%] Tutorials/tutorialOptimizeMemoryFootprint reading sources... [ 58%] Tutorials/tutorialRunATestSuiteOnDevice reading sources... [ 58%] Tutorials/tutorialSetupBuildUsingJenkinsAndArtifactory reading sources... [ 59%] Tutorials/tutorialUnderstandMicroEJFirmwareBuild reading sources... [ 59%] VEEPortingGuide/advanceTrace reading sources... [ 59%] VEEPortingGuide/appendix/index reading sources... [ 60%] VEEPortingGuide/appendix/javalibs/ecom reading sources... [ 60%] VEEPortingGuide/appendix/javalibs/ecom-comm reading sources... [ 61%] VEEPortingGuide/appendix/javalibs/edc reading sources... [ 61%] VEEPortingGuide/appendix/javalibs/fs reading sources... [ 61%] VEEPortingGuide/appendix/javalibs/index reading sources... [ 62%] VEEPortingGuide/appendix/javalibs/kf reading sources... [ 62%] VEEPortingGuide/appendix/javalibs/net reading sources... [ 62%] VEEPortingGuide/appendix/javalibs/sni reading sources... [ 63%] VEEPortingGuide/appendix/javalibs/ssl reading sources... [ 63%] VEEPortingGuide/appendix/llapi reading sources... [ 63%] VEEPortingGuide/appendix/toolchain reading sources... [ 64%] VEEPortingGuide/appendix/tools/bon reading sources... [ 64%] VEEPortingGuide/appendix/tools/heapdump reading sources... [ 64%] VEEPortingGuide/appendix/tools/hil reading sources... [ 65%] VEEPortingGuide/appendix/tools/index reading sources... [ 65%] VEEPortingGuide/appendix/tools/mui_frontpanelmock reading sources... [ 66%] VEEPortingGuide/appendix/tools/nls reading sources... [ 66%] VEEPortingGuide/appendix/tools/sni reading sources... [ 66%] VEEPortingGuide/appendix/tools/soar reading sources... [ 67%] VEEPortingGuide/appendix/tools/sp reading sources... [ 67%] VEEPortingGuide/appendix/tools/static reading sources... [ 67%] VEEPortingGuide/architecture reading sources... [ 68%] VEEPortingGuide/architectureChangelog reading sources... [ 68%] VEEPortingGuide/architectureNamingConvention reading sources... [ 68%] VEEPortingGuide/blemock reading sources... [ 69%] VEEPortingGuide/bluetooth reading sources... [ 69%] VEEPortingGuide/coreEngine reading sources... [ 70%] VEEPortingGuide/device reading sources... [ 70%] VEEPortingGuide/ecom reading sources... [ 70%] VEEPortingGuide/ecom-comm reading sources... [ 71%] VEEPortingGuide/externalResourceLoader reading sources... [ 71%] VEEPortingGuide/frontpanel reading sources... [ 71%] VEEPortingGuide/fs reading sources... [ 72%] VEEPortingGuide/hal reading sources... [ 72%] VEEPortingGuide/index reading sources... [ 72%] VEEPortingGuide/introduction reading sources... [ 73%] VEEPortingGuide/javah reading sources... [ 73%] VEEPortingGuide/mock reading sources... [ 74%] VEEPortingGuide/multiSandbox reading sources... [ 74%] VEEPortingGuide/native reading sources... [ 74%] VEEPortingGuide/net reading sources... [ 75%] VEEPortingGuide/netIntroduction reading sources... [ 75%] VEEPortingGuide/networkCoreEngine reading sources... [ 75%] VEEPortingGuide/networkInterfaces reading sources... [ 76%] VEEPortingGuide/pack reading sources... [ 76%] VEEPortingGuide/platform reading sources... [ 76%] VEEPortingGuide/platformConcepts reading sources... [ 77%] VEEPortingGuide/platformCreation reading sources... [ 77%] VEEPortingGuide/platformMigration reading sources... [ 77%] VEEPortingGuide/platformOverview reading sources... [ 78%] VEEPortingGuide/platformQualification reading sources... [ 78%] VEEPortingGuide/serialCommunications reading sources... [ 79%] VEEPortingGuide/simulation reading sources... [ 79%] VEEPortingGuide/simulator reading sources... [ 79%] VEEPortingGuide/sni reading sources... [ 80%] VEEPortingGuide/sp reading sources... [ 80%] VEEPortingGuide/spmock reading sources... [ 80%] VEEPortingGuide/ssl reading sources... [ 81%] VEEPortingGuide/systemView reading sources... [ 81%] VEEPortingGuide/tinySandbox reading sources... [ 81%] VEEPortingGuide/ui reading sources... [ 82%] VEEPortingGuide/uiChangeLog reading sources... [ 82%] VEEPortingGuide/uiDisplay reading sources... [ 83%] VEEPortingGuide/uiFont reading sources... [ 83%] VEEPortingGuide/uiFontCore reading sources... [ 83%] VEEPortingGuide/uiFontFormat reading sources... [ 84%] VEEPortingGuide/uiFontGenerator reading sources... [ 84%] VEEPortingGuide/uiFontOverview reading sources... [ 84%] VEEPortingGuide/uiImage reading sources... [ 85%] VEEPortingGuide/uiImageCore reading sources... [ 85%] VEEPortingGuide/uiImageGenerator reading sources... [ 85%] VEEPortingGuide/uiImageLoader reading sources... [ 86%] VEEPortingGuide/uiImageOverview reading sources... [ 86%] VEEPortingGuide/uiImageRaw reading sources... [ 87%] VEEPortingGuide/uiInput reading sources... [ 87%] VEEPortingGuide/uiIntroduction reading sources... [ 87%] VEEPortingGuide/uiLed reading sources... [ 88%] VEEPortingGuide/uiLowLevel reading sources... [ 88%] VEEPortingGuide/uiMicroui reading sources... [ 88%] VEEPortingGuide/uiMigrationGuide reading sources... [ 89%] VEEPortingGuide/uiPort reading sources... [ 89%] VEEPortingGuide/uiPortBSP reading sources... [ 89%] VEEPortingGuide/uiPortConfiguration reading sources... [ 90%] VEEPortingGuide/uiPortGPU reading sources... [ 90%] VEEPortingGuide/uiPortSimulation reading sources... [ 90%] VEEPortingGuide/uiReleaseNotes reading sources... [ 91%] VEEPortingGuide/uiReplaces reading sources... [ 91%] VEEPortingGuide/uiSimulation reading sources... [ 92%] VEEPortingGuide/uiStaticInit reading sources... [ 92%] VEEPortingGuide/vg reading sources... [ 92%] VEEPortingGuide/vgCco reading sources... [ 93%] VEEPortingGuide/vgChangeLog reading sources... [ 93%] VEEPortingGuide/vgFont reading sources... [ 93%] VEEPortingGuide/vgGradient reading sources... [ 94%] VEEPortingGuide/vgIntroduction reading sources... [ 94%] VEEPortingGuide/vgLowLevel reading sources... [ 94%] VEEPortingGuide/vgMatrix reading sources... [ 95%] VEEPortingGuide/vgMicrovg reading sources... [ 95%] VEEPortingGuide/vgPath reading sources... [ 96%] VEEPortingGuide/vgReleaseNotes reading sources... [ 96%] VEEPortingGuide/vgSimulation reading sources... [ 96%] VEEPortingGuide/watchdog-timer reading sources... [ 97%] VEEPortingGuide/wifi reading sources... [ 97%] about reading sources... [ 97%] glossary reading sources... [ 98%] index reading sources... [ 98%] overview/gettingStarted reading sources... [ 98%] overview/index reading sources... [ 99%] overview/sdk reading sources... [ 99%] overview/vee reading sources... [100%] support looking for now-outdated files... none found pickling environment... done checking consistency... done processing microej.tex... index glossary overview/index overview/gettingStarted overview/vee overview/sdk SDKUserGuide/index SDKUserGuide/install SDKUserGuide/installSDKDistributionLatest SDKUserGuide/updateSDKVersion SDKUserGuide/installSDKDistributionOther SDKUserGuide/installSDKDistributionPortable SDKUserGuide/installSDKDistribution21_11 SDKUserGuide/systemRequirements SDKUserGuide/troubleshooting SDKUserGuide/licenses SDKUserGuide/repository SDKUserGuide/github SDKUserGuide/ide SDKUserGuide/startup SDKUserGuide/resolveDependenciesInWorkspace SDKUserGuide/version SDKUserGuide/mmm SDKUserGuide/sdkReleaseNotes SDKUserGuide/sdkChangeLog SDKUserGuide/sdkMigrationNotes ApplicationDeveloperGuide/index ApplicationDeveloperGuide/introduction ApplicationDeveloperGuide/standaloneApplication ApplicationDeveloperGuide/platform ApplicationDeveloperGuide/buildAndRunApplication ApplicationDeveloperGuide/buildOutputFiles ApplicationDeveloperGuide/launches ApplicationDeveloperGuide/applicationOptions ApplicationDeveloperGuide/soar ApplicationDeveloperGuide/sandboxedApplication ApplicationDeveloperGuide/sandboxedAppFirstApplication ApplicationDeveloperGuide/sandboxedAppSim ApplicationDeveloperGuide/sandboxedAppDeploy ApplicationDeveloperGuide/sandboxedAppFundamentalConcepts ApplicationDeveloperGuide/sandboxedAppSharedInterface ApplicationDeveloperGuide/libraries ApplicationDeveloperGuide/virtualDevice ApplicationDeveloperGuide/runtime ApplicationDeveloperGuide/moduleNatures ApplicationDeveloperGuide/repository ApplicationDeveloperGuide/classpath ApplicationDeveloperGuide/applicationResources ApplicationDeveloperGuide/nls ApplicationDeveloperGuide/debug ApplicationDeveloperGuide/platformSelection ApplicationDeveloperGuide/tools ApplicationDeveloperGuide/testsuite ApplicationDeveloperGuide/stackTraceReader ApplicationDeveloperGuide/codeCoverageAnalyzer ApplicationDeveloperGuide/heapUsageMonitoring ApplicationDeveloperGuide/heapAnalyzer ApplicationDeveloperGuide/serialToSocketTransmitter ApplicationDeveloperGuide/memoryMapAnalyzer ApplicationDeveloperGuide/trace ApplicationDeveloperGuide/nullAnalysis ApplicationDeveloperGuide/dependencyDiscoverer ApplicationDeveloperGuide/advanced ApplicationDeveloperGuide/linker ApplicationDeveloperGuide/testsuiteEngine ApplicationDeveloperGuide/UI/ui ApplicationDeveloperGuide/UI/MicroUI/index ApplicationDeveloperGuide/UI/MicroUI/introduction ApplicationDeveloperGuide/UI/MicroUI/images ApplicationDeveloperGuide/UI/MicroUI/fonts ApplicationDeveloperGuide/UI/MicroUI/fontDesigner ApplicationDeveloperGuide/UI/MicroUI/applicationOptions ApplicationDeveloperGuide/UI/MicroUI/traces ApplicationDeveloperGuide/UI/MicroUI/errors ApplicationDeveloperGuide/UI/MicroUI/releaseNotes ApplicationDeveloperGuide/UI/MicroVG/index ApplicationDeveloperGuide/UI/MicroVG/introduction ApplicationDeveloperGuide/UI/MicroVG/path ApplicationDeveloperGuide/UI/MicroVG/matrix ApplicationDeveloperGuide/UI/MicroVG/gradient ApplicationDeveloperGuide/UI/MicroVG/vectorfont ApplicationDeveloperGuide/UI/MicroVG/vectorimage ApplicationDeveloperGuide/UI/MicroVG/avdLoader ApplicationDeveloperGuide/UI/MWT/index ApplicationDeveloperGuide/UI/MWT/introduction ApplicationDeveloperGuide/UI/MWT/concepts ApplicationDeveloperGuide/UI/MWT/how-to-widget ApplicationDeveloperGuide/UI/MWT/how-to-container ApplicationDeveloperGuide/UI/MWT/how-to-animate-widget ApplicationDeveloperGuide/UI/MWT/how-to-outline ApplicationDeveloperGuide/UI/MWT/how-to-background ApplicationDeveloperGuide/UI/MWT/how-to-event-dispatcher ApplicationDeveloperGuide/UI/MWT/how-to-extra-style-field ApplicationDeveloperGuide/UI/MWT/how-to-overlap-render-policy ApplicationDeveloperGuide/UI/MWT/how-to-debug ApplicationDeveloperGuide/UI/Widgets/index ApplicationDeveloperGuide/UI/Widgets/widget ApplicationDeveloperGuide/UI/Widgets/widget-demo ApplicationDeveloperGuide/UI/Widgets/mwt-examples ApplicationDeveloperGuide/UI/Advanced/index ApplicationDeveloperGuide/UI/Advanced/how-to-text-overflow ApplicationDeveloperGuide/js/index ApplicationDeveloperGuide/js/getting_started ApplicationDeveloperGuide/js/sources ApplicationDeveloperGuide/js/examples ApplicationDeveloperGuide/js/examples/simple_application ApplicationDeveloperGuide/js/examples/use_java_api ApplicationDeveloperGuide/js/examples/use_host_object ApplicationDeveloperGuide/js/api ApplicationDeveloperGuide/js/java ApplicationDeveloperGuide/js/tests ApplicationDeveloperGuide/js/limitations ApplicationDeveloperGuide/js/troubleshooting ApplicationDeveloperGuide/js/internals ApplicationDeveloperGuide/networking ApplicationDeveloperGuide/networkingFoundationLibraries ApplicationDeveloperGuide/networkingAddonLibraries ApplicationDeveloperGuide/hokaWebserverUserGuide ApplicationDeveloperGuide/characterEncoding ApplicationDeveloperGuide/limitations VEEPortingGuide/index VEEPortingGuide/introduction VEEPortingGuide/platform VEEPortingGuide/platformOverview VEEPortingGuide/platformConcepts VEEPortingGuide/architecture VEEPortingGuide/architectureNamingConvention VEEPortingGuide/architectureChangelog VEEPortingGuide/pack VEEPortingGuide/platformCreation VEEPortingGuide/platformQualification VEEPortingGuide/coreEngine VEEPortingGuide/advanceTrace VEEPortingGuide/multiSandbox VEEPortingGuide/tinySandbox VEEPortingGuide/native VEEPortingGuide/sni VEEPortingGuide/sp VEEPortingGuide/javah VEEPortingGuide/externalResourceLoader VEEPortingGuide/serialCommunications VEEPortingGuide/ecom VEEPortingGuide/ecom-comm VEEPortingGuide/ui VEEPortingGuide/uiIntroduction VEEPortingGuide/uiMicroui VEEPortingGuide/uiStaticInit VEEPortingGuide/uiLowLevel VEEPortingGuide/uiLed VEEPortingGuide/uiInput VEEPortingGuide/uiDisplay VEEPortingGuide/uiImage VEEPortingGuide/uiImageOverview VEEPortingGuide/uiImageRaw VEEPortingGuide/uiImageGenerator VEEPortingGuide/uiImageLoader VEEPortingGuide/uiImageCore VEEPortingGuide/uiFont VEEPortingGuide/uiFontOverview VEEPortingGuide/uiFontFormat VEEPortingGuide/uiFontGenerator VEEPortingGuide/uiFontCore VEEPortingGuide/uiSimulation VEEPortingGuide/uiPort VEEPortingGuide/uiPortConfiguration VEEPortingGuide/uiPortSimulation VEEPortingGuide/uiPortBSP VEEPortingGuide/uiPortGPU VEEPortingGuide/uiReleaseNotes VEEPortingGuide/uiChangeLog VEEPortingGuide/uiMigrationGuide VEEPortingGuide/vg VEEPortingGuide/vgIntroduction VEEPortingGuide/vgMicrovg VEEPortingGuide/vgLowLevel VEEPortingGuide/vgMatrix VEEPortingGuide/vgPath VEEPortingGuide/vgGradient VEEPortingGuide/vgFont VEEPortingGuide/vgCco VEEPortingGuide/vgSimulation VEEPortingGuide/vgReleaseNotes VEEPortingGuide/vgChangeLog VEEPortingGuide/net VEEPortingGuide/netIntroduction VEEPortingGuide/networkCoreEngine VEEPortingGuide/ssl VEEPortingGuide/networkInterfaces VEEPortingGuide/wifi VEEPortingGuide/bluetooth VEEPortingGuide/fs VEEPortingGuide/hal VEEPortingGuide/device VEEPortingGuide/watchdog-timer VEEPortingGuide/systemView VEEPortingGuide/simulation VEEPortingGuide/simulator VEEPortingGuide/mock VEEPortingGuide/spmock VEEPortingGuide/frontpanel VEEPortingGuide/blemock VEEPortingGuide/appendix/index VEEPortingGuide/appendix/llapi VEEPortingGuide/appendix/javalibs/index VEEPortingGuide/appendix/javalibs/edc VEEPortingGuide/appendix/javalibs/sni VEEPortingGuide/appendix/javalibs/kf VEEPortingGuide/appendix/javalibs/ecom VEEPortingGuide/appendix/javalibs/ecom-comm VEEPortingGuide/appendix/javalibs/fs VEEPortingGuide/appendix/javalibs/net VEEPortingGuide/appendix/javalibs/ssl VEEPortingGuide/appendix/tools/index VEEPortingGuide/appendix/tools/soar VEEPortingGuide/appendix/tools/bon VEEPortingGuide/appendix/tools/sni VEEPortingGuide/appendix/tools/sp VEEPortingGuide/appendix/tools/nls VEEPortingGuide/appendix/tools/static VEEPortingGuide/appendix/tools/mui_frontpanelmock VEEPortingGuide/appendix/tools/hil VEEPortingGuide/appendix/tools/heapdump VEEPortingGuide/appendix/toolchain VEEPortingGuide/platformMigration KernelDeveloperGuide/index KernelDeveloperGuide/overview KernelDeveloperGuide/kf KernelDeveloperGuide/gettingStarted KernelDeveloperGuide/kernelCreation KernelDeveloperGuide/kernelAPI KernelDeveloperGuide/runtimeEnvironment KernelDeveloperGuide/kernelUID KernelDeveloperGuide/sandboxedAppLifecycle KernelDeveloperGuide/featuresCommunication KernelDeveloperGuide/kfEnabledLibraries KernelDeveloperGuide/kfTestsuite KernelDeveloperGuide/kernelLink KernelDeveloperGuide/applicationLink Tutorials/index Tutorials/tutorialUnderstandMicroEJFirmwareBuild Tutorials/tutorialCreateCustomPlatform Tutorials/tutorialCreateFirmwareFromScratch Tutorials/tutorialCreatePlatformBuildAndRunScripts Tutorials/tutorialSetupBuildUsingJenkinsAndArtifactory Tutorials/tutorialImproveCodeQuality Tutorials/tutorialOptimizeMemoryFootprint Tutorials/tutorialExploreDataSerializationFormats Tutorials/tutorialInstrumentJavaCodeForLogging Tutorials/tutorialRunATestSuiteOnDevice Tutorials/tutorialImplementABlockingNativeMethodWithSNI Tutorials/getStartedWithGUI/index Tutorials/getStartedWithGUI/setup Tutorials/getStartedWithGUI/startingMicroUI Tutorials/getStartedWithGUI/basicDrawing Tutorials/getStartedWithGUI/animation Tutorials/getStartedWithGUI/widgets Tutorials/getStartedWithGUI/layouts Tutorials/getStartedWithGUI/style Tutorials/getStartedWithGUI/images Tutorials/getStartedWithGUI/advancedStyling Tutorials/getStartedWithGUI/eventHandling Tutorials/getStartedWithGUI/fonts Tutorials/getStartedWithGUI/scrollList Tutorials/getStartedWithGUI/contactList Tutorials/getStartedWithGUI/internationalization Tutorials/tutorialDiscoverEmbeddedDebuggingTechniques Tutorials/tutorialAppendEmojisToVectorFont support about resolving references... done writing... /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/checkouts/latest/ApplicationDeveloperGuide/UI/MicroUI/errors.rst:2: both tabularcolumns and :widths: option are given. :widths: is ignored. /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/checkouts/latest/VEEPortingGuide/appendix/javalibs/kf.rst:12: both tabularcolumns and :widths: option are given. :widths: is ignored. done copying images... [ 0%] overview/images/2_download.png copying images... [ 0%] overview/images/vee.png copying images... [ 0%] overview/images/toolchain.png copying images... [ 0%] overview/images/sdk_overview.png copying images... [ 1%] SDKUserGuide/images/1_overview.png copying images... [ 1%] SDKUserGuide/images/sdk_content.png copying images... [ 1%] SDKUserGuide/images/installation_process/splash.png copying images... [ 1%] SDKUserGuide/images/installation_process/SDK22_06/welcome_screen.png copying images... [ 1%] SDKUserGuide/images/installation_process/SDK22_06/license_screen.png copying images... [ 2%] SDKUserGuide/images/installation_process/SDK22_06/installation_path_screen.png copying images... [ 2%] SDKUserGuide/images/installation_process/SDK22_06/installation_validation_screen.png copying images... [ 2%] SDKUserGuide/images/installation_process/SDK22_06/installation_progress_screen.png copying images... [ 2%] SDKUserGuide/images/installation_process/SDK22_06/options_screen.png copying images... [ 2%] SDKUserGuide/images/installation_process/SDK22_06/installation_finished_screen.png copying images... [ 3%] SDKUserGuide/images/installation_process/check_update.png copying images... [ 3%] SDKUserGuide/images/installation_process/no_update.png copying images... [ 3%] SDKUserGuide/images/installation_process/update_available.png copying images... [ 3%] SDKUserGuide/images/installation_process/review_update.png copying images... [ 3%] SDKUserGuide/images/installation_process/license_update.png copying images... [ 4%] SDKUserGuide/images/installation_process/restart_update.png copying images... [ 4%] SDKUserGuide/images/installation_process/SDK21_11/welcome_screen.png copying images... [ 4%] SDKUserGuide/images/installation_process/SDK21_11/license_screen.png copying images... [ 4%] SDKUserGuide/images/installation_process/SDK21_11/installation_path_screen.png copying images... [ 4%] SDKUserGuide/images/installation_process/SDK21_11/installation_validation_screen.png copying images... [ 5%] SDKUserGuide/images/installation_process/SDK21_11/installation_progress_screen.png copying images... [ 5%] SDKUserGuide/images/installation_process/SDK21_11/options_screen.png copying images... [ 5%] SDKUserGuide/images/installation_process/SDK21_11/installation_finished_screen.png copying images... [ 5%] SDKUserGuide/images/adoptopenjdk-install.png copying images... [ 5%] SDKUserGuide/images/installation_process/incompatible_default_java_version_installer.png copying images... [ 6%] SDKUserGuide/images/installation_process/incompatible_default_java_version_eclipse.png copying images... [ 6%] SDKUserGuide/images/sdk_eula_content.png copying images... [ 6%] SDKUserGuide/images/preferences/licenses.jpg copying images... [ 6%] SDKUserGuide/images/preferences/uid.jpg copying images... [ 7%] SDKUserGuide/images/user_license_folder.png copying images... [ 7%] SDKUserGuide/images/preferences/wrongkey.jpg copying images... [ 7%] SDKUserGuide/images/dongle/dongle.jpg copying images... [ 7%] SDKUserGuide/images/dongle/updateWarningUnknownPublisher.png copying images... [ 7%] SDKUserGuide/images/dongle/updateTool.png copying images... [ 8%] SDKUserGuide/images/dongle/updateSuccessful.png copying images... [ 8%] SDKUserGuide/images/dongle/platformLicenseDetails.png copying images... [ 8%] SDKUserGuide/images/dongle/runAsAdministrator.png copying images... [ 8%] SDKUserGuide/images/0-address-to-clone.png copying images... [ 8%] SDKUserGuide/images/1-import-type.png copying images... [ 9%] SDKUserGuide/images/2-location-to-clone.png copying images... [ 9%] SDKUserGuide/images/3-local-destination.png copying images... [ 9%] SDKUserGuide/images/4-projects-imported.png copying images... [ 9%] SDKUserGuide/images/badge-green.png copying images... [ 9%] SDKUserGuide/images/badge-orange.png copying images... [ 10%] SDKUserGuide/images/badge-grey.png copying images... [ 10%] SDKUserGuide/images/workspace_selection.png copying images... [ 10%] SDKUserGuide/images/repository_selection.png copying images... [ 10%] SDKUserGuide/images/dependencyInWorkspace.png copying images... [ 10%] SDKUserGuide/images/mmm_shortcut_resolveAll.png copying images... [ 11%] SDKUserGuide/images/resolve.png copying images... [ 11%] SDKUserGuide/images/about_sdk_4-x.png copying images... [ 11%] SDKUserGuide/images/about_sdk_dist_20-07.png copying images... [ 11%] SDKUserGuide/images/installation_details_sdk_dist_20-07.png copying images... [ 11%] SDKUserGuide/images/mmm_flow.png copying images... [ 12%] SDKUserGuide/images/mmm_preferences_5-2_annotated.png copying images... [ 12%] SDKUserGuide/images/mmm_shortcut_build_module.png copying images... [ 12%] SDKUserGuide/images/mmm_preferences_options_settings_declaration.png copying images... [ 12%] SDKUserGuide/images/mmm_preferences_options_settings_register.png copying images... [ 12%] SDKUserGuide/images/mmm_preferences_options_settings_usage.png copying images... [ 13%] SDKUserGuide/images/mmm_preferences_options_declaration.png copying images... [ 13%] SDKUserGuide/images/mmm_preferences_options_register.png copying images... [ 13%] SDKUserGuide/images/mmm_preferences_options_usage.png copying images... [ 13%] SDKUserGuide/images/mmm_console_select_ivy.png copying images... [ 14%] SDKUserGuide/images/mmm_console_filter_debug.png copying images... [ 14%] SDKUserGuide/images/mmm_build_module.png copying images... [ 14%] SDKUserGuide/images/mmm_build_module_istory.png copying images... [ 14%] SDKUserGuide/images/sdk_new_module.png copying images... [ 14%] SDKUserGuide/images/mmm_preferences_up_to_5-1_ivy_settings_annotated.png copying images... [ 15%] SDKUserGuide/images/mmm_preferences_up_to_5-1_ea4eclipse_annotated.png copying images... [ 15%] SDKUserGuide/images/mmm_extract_build_kit.png copying images... [ 15%] ApplicationDeveloperGuide/images/platform_project.png copying images... [ 15%] ApplicationDeveloperGuide/images/platformImport.png copying images... [ 15%] ApplicationDeveloperGuide/images/platformSelect.png copying images... [ 16%] ApplicationDeveloperGuide/images/platformList.png copying images... [ 16%] ApplicationDeveloperGuide/images/newApp1.png copying images... [ 16%] ApplicationDeveloperGuide/images/newApp10.png copying images... [ 16%] ApplicationDeveloperGuide/images/sim1.png copying images... [ 16%] ApplicationDeveloperGuide/images/basic-launcher.png copying images... [ 17%] ApplicationDeveloperGuide/images/bsp-options.png copying images... [ 17%] ApplicationDeveloperGuide/images/build-output-files.png copying images... [ 17%] ApplicationDeveloperGuide/images/standalone_application_published_files.png copying images... [ 17%] ApplicationDeveloperGuide/images/mainTab.png copying images... [ 17%] ApplicationDeveloperGuide/images/executionTab.png copying images... [ 18%] ApplicationDeveloperGuide/images/configurationTab.png copying images... [ 18%] ApplicationDeveloperGuide/images/jreTab.png copying images... [ 18%] ApplicationDeveloperGuide/images/build-properties.png copying images... [ 18%] ApplicationDeveloperGuide/images/architecture_options/img1.png copying images... [ 18%] ApplicationDeveloperGuide/images/architecture_options/img2.png copying images... [ 19%] ApplicationDeveloperGuide/images/architecture_options/img3.png copying images... [ 19%] ApplicationDeveloperGuide/images/architecture_options/img4.png copying images... [ 19%] ApplicationDeveloperGuide/images/architecture_options/img5.png copying images... [ 19%] ApplicationDeveloperGuide/images/architecture_options/img6.png copying images... [ 20%] ApplicationDeveloperGuide/images/architecture_options/img7.png copying images... [ 20%] ApplicationDeveloperGuide/images/architecture_options/img8.png copying images... [ 20%] ApplicationDeveloperGuide/images/architecture_options/img9.png copying images... [ 20%] ApplicationDeveloperGuide/images/architecture_options/img11.png copying images... [ 20%] ApplicationDeveloperGuide/images/architecture_options/img12.png copying images... [ 21%] ApplicationDeveloperGuide/images/architecture_options/img13.png copying images... [ 21%] ApplicationDeveloperGuide/images/architecture_options/img14.png copying images... [ 21%] ApplicationDeveloperGuide/images/architecture_options/img15.png copying images... [ 21%] ApplicationDeveloperGuide/images/architecture_options/img16.png copying images... [ 21%] ApplicationDeveloperGuide/images/architecture_options/img17.png copying images... [ 22%] ApplicationDeveloperGuide/images/architecture_options/img18.png copying images... [ 22%] ApplicationDeveloperGuide/images/architecture_options/img19.png copying images... [ 22%] ApplicationDeveloperGuide/images/architecture_options/img20.png copying images... [ 22%] ApplicationDeveloperGuide/images/architecture_options/img21.png copying images... [ 22%] ApplicationDeveloperGuide/images/architecture_options/img22.png copying images... [ 23%] ApplicationDeveloperGuide/images/architecture_options/img23.png copying images... [ 23%] ApplicationDeveloperGuide/images/sandboxed-application-project-creation-menu.png copying images... [ 23%] ApplicationDeveloperGuide/images/sandboxed-application-project-creation-form.png copying images... [ 23%] ApplicationDeveloperGuide/images/sandboxed-application-import-vd.png copying images... [ 23%] ApplicationDeveloperGuide/images/sandboxed-application-run.png copying images... [ 24%] ApplicationDeveloperGuide/images/sandboxed-application-wpk-dropins.png copying images... [ 24%] ApplicationDeveloperGuide/images/sandboxed-application-duplicate-run-conf.png copying images... [ 24%] ApplicationDeveloperGuide/images/sandboxed-application-configure-run-conf.png copying images... [ 24%] ApplicationDeveloperGuide/images/SI_1.png copying images... [ 24%] ApplicationDeveloperGuide/images/SI_3.png copying images... [ 25%] ApplicationDeveloperGuide/images/SI_4.png copying images... [ 25%] ApplicationDeveloperGuide/images/ClassPath_2.png copying images... [ 25%] ApplicationDeveloperGuide/images/virtual-device.png copying images... [ 25%] ApplicationDeveloperGuide/images/repository-tree.png copying images... [ 25%] ApplicationDeveloperGuide/images/javadoc_module_dependency.png copying images... [ 26%] ApplicationDeveloperGuide/images/ClassPath_4.png copying images... [ 26%] ApplicationDeveloperGuide/images/ClassPath_1.png copying images... [ 26%] ApplicationDeveloperGuide/images/debug1.png copying images... [ 26%] ApplicationDeveloperGuide/images/addon_library_source.png copying images... [ 27%] ApplicationDeveloperGuide/images/addon_library_open_implementation.png copying images... [ 27%] ApplicationDeveloperGuide/images/addon_library_implementation_read_only.png copying images... [ 27%] ApplicationDeveloperGuide/images/foundation_library_implementation_folders.png copying images... [ 27%] ApplicationDeveloperGuide/images/foundation_library_debug_add_source_archive.png copying images... [ 27%] ApplicationDeveloperGuide/images/foundation_library_debug_select_source_jars.png copying images... [ 28%] ApplicationDeveloperGuide/images/foundation_library_debug_open_implementation.png copying images... [ 28%] ApplicationDeveloperGuide/images/tool-launch.png copying images... [ 28%] ApplicationDeveloperGuide/images/testsuiteReportHTMLExample.png copying images... [ 28%] ApplicationDeveloperGuide/images/testsuiteReportXMLExample.png copying images... [ 28%] ApplicationDeveloperGuide/images/testsuiteReportXMLExampleJunitView.png copying images... [ 29%] ApplicationDeveloperGuide/images/trace1.png copying images... [ 29%] ApplicationDeveloperGuide/images/STR_application-out.png copying images... [ 29%] ApplicationDeveloperGuide/images/STR_tracetermite_standalone.png copying images... [ 29%] ApplicationDeveloperGuide/images/STR_selecttool_standalone.png copying images... [ 29%] ApplicationDeveloperGuide/images/STR_configuration_standalone.png copying images... [ 30%] ApplicationDeveloperGuide/images/STR_trace-read.png copying images... [ 30%] ApplicationDeveloperGuide/images/STR_stacktracedump.png copying images... [ 30%] ApplicationDeveloperGuide/images/STR_debugfofile.png copying images... [ 30%] ApplicationDeveloperGuide/images/STR_tracetermite_sandboxed.png copying images... [ 30%] ApplicationDeveloperGuide/images/STR_selecttool_sandboxed.png copying images... [ 31%] ApplicationDeveloperGuide/images/STR_firmware-out.png copying images... [ 31%] ApplicationDeveloperGuide/images/STR_virtualdevice.png copying images... [ 31%] ApplicationDeveloperGuide/images/STR_selectfile_sandboxed.png copying images... [ 31%] ApplicationDeveloperGuide/images/STR_console_sandboxed.png copying images... [ 31%] ApplicationDeveloperGuide/images/stackTraceReader_options/img1.png copying images... [ 32%] ApplicationDeveloperGuide/images/cca_process.png copying images... [ 32%] ApplicationDeveloperGuide/images/cca_options/img1.png copying images... [ 32%] ApplicationDeveloperGuide/images/heap_usage.png copying images... [ 32%] ApplicationDeveloperGuide/images/heapdumper_options/img1.png copying images... [ 32%] ApplicationDeveloperGuide/images/outline-view.png copying images... [ 33%] ApplicationDeveloperGuide/images/fields-and-ref-showing-fields.png copying images... [ 33%] ApplicationDeveloperGuide/images/fields-and-ref-showing-refs.png copying images... [ 33%] ApplicationDeveloperGuide/images/heap-usage-tab.png copying images... [ 33%] ApplicationDeveloperGuide/images/dominator-tree-tab.png copying images... [ 34%] ApplicationDeveloperGuide/images/leak-suspects-tab.png copying images... [ 34%] ApplicationDeveloperGuide/images/progressive.png copying images... [ 34%] ApplicationDeveloperGuide/images/compare-all.png copying images... [ 34%] ApplicationDeveloperGuide/images/compare-fields.png copying images... [ 34%] ApplicationDeveloperGuide/images/serialToSocketTransmitter_options/img1.png copying images... [ 35%] ApplicationDeveloperGuide/images/mma_process.png copying images... [ 35%] ApplicationDeveloperGuide/images/whereMapIs.png copying images... [ 35%] ApplicationDeveloperGuide/images/RI1.png copying images... [ 35%] ApplicationDeveloperGuide/images/RIDetailedView.png copying images... [ 35%] ApplicationDeveloperGuide/images/null_analysis_example.png copying images... [ 36%] ApplicationDeveloperGuide/images/null_analysis_packageinfo.png copying images... [ 36%] ApplicationDeveloperGuide/images/null_analysis_field_and_method.png copying images... [ 36%] ApplicationDeveloperGuide/images/null_analysis_project_configuration_checks.png copying images... [ 36%] ApplicationDeveloperGuide/images/null_analysis_project_configuration_annotations.png copying images... [ 36%] ApplicationDeveloperGuide/images/null_analysis_project_configuration_suppress_warnings.png copying images... [ 37%] ApplicationDeveloperGuide/images/null_analysis_settings_folder.png copying images... [ 37%] ApplicationDeveloperGuide/images/null_analysis_troubleshooting_edc_version.png copying images... [ 37%] ApplicationDeveloperGuide/images/testsuiteEngine.png copying images... [ 37%] ApplicationDeveloperGuide/UI/images/ui_overview.png copying images... [ 37%] ApplicationDeveloperGuide/UI/MicroUI/images/transparent.png copying images... [ 38%] ApplicationDeveloperGuide/UI/MicroUI/images/argb8888.png copying images... [ 38%] ApplicationDeveloperGuide/UI/MicroUI/images/argb4444.png copying images... [ 38%] ApplicationDeveloperGuide/UI/MicroUI/images/argb1555.png copying images... [ 38%] ApplicationDeveloperGuide/UI/MicroUI/images/opaque.png copying images... [ 38%] ApplicationDeveloperGuide/UI/MicroUI/images/rgb888_o.png copying images... [ 39%] ApplicationDeveloperGuide/UI/MicroUI/images/rgb888_t.png copying images... [ 39%] ApplicationDeveloperGuide/UI/MicroUI/images/rgb565_o.png copying images... [ 39%] ApplicationDeveloperGuide/UI/MicroUI/images/rgb565_t.png copying images... [ 39%] ApplicationDeveloperGuide/UI/MicroUI/images/picto.png copying images... [ 40%] ApplicationDeveloperGuide/UI/MicroUI/images/a8.png copying images... [ 40%] ApplicationDeveloperGuide/UI/MicroUI/images/a8_c.png copying images... [ 40%] ApplicationDeveloperGuide/UI/MicroUI/images/a4.png copying images... [ 40%] ApplicationDeveloperGuide/UI/MicroUI/images/a4_c.png copying images... [ 40%] ApplicationDeveloperGuide/UI/MicroUI/images/a2.png copying images... [ 41%] ApplicationDeveloperGuide/UI/MicroUI/images/a2_c.png copying images... [ 41%] ApplicationDeveloperGuide/UI/MicroUI/images/a1.png copying images... [ 41%] ApplicationDeveloperGuide/UI/MicroUI/images/a1_c.png copying images... [ 41%] ApplicationDeveloperGuide/UI/MicroUI/images/grayscale.png copying images... [ 41%] ApplicationDeveloperGuide/UI/MicroUI/images/c4.png copying images... [ 42%] ApplicationDeveloperGuide/UI/MicroUI/images/c2.png copying images... [ 42%] ApplicationDeveloperGuide/UI/MicroUI/images/c1.png copying images... [ 42%] ApplicationDeveloperGuide/UI/MicroUI/images/grayscale_t.png copying images... [ 42%] ApplicationDeveloperGuide/UI/MicroUI/images/ac44.png copying images... [ 42%] ApplicationDeveloperGuide/UI/MicroUI/images/ac22.png copying images... [ 43%] ApplicationDeveloperGuide/UI/MicroUI/images/ac11.png copying images... [ 43%] ApplicationDeveloperGuide/UI/MicroUI/images/designer_font-process2.png copying images... [ 43%] ApplicationDeveloperGuide/UI/MicroUI/images/designer_font-height.png copying images... [ 43%] ApplicationDeveloperGuide/UI/MicroUI/images/baseline.png copying images... [ 43%] ApplicationDeveloperGuide/UI/MicroUI/images/char-editor.png copying images... [ 44%] ApplicationDeveloperGuide/UI/MicroUI/images/font-preview.png copying images... [ 44%] ApplicationDeveloperGuide/UI/MicroUI/png/architecture_options/img1.png copying images... [ 44%] ApplicationDeveloperGuide/UI/MicroUI/png/architecture_options/img2.png copying images... [ 44%] ApplicationDeveloperGuide/UI/MicroUI/png/architecture_options/img3.png copying images... [ 44%] ApplicationDeveloperGuide/UI/MicroUI/png/architecture_options/img4.png copying images... [ 45%] ApplicationDeveloperGuide/UI/MicroUI/images/microui_traces_systemview.png copying images... [ 45%] ApplicationDeveloperGuide/UI/MicroVG/images/fillPath.png copying images... [ 45%] ApplicationDeveloperGuide/UI/MicroVG/images/fillPathGradient.png copying images... [ 45%] ApplicationDeveloperGuide/UI/MicroVG/images/fillType.png copying images... [ 45%] ApplicationDeveloperGuide/UI/MicroVG/images/fillPathBlendMode.png copying images... [ 46%] ApplicationDeveloperGuide/UI/MicroVG/images/matrixTranslate0.png copying images... [ 46%] ApplicationDeveloperGuide/UI/MicroVG/images/matrixRotate0.png copying images... [ 46%] ApplicationDeveloperGuide/UI/MicroVG/images/matrixRotate1.png copying images... [ 46%] ApplicationDeveloperGuide/UI/MicroVG/images/matrixScale0.png copying images... [ 47%] ApplicationDeveloperGuide/UI/MicroVG/images/matrixConcat0.png copying images... [ 47%] ApplicationDeveloperGuide/UI/MicroVG/images/gradient0.png copying images... [ 47%] ApplicationDeveloperGuide/UI/MicroVG/images/gradient1.png copying images... [ 47%] ApplicationDeveloperGuide/UI/MicroVG/images/gradient2.png copying images... [ 47%] ApplicationDeveloperGuide/UI/MicroVG/images/drawstring0.png copying images... [ 48%] ApplicationDeveloperGuide/UI/MicroVG/images/drawstring1.png copying images... [ 48%] ApplicationDeveloperGuide/UI/MicroVG/images/drawstring2.png copying images... [ 48%] ApplicationDeveloperGuide/UI/MicroVG/images/drawstring3.png copying images... [ 48%] ApplicationDeveloperGuide/UI/MicroVG/images/fontMetrics.png copying images... [ 48%] ApplicationDeveloperGuide/UI/MicroVG/images/anchorPoint.png copying images... [ 49%] ApplicationDeveloperGuide/UI/MicroVG/images/textBox.png copying images... [ 49%] ApplicationDeveloperGuide/UI/MicroVG/images/drawStringOnCircle0.png copying images... [ 49%] ApplicationDeveloperGuide/UI/MicroVG/images/drawStringOnCircle1.png copying images... [ 49%] ApplicationDeveloperGuide/UI/MicroVG/images/drawStringLayout.png copying images... [ 49%] ApplicationDeveloperGuide/UI/MicroVG/images/drawImage.png copying images... [ 50%] ApplicationDeveloperGuide/UI/MicroVG/images/drawImageAlpha.png copying images... [ 50%] ApplicationDeveloperGuide/UI/MicroVG/images/drawImageFilter.png copying images... [ 50%] ApplicationDeveloperGuide/UI/MicroVG/images/drawAnimatedImageTranslate.gif copying images... [ 50%] ApplicationDeveloperGuide/UI/MicroVG/images/drawAnimatedImageOverPath.gif copying images... [ 50%] ApplicationDeveloperGuide/UI/MicroVG/images/drawAnimatedImageScaleXY.gif copying images... [ 51%] ApplicationDeveloperGuide/UI/MicroVG/images/drawAnimatedImageRotate.gif copying images... [ 51%] ApplicationDeveloperGuide/UI/MicroVG/images/drawAnimatedImageMorphing.gif copying images... [ 51%] ApplicationDeveloperGuide/UI/MicroVG/images/drawAnimatedImageColor.gif copying images... [ 51%] ApplicationDeveloperGuide/UI/MicroVG/images/linearInterpolator.gif copying images... [ 51%] ApplicationDeveloperGuide/UI/MicroVG/images/accelerateInterpolator.gif copying images... [ 52%] ApplicationDeveloperGuide/UI/MicroVG/images/bounceInterpolator.gif copying images... [ 52%] ApplicationDeveloperGuide/UI/MicroVG/images/fast_out_slow_inInterpolator.gif copying images... [ 52%] ApplicationDeveloperGuide/UI/MicroVG/images/custom0Interpolator.gif copying images... [ 52%] ApplicationDeveloperGuide/UI/MicroVG/images/custom0Interpolator.png copying images... [ 52%] ApplicationDeveloperGuide/UI/MicroVG/images/custom1Interpolator.gif copying images... [ 53%] ApplicationDeveloperGuide/UI/MicroVG/images/custom1Interpolator.png copying images... [ 53%] ApplicationDeveloperGuide/UI/MicroVG/images/drawRuntimeImage.png copying images... [ 53%] ApplicationDeveloperGuide/UI/MWT/images/hierarchy.png copying images... [ 53%] ApplicationDeveloperGuide/UI/MWT/images/eventDispatchUML.png copying images... [ 54%] ApplicationDeveloperGuide/UI/MWT/images/pointerEventDispatcherFlow.png copying images... [ 54%] ApplicationDeveloperGuide/UI/MWT/images/boxmodel.png copying images... [ 54%] ApplicationDeveloperGuide/UI/MWT/images/showSequence.png copying images... [ 54%] ApplicationDeveloperGuide/UI/MWT/images/defaultRenderPolicy.png copying images... [ 54%] ApplicationDeveloperGuide/UI/MWT/images/defaultRenderPolicyIssue.png copying images... [ 55%] ApplicationDeveloperGuide/UI/MWT/images/highlightWidgetList.png copying images... [ 55%] ApplicationDeveloperGuide/UI/MWT/images/highlightWidgetWheel.png copying images... [ 55%] ApplicationDeveloperGuide/UI/Widgets/images/attribute-selectors.gif copying images... [ 55%] ApplicationDeveloperGuide/UI/Widgets/images/buffered-image-pool.gif copying images... [ 55%] ApplicationDeveloperGuide/UI/Widgets/images/context-sensitive-container.gif copying images... [ 56%] ApplicationDeveloperGuide/UI/Widgets/images/drag-and-drop.gif copying images... [ 56%] ApplicationDeveloperGuide/UI/Widgets/images/focus.gif copying images... [ 56%] ApplicationDeveloperGuide/UI/Widgets/images/immutable-stylesheet.gif copying images... [ 56%] ApplicationDeveloperGuide/UI/Widgets/images/lazy-stylesheet.gif copying images... [ 56%] ApplicationDeveloperGuide/UI/Widgets/images/masking-grid.gif copying images... [ 57%] ApplicationDeveloperGuide/UI/Widgets/images/mvc.gif copying images... [ 57%] ApplicationDeveloperGuide/UI/Widgets/images/popup.gif copying images... [ 57%] ApplicationDeveloperGuide/UI/Widgets/images/remove-widget.gif copying images... [ 57%] ApplicationDeveloperGuide/UI/Widgets/images/slide-container.gif copying images... [ 57%] ApplicationDeveloperGuide/UI/Widgets/images/stack-container.gif copying images... [ 58%] ApplicationDeveloperGuide/UI/Widgets/images/stashing-grid.gif copying images... [ 58%] ApplicationDeveloperGuide/UI/Widgets/images/virtual-watch.gif copying images... [ 58%] ApplicationDeveloperGuide/UI/Advanced/images/tuto_microej_bounds_check.png copying images... [ 58%] ApplicationDeveloperGuide/js/images/js_runtime.png copying images... [ 58%] ApplicationDeveloperGuide/js/images/js_processor_overview.png copying images... [ 59%] ApplicationDeveloperGuide/images/networking_overview.png copying images... [ 59%] ApplicationDeveloperGuide/images/eclipse_encoding.png copying images... [ 59%] VEEPortingGuide/images/process-overview5.png copying images... [ 59%] VEEPortingGuide/images/jpf_conf_overview.png copying images... [ 60%] VEEPortingGuide/images/jpf_conf_modules.png copying images... [ 60%] VEEPortingGuide/images/low-level-1c.png copying images... [ 60%] VEEPortingGuide/images/low-level-3c.png copying images... [ 60%] VEEPortingGuide/images/low-level-2c.png copying images... [ 60%] VEEPortingGuide/images/jpf-runtime-components.png copying images... [ 61%] VEEPortingGuide/images/platformConfigurationSkeleton.png copying images... [ 61%] VEEPortingGuide/images/platformSource.png copying images... [ 61%] VEEPortingGuide/images/platformConfigurationModules.png copying images... [ 61%] VEEPortingGuide/images/bsp-connection-cases-none.png copying images... [ 61%] VEEPortingGuide/images/bsp-connection-cases-partial.png copying images... [ 62%] VEEPortingGuide/images/bsp-connection-cases-full.png copying images... [ 62%] VEEPortingGuide/images/overview-platform-qualification.png copying images... [ 62%] VEEPortingGuide/images/overview-platform-qualification-test-suite-fs.png copying images... [ 62%] VEEPortingGuide/images/testsuite-engine-overview.png copying images... [ 62%] VEEPortingGuide/images/mjvm_flow2.png copying images... [ 63%] VEEPortingGuide/images/mjvm_gt.png copying images... [ 63%] VEEPortingGuide/images/process-multiapp-overview.png copying images... [ 63%] VEEPortingGuide/images/sni_flow.png copying images... [ 63%] VEEPortingGuide/images/sni_sync.png copying images... [ 63%] VEEPortingGuide/images/sp1.png copying images... [ 64%] VEEPortingGuide/images/sp_flow.png copying images... [ 64%] VEEPortingGuide/images/javah_process.png copying images... [ 64%] VEEPortingGuide/images/ecom-core_process.png copying images... [ 64%] VEEPortingGuide/images/architecture.png copying images... [ 64%] VEEPortingGuide/images/comm_open.png copying images... [ 65%] VEEPortingGuide/images/dyn_sequence.png copying images... [ 65%] VEEPortingGuide/images/java-c-ui-interface.png copying images... [ 65%] VEEPortingGuide/images/ui_overview2.png copying images... [ 65%] VEEPortingGuide/images/static_init_process.png copying images... [ 65%] VEEPortingGuide/images/static_xml.png copying images... [ 66%] VEEPortingGuide/images/ui_llapi_emb.png copying images... [ 66%] VEEPortingGuide/images/ui_llapi_sim.png copying images... [ 66%] VEEPortingGuide/images/ui_llapi_led.png copying images... [ 66%] VEEPortingGuide/images/drivers-microui-comms.png copying images... [ 67%] VEEPortingGuide/images/microui-events.png copying images... [ 67%] VEEPortingGuide/images/ui_llapi_input2.png copying images... [ 67%] VEEPortingGuide/images/display_modes_nocustom.png copying images... [ 67%] VEEPortingGuide/images/switch-step1.png copying images... [ 67%] VEEPortingGuide/images/switch-step2.png copying images... [ 68%] VEEPortingGuide/images/switch-step3.png copying images... [ 68%] VEEPortingGuide/images/switch-step4.png copying images... [ 68%] VEEPortingGuide/images/copy-step1.png copying images... [ 68%] VEEPortingGuide/images/copy-step2.png copying images... [ 68%] VEEPortingGuide/images/copy-step3.png copying images... [ 69%] VEEPortingGuide/images/direct.png copying images... [ 69%] VEEPortingGuide/images/ui_llapi_display.png copying images... [ 69%] VEEPortingGuide/images/uiDisplaySync01.png copying images... [ 69%] VEEPortingGuide/images/uiDisplaySync02.png copying images... [ 69%] VEEPortingGuide/images/uiDisplaySync03.png copying images... [ 70%] VEEPortingGuide/images/uiDisplaySync04.png copying images... [ 70%] VEEPortingGuide/images/uiDisplaySync05.png copying images... [ 70%] VEEPortingGuide/images/uiDisplaySync06.png copying images... [ 70%] VEEPortingGuide/images/uiDisplaySync07.png copying images... [ 70%] VEEPortingGuide/images/uiFormat01.png copying images... [ 71%] VEEPortingGuide/images/uiFormat02.png copying images... [ 71%] VEEPortingGuide/images/static-image-gen2.png copying images... [ 71%] VEEPortingGuide/images/font-process2.png copying images... [ 71%] VEEPortingGuide/images/font-height.png copying images... [ 71%] VEEPortingGuide/images/font-baseline.png copying images... [ 72%] VEEPortingGuide/images/arabic.png copying images... [ 72%] VEEPortingGuide/images/static-font-gen2.png copying images... [ 72%] VEEPortingGuide/images/fpwidgets.png copying images... [ 72%] VEEPortingGuide/images/ui_modules.png copying images... [ 72%] VEEPortingGuide/images/java-c-vg-interface.png copying images... [ 73%] VEEPortingGuide/images/vg_llapi_emb.png copying images... [ 73%] VEEPortingGuide/images/vg_llapi_sim.png copying images... [ 73%] VEEPortingGuide/images/vg_llapi_matrix.png copying images... [ 73%] VEEPortingGuide/images/vg_llapi_path.png copying images... [ 74%] VEEPortingGuide/images/vg_llapi_gradient.png copying images... [ 74%] VEEPortingGuide/images/vg_llapi_font.png copying images... [ 74%] VEEPortingGuide/images/vg_cco.png copying images... [ 74%] VEEPortingGuide/images/java-c-net-interface.png copying images... [ 74%] VEEPortingGuide/images/watchdog_sandwich.png copying images... [ 75%] VEEPortingGuide/images/watchdog_highlevel_diagram.png copying images... [ 75%] VEEPortingGuide/images/watchdog_seq_diagram.png copying images... [ 75%] VEEPortingGuide/images/STM32F7508-DK-demoWidget-SystemView.png copying images... [ 75%] VEEPortingGuide/images/sytemview_remove_systick.png copying images... [ 75%] VEEPortingGuide/images/sv_names.png copying images... [ 76%] VEEPortingGuide/images/sysview_app_traces.png copying images... [ 76%] VEEPortingGuide/images/systemview_rtt_not_found.png copying images... [ 76%] VEEPortingGuide/images/systemview_st_link_pb.png copying images... [ 76%] VEEPortingGuide/images/hil1.png copying images... [ 76%] VEEPortingGuide/images/hil2.png copying images... [ 77%] VEEPortingGuide/images/hil3.png copying images... [ 77%] VEEPortingGuide/images/hil4.png copying images... [ 77%] VEEPortingGuide/images/mock-skeleton.png copying images... [ 77%] VEEPortingGuide/images/hil5.png copying images... [ 77%] VEEPortingGuide/images/newfp.png copying images... [ 78%] VEEPortingGuide/images/project-content.png copying images... [ 78%] VEEPortingGuide/images/working-layout.png copying images... [ 78%] VEEPortingGuide/images/fp-widget-active-area.png copying images... [ 78%] VEEPortingGuide/images/blemock-controller.png copying images... [ 78%] VEEPortingGuide/images/blemock-flash-download-tool.png copying images... [ 79%] VEEPortingGuide/images/blemock-wifi-setup-interface.png copying images... [ 79%] VEEPortingGuide/images/blemock-wifi-setup-last-screen.png copying images... [ 79%] VEEPortingGuide/images/blemock-controller-ip.png copying images... [ 79%] VEEPortingGuide/images/blemock-configuration.png copying images... [ 80%] VEEPortingGuide/images/platform_fullPackaging_structure.png copying images... [ 80%] VEEPortingGuide/images/platform_architecture-repository.png copying images... [ 80%] VEEPortingGuide/images/platformMigration-import.png copying images... [ 80%] KernelDeveloperGuide/png/overview.png copying images... [ 80%] KernelDeveloperGuide/png/inputs_outputs.png copying images... [ 81%] KernelDeveloperGuide/png/build_flow_generic.png copying images... [ 81%] KernelDeveloperGuide/png/build_flow_virtual_device.png copying images... [ 81%] images/check.png copying images... [ 81%] KernelDeveloperGuide/png/firmware-multiapp-skeleton-project.png copying images... [ 81%] KernelDeveloperGuide/png/firmware-multiapp-skeleton-artifacts.png copying images... [ 82%] KernelDeveloperGuide/png/build_flow_zoom_buildtype.png copying images... [ 82%] KernelDeveloperGuide/png/build_flow_zoom_workspace.png copying images... [ 82%] KernelDeveloperGuide/png/kernelapi_launch.png copying images... [ 82%] KernelDeveloperGuide/png/kernelAPIgenerator_options/img1.png copying images... [ 82%] KernelDeveloperGuide/png/runtime_environment_build_flow.png copying images... [ 83%] KernelDeveloperGuide/png/graph_build_string_methods.png copying images... [ 83%] KernelDeveloperGuide/png/sandboxed-application-lifecycle.png copying images... [ 83%] KernelDeveloperGuide/png/kf_testsuite_project_structure.png copying images... [ 83%] KernelDeveloperGuide/png/link_kernel.png copying images... [ 83%] KernelDeveloperGuide/png/kernel_metadata_generator.png copying images... [ 84%] KernelDeveloperGuide/png/build_flow_zoom_workspace_firmware_linker_only.png copying images... [ 84%] KernelDeveloperGuide/png/feature_portability_control_principle.png copying images... [ 84%] KernelDeveloperGuide/png/link_application.png copying images... [ 84%] KernelDeveloperGuide/png/build_flow_zoom_workspace_feature_only.png copying images... [ 84%] KernelDeveloperGuide/png/link_application_on_device.png copying images... [ 85%] KernelDeveloperGuide/png/feature_portability_overview.png copying images... [ 85%] Tutorials/images/qa_resources-v3.PNG copying images... [ 85%] Tutorials/images/platform-build_workflow.PNG copying images... [ 85%] Tutorials/images/build_microej_mono_sandbox_firmware_numbered.PNG copying images... [ 85%] Tutorials/images/tuto_microej_platform_how_to_select_modules.PNG copying images... [ 86%] Tutorials/images/tuto_microej_fw_from_scratch_import_architecture.PNG copying images... [ 86%] Tutorials/images/tuto_microej_fw_from_scratch_activate_license.PNG copying images... [ 86%] Tutorials/images/tuto_microej_fw_from_scratch_create_platform.PNG copying images... [ 86%] Tutorials/images/tuto_microej_fw_from_scratch_add_platform_configuration_additions.PNG copying images... [ 87%] Tutorials/images/tuto_microej_fw_from_scratch_build_platform.png copying images... [ 87%] Tutorials/images/tuto_microej_fw_from_scratch_new_microej_application_project.PNG copying images... [ 87%] Tutorials/images/tuto_microej_fw_from_scratch_run_as_microej_application.PNG copying images... [ 87%] Tutorials/images/tuto_microej_fw_from_scratch_run_configurations.PNG copying images... [ 87%] Tutorials/images/tuto_microej_fw_from_scratch_run_configurations_execute_on_device.PNG copying images... [ 88%] Tutorials/images/tuto_microej_fw_from_scratch_hello_world_updated.PNG copying images... [ 88%] Tutorials/images/tuto_microej_fw_from_scratch_hello_world_updated_run.PNG copying images... [ 88%] Tutorials/images/configure_build_bat_eclipse.png copying images... [ 88%] Tutorials/images/tuto_microej_cli_flow.PNG copying images... [ 88%] Tutorials/images/tuto_microej_cli_artifactory_module_preview.PNG copying images... [ 89%] Tutorials/images/tuto_microej_cli_module_creation.PNG copying images... [ 89%] Tutorials/images/tuto_microej_cli_module_files.PNG copying images... [ 89%] Tutorials/images/tuto_microej_cli_module_location.PNG copying images... [ 89%] Tutorials/images/tuto_microej_cli_jenkins_parameter.PNG copying images... [ 89%] Tutorials/images/tuto_microej_cli_jenkins_git_hello.PNG copying images... [ 90%] Tutorials/images/json-src-files-folders.png copying images... [ 90%] Tutorials/images/tuto_microej_trace_property.png copying images... [ 90%] Tutorials/images/tuto_microej_trace_constant.png copying images... [ 90%] Tutorials/images/tuto_testsuite_plug_uart_wrover.JPG copying images... [ 90%] Tutorials/images/tuto_testsuite_fs_all_tests_passed.PNG copying images... [ 91%] Tutorials/images/tuto_sni_non_blocking_call_blocking_case.PNG copying images... [ 91%] Tutorials/images/tuto_sni_non_blocking_call_non_blocking_case.PNG copying images... [ 91%] Tutorials/getStartedWithGUI/images/createStandaloneProject.png copying images... [ 91%] Tutorials/getStartedWithGUI/images/structure.png copying images... [ 91%] Tutorials/getStartedWithGUI/images/widgetdemo.png copying images... [ 92%] Tutorials/getStartedWithGUI/images/simulator.png copying images... [ 92%] Tutorials/getStartedWithGUI/images/runapplication.png copying images... [ 92%] Tutorials/getStartedWithGUI/images/hello.png copying images... [ 92%] Tutorials/getStartedWithGUI/images/drawline.png copying images... [ 92%] Tutorials/getStartedWithGUI/images/geometry.png copying images... [ 93%] Tutorials/getStartedWithGUI/images/imagedrawable.png copying images... [ 93%] Tutorials/getStartedWithGUI/images/thickshapes.png copying images... [ 93%] Tutorials/getStartedWithGUI/images/ticking.png copying images... [ 93%] Tutorials/getStartedWithGUI/images/progressbar.png copying images... [ 94%] Tutorials/getStartedWithGUI/images/flowexample.png copying images... [ 94%] Tutorials/getStartedWithGUI/images/flowusage.png copying images... [ 94%] Tutorials/getStartedWithGUI/images/canvassample.png copying images... [ 94%] Tutorials/getStartedWithGUI/images/styleborder.png copying images... [ 94%] Tutorials/getStartedWithGUI/images/margin.png copying images... [ 95%] Tutorials/getStartedWithGUI/images/tuto_microej_gettingstarted_oversizedmargin.png copying images... [ 95%] Tutorials/getStartedWithGUI/images/marginandpadding.png copying images... [ 95%] Tutorials/getStartedWithGUI/images/tuto_microej_gettingstarted_oversizedmarginandpadding.png copying images... [ 95%] Tutorials/getStartedWithGUI/images/microej_logo.png copying images... [ 95%] Tutorials/getStartedWithGUI/images/resources.png copying images... [ 96%] Tutorials/getStartedWithGUI/images/imagessimulator.png copying images... [ 96%] Tutorials/getStartedWithGUI/images/imagebackgroundexample.png copying images... [ 96%] Tutorials/getStartedWithGUI/images/classselectorexample.png copying images... [ 96%] Tutorials/getStartedWithGUI/images/microejfont.png copying images... [ 96%] Tutorials/getStartedWithGUI/images/fontname.png copying images... [ 97%] Tutorials/getStartedWithGUI/images/fonteditor.png copying images... [ 97%] Tutorials/getStartedWithGUI/images/importfonts1.png copying images... [ 97%] Tutorials/getStartedWithGUI/images/importfonts2.png copying images... [ 97%] Tutorials/getStartedWithGUI/images/font.png copying images... [ 97%] Tutorials/getStartedWithGUI/images/listsample.png copying images... [ 98%] Tutorials/getStartedWithGUI/images/scrollbar.png copying images... [ 98%] Tutorials/getStartedWithGUI/images/listcontact.png copying images... [ 98%] Tutorials/getStartedWithGUI/images/labelsampleptbr.png copying images... [ 98%] Tutorials/getStartedWithGUI/images/labelsampleenus.png copying images... [ 98%] Tutorials/images/HeapAnalyzer-example.png copying images... [ 99%] Tutorials/images/tuto_microej_debug_ui_freeze_rtos_task_heart_beat_priority.png copying images... [ 99%] Tutorials/images/emojisProfiles.png copying images... [ 99%] Tutorials/images/emojisCopy.png copying images... [ 99%] Tutorials/images/emojisAppend.png copying images... [100%] Tutorials/images/emojisExport.png copying TeX support files... copying TeX support files... done copying additional files... microej.stydone WARNING: Missing searchtools: /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/checkouts/latest/_readthedocs/pdf/_static/searchtools.js build succeeded, 1 warning. 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). [rtd-command-info] start-time: 2023-04-20T14:32:21.920237Z, end-time: 2023-04-20T14:32:21.988772Z, duration: 0, exit-code: 0 cat latexmkrc $latex = 'latex ' . $ENV{'LATEXOPTS'} . ' %O %S'; $pdflatex = 'pdflatex ' . $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-04-20T14:32:22.296459Z, end-time: 2023-04-20T14:33:58.936860Z, duration: 96, exit-code: 0 latexmk -r latexmkrc -pdf -f -dvi- -ps- -jobname=microej-docs -interaction=nonstopmode Use of uninitialized value in concatenation (.) or string at (eval 13) line 1, chunk 1. Use of uninitialized value in concatenation (.) or string at (eval 13) line 2, chunk 1. Use of uninitialized value in concatenation (.) or string at (eval 13) line 3, chunk 1. Use of uninitialized value in concatenation (.) or string at (eval 13) line 4, chunk 1. Subroutine makeglo redefined at (eval 14) line 7, chunk 1. Use of uninitialized value in concatenation (.) or string at (eval 14) line 1, chunk 1. Use of uninitialized value in concatenation (.) or string at (eval 14) line 2, chunk 1. Use of uninitialized value in concatenation (.) or string at (eval 14) line 3, chunk 1. Use of uninitialized value in concatenation (.) or string at (eval 14) line 4, chunk 1. Latexmk: This is Latexmk, John Collins, 26 Dec. 2019, version: 4.67. Rule 'pdflatex': The following rules & subrules became out-of-date: 'pdflatex' ------------ Run number 1 of rule 'pdflatex' ------------ ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="microej-docs" "microej.tex"' ------------ Latexmk: applying rule 'pdflatex'... This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./microej.tex LaTeX2e <2020-02-02> patch level 2 L3 programming layer <2020-02-14> (./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 2019/12/20 v1.4l Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<>) (/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/generic/babel/babel.sty (/usr/share/texlive/texmf-dist/tex/generic/babel/switch.def) (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def)))) (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty))) (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.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/graphics-def/pdftex.def)) (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.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/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.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))) (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty) (./sphinxlatexadmonitions.sty (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty)) (./sphinxlatexliterals.sty (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.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/needspace/needspace.sty)) (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty) (./sphinxhighlight.sty) (./sphinxlatextables.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)) (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxpackagefootnote.sty ) (./sphinxlatexindbibtoc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty)) (./sphinxlatexstylepage.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)) (./sphinxlatexstyleheadings.sty (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty)) (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty)) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/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/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/generic/atbegshi/atbegshi.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/atveryend/atveryend.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) (./sphinxmessages.sty) (./microej.sty (/usr/share/texlive/texmf-dist/tex/latex/sourcesanspro/sourcesanspro.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifxetex.sty) (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifluatex.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/latex/base/fontenc.sty (/usr/share/texlive/texmf-dist/tex/latex/ly1/ly1enc.def (/usr/share/texlive/texmf-dist/tex/latex/base/ly1enc.dfu)) (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd))) (/usr/share/texlive/texmf-dist/tex/latex/inconsolata/inconsolata.sty `inconsolata-zi4' v1.12, 2019/05/17 Text macros for Inconsolata (msharpe)) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty (/usr/share/texlive/texmf-dist/tex/latex/sourcesanspro/T1SourceSansPro-LF.fd)) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.t ex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def (/usr/share/texlive/texmf-dist/tex/latex/ms/everyshi.sty)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/pgf.revision.tex))) (/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.t ex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg) (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.de f))) (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code. tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code. tex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code .tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonomet ric.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.cod e.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison .code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code. tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code .tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code. tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerari thmetics.code.tex))) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfint.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.te x) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct. code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code .tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.te x) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.c ode.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformation s.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex ) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.t ex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing .code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.te x) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex ) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code. tex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.te x) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.c ode.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code. tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex)) ) (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex ) (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex ) (/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65 .sty) (/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18 .sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty) (/usr/share/texlive/texmf-dist/tex/latex/environ/environ.sty (/usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty)) (/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty))) Writing index file microej-docs.idx (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def) (./microej-docs.aux) (/usr/share/texlive/texmf-dist/tex/latex/ly1/ly1ptm.fd) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) ABD: EveryShipout initializing macros (/usr/share/texlive/texmf-dist/tex/latex/inconsolata/t1zi4.fd)<><><><> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo nts/map/pdftex/updmap/pdftex.map} <./mascot.pdf>] [1] (/usr/share/texlive/texmf-dist/tex/latex/sourcesanspro/TS1SourceSansPro-LF.fd) [1] Chapter 1. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/runtime:runtime-core- libraries' on page 2 undefined on input line 153. LaTeX Warning: Hyper reference `VEEPortingGuide/sni:sni' on page 2 undefined on input line 177. [2] [3] Chapter 2. [4] [5 <./2_download.png>] [6 <./vee.png>] LaTeX Warning: Hyper reference `SDKUserGuide/index:sdk-user-guide' on page 7 un defined on input line 397. [7 <./toolchain.png>] [8 <./sdk_overview.png>] Chapter 3. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures' on page 9 undefined on input line 442. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm' on page 9 undefined on in put line 444. LaTeX Warning: Hyper reference `VEEPortingGuide/architecture:architecture-overv iew' on page 9 undefined on input line 449. LaTeX Warning: Hyper reference `SDKUserGuide/repository:module-repositories' on page 9 undefined on input line 460. [9 <./1_overview.png>] LaTeX Warning: Hyper reference `SDKUserGuide/github:github' on page 10 undefine d on input line 464. LaTeX Warning: Hyper reference `SDKUserGuide/licenses:sdk-eula' on page 10 unde fined on input line 469. LaTeX Warning: Hyper reference `overview/gettingStarted:getting-started' on pag e 10 undefined on input line 487. LaTeX Warning: Hyper reference `SDKUserGuide/installSDKDistributionLatest:sdk-i nstallation-latest' on page 10 undefined on input line 491. [10 <./sdk_content.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/architectureChangelog:changelog -7-17-0' on page 11 undefined on input line 509. LaTeX Warning: Hyper reference `SDKUserGuide/installSDKDistribution21_11:sdk-in stallation-21-11' on page 11 undefined on input line 510. LaTeX Warning: Hyper reference `SDKUserGuide/systemRequirements:system-requirem ents' on page 11 undefined on input line 511. LaTeX Warning: Hyper reference `SDKUserGuide/installSDKDistributionPortable:sdk -installation-portable' on page 11 undefined on input line 516. [11 <./splash.png>] LaTeX Warning: Hyper reference `SDKUserGuide/systemRequirements:get-jdk' on pag e 12 undefined on input line 548. Underfull \hbox (badness 10000) in paragraph at lines 578--580 []\T1/SourceSansPro-LF/m/n/10 On Linux, un-zip []\T1/zi4/m/n/10 MicroEJ[]SDK[] Installer[]Linux64[]23.02.zip[] \T1/SourceSansPro-LF/m/n/10 and start LaTeX Warning: Hyper reference `SDKUserGuide/troubleshooting:sdk-install-troubl eshooting-macos' on page 12 undefined on input line 584. Underfull \hbox (badness 10000) in paragraph at lines 582--585 []\T1/SourceSansPro-LF/m/n/10 On ma-cOS, un-zip []\T1/zi4/m/n/10 MicroEJ[]SDK[ ]Installer[]Linux64[]23.02.zip[] \T1/SourceSansPro-LF/m/n/10 and start [12 <./welcome_screen1.png>] [13 <./license_screen1.png> <./installation_path_s creen1.png>] [14 <./installation_validation_screen1.png> <./installation_progre ss_screen1.png>] LaTeX Warning: Hyper reference `SDKUserGuide/updateSDKVersion:sdk-update' on pa ge 15 undefined on input line 683. LaTeX Warning: Hyper reference `SDKUserGuide/troubleshooting:sdk-install-troubl eshooting-windows' on page 15 undefined on input line 684. [15 <./options_screen1.png> <./installation_finished_screen1.png>] LaTeX Warning: Hyper reference `SDKUserGuide/version:get-sdk-version' on page 1 6 undefined on input line 696. [16 <./check_update.png> <./no_update.png>] [17 <./update_available.png> <./rev iew_update.png>] Underfull \hbox (badness 10000) in paragraph at lines 829--831 []|\T1/SourceSansPro-LF/b/n/10 SDK Underfull \hbox (badness 10000) in paragraph at lines 829--831 \T1/SourceSansPro-LF/b/n/10 Dis- Underfull \hbox (badness 10000) in paragraph at lines 829--831 \T1/SourceSansPro-LF/b/n/10 tri- Underfull \hbox (badness 10000) in paragraph at lines 829--831 \T1/SourceSansPro-LF/b/n/10 bu- Overfull \hbox (12.59647pt too wide) in paragraph at lines 832--834 []|\T1/SourceSansPro-LF/b/n/10 JDK Overfull \hbox (12.58646pt too wide) in paragraph at lines 832--834 \T1/SourceSansPro-LF/b/n/10 Ver- Overfull \hbox (13.47646pt too wide) in paragraph at lines 832--834 \T1/SourceSansPro-LF/b/n/10 sion| Underfull \hbox (badness 10000) in paragraph at lines 848--850 []| []\T1/zi4/m/n/10 23. Overfull \hbox (6.34947pt too wide) in paragraph at lines 851--853 []| []\T1/zi4/m/n/10 11[]| Underfull \hbox (badness 10000) in paragraph at lines 867--869 []| []\T1/zi4/m/n/10 21. Overfull \hbox (1.34947pt too wide) in paragraph at lines 870--872 []| []\T1/zi4/m/n/10 8[]| [18 <./license_update.png> <./restart_update.png>] LaTeX Warning: Hyper reference `SDKUserGuide/systemRequirements:get-jdk' on pag e 19 undefined on input line 901. LaTeX Warning: Hyper reference `SDKUserGuide/updateSDKVersion:sdk-update' on pa ge 19 undefined on input line 920. LaTeX Warning: Hyper reference `SDKUserGuide/troubleshooting:sdk-install-troubl eshooting-windows' on page 19 undefined on input line 921. LaTeX Warning: Hyper reference `SDKUserGuide/systemRequirements:system-requirem ents' on page 19 undefined on input line 933. LaTeX Warning: Hyper reference `SDKUserGuide/installSDKDistributionPortable:sdk -installation-portable' on page 19 undefined on input line 938. [19] LaTeX Warning: Hyper reference `SDKUserGuide/systemRequirements:get-jdk' on pag e 20 undefined on input line 966. Underfull \hbox (badness 10000) in paragraph at lines 996--998 []\T1/SourceSansPro-LF/m/n/10 On Linux, un-zip []\T1/zi4/m/n/10 MicroEJ[]SDK[] Installer[]Linux64[]21.11.zip[] \T1/SourceSansPro-LF/m/n/10 and start LaTeX Warning: Hyper reference `SDKUserGuide/troubleshooting:sdk-install-troubl eshooting-macos' on page 20 undefined on input line 1002. Underfull \hbox (badness 10000) in paragraph at lines 1000--1003 []\T1/SourceSansPro-LF/m/n/10 On ma-cOS, un-zip []\T1/zi4/m/n/10 MicroEJ[]SDK[ ]Installer[]Linux64[]21.11.zip[] \T1/SourceSansPro-LF/m/n/10 and start [20 <./welcome_screen.png>] [21 <./license_screen.png> <./installation_path_scr een.png>] [22 <./installation_validation_screen.png> <./installation_progress_s creen.png>] LaTeX Warning: Hyper reference `SDKUserGuide/updateSDKVersion:sdk-update' on pa ge 23 undefined on input line 1101. LaTeX Warning: Hyper reference `SDKUserGuide/troubleshooting:sdk-install-troubl eshooting-windows' on page 23 undefined on input line 1102. LaTeX Warning: Hyper reference `SDKUserGuide/installSDKDistributionLatest:sdk-i nstallation-latest' on page 23 undefined on input line 1105. LaTeX Warning: Hyper reference `SDKUserGuide/installSDKDistribution21_11:sdk-in stallation-21-11' on page 23 undefined on input line 1109. LaTeX Warning: Hyper reference `SDKUserGuide/installSDKDistributionPortable:sdk -installation-portable' on page 23 undefined on input line 1113. Underfull \hbox (badness 10000) in paragraph at lines 1127--1129 []|\T1/SourceSansPro-LF/b/n/10 SDK Underfull \hbox (badness 10000) in paragraph at lines 1127--1129 \T1/SourceSansPro-LF/b/n/10 Dis- Underfull \hbox (badness 10000) in paragraph at lines 1127--1129 \T1/SourceSansPro-LF/b/n/10 tri- Underfull \hbox (badness 10000) in paragraph at lines 1127--1129 \T1/SourceSansPro-LF/b/n/10 bu- Underfull \hbox (badness 10000) in paragraph at lines 1130--1132 []|\T1/SourceSansPro-LF/b/n/10 JDK Underfull \hbox (badness 10000) in paragraph at lines 1130--1132 \T1/SourceSansPro-LF/b/n/10 Ver- Underfull \hbox (badness 10000) in paragraph at lines 1139--1141 []|\T1/SourceSansPro-LF/b/n/10 ma-cOS Underfull \hbox (badness 10000) in paragraph at lines 1142--1144 []|\T1/SourceSansPro-LF/b/n/10 ma-cOS Underfull \hbox (badness 10000) in paragraph at lines 1142--1144 \T1/SourceSansPro-LF/b/n/10 aarch64 (M1 Underfull \hbox (badness 7081) in paragraph at lines 1145--1147 []|\T1/SourceSansPro-LF/b/n/10 SDK Ver- Underfull \hbox (badness 10000) in paragraph at lines 1148--1151 []|\T1/SourceSansPro-LF/b/n/10 Eclipse Underfull \hbox (badness 10000) in paragraph at lines 1152--1154 []| []\T1/zi4/m/n/10 23. Underfull \hbox (badness 10000) in paragraph at lines 1159--1161 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1163--1165 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1163--1165 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1169--1171 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1173--1175 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1173--1175 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1179--1181 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1183--1185 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1183--1185 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1189--1191 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1193--1195 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1193--1195 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1205--1207 []| []\T1/zi4/m/n/10 22. Underfull \hbox (badness 10000) in paragraph at lines 1212--1214 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1216--1218 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1216--1218 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1222--1224 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1226--1228 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1226--1228 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1232--1234 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1236--1238 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1236--1238 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1242--1244 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1246--1248 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1246--1248 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1258--1260 []| []\T1/zi4/m/n/10 21. Underfull \hbox (badness 10000) in paragraph at lines 1265--1267 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1269--1271 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1269--1271 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1275--1277 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1279--1281 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1279--1281 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1285--1287 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1289--1291 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1289--1291 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1304--1306 []| []\T1/zi4/m/n/10 21. Underfull \hbox (badness 10000) in paragraph at lines 1311--1313 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1315--1317 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1315--1317 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1321--1323 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1325--1327 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1325--1327 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1331--1333 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1335--1337 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1335--1337 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1350--1352 []| []\T1/zi4/m/n/10 20. Underfull \hbox (badness 10000) in paragraph at lines 1357--1359 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1361--1363 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1361--1363 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1367--1369 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1371--1373 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1371--1373 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1377--1379 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1381--1383 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1381--1383 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1396--1398 []| []\T1/zi4/m/n/10 20. Underfull \hbox (badness 10000) in paragraph at lines 1403--1405 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1407--1409 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1407--1409 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1413--1415 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1417--1419 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1417--1419 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1423--1425 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1427--1429 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1427--1429 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1442--1444 []| []\T1/zi4/m/n/10 20. Underfull \hbox (badness 10000) in paragraph at lines 1449--1451 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1453--1455 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1453--1455 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1459--1461 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1463--1465 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1463--1465 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1469--1471 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1473--1475 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1473--1475 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1488--1490 []| []\T1/zi4/m/n/10 19. Underfull \hbox (badness 10000) in paragraph at lines 1495--1497 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1499--1501 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1499--1501 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1505--1507 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1509--1511 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1509--1511 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1515--1517 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1519--1521 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1519--1521 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1534--1536 []| []\T1/zi4/m/n/10 19. Underfull \hbox (badness 10000) in paragraph at lines 1541--1543 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1545--1547 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1545--1547 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1551--1553 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1555--1557 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1555--1557 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1561--1563 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1565--1567 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1565--1567 [][]\T1/SourceSansPro-LF/m/n/10 Portable [23 <./options_screen.png> <./installation_finished_screen.png>] Overfull \vbox (130.3799pt too high) has occurred while \output is active [24] LaTeX Warning: Hyper reference `VEEPortingGuide/architecture:architecture-overv iew' on page 25 undefined on input line 1724. [25] Overfull \hbox (22.32324pt too wide) in paragraph at lines 1755--1757 \T1/SourceSansPro-LF/m/n/10 When launch-ing the in-staller, you may get the fol -low-ing er-ror: [][][] [26 <./adoptopenjdk-install.png> <./incompatible_default_java_version_installer .png>] LaTeX Warning: Hyper reference `SDKUserGuide/systemRequirements:get-jdk' on pag e 27 undefined on input line 1778. LaTeX Warning: Hyper reference `SDKUserGuide/installSDKDistributionPortable:sdk -installation-portable' on page 27 undefined on input line 1782. [27 <./incompatible_default_java_version_eclipse.png>] (/usr/share/texlive/texmf-dist/tex/latex/inconsolata/ts1zi4.fd) LaTeX Warning: Hyper reference `SDKUserGuide/repository:central-repository' on page 28 undefined on input line 1922. LaTeX Warning: Hyper reference `SDKUserGuide/repository:central-repository-lice nsing' on page 28 undefined on input line 1922. [28 <./sdk_eula_content.png>] LaTeX Warning: Hyper reference `support:get-support' on page 29 undefined on in put line 1945. Underfull \hbox (badness 10000) in paragraph at lines 1990--1993 []|\T1/SourceSansPro-LF/b/n/10 Run on Underfull \hbox (badness 10000) in paragraph at lines 1990--1993 \T1/SourceSansPro-LF/b/n/10 Sim-u-la-tor Underfull \hbox (badness 10000) in paragraph at lines 1990--1993 \T1/SourceSansPro-LF/b/n/10 (Vir-tual LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/buildAndRunApplicatio n:device-build' on page 29 undefined on input line 2011. LaTeX Warning: Hyper reference `KernelDeveloperGuide/applicationLink:applicatio n-link' on page 29 undefined on input line 2024. [29 <./licenses.jpg>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/platform:source-platf orm-import' on page 30 undefined on input line 2046. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm' on page 30 undefined on i nput line 2046. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/buildAndRunApplicatio n:device-build' on page 30 undefined on input line 2047. LaTeX Warning: Hyper reference `SDKUserGuide/licenses:license-manager' on page 30 undefined on input line 2080. [30 <./uid.jpg>] LaTeX Warning: Hyper reference `support:get-support' on page 31 undefined on in put line 2126. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/platform:source-platf orm-import' on page 31 undefined on input line 2138. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm' on page 31 undefined on i nput line 2138. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/buildAndRunApplicatio n:device-build' on page 31 undefined on input line 2150. LaTeX Warning: Hyper reference `SDKUserGuide/licenses:evaluation-license-troubl eshooting' on page 31 undefined on input line 2188. [31 <./user_license_folder.png>] LaTeX Warning: Hyper reference `support:get-support' on page 32 undefined on in put line 2200. [32 <./wrongkey.jpg>] LaTeX Warning: Hyper reference `SDKUserGuide/licenses:production-license-check' on page 33 undefined on input line 2261. [33 <./dongle.jpg>] LaTeX Warning: Hyper reference `SDKUserGuide/systemRequirements:system-requirem ents' on page 34 undefined on input line 2333. LaTeX Warning: Hyper reference `SDKUserGuide/licenses:production-license-troubl eshooting' on page 34 undefined on input line 2338. [34 <./updateWarningUnknownPublisher.png>] LaTeX Warning: Hyper reference `SDKUserGuide/licenses:license-manager' on page 35 undefined on input line 2413. [35 <./updateTool.png (PNG copy)> <./updateSuccessful.png>] LaTeX Warning: Hyper reference `SDKUserGuide/licenses:production-license-linux' on page 36 undefined on input line 2471. [36 <./platformLicenseDetails.png>] LaTeX Warning: Hyper reference `SDKUserGuide/licenses:production-license-activa te' on page 37 undefined on input line 2509. LaTeX Warning: Hyper reference `SDKUserGuide/licenses:production-license-activa te' on page 37 undefined on input line 2522. LaTeX Warning: Hyper reference `SDKUserGuide/licenses:production-license-activa te' on page 37 undefined on input line 2533. [37 <./runAsAdministrator.png>] LaTeX Warning: Hyper reference `support:get-support' on page 38 undefined on in put line 2561. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/repository:module-rep ository' on page 38 undefined on input line 2569. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/libraries:libraries' on page 38 undefined on input line 2576. LaTeX Warning: Hyper reference `VEEPortingGuide/pack:pack-overview' on page 38 undefined on input line 2576. LaTeX Warning: Hyper reference `SDKUserGuide/licenses:sdk-eula' on page 38 unde fined on input line 2595. [38] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/libraries:libraries' on page 39 undefined on input line 2609. Underfull \hbox (badness 10000) in paragraph at lines 2649--2651 []\T1/SourceSansPro-LF/m/n/10 You can also man-u-ally browse the repos-i-tory a t [][]$https : / / forge . microej . com / artifactory / LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/repository:module-rep ository' on page 39 undefined on input line 2653. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/libraries:libraries' on page 39 undefined on input line 2675. [39] LaTeX Warning: Hyper reference `support:get-support' on page 40 undefined on in put line 2682. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures' on page 40 undefined on input line 2688. LaTeX Warning: Hyper reference `VEEPortingGuide/architecture:architecture-overv iew' on page 40 undefined on input line 2719. LaTeX Warning: Hyper reference `VEEPortingGuide/pack:pack-overview' on page 40 undefined on input line 2726. [40] [41 <./0-address-to-clone.png>] [42 <./1-import-type.png>] [43 <./2-locati on-to-clone.png>] [44 <./3-local-destination.png> <./4-projects-imported.png>] [45 <./badge-green.png> <./badge-orange.png> <./badge-grey.png> <./workspace_se lection.png>] [46 <./repository_selection.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/libraries:libraries' on page 47 undefined on input line 2933. LaTeX Warning: Hyper reference `VEEPortingGuide/mock:mock' on page 47 undefined on input line 2946. [47 <./dependencyInWorkspace.png> <./mmm_shortcut_resolveAll.png>] [48 <./resol ve.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/frontpanel:section-frontpanel' on page 49 undefined on input line 2987. LaTeX Warning: Hyper reference `VEEPortingGuide/frontpanel:section-frontpanel-m ultiple-fp-files' on page 49 undefined on input line 3004. [49 <./about_sdk_4-x.png>] [50 <./about_sdk_dist_20-07.png> <./installation_det ails_sdk_dist_20-07.png>] Underfull \hbox (badness 5345) in paragraph at lines 3101--3105 []\T1/SourceSansPro-LF/m/n/10 Apache EasyAnt ([][]$https : / / ant . apache . o rg / easyant / history / trunk / reference . html$[][]) for mod-ule build from [51 <./mmm_flow.png>] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-former-sdk-5-2' on page 52 undefined on input line 3130. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures' on page 52 undefined on input line 3140. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures' on page 52 undefined on input line 3177. [52] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-skeleton' on page 5 3 undefined on input line 3224. [53] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures' on page 54 undefined on input line 3375. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-dependencies' on pa ge 54 undefined on input line 3397. [54] LaTeX Warning: Hyper reference `SDKUserGuide/repository:central-repository' on page 55 undefined on input line 3406. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-settings-file' on page 55 undefined on input line 3407. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/repository:module-rep ository' on page 55 undefined on input line 3431. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-settings-file' on page 55 undefined on input line 3431. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-options' on page 55 undefi ned on input line 3435. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-settings-file' on page 55 undefined on input line 3440. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-settings-file' on page 55 undefined on input line 3446. [55 <./mmm_preferences_5-2_annotated.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/repository:module-rep ository' on page 56 undefined on input line 3474. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/repository:repository -offline' on page 56 undefined on input line 3478. [56 <./mmm_shortcut_build_module.png>] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 57 undefined on input line 3560. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-settings-file' on page 57 undefined on input line 3560. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-settings-file' on page 57 undefined on input line 3564. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-settings-file' on page 57 undefined on input line 3595. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 57 undefined on input line 3606. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 57 undefined on input line 3631. [57 <./mmm_preferences_options_settings_declaration.png> <./mmm_preferences_opt ions_settings_register.png> <./mmm_preferences_options_settings_usage.png> <./m mm_preferences_options_declaration.png> <./mmm_preferences_options_register.png >] [58 <./mmm_preferences_options_usage.png> <./mmm_console_select_ivy.png> <./ mmm_console_filter_debug.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures' on page 59 undefined on input line 3713. [59 <./mmm_build_module.png>] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-cli' on page 60 undefined on input line 3745. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-former-sdk-5-2-to-5-3' on page 60 undefined on input line 3751. [60 <./mmm_build_module_istory.png>] LaTeX Warning: Hyper reference `SDKUserGuide/systemRequirements:system-requirem ents' on page 61 undefined on input line 3804. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-settings-file' on page 61 undefined on input line 3820. LaTeX Warning: Hyper reference `SDKUserGuide/repository:central-repository' on page 61 undefined on input line 3820. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/repository:repository -offline' on page 61 undefined on input line 3821. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-cli' on page 61 undefined on input line 3824. LaTeX Warning: Hyper reference `Tutorials/tutorialSetupBuildUsingJenkinsAndArti factory:tutorial-setup-automated-build-using-jenkins-and-artifactory' on page 6 1 undefined on input line 3825. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-build-kit' on page 61 unde fined on input line 3832. [61] [62] [63] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-settings-file' on page 64 undefined on input line 4095. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-settings-file' on page 64 undefined on input line 4099. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-settings-file' on page 64 undefined on input line 4103. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures' on page 64 undefined on input line 4127. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-sandboxed-application' on page 64 undefined on input line 4131. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-standalone-application' on page 64 undefined on input line 4135. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-addon-lib' on page 64 undefined on input line 4139. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/platformSelection:pla tform-selection' on page 64 undefined on input line 4149. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 64 undefined on input line 4153. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:de fine-option-in-properties-file' on page 64 undefined on input line 4153. [64] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:si mulator-remote-debug-options' on page 65 undefined on input line 4185. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-cli' on page 65 undefined on input line 4206. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-options' on page 65 undefi ned on input line 4206. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 65 undefined on input line 4216. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 65 undefined on input line 4221. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 65 undefined on input line 4226. [65] [66 <./sdk_new_module.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-meta-build' on page 67 undefined on input line 4322. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-dependencies' on pa ge 67 undefined on input line 4358. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/repository:module-rep ository-consistency' on page 67 undefined on input line 4364. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:resolution-logs' on page 67 un defined on input line 4381. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-preferences-page' on page 67 undefined on input line 4385. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-cli-options' on page 67 un defined on input line 4389. [67] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-settings-file' on page 68 undefined on input line 4411. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:invalid-certificate' on page 6 8 undefined on input line 4415. [68] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-options' on page 69 undefi ned on input line 4536. [69] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-preferences-page' on page 70 undefined on input line 4632. [70] [71 <./mmm_preferences_up_to_5-1_ivy_settings_annotated.png> <./mmm_prefer ences_up_to_5-1_ea4eclipse_annotated.png>] [72 <./mmm_extract_build_kit.png>] LaTeX Warning: Hyper reference `SDKUserGuide/systemRequirements:system-requirem ents' on page 73 undefined on input line 4751. LaTeX Warning: Hyper reference `SDKUserGuide/sdkChangeLog:changelog-5-7-0' on p age 73 undefined on input line 4756. LaTeX Warning: Hyper reference `SDKUserGuide/systemRequirements:system-requirem ents' on page 73 undefined on input line 4770. LaTeX Warning: Hyper reference `SDKUserGuide/sdkChangeLog:changelog-5-6-0' on p age 73 undefined on input line 4775. LaTeX Warning: Hyper reference `SDKUserGuide/systemRequirements:system-requirem ents' on page 73 undefined on input line 4797. LaTeX Warning: Hyper reference `SDKUserGuide/sdkChangeLog:changelog-5-5-0' on p age 73 undefined on input line 4802. LaTeX Warning: Hyper reference `SDKUserGuide/sdkChangeLog:changelog-5-4-0' on p age 73 undefined on input line 4823. [73] LaTeX Warning: Hyper reference `SDKUserGuide/sdkChangeLog:known-issues-5-4-0' o n page 74 undefined on input line 4867. LaTeX Warning: Hyper reference `SDKUserGuide/sdkChangeLog:changelog-5-3-1' on p age 74 undefined on input line 4876. LaTeX Warning: Hyper reference `SDKUserGuide/sdkChangeLog:known-issues-20-10' o n page 74 undefined on input line 4881. LaTeX Warning: Hyper reference `SDKUserGuide/sdkChangeLog:changelog-5-3-0' on p age 74 undefined on input line 4890. [74] LaTeX Warning: Hyper reference `SDKUserGuide/sdkChangeLog:changelog-5-2-0' on p age 75 undefined on input line 4960. LaTeX Warning: Hyper reference `SDKUserGuide/sdkChangeLog:changelog-5-1-0' on p age 75 undefined on input line 4989. LaTeX Warning: Hyper reference `SDKUserGuide/sdkChangeLog:changelog-5-0-1' on p age 75 undefined on input line 5016. [75] [76] [77] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-build-system-options' on p age 78 undefined on input line 5250. [78] LaTeX Warning: Hyper reference `SDKUserGuide/systemRequirements:system-requirem ents' on page 79 undefined on input line 5363. LaTeX Warning: Hyper reference `VEEPortingGuide/pack:pack-architecture-specific ' on page 79 undefined on input line 5383. LaTeX Warning: Hyper reference `VEEPortingGuide/pack:pack-generic-legacy' on pa ge 79 undefined on input line 5383. [79] LaTeX Warning: Hyper reference `SDKUserGuide/sdkChangeLog:known-issues-5-4-0' o n page 80 undefined on input line 5513. [80] [81] [82] LaTeX Warning: Hyper reference `SDKUserGuide/sdkChangeLog:known-issues-20-10' o n page 83 undefined on input line 5758. [83] [84] Underfull \hbox (badness 10000) in paragraph at lines 6030--6034 []\T1/SourceSansPro-LF/m/n/10 Up-dated Vir-tual De-vice Player ( []\T1/zi4/m/n/ 10 firmware[]singleapp[] \T1/SourceSansPro-LF/m/n/10 ) []\T1/zi4/m/n/10 launch er[]windows.bat[] \T1/SourceSansPro-LF/m/n/10 (use [85] Underfull \hbox (badness 10000) in paragraph at lines 6125--6129 []\T1/SourceSansPro-LF/m/n/10 Fixed []\T1/zi4/m/n/10 artifact[]checker[] \T1/ SourceSansPro-LF/m/n/10 to ac-cept re-vi-sions sur-rounded by brack-ets (as spe c-i-fied by [][]$https : [86] [87] [88] [89] [90] Underfull \hbox (badness 10000) in paragraph at lines 6715--6719 \T1/SourceSansPro-LF/m/n/10 Eclipse per-spec-tive set-tings are stored in the w orkspace meta-data, so the new wiz-ards short-cuts ( [91] [92] [93] Chapter 4. LaTeX Warning: Hyper reference `VEEPortingGuide/index:vee-porting-guide' on pag e 94 undefined on input line 6977. LaTeX Warning: Hyper reference `SDKUserGuide/startup:startup' on page 94 undefi ned on input line 6989. [94] LaTeX Warning: Hyper reference `SDKUserGuide/github:github' on page 95 undefine d on input line 7005. [95 <./platform_project.png>] [96 <./platformImport.png>] [97 <./platformSelect .png>] [98 <./platformList.png> <./newApp1.png>] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 99 undefined on input line 7153. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/platform:platform-imp ort' on page 99 undefined on input line 7179. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/launches:launch-execu tion-tab' on page 99 undefined on input line 7179. [99 <./newApp10.png>] [100 <./sim1.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:bsp-connection ' on page 101 undefined on input line 7238. [101 <./basic-launcher.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:bsp-connection -build-script' on page 102 undefined on input line 7257. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:bsp-connection -application-options' on page 102 undefined on input line 7278. [102 <./bsp-options.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/launches:concepts-mic roejlaunches' on page 103 undefined on input line 7299. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-build' on page 103 undefined on input line 7312. [103 <./build-output-files.png (PNG copy)>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/memoryMapAnalyzer:mem orymapanalyzer' on page 104 undefined on input line 7340. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationResources: chapter-microej-applicationresources' on page 104 undefined on input line 7365. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:system-prop erties' on page 104 undefined on input line 7369. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:section-cla sspath-elements-types' on page 104 undefined on input line 7377. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:section-cla sspath-elements-immutables' on page 104 undefined on input line 7381. [104 <./standalone_application_published_files.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/introduction:concepts -microejapplications' on page 105 undefined on input line 7392. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/runtime:runtime-bon' on page 105 undefined on input line 7430. [105] [106 <./mainTab.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 107 undefined on input line 7463. [107 <./executionTab.png (PNG copy)>] Underfull \hbox (badness 10000) in paragraph at lines 7487--7490 []\T1/SourceSansPro-LF/m/n/10 To mod-ify string space (also called Per-mGen spa ce) to 256MB, set the [][]\T1/zi4/m/n/10 XX:PermSize=256M LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:de fine-option-in-launcher' on page 108 undefined on input line 7497. Underfull \hbox (badness 10000) in paragraph at lines 7496--7498 []\T1/SourceSansPro-LF/m/n/10 To set an \T1/SourceSansPro-LF/m/it/10 ad-vanced Ap-pli-ca-tion op-tion\T1/SourceSansPro-LF/m/n/10 , de-clare a sys-tem prop-ert y with the fol-low-ing pat-tern [108 <./configurationTab.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/debug:foundation-libr ary-sources' on page 109 undefined on input line 7513. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/characterEncoding:set -console-encoding' on page 109 undefined on input line 7520. [109 <./jreTab.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:bsp-connection -application-options' on page 110 undefined on input line 7574. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/launches:launch-jre-t ab' on page 110 undefined on input line 7608. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-skeleton' on page 1 10 undefined on input line 7637. [110] [111 <./build-properties.png (PNG copy)>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:si mulator-options' on page 112 undefined on input line 7745. [112 <./img11.png (PNG copy)>] [113] [114 <./img21.png (PNG copy)>] [115] [116 <./img31.png (PNG copy)>] [117] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:op tion-java-heap' on page 118 undefined on input line 8159. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:op tion-immortal-heap' on page 118 undefined on input line 8159. [118] [119] [120 <./img41.png (PNG copy)>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/codeCoverageAnalyzer: code-coverage-analyzer' on page 121 undefined on input line 8305. [121 <./img5.png (PNG copy)>] [122 <./img6.png (PNG copy)>] [123 <./img7.png (P NG copy)>] [124] [125 <./img8.png (PNG copy)>] [126 <./img9.png (PNG copy)>] [127 <./img111.png (PNG copy)> <./img12.png (PNG copy)>] [128] [129 <./img13.pn g (PNG copy)>] [130 <./img14.png (PNG copy)>] [131 <./img15.png (PNG copy)>] [132 <./img16.png (PNG copy)>] [133 <./img17.png (PNG copy)> <./img18.png (PNG copy)>] [134] [135 <./img19.png (PNG copy)>] [136] [137 <./img20.png (PNG copy) >] [138 <./img211.png (PNG copy)>] [139 <./img22.png (PNG copy)>] LaTeX Warning: Hyper reference `KernelDeveloperGuide/applicationLink:soar-build -phases' on page 140 undefined on input line 9181. [140 <./img23.png (PNG copy)>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/runtime:runtime-bon' on page 141 undefined on input line 9212. [141] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/buildOutputFiles:soar -info-file' on page 142 undefined on input line 9273. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:en able-assertions-emb' on page 142 undefined on input line 9288. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:if-constant -removal' on page 142 undefined on input line 9288. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/soar:soar-method-devi rtualization' on page 142 undefined on input line 9306. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/sandboxedApplication: sandboxed-application' on page 142 undefined on input line 9325. Underfull \hbox (badness 10000) in paragraph at lines 9327--9329 []\T1/SourceSansPro-LF/m/n/10 A Sand-boxed Ap-pli-ca-tion project can be cre-at ed in the SDK with the menu [][][] > [][][] > [142] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 143 undefined on input line 9360. [143 <./sandboxed-application-project-creation-menu.png> <./sandboxed-applicati on-project-creation-form.png>] LaTeX Warning: Hyper reference `KernelDeveloperGuide/sandboxedAppLifecycle:kern el-application-lifecycle' on page 144 undefined on input line 9397. [144] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 145 undefined on input line 9451. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm' on page 145 undefined on input line 9453. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/sandboxedAppFirstAppl ication:chapter-application-firstapplication' on page 145 undefined on input li ne 9468. LaTeX Warning: Hyper reference `KernelDeveloperGuide/index:kernel-developer-gui de' on page 145 undefined on input line 9472. [145] Underfull \hbox (badness 7168) in paragraph at lines 9509--9511 []\T1/SourceSansPro-LF/m/n/10 Now the Ap-pli-ca-tion can be ex-e-cuted by right -clicking on its project, then click-ing on [][][] > [146 <./sandboxed-application-import-vd.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/sandboxedAppFirstAppl ication:chapter-application-firstapplication' on page 147 undefined on input li ne 9524. [147 <./sandboxed-application-run.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/sandboxedAppSharedInt erface:chapter-shared-interfaces' on page 148 undefined on input line 9545. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/sandboxedAppDeploy:re mote-deployment-wpk' on page 148 undefined on input line 9548. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-cli' on page 148 undefined on input line 9583. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/sandboxedAppFirstAppl ication:chapter-application-firstapplication' on page 148 undefined on input li ne 9594. [148 <./sandboxed-application-wpk-dropins.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/platformSelection:pla tform-selection' on page 149 undefined on input line 9623. LaTeX Warning: Hyper reference `KernelDeveloperGuide/index:kernel-developer-gui de' on page 149 undefined on input line 9645. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/sandboxedAppSim:chapt er-application-sim' on page 149 undefined on input line 9675. [149] [150 <./sandboxed-application-duplicate-run-conf.png>] [151 <./sandboxed- application-configure-run-conf.png>] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-settings-file' on page 152 undefined on input line 9772. LaTeX Warning: Hyper reference `support:get-support' on page 152 undefined on i nput line 9777. LaTeX Warning: Hyper reference `KernelDeveloperGuide/kf:kf-specification' on pa ge 152 undefined on input line 9785. LaTeX Warning: Hyper reference `KernelDeveloperGuide/kf:kf-specification' on pa ge 152 undefined on input line 9833. [152] [153 <./SI_1.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/sandboxedAppSharedInt erface:table-si-transfer-rules' on page 154 undefined on input line 9957. Underfull \hbox (badness 10000) in paragraph at lines 9976--9978 []|\T1/SourceSansPro-LF/m/n/10 In-stance LaTeX Warning: Hyper reference `VEEPortingGuide/coreEngine:core-engine' on page 154 undefined on input line 10083. LaTeX Warning: Hyper reference `KernelDeveloperGuide/featuresCommunication:kern el-type-converter' on page 154 undefined on input line 10087. [154 <./SI_3.png>] LaTeX Font Warning: Font shape `T1/zi4/m/it' undefined (Font) using `T1/zi4/m/n' instead on input line 10247. [155 <./SI_4.png>] LaTeX Warning: Hyper reference `KernelDeveloperGuide/index:kernel-developer-gui de' on page 156 undefined on input line 10361. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/sandboxedAppFirstAppl ication:chapter-application-firstapplication' on page 156 undefined on input li ne 10364. [156] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm' on page 157 undefined on input line 10392. LaTeX Warning: Hyper reference `SDKUserGuide/repository:central-repository' on page 157 undefined on input line 10402. [157 <./ClassPath_2.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/runtime:java-limitati ons' on page 158 undefined on input line 10442. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/js/index:javascript' on page 158 undefined on input line 10442. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/soar:soar' on page 15 8 undefined on input line 10454. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:chapter-mic roej-classpath' on page 158 undefined on input line 10454. LaTeX Warning: Hyper reference `VEEPortingGuide/coreEngine:core-engine' on page 158 undefined on input line 10454. [158 <./virtual-device.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 159 undefined on input line 10478. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 159 undefined on input line 10545. Underfull \hbox (badness 10000) in paragraph at lines 10597--10600 []|[][]$\T1/SourceSansPro-LF/m/n/10 https : / / repository . microej . com / ja vadoc / microej _ 5 . x / apis / ej / bon / LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 159 undefined on input line 10623. [159] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/runtime:runtime-bon' on page 160 undefined on input line 10645. Underfull \hbox (badness 10000) in paragraph at lines 10685--10688 []|[][]$\T1/SourceSansPro-LF/m/n/10 https : / / repository . microej . com / ja vadoc / microej _ 5 . x / apis / ej / sni / LaTeX Warning: Hyper reference `VEEPortingGuide/sni:sni' on page 160 undefined on input line 10708. LaTeX Warning: Hyper reference `KernelDeveloperGuide/kf:kf-specification' on pa ge 160 undefined on input line 10717. LaTeX Warning: Hyper reference `VEEPortingGuide/multiSandbox:multisandbox' on p age 160 undefined on input line 10717. LaTeX Warning: Hyper reference `KernelDeveloperGuide/index:kernel-developer-gui de' on page 160 undefined on input line 10718. [160] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-skeleton' on page 1 61 undefined on input line 10826. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 161 undefined on input line 10843. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-build-options' on page 161 undefined on input line 10844. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins' on page 161 undefined on input line 10845. [161] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/libraries:libraries' on page 162 undefined on input line 10859. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-compilation' on page 162 undefined on input line 10872. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-platform-loader' on page 162 undefined on input line 10876. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-javadoc' on page 162 undefined on input line 10880. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-testsuite' on page 162 undefined on input line 10884. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-artifact-checker' on page 162 undefined on input line 10888. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-compilation' on page 162 undefined on input line 10909. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-unittests' on page 162 undefined on input line 10913. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-artifact-checker' on page 162 undefined on input line 10917. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/libraries:libraries' on page 162 undefined on input line 10931. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-compilation' on page 162 undefined on input line 10941. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-javadoc' on page 162 undefined on input line 10945. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-artifact-checker' on page 162 undefined on input line 10949. [162] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/libraries:libraries' on page 163 undefined on input line 11008. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-compilation' on page 163 undefined on input line 11018. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-testsuite' on page 163 undefined on input line 11022. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-artifact-checker' on page 163 undefined on input line 11026. LaTeX Warning: Hyper reference `KernelDeveloperGuide/index:kernel-developer-gui de' on page 163 undefined on input line 11078. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-compilation' on page 163 undefined on input line 11088. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-platform-loader' on page 163 undefined on input line 11092. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-javadoc' on page 163 undefined on input line 11096. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-artifact-checker' on page 163 undefined on input line 11100. LaTeX Warning: Hyper reference `KernelDeveloperGuide/runtimeEnvironment:runtime -environment' on page 163 undefined on input line 11138. LaTeX Warning: Hyper reference `KernelDeveloperGuide/runtimeEnvironment:runtime -environment' on page 163 undefined on input line 11149. [163] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:meta-build' on page 164 undefi ned on input line 11199. Overfull \hbox (1.68227pt too wide) in paragraph at lines 11229--11232 []| []\T1/zi4/m/n/10 ${basedir}/ Underfull \hbox (badness 10000) in paragraph at lines 11239--11242 []| []\T1/zi4/m/n/10 private. Underfull \hbox (badness 10000) in paragraph at lines 11239--11242 \T1/zi4/m/n/10 modules. Underfull \hbox (badness 10000) in paragraph at lines 11249--11252 []| []\T1/zi4/m/n/10 public. Underfull \hbox (badness 10000) in paragraph at lines 11249--11252 \T1/zi4/m/n/10 modules. LaTeX Warning: Hyper reference `VEEPortingGuide/mock:mock' on page 164 undefine d on input line 11267. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-compilation' on page 164 undefined on input line 11277. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-unittests' on page 164 undefined on input line 11281. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-artifact-checker' on page 164 undefined on input line 11285. [164] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/repository:module-rep ository' on page 165 undefined on input line 11299. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-artifact-checker' on page 165 undefined on input line 11309. Underfull \hbox (badness 10000) in paragraph at lines 11332--11338 []|\T1/SourceSansPro-LF/m/n/10 ar-chi-tec- Overfull \hbox (21.08156pt too wide) in paragraph at lines 11332--11338 \T1/SourceSansPro-LF/m/n/10 ture.configurations.includes[][][][][]| Overfull \hbox (12.6686pt too wide) in paragraph at lines 11367--11369 []|\T1/SourceSansPro-LF/m/n/10 bar.notification.email.from| Overfull \hbox (10.89856pt too wide) in paragraph at lines 11377--11379 []|\T1/SourceSansPro-LF/m/n/10 bar.notification.email.host| Overfull \hbox (32.97856pt too wide) in paragraph at lines 11387--11389 []|\T1/SourceSansPro-LF/m/n/10 bar.notification.email.password| Overfull \hbox (10.4886pt too wide) in paragraph at lines 11397--11399 []|\T1/SourceSansPro-LF/m/n/10 bar.notification.email.port| Overfull \hbox (3.59857pt too wide) in paragraph at lines 11407--11409 []|\T1/SourceSansPro-LF/m/n/10 bar.notification.email.ssl| Overfull \hbox (0.86859pt too wide) in paragraph at lines 11417--11419 []|\T1/SourceSansPro-LF/m/n/10 bar.notification.email.to| Overfull \hbox (10.72858pt too wide) in paragraph at lines 11427--11429 []|\T1/SourceSansPro-LF/m/n/10 bar.notification.email.user| Overfull \hbox (12.60864pt too wide) in paragraph at lines 11437--11439 []|\T1/SourceSansPro-LF/m/n/10 bar.populate.from.resolver| Overfull \hbox (6.68227pt too wide) in paragraph at lines 11443--11446 []| []\T1/zi4/m/n/10 fetchRelease[]| Overfull \hbox (18.65855pt too wide) in paragraph at lines 11447--11449 []|\T1/SourceSansPro-LF/m/n/10 bar.populate.ivy.settings.file| Underfull \hbox (badness 10000) in paragraph at lines 11453--11456 \T1/zi4/m/n/10 ivy. Underfull \hbox (badness 10000) in paragraph at lines 11453--11456 \T1/zi4/m/n/10 settings. Overfull \hbox (19.75862pt too wide) in paragraph at lines 11457--11459 []|\T1/SourceSansPro-LF/m/n/10 bar.populate.repository.conf| Overfull \hbox (14.9056pt too wide) in paragraph at lines 11498--11504 []|\T1/SourceSansPro-LF/m/n/10 javadoc.modules.excludes[][][][][]| Overfull \hbox (2.87866pt too wide) in paragraph at lines 11543--11545 []|\T1/SourceSansPro-LF/m/n/10 skip.javadoc.deprecated| [165] LaTeX Warning: Hyper reference `KernelDeveloperGuide/runtimeEnvironment:runtime -environment' on page 166 undefined on input line 11567. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-artifact-checker' on page 166 undefined on input line 11577. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/sandboxedApplication: sandboxed-application' on page 166 undefined on input line 11591. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-compilation' on page 166 undefined on input line 11604. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-platform-loader' on page 166 undefined on input line 11608. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-javadoc' on page 166 undefined on input line 11612. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-testsuite' on page 166 undefined on input line 11616. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-artifact-checker' on page 166 undefined on input line 11620. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/standaloneApplication :standalone-application' on page 166 undefined on input line 11634. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-compilation' on page 166 undefined on input line 11647. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-platform-loader' on page 166 undefined on input line 11651. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-javadoc' on page 166 undefined on input line 11655. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-testsuite' on page 166 undefined on input line 11659. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-artifact-checker' on page 166 undefined on input line 11663. [166] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures' on page 167 undefined on input line 11742. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 167 undefined on input line 11746. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-build-options' on page 167 undefined on input line 11747. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-addon-lib' on page 167 undefined on input line 11762. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-foundation-lib-api' on page 167 undefined on input line 11766. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-foundation-lib-impl' on page 167 undefined on input line 11770. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-standalone-application' on page 167 undefined on input line 11774. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-sandboxed-application' on page 167 undefined on input line 11778. Underfull \hbox (badness 10000) in paragraph at lines 11810--11813 []| []\T1/zi4/m/n/10 lines, Underfull \hbox (badness 10000) in paragraph at lines 11810--11813 \T1/zi4/m/n/10 source, Overfull \hbox (1.68227pt too wide) in paragraph at lines 11830--11833 []| []\T1/zi4/m/n/10 ${basedir}/ Underfull \hbox (badness 10000) in paragraph at lines 11830--11833 \T1/zi4/m/n/10 src/main/ [167] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/platformSelection:pla tform-selection' on page 168 undefined on input line 11842. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-addon-lib' on page 168 undefined on input line 11852. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-standalone-application' on page 168 undefined on input line 11856. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-sandboxed-application' on page 168 undefined on input line 11860. Underfull \hbox (badness 10000) in paragraph at lines 11886--11888 []|\T1/SourceSansPro-LF/m/n/10 platform- Underfull \hbox (badness 10000) in paragraph at lines 11896--11898 []|\T1/SourceSansPro-LF/m/n/10 plat- Overfull \hbox (28.73863pt too wide) in paragraph at lines 11896--11898 \T1/SourceSansPro-LF/m/n/10 form.loader.skip.load.platform| Underfull \hbox (badness 10000) in paragraph at lines 11907--11909 []|\T1/SourceSansPro-LF/m/n/10 platform- Overfull \hbox (13.1586pt too wide) in paragraph at lines 11907--11909 \T1/SourceSansPro-LF/m/n/10 loader.target.platform.conf| Underfull \hbox (badness 10000) in paragraph at lines 11917--11919 []|\T1/SourceSansPro-LF/m/n/10 platform- Overfull \hbox (6.47862pt too wide) in paragraph at lines 11917--11919 \T1/SourceSansPro-LF/m/n/10 loader.target.platform.dir| LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/platformSelection:pla tform-selection' on page 168 undefined on input line 11921. Underfull \hbox (badness 10000) in paragraph at lines 11927--11929 []|\T1/SourceSansPro-LF/m/n/10 platform- Overfull \hbox (27.00859pt too wide) in paragraph at lines 11927--11929 \T1/SourceSansPro-LF/m/n/10 loader.target.platform.dropins| LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/platformSelection:pla tform-selection' on page 168 undefined on input line 11931. Underfull \hbox (badness 10000) in paragraph at lines 11937--11939 []|\T1/SourceSansPro-LF/m/n/10 platform- Overfull \hbox (7.9986pt too wide) in paragraph at lines 11937--11939 \T1/SourceSansPro-LF/m/n/10 loader.target.platform.file| LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/platformSelection:pla tform-selection' on page 168 undefined on input line 11941. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-addon-lib' on page 168 undefined on input line 11962. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-foundation-lib-api' on page 168 undefined on input line 11966. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-sandboxed-application' on page 168 undefined on input line 11970. Overfull \hbox (1.68227pt too wide) in paragraph at lines 12002--12005 []| []\T1/zi4/m/n/10 ${basedir}/ Underfull \hbox (badness 10000) in paragraph at lines 12002--12005 \T1/zi4/m/n/10 src/main/ Underfull \hbox (badness 10000) in paragraph at lines 12052--12055 []| []\T1/zi4/m/n/10 ${target. Underfull \hbox (badness 10000) in paragraph at lines 12052--12055 \T1/zi4/m/n/10 reports}/ Underfull \hbox (badness 10000) in paragraph at lines 12062--12065 []| []\T1/zi4/m/n/10 ${target. Underfull \hbox (badness 10000) in paragraph at lines 12062--12065 \T1/zi4/m/n/10 javadoc}/ Underfull \hbox (badness 10000) in paragraph at lines 12066--12068 []|\T1/SourceSansPro-LF/m/n/10 javadoc- Underfull \hbox (badness 10000) in paragraph at lines 12072--12075 []| []\T1/zi4/m/n/10 ${src. Underfull \hbox (badness 10000) in paragraph at lines 12072--12075 \T1/zi4/m/n/10 main. Underfull \hbox (badness 10000) in paragraph at lines 12072--12075 \T1/zi4/m/n/10 java}/ Underfull \hbox (badness 10000) in paragraph at lines 12072--12075 \T1/zi4/m/n/10 overview. Underfull \hbox (badness 10000) in paragraph at lines 12072--12075 \T1/zi4/m/n/10 html[] \T1/SourceSansPro-LF/m/n/10 if Underfull \hbox (badness 10000) in paragraph at lines 12072--12075 \T1/SourceSansPro-LF/m/n/10 ex-ists, oth- Underfull \hbox (badness 10000) in paragraph at lines 12072--12075 \T1/SourceSansPro-LF/m/n/10 er-wise a Underfull \hbox (badness 10000) in paragraph at lines 12072--12075 \T1/SourceSansPro-LF/m/n/10 de-fault Underfull \hbox (badness 10000) in paragraph at lines 12086--12088 []|\T1/SourceSansPro-LF/m/n/10 tar- Overfull \hbox (48.84848pt too wide) in paragraph at lines 12086--12088 \T1/SourceSansPro-LF/m/n/10 get.artifacts.main.javadoc.jar.name| Underfull \hbox (badness 10000) in paragraph at lines 12092--12095 []| []\T1/zi4/m/n/10 ${module. Overfull \hbox (15.34927pt too wide) in paragraph at lines 12092--12095 \T1/zi4/m/n/10 name}[]javadoc. Overfull \hbox (11.68227pt too wide) in paragraph at lines 12102--12105 []| []\T1/zi4/m/n/10 documentation[]| [168] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/testsuite:application -testsuite' on page 169 undefined on input line 12114. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-addon-lib' on page 169 undefined on input line 12124. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-foundation-lib-api' on page 169 undefined on input line 12128. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-foundation-lib-impl' on page 169 undefined on input line 12132. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-standalone-application' on page 169 undefined on input line 12136. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-sandboxed-application' on page 169 undefined on input line 12140. Underfull \hbox (badness 10000) in paragraph at lines 12166--12168 []|\T1/SourceSansPro-LF/m/n/10 mi- Overfull \hbox (41.37845pt too wide) in paragraph at lines 12166--12168 \T1/SourceSansPro-LF/m/n/10 croej.testsuite.cc.excludes.classes| Underfull \hbox (badness 10000) in paragraph at lines 12176--12178 []|\T1/SourceSansPro-LF/m/n/10 mi- Underfull \hbox (badness 10000) in paragraph at lines 12186--12188 []|\T1/SourceSansPro-LF/m/n/10 mi- Overfull \hbox (68.90845pt too wide) in paragraph at lines 12186--12188 \T1/SourceSansPro-LF/m/n/10 croej.testsuite.properties.s3.cc.activated| Underfull \hbox (badness 10000) in paragraph at lines 12202--12209 []|\T1/SourceSansPro-LF/m/n/10 Java source folder ( Underfull \hbox (badness 10000) in paragraph at lines 12202--12209 []\T1/zi4/m/n/10 src/main/java[] \T1/SourceSansPro-LF/m/n/10 ) and Underfull \hbox (badness 10000) in paragraph at lines 12210--12212 []|\T1/SourceSansPro-LF/m/n/10 mi- Overfull \hbox (5.08855pt too wide) in paragraph at lines 12220--12222 []|\T1/SourceSansPro-LF/m/n/10 test.run.excludes.pattern| Overfull \hbox (3.94856pt too wide) in paragraph at lines 12240--12242 []|\T1/SourceSansPro-LF/m/n/10 test.run.includes.pattern| [169] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-testsuite' on page 170 undefined on input line 12271. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-addon-processor' on page 170 undefined on input line 12282. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-mock' on page 170 undefined on input line 12286. Overfull \hbox (5.08855pt too wide) in paragraph at lines 12312--12314 []|\T1/SourceSansPro-LF/m/n/10 test.run.excludes.pattern| Overfull \hbox (3.94856pt too wide) in paragraph at lines 12332--12334 []|\T1/SourceSansPro-LF/m/n/10 test.run.includes.pattern| Underfull \hbox (badness 10000) in paragraph at lines 12338--12341 []| []\T1/zi4/m/n/10 **/*[] \T1/SourceSansPro-LF/m/n/10 (all [170] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-addon-lib' on page 171 undefined on input line 12367. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-foundation-lib-api' on page 171 undefined on input line 12371. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-standalone-application' on page 171 undefined on input line 12375. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-sandboxed-application' on page 171 undefined on input line 12379. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-module-repository' on page 171 undefined on input line 12383. Overfull \hbox (19.2786pt too wide) in paragraph at lines 12439--12441 []|\T1/SourceSansPro-LF/m/n/10 skip.foundationconf.checker| Overfull \hbox (8.88757pt too wide) in paragraph at lines 12459--12465 []|\T1/SourceSansPro-LF/m/n/10 skip.nullanalysis.checker[][][][][]| LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-build-options' on page 171 undefined on input line 12511. [171] [172] LaTeX Warning: Hyper reference `SDKUserGuide/repository:central-repository' on page 173 undefined on input line 12562. [173 <./repository-tree.png>] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-skeleton' on page 1 74 undefined on input line 12573. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-settings-file' on page 174 undefined on input line 12577. LaTeX Warning: Hyper reference `SDKUserGuide/repository:central-repository' on page 174 undefined on input line 12593. Underfull \hbox (badness 10000) in paragraph at lines 12599--12601 []\T1/SourceSansPro-LF/m/n/10 The []\T1/zi4/m/n/10 MicroEJChainResolver[] \T1 /SourceSansPro-LF/m/n/10 is a URL re-solver de-fined in []\T1/zi4/m/n/10 $USER _HOME[].microej[] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-unresolved-dependency' on page 174 undefined on input line 12610. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-specification' on page 174 undefined on input line 12617. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-module-repository' on page 174 undefined on input line 12631. [174] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-dependencies' on pa ge 175 undefined on input line 12643. [175] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-module-repository' on page 176 undefined on input line 12736. LaTeX Warning: Hyper reference `SDKUserGuide/sdkChangeLog:changelog-5-3-0' on p age 176 undefined on input line 12739. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-dependencies' on pa ge 176 undefined on input line 12739. [176 <./javadoc_module_dependency.png>] Underfull \hbox (badness 10000) in paragraph at lines 12759--12762 []\T1/SourceSansPro-LF/m/n/10 Gath-ers all mod-ule de-pen-den-cies. The whole r epos-i-tory con-tent is cre-ated un-der []\T1/zi4/m/it/10 target~/ LaTeX Warning: Hyper reference `SDKUserGuide/repository:central-repository' on page 177 undefined on input line 12779. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-preferences-page' on page 177 undefined on input line 12787. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:application -classpath-mapping' on page 177 undefined on input line 12827. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:section-mic roej-link-and-load-model' on page 177 undefined on input line 12832. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:section-cla sspath-elements' on page 177 undefined on input line 12837. [177] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-dependencies' on pa ge 178 undefined on input line 12860. [178 <./ClassPath_4.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:section-cla sspath-elements' on page 179 undefined on input line 12884. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:section-cla sspath-elements-entrypoints' on page 179 undefined on input line 12903. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:section-cla sspath-elements-types' on page 179 undefined on input line 12907. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:section-cla sspath-elements-immutables' on page 179 undefined on input line 12911. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationResources: chapter-microej-applicationresources' on page 179 undefined on input line 12915 . LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-skeleton' on page 1 79 undefined on input line 12926. [179 <./ClassPath_1.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/stackTraceReader:sect ion-stacktrace-reader-tool' on page 180 undefined on input line 12976. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationResources: chapter-microej-applicationresources' on page 180 undefined on input line 12997 . LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationResources: chapter-microej-applicationresources' on page 180 undefined on input line 13003 . Underfull \hbox (badness 10000) in paragraph at lines 13000--13004 []\T1/SourceSansPro-LF/m/n/10 Raw re-sources are re-sources that can be dy-nam- i-cally re-trieved with a call to [180] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/runtime:runtime-bon' on page 181 undefined on input line 13024. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/standaloneApplication :standalone-application' on page 181 undefined on input line 13044. [181 <./graphviz-c47847d0d8d3fe6990d75c678f74a6fdddb4e842.pdf>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 182 undefined on input line 13061. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/sandboxedApplication: sandboxed-application' on page 182 undefined on input line 13096. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/runtime:runtime-bon' on page 182 undefined on input line 13104. [182] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/runtime:runtime-bon' on page 183 undefined on input line 13185. LaTeX Warning: Hyper reference `VEEPortingGuide/multiSandbox:multisandbox' on p age 183 undefined on input line 13215. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/sandboxedApplication: sandboxed-application' on page 183 undefined on input line 13216. [183] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:chapter-mic roej-classpath' on page 184 undefined on input line 13225. LaTeX Warning: Hyper reference `VEEPortingGuide/externalResourceLoader:section- externalresourceloader' on page 184 undefined on input line 13268. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:section-cla sspath-elements-raw-resources' on page 184 undefined on input line 13284. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/images:sec tion-ui-images' on page 184 undefined on input line 13288. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/fonts:sect ion-ui-fonts' on page 184 undefined on input line 13292. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/nls:chapter-nls' on p age 184 undefined on input line 13296. [184 <./graphviz-08e33b4270e5827eddcf70955c1d81df296d2d8d.pdf>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:chapter-mic roej-classpath' on page 185 undefined on input line 13353. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationResources: chapter-microej-applicationresources' on page 185 undefined on input line 13353 . LaTeX Warning: Hyper reference `Tutorials/getStartedWithGUI/internationalizatio n:nls-external-resource' on page 185 undefined on input line 13353. [185] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 186 undefined on input line 13370. [186 <./graphviz-a5e7bd17651cb051e8da67ab9dfebf680966828d.pdf>] [187] LaTeX Warning: Hyper reference `VEEPortingGuide/externalResourceLoader:external -resources-folder' on page 188 undefined on input line 13475. [188] [189] [190 <./debug1.png>] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-dependencies' on pa ge 191 undefined on input line 13673. [191 <./addon_library_source.png>] [192 <./addon_library_open_implementation.pn g> <./addon_library_implementation_read_only.png>] [193 <./foundation_library_i mplementation_folders.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/launches:concepts-mic roejlaunches' on page 194 undefined on input line 13734. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/launches:launch-sourc e-tab' on page 194 undefined on input line 13738. [194 <./foundation_library_debug_add_source_archive.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/launches:launch-execu tion-tab' on page 195 undefined on input line 13771. [195 <./foundation_library_debug_select_source_jars.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/testsuite:application -testsuite' on page 196 undefined on input line 13795. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-build-options' on page 196 undefined on input line 13802. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-build-options' on page 196 undefined on input line 13806. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/platform:source-platf orm-import' on page 196 undefined on input line 13806. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-dependencies' on pa ge 196 undefined on input line 13810. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-build-options' on page 196 undefined on input line 13821. [196 <./foundation_library_debug_open_implementation.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-plugins-platform-loader' on page 197 undefined on input line 13863. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/tools:fig-tool-launch ' on page 197 undefined on input line 13885. [197 <./tool-launch.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/testsuiteEngine:tests uite-engine' on page 198 undefined on input line 13899. Underfull \hbox (badness 10000) in paragraph at lines 13905--13911 [][]\T1/SourceSansPro-LF/m/n/10 JU-nit[][] test-ing can be en-abled when us-ing the []\T1/zi4/m/it/10 microej[]javalib[] \T1/SourceSansPro-LF/m/n/10 (Mi-cro EJ Add-On Li-brary) or the [198] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/platformSelection:pla tform-selection' on page 199 undefined on input line 13979. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-skeleton' on page 1 99 undefined on input line 13990. [199] [200 <./testsuiteReportHTMLExample.png> <./testsuiteReportXMLExample.png> <./testsuiteReportXMLExampleJunitView.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/testsuiteEngine:tests uite-engine' on page 201 undefined on input line 14129. Underfull \hbox (badness 10000) in paragraph at lines 14163--14167 []\T1/SourceSansPro-LF/m/n/10 In the []\T1/zi4/m/it/10 src[]adpgenerated/junit /java[] \T1/SourceSansPro-LF/m/n/10 folder, right-click on the de-sired au-to- gen-er-ated class ( LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/testsuiteEngine:tests uite-engine' on page 201 undefined on input line 14176. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 201 undefined on input line 14185. [201] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/testsuiteEngine:tests uite-engine' on page 202 undefined on input line 14214. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 202 undefined on input line 14214. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:section-cla sspath-elements-types' on page 202 undefined on input line 14233. LaTeX Warning: Hyper reference `VEEPortingGuide/multiSandbox:multisandbox' on p age 202 undefined on input line 14251. [202] LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:bsp-connection -cases' on page 203 undefined on input line 14285. [203 <./trace1.png>] [204 <./STR_application-out.png> <./STR_tracetermite_stand alone.png>] [205 <./STR_selecttool_standalone.png>] [206 <./STR_configuration_s tandalone.png> <./STR_trace-read.png>] [207 <./STR_stacktracedump.png> <./STR_d ebugfofile.png>] [208 <./STR_tracetermite_sandboxed.png> <./STR_selecttool_sand boxed.png>] [209 <./STR_firmware-out.png>] [210 <./STR_virtualdevice.png>] [211 <./STR_selectfile_sandboxed.png>] [212 <./STR_console_sandboxed.png>] [213 <./img114.png (PNG copy)>] [214] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ca tegory-code-coverage' on page 215 undefined on input line 14641. [215] [216 <./cca_process.png>] [217 <./img110.png (PNG copy)>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/standaloneApplication :standalone-application' on page 218 undefined on input line 14770. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 218 undefined on input line 14771. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:op tion-java-heap' on page 218 undefined on input line 14771. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:op tion-java-heap' on page 218 undefined on input line 14794. [218 <./heap_usage.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:op tion-enable-heap-usage' on page 219 undefined on input line 14911. [219] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/heapAnalyzer:heapdump er' on page 220 undefined on input line 14936. [220] Underfull \hbox (badness 10000) in paragraph at lines 15098--15098 []\T1/SourceSansPro-LF/m/n/10 Num-ber of Underfull \hbox (badness 10000) in paragraph at lines 15098--15098 []\T1/SourceSansPro-LF/m/n/10 Pro-gres-sive [221] [222 <./img112.png (PNG copy)>] [223] [224 <./outline-view.png> <./fields -and-ref-showing-fields.png>] [225 <./fields-and-ref-showing-refs.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/heapUsageMonitoring:h eap-usage-monitoring' on page 226 undefined on input line 15376. [226 <./heap-usage-tab.png>] [227 <./dominator-tree-tab.png>] [228 <./leak-susp ects-tab.png>] [229 <./progressive.png>] [230 <./compare-all.png>] [231 <./comp are-fields.png>] [232 <./img113.png (PNG copy)>] [233] [234 <./mma_process.png> ] [235 <./whereMapIs.png> <./RI1.png>] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 236 undefined on input line 15770. [236 <./RIDetailedView.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 237 undefined on input line 15799. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ar chitecture-options-group-trace' on page 237 undefined on input line 15799. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 237 undefined on input line 15806. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ar chitecture-options-group-trace' on page 237 undefined on input line 15806. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:section-cla sspath-elements-constants' on page 237 undefined on input line 15844. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:if-constant -removal' on page 237 undefined on input line 15845. [237] LaTeX Warning: Hyper reference `VEEPortingGuide/systemView:systemview' on page 238 undefined on input line 15929. LaTeX Warning: Hyper reference `support:get-support' on page 238 undefined on i nput line 15936. [238] LaTeX Warning: Hyper reference `VEEPortingGuide/advanceTrace:advanced-event-tra cing' on page 239 undefined on input line 15942. LaTeX Warning: Hyper reference `support:get-support' on page 239 undefined on i nput line 15953. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-skeleton' on page 2 39 undefined on input line 15981. [239 <./null_analysis_example.png>] Underfull \hbox (badness 6542) in paragraph at lines 16008--16012 []\T1/SourceSansPro-LF/m/n/10 In each Java pack-age, cre-ate a []\T1/zi4/m/it/ 10 package[]info.java[] \T1/SourceSansPro-LF/m/n/10 file and an-no-tate the Ja va pack-age with [240 <./null_analysis_packageinfo.png> <./null_analysis_field_and_method.png>] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-skeleton' on page 2 41 undefined on input line 16045. [241 <./null_analysis_project_configuration_checks.png>] [242 <./null_analysis_ project_configuration_annotations.png>] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-skeleton' on page 2 43 undefined on input line 16105. [243 <./null_analysis_project_configuration_suppress_warnings.png>] LaTeX Warning: Hyper reference `SDKUserGuide/repository:central-repository' on page 244 undefined on input line 16124. LaTeX Warning: Hyper reference `support:get-support' on page 244 undefined on i nput line 16124. [244 <./null_analysis_settings_folder.png>] [245 <./null_analysis_troubleshooti ng_edc_version.png>] Underfull \vbox (badness 10000) detected at line 16259 Overfull \vbox (0.82594pt too high) detected at line 16259 [246] Underfull \vbox (badness 10000) detected at line 16259 Overfull \vbox (0.82594pt too high) detected at line 16259 [247] [248] [249] [250] [251] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/linker:linker-memoryl ayout-example' on page 252 undefined on input line 16539. Overfull \hbox (4.42749pt too wide) in paragraph at lines 16680--16682 []| []\T1/zi4/m/it/10 symbolPrefix[]| LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/linker:linker-autosec tions' on page 252 undefined on input line 16684. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/linker:linker-autosec tions' on page 252 undefined on input line 16691. [252] [253] [254] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/linker:linker-autosec tions' on page 255 undefined on input line 17085. [255] Underfull \hbox (badness 10000) in paragraph at lines 17142--17146 []\T1/SourceSansPro-LF/m/n/10 Con-sider there are four de-fined sym-bols named []\T1/zi4/m/it/10 zeroinit_start_xxx[] \T1/SourceSansPro-LF/m/n/10 , []\T1/zi 4/m/it/10 zeroinit_end_xxx[] \T1/SourceSansPro-LF/m/n/10 , [256] [257] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/linker:linker-autosec tions' on page 258 undefined on input line 17678. [258] Underfull \hbox (badness 6063) in paragraph at lines 17770--17776 []|\T1/SourceSansPro-LF/m/n/10 Ex-clu-sive op-tions (these op-tions can-not be used si-mul-ta-ne-ously). For ex-am-ple, [259] Package longtable Warning: Column widths have changed (longtable) in table 6 on input line 17928. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/memoryMapAnalyzer:mem orymapanalyzer' on page 260 undefined on input line 17946. [260] [261] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/testsuite:application -testsuite' on page 262 undefined on input line 18126. LaTeX Warning: Hyper reference `VEEPortingGuide/platformQualification:platform- testsuite' on page 262 undefined on input line 18132. [262 <./testsuiteEngine.png>] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-build-kit' on page 263 und efined on input line 18141. Underfull \hbox (badness 10000) in paragraph at lines 18186--18192 \T1/zi4/m/it/10 [label]/[reportName].xml[] \T1/SourceSansPro-LF/m/n/10 , see th e []\T1/zi4/m/it/10 testsuiteReportFileProperty[] \T1/SourceSansPro-LF/m/n/10 and Overfull \hbox (0.50714pt too wide) in paragraph at lines 18193--18195 []| []\T1/zi4/m/it/10 harnessScript[]| Underfull \hbox (badness 10000) in paragraph at lines 18228--18230 []| []\T1/zi4/m/it/10 testsuite. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/testsuiteEngine:tests uite-various-customproperties' on page 263 undefined on input line 18235. Underfull \hbox (badness 10000) in paragraph at lines 18238--18240 []| []\T1/zi4/m/it/10 testsuite. Underfull \hbox (badness 10000) in paragraph at lines 18245--18247 []| []\T1/zi4/m/it/10 testsuite. Underfull \hbox (badness 10000) in paragraph at lines 18245--18247 \T1/zi4/m/it/10 test. Underfull \hbox (badness 5388) in paragraph at lines 18248--18252 []|\T1/SourceSansPro-LF/m/n/10 The ab-so-lute path to the cus-tom prop-er-ties of the cur-rent test (see the prop-erty Underfull \hbox (badness 10000) in paragraph at lines 18253--18255 []| []\T1/zi4/m/it/10 testsuite. Underfull \hbox (badness 10000) in paragraph at lines 18253--18255 \T1/zi4/m/it/10 common. Underfull \hbox (badness 10000) in paragraph at lines 18256--18260 []|\T1/SourceSansPro-LF/m/n/10 The ab-so-lute path to the com-mon prop-er-ties of all the tests (see the prop-erty Underfull \hbox (badness 10000) in paragraph at lines 18261--18263 []| []\T1/zi4/m/it/10 testsuite. Underfull \hbox (badness 10000) in paragraph at lines 18285--18287 []|\T1/SourceSansPro-LF/m/n/10 At-tribute Overfull \hbox (21.58243pt too wide) in paragraph at lines 18306--18308 []| []\T1/zi4/m/it/10 verboseLevel[]| Overfull \hbox (11.58243pt too wide) in paragraph at lines 18318--18320 []| []\T1/zi4/m/it/10 reportName[]| Overfull \hbox (86.58243pt too wide) in paragraph at lines 18328--18330 []| []\T1/zi4/m/it/10 customPropertiesExtension[]| Overfull \hbox (41.58243pt too wide) in paragraph at lines 18346--18348 []| []\T1/zi4/m/it/10 commonProperties[]| Overfull \hbox (16.58243pt too wide) in paragraph at lines 18370--18372 []| []\T1/zi4/m/it/10 productName[]| Overfull \hbox (96.58243pt too wide) in paragraph at lines 18403--18405 []| []\T1/zi4/m/it/10 testsuiteReportFileProperty[]| Overfull \hbox (91.58243pt too wide) in paragraph at lines 18415--18417 []| []\T1/zi4/m/it/10 testsuiteReportDirProperty[]| Overfull \hbox (76.58243pt too wide) in paragraph at lines 18426--18428 []| []\T1/zi4/m/it/10 testsuiteResultProperty[]| [263] Overfull \hbox (10.50714pt too wide) in paragraph at lines 18472--18474 []| []\T1/zi4/m/it/10 testIgnoredPath[] [264] Underfull \hbox (badness 10000) in paragraph at lines 18534--18536 []| []\T1/zi4/m/it/10 testsuite. Underfull \hbox (badness 10000) in paragraph at lines 18543--18545 []| []\T1/zi4/m/it/10 testsuite. Underfull \hbox (badness 10000) in paragraph at lines 18543--18545 \T1/zi4/m/it/10 test. [265] [266] [267] [268 <./ui_overview.png>] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 269 undefined on input line 18852. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 269 undefined on input line 18880. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:chapter-mic roej-classpath' on page 269 undefined on input line 18915. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationResources: chapter-microej-applicationresources' on page 269 undefined on input line 18915 . [269] [270 <./graphviz-10e3ec41215ccaaed72e3531512446b2cd8ccdba.pdf>] [271] [272] [273] [274] Overfull \vbox (919.02377pt too high) has occurred while \output is active [275 <./transparent.png> <./argb8888.png> <./argb4444.png> <./argb1555.png> <./ opaque.png> <./rgb888_o.png> <./rgb888_t.png> <./rgb565_o.png> <./rgb565_t.png> <./picto.png> <./a8.png> <./a8_c.png> <./a4.png> <./a4_c.png> <./a2.png> <./a2 _c.png> <./a1.png> <./a1_c.png> <./grayscale.png> <./c4.png> <./c2.png> <./c1.p ng> <./grayscale_t.png> <./ac44.png> <./ac22.png> <./ac11.png>] Overfull \hbox (13.12488pt too wide) in paragraph at lines 19768--19769 [][] [276] [277] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:chapter-mic roej-classpath' on page 278 undefined on input line 19851. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationResources: chapter-microej-applicationresources' on page 278 undefined on input line 19851 . LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/fontDesign er:section-tool-fontdesigner' on page 278 undefined on input line 19889. [278 <./graphviz-6f2b41929bb57b50d9a115d32914e871d3596e88.pdf>] [279] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/fonts:tabl e-unicoderanges' on page 280 undefined on input line 19975. Overfull \hbox (1.21721pt too wide) in paragraph at lines 20463--20465 []|\T1/SourceSansPro-LF/m/n/10 0x1000| Overfull \hbox (0.87721pt too wide) in paragraph at lines 20476--20478 []|\T1/SourceSansPro-LF/m/n/10 0x10a0| Overfull \hbox (0.74721pt too wide) in paragraph at lines 20502--20504 []|\T1/SourceSansPro-LF/m/n/10 0x1200| Overfull \hbox (0.6772pt too wide) in paragraph at lines 20515--20517 []|\T1/SourceSansPro-LF/m/n/10 0x1380| Overfull \hbox (1.0272pt too wide) in paragraph at lines 20542--20544 []|\T1/SourceSansPro-LF/m/n/10 0x1400| Overfull \hbox (0.9572pt too wide) in paragraph at lines 20555--20557 []|\T1/SourceSansPro-LF/m/n/10 0x1680| Overfull \hbox (0.74721pt too wide) in paragraph at lines 20568--20570 []|\T1/SourceSansPro-LF/m/n/10 0x16a0| Overfull \hbox (0.5072pt too wide) in paragraph at lines 20581--20583 []|\T1/SourceSansPro-LF/m/n/10 0x1700| Overfull \hbox (1.0872pt too wide) in paragraph at lines 20646--20648 []|\T1/SourceSansPro-LF/m/n/10 0x1800| Overfull \hbox (5.6804pt too wide) in paragraph at lines 20658--20660 []|\T1/SourceSansPro-LF/m/n/10 uni-fied_canadian_aboriginal_syllabics_extended| Overfull \hbox (1.23721pt too wide) in paragraph at lines 20661--20663 []|\T1/SourceSansPro-LF/m/n/10 0x18b0| Overfull \hbox (1.0872pt too wide) in paragraph at lines 20674--20676 []|\T1/SourceSansPro-LF/m/n/10 0x1900| Overfull \hbox (0.6772pt too wide) in paragraph at lines 20687--20689 []|\T1/SourceSansPro-LF/m/n/10 0x1950| Overfull \hbox (0.9572pt too wide) in paragraph at lines 20700--20702 []|\T1/SourceSansPro-LF/m/n/10 0x1980| Overfull \hbox (0.6672pt too wide) in paragraph at lines 20713--20715 []|\T1/SourceSansPro-LF/m/n/10 0x19e0| Overfull \hbox (0.87721pt too wide) in paragraph at lines 20726--20728 []|\T1/SourceSansPro-LF/m/n/10 0x1a00| Overfull \hbox (1.02722pt too wide) in paragraph at lines 20753--20755 []|\T1/SourceSansPro-LF/m/n/10 0x1ab0| Overfull \hbox (1.36722pt too wide) in paragraph at lines 20766--20768 []|\T1/SourceSansPro-LF/m/n/10 0x1b00| Overfull \hbox (1.23721pt too wide) in paragraph at lines 20779--20781 []|\T1/SourceSansPro-LF/m/n/10 0x1b80| Overfull \hbox (0.54723pt too wide) in paragraph at lines 20792--20794 []|\T1/SourceSansPro-LF/m/n/10 0x1bc0| [280] Overfull \hbox (1.38722pt too wide) in paragraph at lines 20870--20872 []|\T1/SourceSansPro-LF/m/n/10 0x1d00| Overfull \hbox (1.25722pt too wide) in paragraph at lines 20884--20886 []|\T1/SourceSansPro-LF/m/n/10 0x1d80| Overfull \hbox (0.56723pt too wide) in paragraph at lines 20898--20900 []|\T1/SourceSansPro-LF/m/n/10 0x1dc0| Overfull \hbox (0.79721pt too wide) in paragraph at lines 20912--20914 []|\T1/SourceSansPro-LF/m/n/10 0x1e00| Overfull \hbox (2.4372pt too wide) in paragraph at lines 20938--20940 []|\T1/SourceSansPro-LF/m/n/10 0x2000| Overfull \hbox (1.48718pt too wide) in paragraph at lines 20952--20954 []|\T1/SourceSansPro-LF/m/n/10 0x2070| Overfull \hbox (2.0972pt too wide) in paragraph at lines 20965--20967 []|\T1/SourceSansPro-LF/m/n/10 0x20a0| Overfull \hbox (2.60721pt too wide) in paragraph at lines 20979--20981 []|\T1/SourceSansPro-LF/m/n/10 0x20d0| Overfull \hbox (0.5872pt too wide) in paragraph at lines 20992--20994 []|\T1/SourceSansPro-LF/m/n/10 0x2100| Overfull \hbox (1.9072pt too wide) in paragraph at lines 21031--21033 []|\T1/SourceSansPro-LF/m/n/10 0x2200| Overfull \hbox (2.02719pt too wide) in paragraph at lines 21044--21046 []|\T1/SourceSansPro-LF/m/n/10 0x2300| Overfull \hbox (1.94719pt too wide) in paragraph at lines 21057--21059 []|\T1/SourceSansPro-LF/m/n/10 0x2400| Overfull \hbox (1.75719pt too wide) in paragraph at lines 21071--21073 []|\T1/SourceSansPro-LF/m/n/10 0x2440| Overfull \hbox (1.81718pt too wide) in paragraph at lines 21084--21086 []|\T1/SourceSansPro-LF/m/n/10 0x2460| Overfull \hbox (2.02719pt too wide) in paragraph at lines 21097--21099 []|\T1/SourceSansPro-LF/m/n/10 0x2500| Overfull \hbox (1.89719pt too wide) in paragraph at lines 21110--21112 []|\T1/SourceSansPro-LF/m/n/10 0x2580| Overfull \hbox (1.6872pt too wide) in paragraph at lines 21123--21125 []|\T1/SourceSansPro-LF/m/n/10 0x25a0| Overfull \hbox (2.2472pt too wide) in paragraph at lines 21136--21138 []|\T1/SourceSansPro-LF/m/n/10 0x2600| Overfull \hbox (1.48718pt too wide) in paragraph at lines 21149--21151 []|\T1/SourceSansPro-LF/m/n/10 0x2700| Underfull \hbox (badness 10000) in paragraph at lines 21156--21159 []|\T1/SourceSansPro-LF/m/n/10 Mis-cel-la-neous Math-e-mat-i-cal Overfull \hbox (0.9072pt too wide) in paragraph at lines 21163--21165 []|\T1/SourceSansPro-LF/m/n/10 0x27c0| Overfull \hbox (2.4072pt too wide) in paragraph at lines 21189--21191 []|\T1/SourceSansPro-LF/m/n/10 0x2800| Overfull \hbox (2.20718pt too wide) in paragraph at lines 21202--21204 []|\T1/SourceSansPro-LF/m/n/10 0x2900| Underfull \hbox (badness 10000) in paragraph at lines 21209--21212 []|\T1/SourceSansPro-LF/m/n/10 Mis-cel-la-neous Math-e-mat-i-cal Overfull \hbox (2.07718pt too wide) in paragraph at lines 21216--21218 []|\T1/SourceSansPro-LF/m/n/10 0x2980| Underfull \hbox (badness 6526) in paragraph at lines 21223--21226 []|\T1/SourceSansPro-LF/m/n/10 Sup-ple-men-tal Math-e-mat-i-cal Op-er-a- Overfull \hbox (2.1972pt too wide) in paragraph at lines 21230--21232 []|\T1/SourceSansPro-LF/m/n/10 0x2a00| Overfull \hbox (2.68721pt too wide) in paragraph at lines 21244--21246 []|\T1/SourceSansPro-LF/m/n/10 0x2b00| Overfull \hbox (1.71721pt too wide) in paragraph at lines 21257--21259 []|\T1/SourceSansPro-LF/m/n/10 0x2c00| Overfull \hbox (1.5872pt too wide) in paragraph at lines 21270--21272 []|\T1/SourceSansPro-LF/m/n/10 0x2c60| Overfull \hbox (1.5872pt too wide) in paragraph at lines 21283--21285 []|\T1/SourceSansPro-LF/m/n/10 0x2c80| Overfull \hbox (2.70721pt too wide) in paragraph at lines 21296--21298 []|\T1/SourceSansPro-LF/m/n/10 0x2d00| Overfull \hbox (2.29721pt too wide) in paragraph at lines 21309--21311 []|\T1/SourceSansPro-LF/m/n/10 0x2d30| Overfull \hbox (2.57721pt too wide) in paragraph at lines 21322--21324 []|\T1/SourceSansPro-LF/m/n/10 0x2d80| Overfull \hbox (2.28722pt too wide) in paragraph at lines 21335--21337 []|\T1/SourceSansPro-LF/m/n/10 0x2de0| Overfull \hbox (2.1172pt too wide) in paragraph at lines 21348--21350 []|\T1/SourceSansPro-LF/m/n/10 0x2e00| Overfull \hbox (1.9872pt too wide) in paragraph at lines 21361--21363 []|\T1/SourceSansPro-LF/m/n/10 0x2e80| Overfull \hbox (2.4972pt too wide) in paragraph at lines 21402--21404 []|\T1/SourceSansPro-LF/m/n/10 0x3000| Overfull \hbox (2.30719pt too wide) in paragraph at lines 21415--21417 []|\T1/SourceSansPro-LF/m/n/10 0x3040| Overfull \hbox (2.1572pt too wide) in paragraph at lines 21428--21430 []|\T1/SourceSansPro-LF/m/n/10 0x30a0| Overfull \hbox (0.7072pt too wide) in paragraph at lines 21441--21443 []|\T1/SourceSansPro-LF/m/n/10 0x3100| Overfull \hbox (0.5772pt too wide) in paragraph at lines 21468--21470 []|\T1/SourceSansPro-LF/m/n/10 0x3190| Overfull \hbox (1.92719pt too wide) in paragraph at lines 21522--21524 []|\T1/SourceSansPro-LF/m/n/10 0x3200| Overfull \hbox (1.94719pt too wide) in paragraph at lines 21535--21537 []|\T1/SourceSansPro-LF/m/n/10 0x3300| Overfull \hbox (2.30719pt too wide) in paragraph at lines 21549--21551 []|\T1/SourceSansPro-LF/m/n/10 0x3400| Overfull \hbox (0.57722pt too wide) in paragraph at lines 21552--21555 []|\T1/SourceSansPro-LF/m/n/10 0x4dbf| Overfull \hbox (2.06721pt too wide) in paragraph at lines 21562--21564 []|\T1/SourceSansPro-LF/m/n/10 0x4dc0| Overfull \hbox (2.2972pt too wide) in paragraph at lines 21575--21577 []|\T1/SourceSansPro-LF/m/n/10 0x4e00| Overfull \hbox (2.4672pt too wide) in paragraph at lines 21588--21590 []|\T1/SourceSansPro-LF/m/n/10 0xa000| Overfull \hbox (2.00719pt too wide) in paragraph at lines 21601--21603 []|\T1/SourceSansPro-LF/m/n/10 0xa490| [281] Overfull \hbox (2.4472pt too wide) in paragraph at lines 21614--21616 []|\T1/SourceSansPro-LF/m/n/10 0xa4d0| Overfull \hbox (2.05719pt too wide) in paragraph at lines 21627--21629 []|\T1/SourceSansPro-LF/m/n/10 0xa500| Overfull \hbox (2.14719pt too wide) in paragraph at lines 21640--21642 []|\T1/SourceSansPro-LF/m/n/10 0xa640| Overfull \hbox (1.9972pt too wide) in paragraph at lines 21653--21655 []|\T1/SourceSansPro-LF/m/n/10 0xa6a0| Overfull \hbox (1.75719pt too wide) in paragraph at lines 21666--21668 []|\T1/SourceSansPro-LF/m/n/10 0xa700| Overfull \hbox (1.32718pt too wide) in paragraph at lines 21679--21681 []|\T1/SourceSansPro-LF/m/n/10 0xa720| Overfull \hbox (2.33719pt too wide) in paragraph at lines 21692--21694 []|\T1/SourceSansPro-LF/m/n/10 0xa800| Overfull \hbox (1.82718pt too wide) in paragraph at lines 21706--21708 []|\T1/SourceSansPro-LF/m/n/10 0xa830| Overfull \hbox (2.14719pt too wide) in paragraph at lines 21719--21721 []|\T1/SourceSansPro-LF/m/n/10 0xa840| Overfull \hbox (2.20718pt too wide) in paragraph at lines 21732--21734 []|\T1/SourceSansPro-LF/m/n/10 0xa880| Overfull \hbox (1.91719pt too wide) in paragraph at lines 21745--21747 []|\T1/SourceSansPro-LF/m/n/10 0xa8e0| Overfull \hbox (2.33719pt too wide) in paragraph at lines 21758--21760 []|\T1/SourceSansPro-LF/m/n/10 0xa900| Overfull \hbox (1.78719pt too wide) in paragraph at lines 21771--21773 []|\T1/SourceSansPro-LF/m/n/10 0xa930| Overfull \hbox (2.20718pt too wide) in paragraph at lines 21784--21786 []|\T1/SourceSansPro-LF/m/n/10 0xa960| Overfull \hbox (2.20718pt too wide) in paragraph at lines 21797--21799 []|\T1/SourceSansPro-LF/m/n/10 0xa980| Overfull \hbox (1.91719pt too wide) in paragraph at lines 21810--21812 []|\T1/SourceSansPro-LF/m/n/10 0xa9e0| Overfull \hbox (2.1272pt too wide) in paragraph at lines 21823--21825 []|\T1/SourceSansPro-LF/m/n/10 0xaa00| Overfull \hbox (1.9972pt too wide) in paragraph at lines 21836--21838 []|\T1/SourceSansPro-LF/m/n/10 0xaa60| Overfull \hbox (1.9972pt too wide) in paragraph at lines 21849--21851 []|\T1/SourceSansPro-LF/m/n/10 0xaa80| Overfull \hbox (1.7072pt too wide) in paragraph at lines 21862--21864 []|\T1/SourceSansPro-LF/m/n/10 0xaae0| Overfull \hbox (2.6172pt too wide) in paragraph at lines 21875--21877 []|\T1/SourceSansPro-LF/m/n/10 0xab00| Overfull \hbox (2.2072pt too wide) in paragraph at lines 21888--21890 []|\T1/SourceSansPro-LF/m/n/10 0xab30| Overfull \hbox (1.9072pt too wide) in paragraph at lines 21901--21903 []|\T1/SourceSansPro-LF/m/n/10 0xab70| Overfull \hbox (1.79721pt too wide) in paragraph at lines 21914--21916 []|\T1/SourceSansPro-LF/m/n/10 0xabc0| Overfull \hbox (1.6472pt too wide) in paragraph at lines 21927--21929 []|\T1/SourceSansPro-LF/m/n/10 0xac00| Overfull \hbox (2.5872pt too wide) in paragraph at lines 21940--21942 []|\T1/SourceSansPro-LF/m/n/10 0xd7b0| Overfull \hbox (2.77719pt too wide) in paragraph at lines 21953--21955 []|\T1/SourceSansPro-LF/m/n/10 0xd800| Overfull \hbox (2.9272pt too wide) in paragraph at lines 21967--21969 []|\T1/SourceSansPro-LF/m/n/10 0xdb80| Overfull \hbox (2.0872pt too wide) in paragraph at lines 21980--21982 []|\T1/SourceSansPro-LF/m/n/10 0xdc00| Overfull \hbox (2.31718pt too wide) in paragraph at lines 21993--21995 []|\T1/SourceSansPro-LF/m/n/10 0xe000| Overfull \hbox (0.59721pt too wide) in paragraph at lines 22021--22023 []|\T1/SourceSansPro-LF/m/n/10 0xfb00| [282] [283] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/fonts:font s-range' on page 284 undefined on input line 22477. [284] [285 <./designer_font-process2.png>] [286 <./designer_font-height.png> <. /baseline.png>] [287] [288] [289 <./char-editor.png>] [290] Overfull \vbox (13.74838pt too high) has occurred while \output is active [291 <./font-preview.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 292 undefined on input line 22896. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:op tion-immortal-heap' on page 292 undefined on input line 22900. [292] [293 <./img1.png (PNG copy)> <./img2.png (PNG copy)>] [294] [295 <./img3. png (PNG copy)>] [296 <./img4.png (PNG copy)>] [297] Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 Event Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0x0 Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0xa Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0xb Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0xc Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0xd Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0xe Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0xf Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0x14 Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0x15 Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0x16 Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0x17 Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0x18 [298] [299] Package longtable Warning: Column widths have changed (longtable) in table 20 on input line 23947. LaTeX Warning: Hyper reference `VEEPortingGuide/systemView:systemview' on page 300 undefined on input line 23953. [300 <./microui_traces_systemview.png>] Underfull \vbox (badness 10000) detected at line 24072 [301] Underfull \vbox (badness 10000) detected at line 24072 Overfull \vbox (0.82594pt too high) detected at line 24072 [302] LaTeX Warning: Hyper reference `VEEPortingGuide/uiStaticInit:section-static-ini t' on page 303 undefined on input line 24202. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/images:ima ges-heap' on page 303 undefined on input line 24202. LaTeX Warning: Hyper reference `VEEPortingGuide/uiStaticInit:section-static-ini t' on page 303 undefined on input line 24202. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/images:ima ges-heap' on page 303 undefined on input line 24202. [303] LaTeX Warning: Hyper reference `VEEPortingGuide/uiReleaseNotes:section-ui-api' on page 304 undefined on input line 24217. [304] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/applicatio nOptions:section-ui-options-microui' on page 305 undefined on input line 24257. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:op tion-java-heap' on page 305 undefined on input line 24261. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/applicatio nOptions:section-ui-options-microui' on page 305 undefined on input line 24270. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/applicatio nOptions:section-ui-options-imagesheapsize' on page 305 undefined on input line 24270. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 305 undefined on input line 24288. [305] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroVG/matrix:mat rix' on page 306 undefined on input line 24389. [306] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroVG/gradient:l inear-gradient' on page 307 undefined on input line 24424. [307 <./fillPath.png>] [308 <./fillPathGradient.png>] [309 <./fillType.png>] [310 <./fillPathBlendMode.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroVG/path:path- creation' on page 311 undefined on input line 24643. [311 <./matrixTranslate0.png>] [312 <./matrixRotate0.png>] [313 <./matrixRotate 1.png> <./matrixScale0.png>] [314 <./matrixConcat0.png>] [315 <./gradient0.png> ] [316 <./gradient1.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/fonts:sect ion-ui-fonts' on page 317 undefined on input line 24914. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationResources: chapter-microej-applicationresources' on page 317 undefined on input line 24940 . [317 <./gradient2.png>] [318] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroVG/gradient:l inear-gradient' on page 319 undefined on input line 25003. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroVG/path:fillt ype' on page 319 undefined on input line 25006. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroVG/path:alpha -blending-mode' on page 319 undefined on input line 25006. [319 <./drawstring0.png>] [320 <./drawstring1.png>] [321 <./drawstring2.png>] LaTeX Warning: Hyper reference `Tutorials/tutorialAppendEmojisToVectorFont:tuto rial-append-emojis' on page 322 undefined on input line 25127. Underfull \hbox (badness 10000) in paragraph at lines 25144--25146 []\T1/SourceSansPro-LF/m/n/10 When a string is drawn with a call to [][]ej.micr ovg.VectorGraphicsPainter.drawString()[][] or [322 <./drawstring3.png> <./fontMetrics.png>] [323 <./anchorPoint.png> <./textB ox.png>] Overfull \hbox (16.14906pt too wide) in paragraph at lines 25192--25194 []\T1/SourceSansPro-LF/m/n/10 The li-brary pro-poses the draw-ing of a text on a cir-cle by a call to [][]ej.microvg.VectorGraphicsPainter.drawStringOnCircle( )[][]. [324] [325 <./drawStringOnCircle0.png>] ! Package inputenc Error: Unicode character ا (U+0627) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H for immediate help. ... l.25327 ...ربية}\PYG{l+s}{\PYGZdq{}}\PYG{p}{;} ! Package inputenc Error: Unicode character ل (U+0644) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H for immediate help. ... l.25327 ...ربية}\PYG{l+s}{\PYGZdq{}}\PYG{p}{;} ! Package inputenc Error: Unicode character ع (U+0639) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H for immediate help. ... l.25327 ...ربية}\PYG{l+s}{\PYGZdq{}}\PYG{p}{;} ! Package inputenc Error: Unicode character ر (U+0631) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H for immediate help. ... l.25327 ...ربية}\PYG{l+s}{\PYGZdq{}}\PYG{p}{;} ! Package inputenc Error: Unicode character ب (U+0628) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H for immediate help. ... l.25327 ...ربية}\PYG{l+s}{\PYGZdq{}}\PYG{p}{;} ! Package inputenc Error: Unicode character ي (U+064A) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H for immediate help. ... l.25327 ...ربية}\PYG{l+s}{\PYGZdq{}}\PYG{p}{;} ! Package inputenc Error: Unicode character ة (U+0629) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H for immediate help. ... l.25327 ...ربية}\PYG{l+s}{\PYGZdq{}}\PYG{p}{;} [326 <./drawStringOnCircle1.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroVG/vectorfont :metrics-and-text-positioning' on page 327 undefined on input line 25352. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroVG/vectorfont :drawoncircle' on page 327 undefined on input line 25367. [327 <./drawStringLayout.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationResources: chapter-microej-applicationresources' on page 328 undefined on input line 25384 . LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroVG/vectorimag e:vectorimage-limitations' on page 328 undefined on input line 25432. Underfull \hbox (badness 10000) in paragraph at lines 25449--25451 []\T1/SourceSansPro-LF/m/n/10 Once an im-age has been loaded it can be drawn in the graphic con-text with a call to LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroVG/matrix:mat rix' on page 328 undefined on input line 25453. [328] [329] [330 <./drawImage.png>] [331 <./drawImageAlpha.png>] Underfull \hbox (badness 10000) in paragraph at lines 25611--25613 []\T1/SourceSansPro-LF/m/n/10 A Vec-torIm-age ob-ject can also be drawn as-so-c i-ated to a color ma-trix by a call to [332] Underfull \hbox (badness 10000) in paragraph at lines 25664--25666 []\T1/SourceSansPro-LF/m/n/10 The trans-for-ma-tions of the ob-jects over the t ime are em-bed-ded in the Vec- Underfull \hbox (badness 10000) in paragraph at lines 25664--25666 \T1/SourceSansPro-LF/m/n/10 tor im-age file and a call to [][]ej.microvg.Vector GraphicsPainter.drawAnimatedImage()[][] or [333 <./drawImageFilter.png>] Overfull \vbox (0.594pt too high) detected at line 25780 [334] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.25788 ...imen]{{drawAnimatedImageTranslate}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.25788 ...imen]{{drawAnimatedImageTranslate}.gif} [335] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.25832 ...dimen]{{drawAnimatedImageOverPath}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.25832 ...dimen]{{drawAnimatedImageOverPath}.gif} [336] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.25908 ...xdimen]{{drawAnimatedImageScaleXY}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.25908 ...xdimen]{{drawAnimatedImageScaleXY}.gif} [337] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.25953 ...pxdimen]{{drawAnimatedImageRotate}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.25953 ...pxdimen]{{drawAnimatedImageRotate}.gif} [338] Overfull \vbox (3.29794pt too high) detected at line 26067 [339] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26075 ...dimen]{{drawAnimatedImageMorphing}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26075 ...dimen]{{drawAnimatedImageMorphing}.gif} [340] Underfull \vbox (badness 10000) detected at line 26158 Overfull \vbox (0.82594pt too high) detected at line 26158 [341] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26166 ...xpxdimen]{{drawAnimatedImageColor}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26166 ...xpxdimen]{{drawAnimatedImageColor}.gif} [342] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26299 ...phinxpxdimen]{{linearInterpolator}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26299 ...phinxpxdimen]{{linearInterpolator}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26314 ...xpxdimen]{{accelerateInterpolator}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26314 ...xpxdimen]{{accelerateInterpolator}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26329 ...phinxpxdimen]{{bounceInterpolator}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26329 ...phinxpxdimen]{{bounceInterpolator}.gif} [343] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26344 ...en]{{fast_out_slow_inInterpolator}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26344 ...en]{{fast_out_slow_inInterpolator}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26361 ...hinxpxdimen]{{custom0Interpolator}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26361 ...hinxpxdimen]{{custom0Interpolator}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26380 ...hinxpxdimen]{{custom1Interpolator}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26380 ...hinxpxdimen]{{custom1Interpolator}.gif} [344 <./custom0Interpolator.png> <./custom1Interpolator.png>] [345] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroVG/vectorimag e:vectorimage-overview' on page 346 undefined on input line 26494. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 346 undefined on input line 26498. [346] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroVG/avdLoader: section-avdloader-convert' on page 347 undefined on input line 26615. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:section-cla sspath-elements-raw-resources' on page 347 undefined on input line 26623. [347] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationResources: chapter-microej-applicationresources' on page 348 undefined on input line 26662 . LaTeX Warning: Hyper reference `VEEPortingGuide/externalResourceLoader:section- externalresourceloader' on page 348 undefined on input line 26662. [348 <./drawRuntimeImage.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroVG/vectorimag e:vectorimage-limitations' on page 349 undefined on input line 26674. [349] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:section-cla sspath-elements-constants' on page 350 undefined on input line 26753. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroVG/avdLoader: section-avdloader-format' on page 350 undefined on input line 26780. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 350 undefined on input line 26799. [350] [351 <./hierarchy.png (PNG copy)>] LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display-parti al-buffer' on page 352 undefined on input line 26872. [352] [353 <./eventDispatchUML.png (PNG copy)> <./pointerEventDispatcherFlow.pn g (PNG copy)>] [354 <./boxmodel.png (PNG copy)>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MWT/how-to-extra-s tyle-field:section-define-extra-style-field' on page 355 undefined on input lin e 27069. [355] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MWT/how-to-animate -widget:section-animate-widget' on page 356 undefined on input line 27111. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display-parti al-buffer' on page 356 undefined on input line 27117. [356] [357 <./showSequence.png (PNG copy)>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/Widgets/index:widg ets-and-examples' on page 358 undefined on input line 27166. [358] [359] [360] [361] [362] LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display-parti al-buffer' on page 363 undefined on input line 27557. [363] [364] [365] [366] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MWT/concepts:secti on-render-policy' on page 367 undefined on input line 27810. [367] [368 <./defaultRenderPolicy.png>] [369 <./defaultRenderPolicyIssue.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:section-cla sspath-elements-constants' on page 370 undefined on input line 27967. [370 <./highlightWidgetList.png>] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 371 undefined on input line 28019. [371 <./highlightWidgetWheel.png>] [372] Underfull \hbox (badness 10000) in paragraph at lines 28154--28156 []\T1/SourceSansPro-LF/m/n/10 The meth-ods [][]Hi-er-ar-chyIn-spec-tor.countNum berOfWidgets(Widget)[][] and [][]Hi-er-ar-chyIn-spec- [373] [374] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/buildAndRunApplicatio n:device-build' on page 375 undefined on input line 28313. ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28324 ...ludegraphics{{attribute-selectors}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28324 ...ludegraphics{{attribute-selectors}.gif} \hspace*{\fill}} [375] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28343 ...ludegraphics{{buffered-image-pool}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28343 ...ludegraphics{{buffered-image-pool}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28361 ...hics{{context-sensitive-container}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28361 ...hics{{context-sensitive-container}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28381 ...inxincludegraphics{{drag-and-drop}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28381 ...inxincludegraphics{{drag-and-drop}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28398 ...ill}\sphinxincludegraphics{{focus}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28398 ...ill}\sphinxincludegraphics{{focus}.gif} \hspace*{\fill}} [376] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28419 ...udegraphics{{immutable-stylesheet}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28419 ...udegraphics{{immutable-stylesheet}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28438 ...xincludegraphics{{lazy-stylesheet}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28438 ...xincludegraphics{{lazy-stylesheet}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28458 ...hinxincludegraphics{{masking-grid}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28458 ...hinxincludegraphics{{masking-grid}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28477 ...\fill}\sphinxincludegraphics{{mvc}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28477 ...\fill}\sphinxincludegraphics{{mvc}.gif} \hspace*{\fill}} [377] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28498 ...ill}\sphinxincludegraphics{{popup}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28498 ...ill}\sphinxincludegraphics{{popup}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28519 ...inxincludegraphics{{remove-widget}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28519 ...inxincludegraphics{{remove-widget}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28537 ...xincludegraphics{{slide-container}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28537 ...xincludegraphics{{slide-container}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28555 ...xincludegraphics{{stack-container}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28555 ...xincludegraphics{{stack-container}.gif} \hspace*{\fill}} [378] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28573 ...inxincludegraphics{{stashing-grid}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28573 ...inxincludegraphics{{stashing-grid}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28595 ...inxincludegraphics{{virtual-watch}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28595 ...inxincludegraphics{{virtual-watch}.gif} \hspace*{\fill}} [379] [380 <./tuto_microej_bounds_check.png>] [381] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:section-cla sspath-elements-constants' on page 382 undefined on input line 28821. [382] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/js/limitations:js-lim itations' on page 383 undefined on input line 28863. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/js/getting_started:js -getting-started' on page 383 undefined on input line 28864. [383 <./js_runtime.png>] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-build-kit' on page 384 und efined on input line 28876. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-cli-commands-init' on page 384 undefined on input line 28890. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures' on page 384 undefined on input line 28893. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-addon-lib' on page 384 undefined on input line 28894. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-standalone-application' on page 384 undefined on input line 28895. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-sandboxed-application' on page 384 undefined on input line 28896. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-cli-commands-run' on page 384 undefined on input line 28943. [384] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/js/api:js-api' on pag e 385 undefined on input line 28982. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-cli' on page 385 undefined on input line 28982. [385] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm' on page 386 undefined on input line 29078. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-build-kit' on page 386 und efined on input line 29102. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/libraries:libraries' on page 386 undefined on input line 29110. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/sandboxedApplication: sandboxed-application' on page 386 undefined on input line 29110. [386] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-build-kit' on page 387 und efined on input line 29166. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-build-kit' on page 387 und efined on input line 29185. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/js/getting_started:js -getting-started' on page 387 undefined on input line 29188. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/js/examples/simple_ap plication:js-examples-simple-app' on page 387 undefined on input line 29188. [387] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-build-kit' on page 388 und efined on input line 29242. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/js/java:js-java' on p age 388 undefined on input line 29253. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-build-kit' on page 388 und efined on input line 29262. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/js/getting_started:js -getting-started' on page 388 undefined on input line 29265. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/js/examples/simple_ap plication:js-examples-simple-app' on page 388 undefined on input line 29265. [388] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-build-kit' on page 389 und efined on input line 29327. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/js/java:js-java' on p age 389 undefined on input line 29338. [389] [390] [391] [392] [393] [394] [395] [396] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/js/internals:js-java- ffi' on page 397 undefined on input line 30227. [397] [398] [399] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/libraries:libraries' on page 400 undefined on input line 30470. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/standaloneApplication :standalone-application' on page 400 undefined on input line 30470. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/platformSelection:pla tform-selection' on page 400 undefined on input line 30495. [400] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-build-kit' on page 401 und efined on input line 30534. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/js/api:js-api' on pag e 401 undefined on input line 30572. [401] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/js/internals:js-java- ffi' on page 402 undefined on input line 30598. [402 <./js_processor_overview.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/js/java:js-java-java- to-js' on page 403 undefined on input line 30695. [403] Underfull \hbox (badness 10000) in paragraph at lines 30775--30777 []|\T1/SourceSansPro-LF/m/n/10 Mod-ule Overfull \hbox (6.58243pt too wide) in paragraph at lines 30785--30787 []| []\T1/zi4/m/it/10 Bluetooth[]| Underfull \hbox (badness 5302) in paragraph at lines 30788--30790 \T1/SourceSansPro-LF/m/n/10 on the Generic At-tribute Pro-file Underfull \hbox (badness 10000) in paragraph at lines 30791--30793 []|[][]\T1/SourceSansPro-LF/m/n/10 blue- Underfull \hbox (badness 10000) in paragraph at lines 30798--30800 [][][]\T1/SourceSansPro-LF/m/n/10 Blue-tooth Overfull \hbox (21.58243pt too wide) in paragraph at lines 30804--30806 []| []\T1/zi4/m/it/10 ECOM[]Network[]| Underfull \hbox (badness 5696) in paragraph at lines 30807--30809 []|\T1/SourceSansPro-LF/m/n/10 Net-work in-ter-faces man-age-ment Underfull \hbox (badness 10000) in paragraph at lines 30810--30812 []|[][]\T1/SourceSansPro-LF/m/n/10 ecom- Underfull \hbox (badness 10000) in paragraph at lines 30813--30815 []|[][]\T1/SourceSansPro-LF/m/n/10 Net-work-In-ter-face-M- Overfull \hbox (6.58243pt too wide) in paragraph at lines 30817--30819 []| []\T1/zi4/m/it/10 ECOM[]WIFI[]| Underfull \hbox (badness 10000) in paragraph at lines 30823--30825 []|[][]\T1/SourceSansPro-LF/m/n/10 ecom- Underfull \hbox (badness 10000) in paragraph at lines 30857--30859 [][][]\T1/SourceSansPro-LF/m/n/10 NET util-ity Overfull \hbox (1.58243pt too wide) in paragraph at lines 30863--30865 []| []\T1/zi4/m/it/10 Security[]| Underfull \hbox (badness 10000) in paragraph at lines 30889--30891 [][][]\T1/SourceSansPro-LF/m/n/10 SSL mu-tual Underfull \hbox (badness 10000) in paragraph at lines 30893--30895 [][][]\T1/SourceSansPro-LF/m/n/10 SSL mu-tual Underfull \hbox (badness 10000) in paragraph at lines 30897--30899 [][][]\T1/SourceSansPro-LF/m/n/10 SSL util-ity Underfull \hbox (badness 10000) in paragraph at lines 30927--30929 []|\T1/SourceSansPro-LF/m/n/10 Mod-ule Overfull \hbox (20.24944pt too wide) in paragraph at lines 30937--30939 \T1/zi4/m/it/10 Connectivity[]| Underfull \hbox (badness 10000) in paragraph at lines 30943--30945 []|[][]\T1/SourceSansPro-LF/m/n/10 android- Overfull \hbox (11.39934pt too wide) in paragraph at lines 30943--30945 \T1/SourceSansPro-LF/m/n/10 connectivity[][]| Underfull \hbox (badness 10000) in paragraph at lines 30946--30948 []|[][]\T1/SourceSansPro-LF/m/n/10 Con-nec-tiv-i-ty-Man-ager Underfull \hbox (badness 10000) in paragraph at lines 30956--30958 []| []\T1/zi4/m/it/10 HTTP Underfull \hbox (badness 10000) in paragraph at lines 30962--30964 []|[][]\T1/SourceSansPro-LF/m/n/10 http- Underfull \hbox (badness 10000) in paragraph at lines 30962--30964 \T1/SourceSansPro-LF/m/n/10 client[][], Underfull \hbox (badness 10000) in paragraph at lines 30962--30964 [][]\T1/SourceSansPro-LF/m/n/10 http- Underfull \hbox (badness 10000) in paragraph at lines 30965--30967 []|[][]\T1/SourceSansPro-LF/m/n/10 HttpURL-Con-nec-tion Underfull \hbox (badness 10000) in paragraph at lines 30969--30971 [][][]\T1/SourceSansPro-LF/m/n/10 HTTP client Underfull \hbox (badness 10000) in paragraph at lines 30975--30977 []| []\T1/zi4/m/it/10 Web Underfull \hbox (badness 10000) in paragraph at lines 30975--30977 \T1/zi4/m/it/10 Server LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/hokaWebserverUserGuid e:hokawebserveruserguide' on page 404 undefined on input line 30989. Underfull \hbox (badness 10000) in paragraph at lines 30998--31000 []| []\T1/zi4/m/it/10 MQTT Underfull \hbox (badness 10000) in paragraph at lines 30998--31000 \T1/zi4/m/it/10 Client Overfull \hbox (15.24944pt too wide) in paragraph at lines 30998--31000 \T1/zi4/m/it/10 (MicroPaho)[]| Underfull \hbox (badness 6876) in paragraph at lines 31001--31003 []|\T1/SourceSansPro-LF/m/n/10 Tiny foot-print MQTT 3.1.1 client Underfull \hbox (badness 10000) in paragraph at lines 31004--31006 []|[][]\T1/SourceSansPro-LF/m/n/10 mi- Underfull \hbox (badness 10000) in paragraph at lines 31011--31013 [][][]\T1/SourceSansPro-LF/m/n/10 Mi-croPaho Underfull \hbox (badness 10000) in paragraph at lines 31015--31017 [][][]\T1/SourceSansPro-LF/m/n/10 MQTT pub-lish Underfull \hbox (badness 10000) in paragraph at lines 31025--31027 []| []\T1/zi4/m/it/10 REST Underfull \hbox (badness 10000) in paragraph at lines 31028--31030 []|\T1/SourceSansPro-LF/m/n/10 REp-re-sen-ta-tional State Tran-fer Underfull \hbox (badness 10000) in paragraph at lines 31038--31040 [][][]\T1/SourceSansPro-LF/m/n/10 REST client Underfull \hbox (badness 10000) in paragraph at lines 31044--31046 []| []\T1/zi4/m/it/10 SNTP Underfull \hbox (badness 10000) in paragraph at lines 31047--31049 []|\T1/SourceSansPro-LF/m/n/10 Sim-ple Net-work Time Pro-to-col Underfull \hbox (badness 10000) in paragraph at lines 31050--31052 []|[][]\T1/SourceSansPro-LF/m/n/10 snt-p- Underfull \hbox (badness 10000) in paragraph at lines 31057--31059 [][][]\T1/SourceSansPro-LF/m/n/10 SNTP client Overfull \hbox (6.58243pt too wide) in paragraph at lines 31063--31065 []| []\T1/zi4/m/it/10 WebSocket Underfull \hbox (badness 10000) in paragraph at lines 31069--31071 []|[][]\T1/SourceSansPro-LF/m/n/10 web- Underfull \hbox (badness 10000) in paragraph at lines 31069--31071 \T1/SourceSansPro-LF/m/n/10 socket[][], Overfull \hbox (7.90933pt too wide) in paragraph at lines 31069--31071 [][]\T1/SourceSansPro-LF/m/n/10 websocket- Underfull \hbox (badness 10000) in paragraph at lines 31076--31078 [][][]\T1/SourceSansPro-LF/m/n/10 Web-Socket Underfull \hbox (badness 10000) in paragraph at lines 31080--31082 [][][]\T1/SourceSansPro-LF/m/n/10 Web-Socket [404] Underfull \hbox (badness 10000) in paragraph at lines 31105--31107 []|\T1/SourceSansPro-LF/m/n/10 Mod-ule Underfull \hbox (badness 10000) in paragraph at lines 31125--31127 [][][]\T1/SourceSansPro-LF/m/n/10 CborEn-coder Underfull \hbox (badness 10000) in paragraph at lines 31129--31131 [][][]\T1/SourceSansPro-LF/m/n/10 Cbor-De-coder LaTeX Warning: Hyper reference `Tutorials/tutorialExploreDataSerializationForma ts:tutorial-cbor' on page 405 undefined on input line 31136. Underfull \hbox (badness 10000) in paragraph at lines 31151--31153 [][][]\T1/SourceSansPro-LF/m/n/10 JSONOb-ject Underfull \hbox (badness 10000) in paragraph at lines 31155--31157 [][][]\T1/SourceSansPro-LF/m/n/10 JSON-Writer LaTeX Warning: Hyper reference `Tutorials/tutorialExploreDataSerializationForma ts:tutorial-json' on page 405 undefined on input line 31166. Overfull \hbox (1.58243pt too wide) in paragraph at lines 31171--31173 []| []\T1/zi4/m/it/10 Protocol Underfull \hbox (badness 10000) in paragraph at lines 31177--31179 []|[][]\T1/SourceSansPro-LF/m/n/10 pro-to- Underfull \hbox (badness 10000) in paragraph at lines 31181--31183 [][][]\T1/SourceSansPro-LF/m/n/10 Coded-In-put- Underfull \hbox (badness 10000) in paragraph at lines 31181--31183 \T1/SourceSansPro-LF/m/n/10 Stream class[][] Underfull \hbox (badness 10000) in paragraph at lines 31185--31187 [][][]\T1/SourceSansPro-LF/m/n/10 Coded-Out-put- Underfull \hbox (badness 10000) in paragraph at lines 31185--31187 \T1/SourceSansPro-LF/m/n/10 Stream class[][] Underfull \hbox (badness 10000) in paragraph at lines 31191--31193 [][][]\T1/SourceSansPro-LF/m/n/10 Pro-to-buf3 Underfull \hbox (badness 10000) in paragraph at lines 31207--31209 [][][]\T1/SourceSansPro-LF/m/n/10 XmlPull-Parser Underfull \hbox (badness 10000) in paragraph at lines 31211--31213 [][][]\T1/SourceSansPro-LF/m/n/10 XmlSe-ri-al-izer LaTeX Warning: Hyper reference `Tutorials/tutorialExploreDataSerializationForma ts:tutorial-xml' on page 405 undefined on input line 31218. [405] Underfull \hbox (badness 10000) in paragraph at lines 31249--31251 []| []\T1/zi4/m/it/10 AWS Underfull \hbox (badness 10000) in paragraph at lines 31249--31251 \T1/zi4/m/it/10 IoT Underfull \hbox (badness 5475) in paragraph at lines 31252--31254 []|\T1/SourceSansPro-LF/m/n/10 AWS IoT Core client, pro-vid-ing pub- Underfull \hbox (badness 10000) in paragraph at lines 31269--31271 \T1/zi4/m/it/10 Cloud Overfull \hbox (7.69951pt too wide) in paragraph at lines 31269--31271 \T1/zi4/m/it/10 Platform Underfull \hbox (badness 10000) in paragraph at lines 31269--31271 \T1/zi4/m/it/10 Iot Underfull \hbox (badness 10000) in paragraph at lines 31279--31281 [][][]\T1/SourceSansPro-LF/m/n/10 Google Cloud Plat-form Get-ting [406] [407] [408] [409] [410] [411] [412] [413] [414] Underfull \hbox (badness 10000) in paragraph at lines 31986--31988 \T1/SourceSansPro-LF/m/n/10 A spe-cific static file han-dler can be set to serv e files from the ap-pli-ca-tion class-path by us-ing [415] Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 1. (/usr/share/texlive/texmf-dist/tex/latex/base/t1cmtt.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmtt.fd) [416] LaTeX Font Warning: Font shape `TS1/zi4/m/it' undefined (Font) using `TS1/zi4/m/n' instead (Font) for symbol `textquotesingle' on input line 32135. [417] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/networkingFoundationL ibraries:networkingfoundationlibraries' on page 418 undefined on input line 321 81. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/networkingAddonLibrar ies:networkingaddonlibraries' on page 418 undefined on input line 32185. [418 <./networking_overview.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:op tion-embed-utf8' on page 419 undefined on input line 32223. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:section-cla sspath-elements-constants' on page 419 undefined on input line 32226. LaTeX Warning: Hyper reference `support:get-support' on page 419 undefined on i nput line 32233. ! Package inputenc Error: Unicode character 你 (U+4F60) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H for immediate help. ... l.32243 ...PYG{l+s}{\PYGZdq{}}\PYG{p}{)}\PYG{p}{;} ! Package inputenc Error: Unicode character 好 (U+597D) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H for immediate help. ... l.32243 ...PYG{l+s}{\PYGZdq{}}\PYG{p}{)}\PYG{p}{;} LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/characterEncoding:enc oding-utf8' on page 419 undefined on input line 32248. [419] LaTeX Warning: Hyper reference `VEEPortingGuide/architectureChangelog:architect ure-changelog' on page 420 undefined on input line 32277. LaTeX Warning: Hyper reference `VEEPortingGuide/coreEngine:core-engine-link' on page 420 undefined on input line 32282. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:op tion-maximum-number-of-monitors-per-thread' on page 420 undefined on input line 32477. [420 <./eclipse_encoding.png>] [421] Chapter 5. [422] LaTeX Warning: Hyper reference `VEEPortingGuide/platformOverview:fig-overall-pr ocess' on page 423 undefined on input line 32628. [423 <./process-overview5.png>] [424] [425 <./jpf_conf_overview.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/platformConcepts:jpf-modules' o n page 426 undefined on input line 32712. [426 <./jpf_conf_modules.png>] [427 <./low-level-1c.png>] [428 <./low-level-3c. png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/runtime:runtime-edc' on page 429 undefined on input line 32829. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/runtime:runtime-bon' on page 429 undefined on input line 32833. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/runtime:runtime-sni' on page 429 undefined on input line 32837. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/runtime:runtime-kf' o n page 429 undefined on input line 32841. LaTeX Warning: Hyper reference `VEEPortingGuide/sp:sp' on page 429 undefined on input line 32845. LaTeX Warning: Hyper reference `VEEPortingGuide/architecture:fig-jpf-runtime-co mponents' on page 429 undefined on input line 32850. [429 <./low-level-2c.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/runtime:runtime-sni' on page 430 undefined on input line 32865. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:llmjvm-api-secti on' on page 430 undefined on input line 32869. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:llsp-api-section ' on page 430 undefined on input line 32873. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:platform-confi guration-creation' on page 430 undefined on input line 32919. [430 <./jpf-runtime-components.png>] [431] LaTeX Warning: Hyper reference `VEEPortingGuide/externalResourceLoader:section- externalresourceloader' on page 432 undefined on input line 33060. [432] LaTeX Warning: Hyper reference `VEEPortingGuide/advanceTrace:advanced-event-tra cing' on page 433 undefined on input line 33159. [433] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:chapter-mic roej-classpath' on page 434 undefined on input line 33275. [434] [435] Underfull \hbox (badness 10000) in paragraph at lines 33395--33400 []\T1/SourceSansPro-LF/m/n/10 Fixed po-ten-tial race con-di-tion be-tween [][]K er-nel.addResourceControlListener()[][] and [][]Ker- [436] [437] [438] LaTeX Warning: Hyper reference `VEEPortingGuide/architectureChangelog:changelog -7-11-0' on page 439 undefined on input line 33734. LaTeX Warning: Hyper reference `VEEPortingGuide/architectureChangelog:changelog -7-13-0' on page 439 undefined on input line 33781. LaTeX Warning: Hyper reference `VEEPortingGuide/architectureChangelog:changelog -7-12-0' on page 439 undefined on input line 33835. [439] LaTeX Warning: Hyper reference `VEEPortingGuide/architectureChangelog:changelog -7-13-0' on page 440 undefined on input line 33888. [440] LaTeX Warning: Hyper reference `VEEPortingGuide/architectureChangelog:changelog -7-12-0' on page 441 undefined on input line 34077. Overfull \hbox (26.89265pt too wide) in paragraph at lines 34074--34078 []\T1/SourceSansPro-LF/m/n/10 [ARMCC5] - Fixed link er-ror []\T1/zi4/m/it/10 U ndefined symbol _java_Ljava_lang_OutOfMemoryError_field_OOMEMethodAddr_I[] [441] Underfull \hbox (badness 10000) in paragraph at lines 34094--34097 []\T1/SourceSansPro-LF/m/n/10 Up-dated [][]Thread.getId()[][] method im-ple-men -ta-tion to re-turn the same value than [442] LaTeX Warning: Hyper reference `VEEPortingGuide/architectureChangelog:changelog -7-11-0' on page 443 undefined on input line 34232. LaTeX Warning: Hyper reference `VEEPortingGuide/architectureChangelog:changelog -7-10-0' on page 443 undefined on input line 34272. LaTeX Warning: Hyper reference `VEEPortingGuide/architectureChangelog:changelog -7-10-0' on page 443 undefined on input line 34277. LaTeX Warning: Hyper reference `VEEPortingGuide/architectureChangelog:changelog -7-11-0' on page 443 undefined on input line 34329. [443] LaTeX Warning: Hyper reference `VEEPortingGuide/architectureChangelog:changelog -7-10-0' on page 444 undefined on input line 34440. LaTeX Warning: Hyper reference `VEEPortingGuide/architectureChangelog:changelog -7-10-0' on page 444 undefined on input line 34446. [444] [445] [446] LaTeX Warning: Hyper reference `VEEPortingGuide/architectureChangelog:changelog -7-10-0' on page 447 undefined on input line 34749. LaTeX Warning: Hyper reference `VEEPortingGuide/architectureChangelog:changelog -7-10-0' on page 447 undefined on input line 34756. LaTeX Warning: Hyper reference `VEEPortingGuide/architectureChangelog:changelog -7-10-0' on page 447 undefined on input line 34761. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family SourceSansPro-LF in TS1 encoding. (textcomp) Default family used instead on input line 34803. (/usr/share/texlive/texmf-dist/tex/latex/base/t1cmss.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmss.fd) Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family SourceSansPro-LF in TS1 encoding. (textcomp) Default family used instead on input line 34803. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family SourceSansPro-LF in TS1 encoding. (textcomp) Default family used instead on input line 34803. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family SourceSansPro-LF in TS1 encoding. (textcomp) Default family used instead on input line 34803. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family SourceSansPro-LF in TS1 encoding. (textcomp) Default family used instead on input line 34803. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family SourceSansPro-LF in TS1 encoding. (textcomp) Default family used instead on input line 34803. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family SourceSansPro-LF in TS1 encoding. (textcomp) Default family used instead on input line 34803. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family SourceSansPro-LF in TS1 encoding. (textcomp) Default family used instead on input line 34803. [447] [448] [449] [450] [451] [452] [453] LaTeX Warning: Hyper reference `VEEPortingGuide/architectureChangelog:changelog -6-13-0' on page 454 undefined on input line 35528. [454] [455] [456] LaTeX Warning: Hyper reference `VEEPortingGuide/architectureChangelog:changelog -6-9-1' on page 457 undefined on input line 35752. LaTeX Warning: Hyper reference `VEEPortingGuide/ecom-comm:pack-ecom-comm' on pa ge 457 undefined on input line 35792. LaTeX Warning: Hyper reference `VEEPortingGuide/ui:pack-gui' on page 457 undefi ned on input line 35796. LaTeX Warning: Hyper reference `VEEPortingGuide/net:pack-net' on page 457 undef ined on input line 35800. LaTeX Warning: Hyper reference `VEEPortingGuide/fs:pack-fs' on page 457 undefin ed on input line 35804. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:platform-confi guration-creation' on page 457 undefined on input line 35814. [457] LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:pack-import' o n page 458 undefined on input line 35833. [458] LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:platform-modul e-configuration' on page 459 undefined on input line 35911. LaTeX Warning: Hyper reference `VEEPortingGuide/platformMigration:former-platfo rm-migration' on page 459 undefined on input line 35949. LaTeX Warning: Hyper reference `VEEPortingGuide/architecture:architecture-overv iew' on page 459 undefined on input line 35956. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/toolchain:architecture s-toolchains' on page 459 undefined on input line 35963. LaTeX Warning: Hyper reference `support:get-support' on page 459 undefined on i nput line 35967. [459] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 460 undefined on input line 36010. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/toolchain:architecture s-toolchains' on page 460 undefined on input line 36025. LaTeX Warning: Hyper reference `SDKUserGuide/repository:central-repository' on page 460 undefined on input line 36047. [460 <./platformConfigurationSkeleton.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/pack:pack-overview' on page 461 undefined on input line 36061. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 461 undefined on input line 36069. [461] LaTeX Warning: Hyper reference `VEEPortingGuide/pack:pack-architecture-specific ' on page 462 undefined on input line 36130. LaTeX Warning: Hyper reference `VEEPortingGuide/pack:pack-generic-legacy' on pa ge 462 undefined on input line 36130. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:platform-modul e-configuration' on page 462 undefined on input line 36131. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-cli' on page 462 undefined on input line 36138. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-build' on page 462 undefined on input line 36139. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-cli-shared-configuration' on page 462 undefined on input line 36156. Underfull \hbox (badness 10000) in paragraph at lines 36170--36172 []\T1/SourceSansPro-LF/m/n/10 on ma-cOS: []\T1/zi4/m/it/10 /Applications/Micro EJ/MicroEJ[]SDK[]/rcp/MicroEJ[]SDK[].app/ Overfull \hbox (130.24504pt too wide) in paragraph at lines 36189--36189 []\T1/zi4/m/it/10 ============================================================= ===============================================[]| Overfull \hbox (130.24504pt too wide) in paragraph at lines 36194--36194 []\T1/zi4/m/it/10 ============================================================= ===============================================[]| [462] [463 <./platformSource.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/multiSandbox:multisandbox' on p age 464 undefined on input line 36228. LaTeX Warning: Hyper reference `VEEPortingGuide/externalResourceLoader:section- externalresourceloader' on page 464 undefined on input line 36228. LaTeX Warning: Hyper reference `VEEPortingGuide/uiMicroui:section-microui-insta llation' on page 464 undefined on input line 36232. LaTeX Warning: Hyper reference `VEEPortingGuide/networkCoreEngine:network-core' on page 464 undefined on input line 36232. LaTeX Warning: Hyper reference `VEEPortingGuide/frontpanel:section-frontpanel' on page 464 undefined on input line 36236. LaTeX Warning: Hyper reference `VEEPortingGuide/javah:tool-javah' on page 464 u ndefined on input line 36240. LaTeX Warning: Hyper reference `VEEPortingGuide/pack:pack-generic' on page 464 undefined on input line 36245. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:platform-build ' on page 464 undefined on input line 36245. LaTeX Warning: Hyper reference `VEEPortingGuide/architecture:architecture-overv iew' on page 464 undefined on input line 36249. LaTeX Warning: Hyper reference `VEEPortingGuide/pack:pack-architecture-specific ' on page 464 undefined on input line 36249. LaTeX Warning: Hyper reference `VEEPortingGuide/pack:pack-generic-legacy' on pa ge 464 undefined on input line 36250. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm' on page 464 undefined on input line 36254. [464] Underfull \hbox (badness 10000) in paragraph at lines 36322--36326 []\T1/SourceSansPro-LF/m/n/10 This file must start with the node []\T1/zi4/m/i t/10 [] \T1/SourceSansPro-LF/m/n/10 . It can con-tain sev-eral lines like this one: LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:platform-build ' on page 465 undefined on input line 36355. [465 <./platformConfigurationModules.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:platform-build ' on page 466 undefined on input line 36393. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/repository:module-rep ository' on page 466 undefined on input line 36399. LaTeX Warning: Hyper reference `VEEPortingGuide/platformOverview:build-process- overview' on page 466 undefined on input line 36427. [466] LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:bsp-connection -build-script' on page 467 undefined on input line 36446. LaTeX Warning: Hyper reference `VEEPortingGuide/platformQualification:platform- testsuite' on page 467 undefined on input line 36468. [467 <./bsp-connection-cases-none.png>] [468 <./bsp-connection-cases-partial.pn g> <./bsp-connection-cases-full.png>] Underfull \hbox (badness 10000) in paragraph at lines 36603--36605 []|\T1/SourceSansPro-LF/m/n/10 Op-tion Overfull \hbox (16.58243pt too wide) in paragraph at lines 36613--36615 []| []\T1/zi4/m/it/10 microejapp. Overfull \hbox (5.24944pt too wide) in paragraph at lines 36613--36615 \T1/zi4/m/it/10 relative. Overfull \hbox (16.58243pt too wide) in paragraph at lines 36623--36625 []| []\T1/zi4/m/it/10 microejlib. Overfull \hbox (5.24944pt too wide) in paragraph at lines 36623--36625 \T1/zi4/m/it/10 relative. Overfull \hbox (16.58243pt too wide) in paragraph at lines 36633--36635 []| []\T1/zi4/m/it/10 microejinc. Overfull \hbox (5.24944pt too wide) in paragraph at lines 36633--36635 \T1/zi4/m/it/10 relative. Overfull \hbox (31.58243pt too wide) in paragraph at lines 36643--36645 []| []\T1/zi4/m/it/10 microejscript. Overfull \hbox (5.24944pt too wide) in paragraph at lines 36643--36645 \T1/zi4/m/it/10 relative. Underfull \hbox (badness 10000) in paragraph at lines 36653--36655 []| []\T1/zi4/m/it/10 root. Underfull \hbox (badness 10000) in paragraph at lines 36659--36662 []| []\T1/zi4/m/it/10 c:[][]Users[][]user[][]mybsp[] \T1/SourceSansPro-LF/m/n/ 10 on LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 469 undefined on input line 36668. Underfull \hbox (badness 10000) in paragraph at lines 36687--36689 []| []\T1/zi4/m/it/10 deploy.bsp. Underfull \hbox (badness 10000) in paragraph at lines 36694--36696 []| []\T1/zi4/m/it/10 deploy.bsp. Underfull \hbox (badness 10000) in paragraph at lines 36701--36703 []| []\T1/zi4/m/it/10 deploy.bsp. Underfull \hbox (badness 10000) in paragraph at lines 36708--36710 []| []\T1/zi4/m/it/10 deploy.bsp. Underfull \hbox (badness 10000) in paragraph at lines 36715--36717 []| []\T1/zi4/m/it/10 deploy.bsp. Underfull \hbox (badness 10000) in paragraph at lines 36722--36724 []| []\T1/zi4/m/it/10 deploy.dir. Underfull \hbox (badness 10000) in paragraph at lines 36729--36731 []| []\T1/zi4/m/it/10 deploy.dir. Underfull \hbox (badness 10000) in paragraph at lines 36736--36738 []| []\T1/zi4/m/it/10 deploy.dir. Underfull \hbox (badness 10000) in paragraph at lines 36743--36745 []| []\T1/zi4/m/it/10 deploy.dir. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-build-options' on page 469 undefined on input line 36756. [469] LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:bsp-connection -cases' on page 470 undefined on input line 36763. [470] LaTeX Warning: Hyper reference `VEEPortingGuide/platformQualification:platform- testsuite' on page 471 undefined on input line 36899. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 471 undefined on input line 36941. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/serialToSocketTransmi tter:tool-serial-to-socket' on page 471 undefined on input line 36942. [471] LaTeX Warning: Hyper reference `VEEPortingGuide/platformConcepts:low-level-api' on page 472 undefined on input line 36963. [472] LaTeX Warning: Hyper reference `VEEPortingGuide/platformQualification:platform- testsuite' on page 473 undefined on input line 36983. [473 <./overview-platform-qualification.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:new-platform-c reation' on page 474 undefined on input line 37029. LaTeX Warning: Hyper reference `Tutorials/tutorialCreateFirmwareFromScratch:tut orial-create-firmware-from-scratch' on page 474 undefined on input line 37030. [474 <./overview-platform-qualification-test-suite-fs.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:bsp-connection -build-script' on page 475 undefined on input line 37046. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:bsp-connection -run-script' on page 475 undefined on input line 37047. LaTeX Warning: Hyper reference `Tutorials/tutorialCreatePlatformBuildAndRunScri pts:tutorial-create-platform-build-and-run-scripts' on page 475 undefined on in put line 37047. LaTeX Warning: Hyper reference `VEEPortingGuide/platformQualification:platform- testsuite' on page 475 undefined on input line 37063. LaTeX Warning: Hyper reference `Tutorials/tutorialRunATestSuiteOnDevice:tutoria l-run-test-suite-on-device' on page 475 undefined on input line 37064. LaTeX Warning: Hyper reference `VEEPortingGuide/platformConcepts:low-level-api' on page 475 undefined on input line 37079. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/testsuiteEngine:tests uite-engine' on page 475 undefined on input line 37083. [475] LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:pack-import' o n page 476 undefined on input line 37127. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:llfs-api-section ' on page 476 undefined on input line 37129. [476 <./testsuite-engine-overview.png>] LaTeX Warning: Hyper reference `support:get-support' on page 477 undefined on i nput line 37247. Underfull \hbox (badness 10000) in paragraph at lines 37328--37330 []|\T1/SourceSansPro-LF/m/n/10 SE-CU- Underfull \hbox (badness 10000) in paragraph at lines 37328--37330 \T1/SourceSansPro-LF/m/n/10 RITY Underfull \hbox (badness 7256) in paragraph at lines 37331--37333 []|\T1/SourceSansPro-LF/m/n/10 NET Java Test Underfull \hbox (badness 10000) in paragraph at lines 37334--37336 []|\T1/SourceSansPro-LF/m/n/10 SSL Java Test Underfull \hbox (badness 10000) in paragraph at lines 37353--37355 []|\T1/SourceSansPro-LF/m/n/10 3.4.0 (On Underfull \hbox (badness 10000) in paragraph at lines 37356--37358 []|\T1/SourceSansPro-LF/m/n/10 3.0.1 (On de- Underfull \hbox (badness 10000) in paragraph at lines 37375--37377 []|\T1/SourceSansPro-LF/m/n/10 3.4.0 (On Underfull \hbox (badness 10000) in paragraph at lines 37378--37380 []|\T1/SourceSansPro-LF/m/n/10 3.1.4 (On de- Underfull \hbox (badness 10000) in paragraph at lines 37381--37384 []|\T1/SourceSansPro-LF/m/n/10 1.1.0 (On de- Underfull \hbox (badness 10000) in paragraph at lines 37397--37399 []|\T1/SourceSansPro-LF/m/n/10 3.5.2 (On de- Underfull \hbox (badness 10000) in paragraph at lines 37400--37402 []|\T1/SourceSansPro-LF/m/n/10 3.1.4 (On de- Underfull \hbox (badness 10000) in paragraph at lines 37403--37406 []|\T1/SourceSansPro-LF/m/n/10 1.1.0 (On de- Underfull \hbox (badness 10000) in paragraph at lines 37416--37418 []|\T1/SourceSansPro-LF/m/n/10 1.4.0 Underfull \hbox (badness 10000) in paragraph at lines 37416--37418 \T1/SourceSansPro-LF/m/n/10 (On de- Underfull \hbox (badness 10000) in paragraph at lines 37419--37421 []|\T1/SourceSansPro-LF/m/n/10 3.5.2 (On de- Underfull \hbox (badness 10000) in paragraph at lines 37422--37424 []|\T1/SourceSansPro-LF/m/n/10 3.1.4 (On de- Underfull \hbox (badness 10000) in paragraph at lines 37425--37428 []|\T1/SourceSansPro-LF/m/n/10 1.2.0 (On de- [477] LaTeX Warning: Hyper reference `VEEPortingGuide/coreEngine:fig-mjvm-flow2' on p age 478 undefined on input line 37446. [478 <./mjvm_flow2.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/multiSandbox:multisandbox' on p age 479 undefined on input line 37524. LaTeX Warning: Hyper reference `VEEPortingGuide/tinySandbox:tinysandbox' on pag e 479 undefined on input line 37529. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/toolchain:appendix-mat rixcapabilities' on page 479 undefined on input line 37535. [479 <./mjvm_gt.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/runtime:runtime-sni' on page 480 undefined on input line 37542. LaTeX Warning: Hyper reference `VEEPortingGuide/coreEngine:core-engine-error-co des' on page 480 undefined on input line 37546. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:llmjvm-api-secti on' on page 480 undefined on input line 37551. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/linker:linker-lscf' o n page 480 undefined on input line 37594. [480] LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/javalibs/edc:edc-exit- codes' on page 481 undefined on input line 37709. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/limitations:limitatio ns' on page 481 undefined on input line 37735. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:op tion-java-heap' on page 481 undefined on input line 37744. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/limitations:limitatio ns' on page 481 undefined on input line 37752. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:op tion-number-of-threads' on page 481 undefined on input line 37752. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:op tion-java-heap' on page 481 undefined on input line 37761. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:op tion-number-of-stack-blocks' on page 481 undefined on input line 37771. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/limitations:limitatio ns' on page 481 undefined on input line 37839. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:op tion-maximum-number-of-monitors-per-thread' on page 481 undefined on input line 37840. [481] Overfull \vbox (72.56984pt too high) has occurred while \output is active [482] [483] [484] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/stackTraceReader:stac k-trace-reader' on page 485 undefined on input line 38046. [485] [486] LaTeX Warning: Hyper reference `VEEPortingGuide/coreEngine:core-engine-implemen tation' on page 487 undefined on input line 38342. [487] LaTeX Warning: Hyper reference `VEEPortingGuide/coreEngine:table-memory' on pag e 488 undefined on input line 38364. Underfull \hbox (badness 10000) in paragraph at lines 38481--38481 []\T1/SourceSansPro-LF/m/n/10 Run-time el-e- Underfull \hbox (badness 10000) in paragraph at lines 38481--38481 []\T1/SourceSansPro-LF/m/n/10 Mem- Underfull \hbox (badness 10000) in paragraph at lines 38481--38481 []\T1/SourceSansPro-LF/m/n/10 Size in bytes (Mono- Underfull \hbox (badness 10000) in paragraph at lines 38481--38481 []\T1/SourceSansPro-LF/m/n/10 Size in bytes (Multi- Underfull \hbox (badness 10000) in paragraph at lines 38481--38481 []\T1/SourceSansPro-LF/m/n/10 Size in bytes (Tiny- Underfull \hbox (badness 10000) in paragraph at lines 38481--38481 []\T1/SourceSansPro-LF/m/n/10 Stack Frame LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/buildOutputFiles:soar -info-file' on page 488 undefined on input line 38487. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/buildOutputFiles:soar -info-file' on page 488 undefined on input line 38492. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/runtime:runtime-core- libraries' on page 488 undefined on input line 38499. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/trace:event-enable-re cording' on page 488 undefined on input line 38536. [488] Underfull \hbox (badness 10000) in paragraph at lines 38539--38541 []\T1/SourceSansPro-LF/m/n/10 Tell the third-party linker pro-gram to redi-rect all calls to []\T1/zi4/m/it/10 LLMJVM_invoke_method[] \T1/SourceSansPro-LF/m /n/10 and Underfull \hbox (badness 10000) in paragraph at lines 38539--38541 []\T1/zi4/m/it/10 LLMJVM_return_method[] \T1/SourceSansPro-LF/m/n/10 sym-bols to re-spec-tively []\T1/zi4/m/it/10 LLMJVM_invoke_method_with_trace[] \T1/Sou rceSansPro-LF/m/n/10 and LaTeX Warning: Hyper reference `KernelDeveloperGuide/kf:kf-specification' on pa ge 489 undefined on input line 38582. LaTeX Warning: Hyper reference `VEEPortingGuide/platformOverview:build-process- overview' on page 489 undefined on input line 38595. [489] LaTeX Warning: Hyper reference `KernelDeveloperGuide/index:kernel-developer-gui de' on page 490 undefined on input line 38612. LaTeX Warning: Hyper reference `KernelDeveloperGuide/kernelLink:kernel-link' on page 490 undefined on input line 38613. LaTeX Warning: Hyper reference `KernelDeveloperGuide/applicationLink:applicatio n-link' on page 490 undefined on input line 38613. LaTeX Warning: Hyper reference `VEEPortingGuide/coreEngine:memory-consideration s' on page 490 undefined on input line 38620. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:llkf-api-section ' on page 490 undefined on input line 38627. [490 <./process-multiapp-overview.png>] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 491 undefined on input line 38645. LaTeX Warning: Hyper reference `KernelDeveloperGuide/kf:kf-specification' on pa ge 491 undefined on input line 38646. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 491 undefined on input line 38654. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:platformcustom ization' on page 491 undefined on input line 38681. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/limitations:limitatio ns' on page 491 undefined on input line 38688. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/runtime:runtime-sni' on page 491 undefined on input line 38723. [491] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/runtime:runtime-sni' on page 492 undefined on input line 38758. [492 <./sni_flow.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/runtime:runtime-sni' on page 493 undefined on input line 38825. [493] LaTeX Warning: Hyper reference `VEEPortingGuide/sni:fig-sni-sync' on page 494 u ndefined on input line 38862. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/runtime:runtime-sni' on page 494 undefined on input line 38877. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 494 undefined on input line 38886. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/runtime:runtime-sni' on page 494 undefined on input line 38887. [494 <./sni_sync.png>] Underfull \hbox (badness 10000) in paragraph at lines 38930--38933 []|[][]$\T1/SourceSansPro-LF/m/n/10 https : / / repository . microej . com / ja vadoc / microej _ 5 . x / apis / ej / sp / LaTeX Warning: Hyper reference `VEEPortingGuide/sp:sp-api-mmm' on page 495 unde fined on input line 38964. LaTeX Warning: Hyper reference `VEEPortingGuide/sp:sp-compiler' on page 495 und efined on input line 38971. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/tools:microejtoolssec tion' on page 495 undefined on input line 38981. [495 <./sp1.png>] [496 <./sp_flow.png>] [497] LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:llsp-api-section ' on page 498 undefined on input line 39112. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 498 undefined on input line 39129. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 498 undefined on input line 39138. [498 <./javah_process.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationResources: chapter-microej-applicationresources' on page 499 undefined on input line 39199 . LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationResources: chapter-microej-applicationresources' on page 499 undefined on input line 39206 . [499] LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:llext-res-api-se ction' on page 500 undefined on input line 39303. Underfull \hbox (badness 10000) in paragraph at lines 39310--39314 \T1/SourceSansPro-LF/m/n/10 The Ex-ter-nal Re-sources Loader is an ad-di-tional mod-ule. In the plat-form con-fig-u-ra-tion file, check [500] LaTeX Warning: Hyper reference `VEEPortingGuide/ecom:fig-ecom-flow' on page 501 undefined on input line 39365. [501 <./ecom-core_process.png>] Underfull \hbox (badness 10000) in paragraph at lines 39413--39418 \T1/SourceSansPro-LF/m/n/10 A de-vice is de-fined by im-ple-ment-ing [][]ej.eco m.Device[][]. It is iden-ti-fied by a name and a de-scrip-tor LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 502 undefined on input line 39425. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 502 undefined on input line 39445. [502] LaTeX Warning: Hyper reference `VEEPortingGuide/ecom:fig-ecom-flow' on page 503 undefined on input line 39501. [503 <./architecture.png>] [504] LaTeX Warning: Hyper reference `VEEPortingGuide/ecom-comm:section-ecomcomm-driv er' on page 505 undefined on input line 39667. LaTeX Warning: Hyper reference `VEEPortingGuide/ecom:section-ecom-dm' on page 5 05 undefined on input line 39674. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 505 undefined on input line 39676. [505 <./comm_open.png>] [506 <./dyn_sequence.png (PNG copy)>] [507] Underfull \hbox (badness 10000) in paragraph at lines 39901--39904 []\T1/SourceSansPro-LF/m/n/10 Data has ar-rived that should be added to the re- ceive buffer (us-ing the [508] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 509 undefined on input line 39968. LaTeX Warning: Hyper reference `VEEPortingGuide/ecom-comm:section-ecomcomm-inst allation' on page 509 undefined on input line 39973. LaTeX Warning: Hyper reference `VEEPortingGuide/ecom-comm:section-ecomcomm-mapp ing' on page 509 undefined on input line 39983. [509] LaTeX Warning: Hyper reference `VEEPortingGuide/serialCommunications:ecom' on p age 510 undefined on input line 40055. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:llcomm-api-secti on' on page 510 undefined on input line 40060. LaTeX Warning: Hyper reference `VEEPortingGuide/ecom-comm:section-ecomcomm-xml' on page 510 undefined on input line 40072. [510] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 511 undefined on input line 40078. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 511 undefined on input line 40092. LaTeX Warning: Hyper reference `VEEPortingGuide/uiChangeLog:section-ui-changelo g' on page 511 undefined on input line 40102. LaTeX Warning: Hyper reference `VEEPortingGuide/uiMigrationGuide:section-ui-mig rationguide' on page 511 undefined on input line 40102. [511] LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display' on p age 512 undefined on input line 40129. LaTeX Warning: Hyper reference `VEEPortingGuide/uiInput:section-input' on page 512 undefined on input line 40129. LaTeX Warning: Hyper reference `VEEPortingGuide/uiLed:section-leds' on page 512 undefined on input line 40129. LaTeX Warning: Hyper reference `VEEPortingGuide/uiSimulation:section-ui-simulat ion' on page 512 undefined on input line 40133. [512 <./java-c-ui-interface.png>] [513 <./ui_overview2.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MWT/index:mwt' on page 514 undefined on input line 40160. LaTeX Warning: Hyper reference `VEEPortingGuide/uiStaticInit:section-static-ini t' on page 514 undefined on input line 40179. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display' on p age 514 undefined on input line 40240. LaTeX Warning: Hyper reference `VEEPortingGuide/uiInput:section-input' on page 514 undefined on input line 40240. LaTeX Warning: Hyper reference `VEEPortingGuide/uiLed:section-leds' on page 514 undefined on input line 40240. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display' on p age 514 undefined on input line 40240. LaTeX Warning: Hyper reference `VEEPortingGuide/uiInput:section-input' on page 514 undefined on input line 40240. LaTeX Warning: Hyper reference `VEEPortingGuide/uiLed:section-leds' on page 514 undefined on input line 40240. LaTeX Warning: Hyper reference `VEEPortingGuide/uiSimulation:section-ui-simulat ion' on page 514 undefined on input line 40246. LaTeX Warning: Hyper reference `VEEPortingGuide/uiInput:section-input' on page 514 undefined on input line 40269. [514] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 515 undefined on input line 40281. [515] LaTeX Warning: Hyper reference `VEEPortingGuide/uiFont:section-fonts' on page 5 16 undefined on input line 40363. LaTeX Warning: Hyper reference `VEEPortingGuide/uiStaticInit:section-static-ini t' on page 516 undefined on input line 40395. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/index:sect ion-app-microui' on page 516 undefined on input line 40402. LaTeX Warning: Hyper reference `VEEPortingGuide/uiMicroui:section-architecture' on page 516 undefined on input line 40413. LaTeX Warning: Hyper reference `VEEPortingGuide/uiInput:section-input' on page 516 undefined on input line 40420. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/tools/static:muistatic init' on page 516 undefined on input line 40433. [516] LaTeX Warning: Hyper reference `VEEPortingGuide/uiMicroui:section-microui-insta llation' on page 517 undefined on input line 40439. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:chapter-mic roej-classpath' on page 517 undefined on input line 40446. LaTeX Warning: Hyper reference `VEEPortingGuide/uiInput:section-input' on page 517 undefined on input line 40459. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/tools/static:muistatic init' on page 517 undefined on input line 40489. [517 <./static_init_process.png> <./static_xml.png>] Overfull \vbox (1.09792pt too high) detected at line 40584 [518] [519] LaTeX Warning: Hyper reference `VEEPortingGuide/uiMicroui:section-microui' on p age 520 undefined on input line 40651. LaTeX Warning: Hyper reference `VEEPortingGuide/uiStaticInit:section-static-ini t' on page 520 undefined on input line 40672. [520 <./ui_llapi_emb.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/uiStaticInit:section-static-ini t' on page 521 undefined on input line 40728. LaTeX Warning: Hyper reference `VEEPortingGuide/uiLed:section-leds-llapi' on pa ge 521 undefined on input line 40733. LaTeX Warning: Hyper reference `VEEPortingGuide/uiInput:section-input-llapi' on page 521 undefined on input line 40733. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display-llapi ' on page 521 undefined on input line 40733. LaTeX Warning: Hyper reference `VEEPortingGuide/uiSimulation:section-ui-simulat ion' on page 521 undefined on input line 40791. [521 <./ui_llapi_sim.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:llleds-api-secti on' on page 522 undefined on input line 40802. [522] Overfull \vbox (1.91595pt too high) detected at line 40881 [523 <./ui_llapi_led.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/uiMicroui:section-microui' on p age 524 undefined on input line 40888. LaTeX Warning: Hyper reference `VEEPortingGuide/uiLed:section-leds-implementati on' on page 524 undefined on input line 40892. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:llleds-api-secti on' on page 524 undefined on input line 40892. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:llinput-api-sect ion' on page 524 undefined on input line 40930. [524] [525 <./drivers-microui-comms.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/uiStaticInit:section-static-ini t' on page 526 undefined on input line 40999. [526 <./microui-events.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/uiStaticInit:section-static-ini t' on page 527 undefined on input line 41044. LaTeX Warning: Hyper reference `VEEPortingGuide/uiStaticInit:section-static-ini t' on page 527 undefined on input line 41058. [527] [528 <./ui_llapi_input2.png>] [529] [530] [531] Underfull \hbox (badness 5696) in paragraph at lines 41289--41292 []\T1/SourceSansPro-LF/m/n/10 This helper also fil-ters the touch panel events. It uses two de-fines []\T1/zi4/m/it/10 FIRST_MOVE_PIXEL_LIMIT[] \T1/SourceSa nsPro-LF/m/n/10 and [532] [533] LaTeX Warning: Hyper reference `VEEPortingGuide/uiStaticInit:section-static-ini t' on page 534 undefined on input line 41399. [534] Underfull \hbox (badness 10000) in paragraph at lines 41468--41471 \T1/SourceSansPro-LF/b/n/10 Note: \T1/SourceSansPro-LF/m/n/10 When the func-ti ons []\T1/zi4/m/it/10 LLUI_INPUT_IMPL_log_queue_xxx()[] \T1/SourceSansPro-LF/ m/n/10 are not im-ple-mented, a call to Underfull \hbox (badness 10000) in paragraph at lines 41486--41488 []\T1/SourceSansPro-LF/m/n/10 If the event can-not be added be-cause the queue is full, the event en-gine calls Underfull \hbox (badness 5105) in paragraph at lines 41508--41510 []\T1/SourceSansPro-LF/m/n/10 Then, the event en-gine dumps the \T1/SourceSansP ro-LF/m/it/10 fu-ture \T1/SourceSansPro-LF/m/n/10 events (events not con-sumed yet by Mi-croUI). It calls Underfull \hbox (badness 10000) in paragraph at lines 41516--41518 []\T1/SourceSansPro-LF/m/n/10 Fi-nally, the event en-gine no-ti-fies the log-ge r about the end of the dump by call-ing [535] LaTeX Warning: Hyper reference `VEEPortingGuide/uiReleaseNotes:section-ui-relea senotes-cmodule' on page 536 undefined on input line 41527. Underfull \hbox (badness 10000) in paragraph at lines 41530--41532 \T1/SourceSansPro-LF/m/n/10 gine calls []\T1/zi4/m/it/10 LLUI_INPUT_IMPL_log_d ump()[] \T1/SourceSansPro-LF/m/n/10 , the log-ger re-trieves the event meta-dat a and calls [536] LaTeX Warning: Hyper reference `VEEPortingGuide/uiInput:section-inputs-static-i nit' on page 537 undefined on input line 41605. LaTeX Warning: Hyper reference `VEEPortingGuide/uiReleaseNotes:section-ui-relea senotes-cmodule' on page 537 undefined on input line 41613. LaTeX Warning: Hyper reference `VEEPortingGuide/uiMicroui:section-microui' on p age 537 undefined on input line 41622. LaTeX Warning: Hyper reference `VEEPortingGuide/uiStaticInit:section-static-ini t' on page 537 undefined on input line 41626. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:llinput-api-sect ion' on page 537 undefined on input line 41630. LaTeX Warning: Hyper reference `VEEPortingGuide/uiReleaseNotes:section-ui-relea senotes-cmodule' on page 537 undefined on input line 41634. LaTeX Warning: Hyper reference `VEEPortingGuide/uiInput:section-inputs-eventbuf fer' on page 537 undefined on input line 41634. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:lldisplay-api-se ction' on page 537 undefined on input line 41667. [537] [538] [539 <./display_modes_nocustom.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:switchmodesyncsteps' on page 540 undefined on input line 41755. [540 <./switch-step1.png>] [541 <./switch-step2.png> <./switch-step3.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:table-copymodesyncste ps' on page 542 undefined on input line 41834. [542 <./switch-step4.png> <./copy-step1.png>] [543 <./copy-step2.png> <./copy-s tep3.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:fig-directmode' on pa ge 544 undefined on input line 41905. [544 <./direct.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MWT/concepts:secti on-render-policy' on page 545 undefined on input line 41971. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MWT/concepts:secti on-animations' on page 545 undefined on input line 41985. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display-insta llation' on page 545 undefined on input line 42014. [545] LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display-layou t-byte' on page 546 undefined on input line 42376. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display-insta llation' on page 546 undefined on input line 42376. [546] LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:display-pixel-structu re-standard' on page 547 undefined on input line 42805. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:display-pixel-structu re-driver' on page 547 undefined on input line 42805. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display-insta llation' on page 547 undefined on input line 42805. LaTeX Warning: Hyper reference `VEEPortingGuide/uiSimulation:section-ui-simulat ion' on page 547 undefined on input line 42812. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageGenerator:section-image- generator' on page 547 undefined on input line 42812. [547] [548] [549] LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:display-lut' on page 550 undefined on input line 42998. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageGenerator:section-image- generator-extended' on page 550 undefined on input line 43003. LaTeX Warning: Hyper reference `VEEPortingGuide/uiSimulation:section-ui-simulat ion-display' on page 550 undefined on input line 43007. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:colorconversions ' on page 550 undefined on input line 43011. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageGenerator:section-image- generator-extended' on page 550 undefined on input line 43043. [550] [551] LaTeX Warning: Hyper reference `VEEPortingGuide/uiReleaseNotes:section-ui-relea senotes-cmodule' on page 552 undefined on input line 43181. Underfull \hbox (badness 10000) in paragraph at lines 43180--43182 []\T1/SourceSansPro-LF/m/n/10 The \T1/SourceSansPro-LF/m/it/10 Mi-croUI C mod-u le \T1/SourceSansPro-LF/m/n/10 pro-vides a de-fault im-ple-men-ta-tion of the d raw-ing na-tive func-tions of [552 <./ui_llapi_display.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display-modes ' on page 553 undefined on input line 43244. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display-modes ' on page 553 undefined on input line 43252. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:display-pixel-structu re' on page 553 undefined on input line 43260. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:display-lut' on page 553 undefined on input line 43260. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:display-drawing-nativ e' on page 553 undefined on input line 43266. LaTeX Warning: Hyper reference `VEEPortingGuide/uiReleaseNotes:section-ui-relea senotes-cmodule' on page 553 undefined on input line 43269. [553] LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display-modes ' on page 554 undefined on input line 43293. [554] [555] LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:copybuffermode' on pa ge 556 undefined on input line 43375. [556] [557] LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-lluidisplay-p arallel-tearing' on page 558 undefined on input line 43487. [558] Underfull \vbox (badness 1052) detected at line 43613 [559] [560] [561] Underfull \vbox (badness 10000) detected at line 43759 Overfull \vbox (0.82594pt too high) detected at line 43759 [562] [563] Underfull \vbox (badness 1052) detected at line 43914 [564] [565] LaTeX Warning: Hyper reference `VEEPortingGuide/uiReleaseNotes:section-ui-relea senotes-cmodule' on page 566 undefined on input line 43920. [566] LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:copybuffermode' on pa ge 567 undefined on input line 43968. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:copybuffermode' on pa ge 567 undefined on input line 43986. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:switchbuffermode' on page 567 undefined on input line 43986. [567 <./uiDisplaySync01.png>] [568 <./uiDisplaySync02.png> <./uiDisplaySync03.p ng> <./uiDisplaySync04.png> <./uiDisplaySync05.png>] Underfull \hbox (badness 10000) in paragraph at lines 44295--44295 []\T1/SourceSansPro-LF/m/n/10 Tear- Underfull \hbox (badness 10000) in paragraph at lines 44295--44295 []\T1/SourceSansPro-LF/m/n/10 Nb Underfull \hbox (badness 10000) in paragraph at lines 44295--44295 []\T1/SourceSansPro-LF/m/n/10 Flush time Underfull \hbox (badness 10000) in paragraph at lines 44295--44295 []\T1/SourceSansPro-LF/m/n/10 FPS Underfull \hbox (badness 5203) in paragraph at lines 44295--44295 []\T1/SourceSansPro-LF/m/n/10 CPU load [569 <./uiDisplaySync06.png> <./uiDisplaySync07.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/uiFontGenerator:section-fontgen ' on page 570 undefined on input line 44312. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:display-pixel-structu re' on page 570 undefined on input line 44334. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:lldisplay-api-se ction' on page 570 undefined on input line 44340. [570] LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:display-pixel-structu re' on page 571 undefined on input line 44392. [571] LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:display-pixel-structu re' on page 572 undefined on input line 44539. Underfull \hbox (badness 10000) in paragraph at lines 44556--44558 []\T1/SourceSansPro-LF/m/n/10 The linker file holds five ta-bles, one for each use case, re-spec-tively []\T1/zi4/m/it/10 IMAGE_UTILS_TABLE_COPY[] \T1/Source SansPro-LF/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 44556--44558 []\T1/zi4/m/it/10 IMAGE_UTILS_TABLE_COPY_WITH_ALPHA[] \T1/SourceSansPro-LF/m/n/ 10 , []\T1/zi4/m/it/10 IMAGE_UTILS_TABLE_DRAW[] \T1/SourceSansPro-LF/m/n/10 , []\T1/zi4/m/it/10 IMAGE_UTILS_TABLE_SET[] \T1/SourceSansPro-LF/m/n/10 and [572] LaTeX Warning: Hyper reference `VEEPortingGuide/uiMicroui:section-microui' on p age 573 undefined on input line 44570. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display-imple mentation' on page 573 undefined on input line 44576. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:lldisplay-api-se ction' on page 573 undefined on input line 44577. LaTeX Warning: Hyper reference `VEEPortingGuide/uiReleaseNotes:section-ui-relea senotes-cmodule' on page 573 undefined on input line 44581. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display-imple mentation' on page 573 undefined on input line 44599. [573] LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageRaw:section-image-gpu-ra w' on page 574 undefined on input line 44774. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageGenerator:section-image- custom-format' on page 574 undefined on input line 44774. [574] [575] [576 <./graphviz-19cb2a7941ce2a7e1a1d90ea2fd6653a1e700ee1.pdf>] LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageRaw:section-image-standa rd-raw' on page 577 undefined on input line 44887. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageRaw:section-image-binary -raw' on page 577 undefined on input line 44891. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageGenerator:section-image- generator' on page 577 undefined on input line 44906. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageLoader:image-runtime-dec oder' on page 577 undefined on input line 44907. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageGenerator:section-image- generator' on page 577 undefined on input line 44918. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageLoader:image-runtime-dec oder' on page 577 undefined on input line 44919. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageGenerator:section-image- generator' on page 577 undefined on input line 44929. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageLoader:image-runtime-dec oder' on page 577 undefined on input line 44929. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageRaw:section-image-standa rd-raw' on page 577 undefined on input line 44958. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageRaw:section-image-displa y-raw' on page 577 undefined on input line 44958. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageRaw:section-image-gpu-ra w' on page 577 undefined on input line 44958. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageRaw:section-image-binary -raw' on page 577 undefined on input line 44959. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageGenerator:section-image- generator' on page 577 undefined on input line 44966. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageLoader:image-runtime-dec oder' on page 577 undefined on input line 44970. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageLoader:section-image-loa der' on page 577 undefined on input line 44970. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageRaw:section-image-asis' on page 577 undefined on input line 44975. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/images:sec tion-image-display-output' on page 577 undefined on input line 44981. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:display-pixel-structu re' on page 577 undefined on input line 44984. [577] LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageRaw:section-image-standa rd-raw' on page 578 undefined on input line 44996. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/images:sec tion-image-standard-output' on page 578 undefined on input line 45002. [578 <./uiFormat01.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/images:sec tion-image-grayscale-output' on page 579 undefined on input line 45141. [579] [580] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/images:sec tion-image-rle-output' on page 581 undefined on input line 45233. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageRaw:section-image-standa rd-raw' on page 581 undefined on input line 45285. [581 <./uiFormat02.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/images:sec tion-image-unspecified-output' on page 582 undefined on input line 45345. LaTeX Warning: Hyper reference `VEEPortingGuide/uiSimulation:fp-ui-decoder' on page 582 undefined on input line 45463. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageLoader:image-runtime-dec oder' on page 582 undefined on input line 45467. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageLoader:image-runtime-dec oder' on page 582 undefined on input line 45471. LaTeX Warning: Hyper reference `VEEPortingGuide/uiSimulation:fp-ui-decoder' on page 582 undefined on input line 45471. LaTeX Warning: Hyper reference `SDKUserGuide/repository:developer-repository' o n page 582 undefined on input line 45475. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageGenerator:section-image- generator-imageio' on page 582 undefined on input line 45475. LaTeX Warning: Hyper reference `VEEPortingGuide/uiSimulation:fp-ui-decoder' on page 582 undefined on input line 45475. [582] LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageLoader:image-runtime-dec oder' on page 583 undefined on input line 45495. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageOverview:section-image-c ore-process' on page 583 undefined on input line 45531. [583 <./static-image-gen2.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageRaw:section-image-standa rd-raw' on page 584 undefined on input line 45569. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageRaw:section-image-displa y-raw' on page 584 undefined on input line 45573. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageRaw:section-image-gpu-ra w' on page 584 undefined on input line 45573. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageRaw:section-image-binary -raw' on page 584 undefined on input line 45573. [584] [585] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 586 undefined on input line 45696. Underfull \hbox (badness 10000) in paragraph at lines 45728--45730 []\T1/SourceSansPro-LF/m/n/10 Cre-ate an im-ple-men-ta-tion of in-ter-face []\ T1/zi4/m/it/10 com.microej.tool.ui.generator. Underfull \hbox (badness 10000) in paragraph at lines 45732--45734 []\T1/SourceSansPro-LF/m/n/10 Cre-ate the file []\T1/zi4/m/it/10 META[]INF/ser vices/com.microej.tool.ui.generator. [586] LaTeX Warning: Hyper reference `VEEPortingGuide/uiSimulation:fp-ui-decoder' on page 587 undefined on input line 45778. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageRaw:section-image-displa y-raw' on page 587 undefined on input line 45785. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageRaw:section-image-gpu-ra w' on page 587 undefined on input line 45785. Underfull \hbox (badness 10000) in paragraph at lines 45793--45795 \T1/SourceSansPro-LF/m/n/10 stan-dard im-ages) or cre-ate an im-ple-men-ta-tion of in-ter-face []\T1/zi4/m/it/10 com.microej.tool.ui.generator. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:display-pixel-structu re' on page 587 undefined on input line 45798. Underfull \hbox (badness 10000) in paragraph at lines 45809--45811 []\T1/SourceSansPro-LF/m/n/10 Cre-ate the file []\T1/zi4/m/it/10 META[]INF/ser vices/com.microej.tool.ui.generator. [587] LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageRaw:section-image-binary -raw' on page 588 undefined on input line 45847. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 588 undefined on input line 45881. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/images:ima ge-gen-tool' on page 588 undefined on input line 45889. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:display-pixel-structu re' on page 588 undefined on input line 45907. [588] Underfull \hbox (badness 10000) in paragraph at lines 45976--45978 []\T1/SourceSansPro-LF/m/n/10 The sec-tion is aligned on the value spec-i-fied by the Dis-play mod-ule prop-erty []\T1/zi4/m/it/10 imageBuffer. [589] LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageCore:section-image-core' on page 590 undefined on input line 46002. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display' on p age 590 undefined on input line 46006. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 590 undefined on input line 46034. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageRaw:section-image-binary -raw' on page 590 undefined on input line 46077. [590] LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageRaw:section-image-standa rd-raw' on page 591 undefined on input line 46102. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageRaw:section-image-gpu-ra w' on page 591 undefined on input line 46102. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:lldisplay-api-se ction' on page 591 undefined on input line 46110. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:display-pixel-structu re' on page 591 undefined on input line 46118. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageRaw:section-image-displa y-raw' on page 591 undefined on input line 46118. [591] LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageGenerator:section-image- generator-conffile' on page 592 undefined on input line 46139. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 592 undefined on input line 46139. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/images:sec tion-ui-images' on page 592 undefined on input line 46158. LaTeX Warning: Hyper reference `VEEPortingGuide/externalResourceLoader:section- externalresourceloader' on page 592 undefined on input line 46170. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageLoader:section-image-loa der-memory' on page 592 undefined on input line 46182. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageGenerator:section-image- generator' on page 592 undefined on input line 46211. [592] LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageCore:section-image-core' on page 593 undefined on input line 46286. [593] LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageGenerator:section-image- generator' on page 594 undefined on input line 46311. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageRaw:section-image-raw' o n page 594 undefined on input line 46323. [594] [595 <./graphviz-6df7904b71882cfac158dba904878d97e6aa5926.pdf>] LaTeX Warning: Hyper reference `VEEPortingGuide/uiMicroui:section-microui' on p age 596 undefined on input line 46338. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display' on p age 596 undefined on input line 46342. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/fontDesign er:section-tool-fontdesigner' on page 596 undefined on input line 46376. [596 <./font-process2.png>] [597 <./font-height.png> <./font-baseline.png>] [598 <./arabic.png>] [599 <./static-font-gen2.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 600 undefined on input line 46895. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/fonts:font s-list-grammar' on page 600 undefined on input line 46908. [600] LaTeX Warning: Hyper reference `VEEPortingGuide/uiFontCore:section-font-core' o n page 601 undefined on input line 46945. LaTeX Warning: Hyper reference `VEEPortingGuide/uiStaticInit:section-static-ini t' on page 601 undefined on input line 46961. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 601 undefined on input line 46976. LaTeX Warning: Hyper reference `VEEPortingGuide/uiMicroui:section-microui' on p age 601 undefined on input line 46989. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display' on p age 601 undefined on input line 46989. [601] [602 <./graphviz-bbb293e576796deb2ab25417cb506d9833091246.pdf>] LaTeX Warning: Hyper reference `VEEPortingGuide/uiFontGenerator:section-fontgen -conffile' on page 603 undefined on input line 47023. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 603 undefined on input line 47023. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/fonts:sect ion-ui-fonts' on page 603 undefined on input line 47042. LaTeX Warning: Hyper reference `VEEPortingGuide/externalResourceLoader:section- externalresourceloader' on page 603 undefined on input line 47054. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/fontDesign er:section-tool-fontdesigner-styles' on page 603 undefined on input line 47091. [603] LaTeX Warning: Hyper reference `VEEPortingGuide/uiMicroui:section-microui' on p age 604 undefined on input line 47108. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display' on p age 604 undefined on input line 47112. LaTeX Warning: Hyper reference `VEEPortingGuide/frontpanel:section-frontpanel' on page 604 undefined on input line 47138. LaTeX Warning: Hyper reference `VEEPortingGuide/uiMicroui:section-microui' on p age 604 undefined on input line 47138. LaTeX Warning: Hyper reference `VEEPortingGuide/frontpanel:section-frontpanel' on page 604 undefined on input line 47155. [604] [605] LaTeX Warning: Hyper reference `VEEPortingGuide/uiLowLevel:section-ui-low-level ' on page 606 undefined on input line 47232. LaTeX Warning: Hyper reference `VEEPortingGuide/uiSimulation:section-ui-simulat ion-display' on page 606 undefined on input line 47250. LaTeX Warning: Hyper reference `VEEPortingGuide/uiSimulation:section-ui-simulat ion-input' on page 606 undefined on input line 47266. [606 <./fpwidgets.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/uiSimulation:section-ui-simulat ion-refreshrate' on page 607 undefined on input line 47289. LaTeX Warning: Hyper reference `VEEPortingGuide/uiSimulation:section-ui-simulat ion-flushtime' on page 607 undefined on input line 47293. LaTeX Warning: Hyper reference `VEEPortingGuide/uiSimulation:section-ui-simulat ion-nonrectangulardisplay' on page 607 undefined on input line 47301. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:display-pixel-structu re-standard' on page 607 undefined on input line 47305. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:display-pixel-structu re-driver' on page 607 undefined on input line 47309. [607] LaTeX Warning: Hyper reference `VEEPortingGuide/frontpanel:section-frontpanel-w idget' on page 608 undefined on input line 47360. Underfull \hbox (badness 10000) in paragraph at lines 47387--47389 []\T1/SourceSansPro-LF/m/n/10 Cre-ate an im-ple-men-ta-tion of the in-ter-face []\T1/zi4/m/it/10 ej.microui.display.UIDrawing.UiDrawingDefault[] \T1/SourceSa nsPro-LF/m/n/10 : LaTeX Warning: Hyper reference `VEEPortingGuide/frontpanel:section-frontpanel-e mptywidget' on page 608 undefined on input line 47392. [608] Underfull \hbox (badness 10000) in paragraph at lines 47483--47485 []\T1/SourceSansPro-LF/m/n/10 Af-ter draw-ing, the im-ple-men-ta-tion up-dates the Graph-ics En-gine dirty area by call-ing []\T1/zi4/m/it/10 gc. LaTeX Warning: Hyper reference `VEEPortingGuide/uiSimulation:section-ui-simulat ion-customdrawing' on page 609 undefined on input line 47502. [609] LaTeX Warning: Hyper reference `VEEPortingGuide/uiSimulation:section-ui-simulat ion-customdrawing' on page 610 undefined on input line 47557. LaTeX Warning: Hyper reference `VEEPortingGuide/uiStaticInit:section-static-ini t' on page 610 undefined on input line 47581. [610] LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageLoader:section-image-loa der-memory' on page 611 undefined on input line 47607. LaTeX Warning: Hyper reference `VEEPortingGuide/uiFontCore:section-font-loader- memory' on page 611 undefined on input line 47607. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageLoader:section-image-ext ernal-memory' on page 611 undefined on input line 47611. LaTeX Warning: Hyper reference `VEEPortingGuide/uiFontCore:section-font-loader- memory' on page 611 undefined on input line 47615. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageLoader:image-external-de coder' on page 611 undefined on input line 47623. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageLoader:image-external-de coder' on page 611 undefined on input line 47623. LaTeX Warning: Hyper reference `VEEPortingGuide/uiSimulation:fp-ui-installation ' on page 611 undefined on input line 47631. [611] LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageGenerator:section-image- generator-imageio' on page 612 undefined on input line 47715. LaTeX Warning: Hyper reference `VEEPortingGuide/mock:mock' on page 612 undefine d on input line 47722. LaTeX Warning: Hyper reference `VEEPortingGuide/uiMicroui:section-microui' on p age 612 undefined on input line 47737. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display' on p age 612 undefined on input line 47741. LaTeX Warning: Hyper reference `VEEPortingGuide/frontpanel:fp-installation' on page 612 undefined on input line 47753. LaTeX Warning: Hyper reference `VEEPortingGuide/uiSimulation:fp-ui-decoder' on page 612 undefined on input line 47762. [612] LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:platform-confi guration-creation' on page 613 undefined on input line 47814. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 613 undefined on input line 47814. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:new-platform-c reation' on page 613 undefined on input line 47819. LaTeX Warning: Hyper reference `SDKUserGuide/repository:central-repository' on page 613 undefined on input line 47828. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:pack-import' o n page 613 undefined on input line 47831. [613] LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:platform-modul e-configuration' on page 614 undefined on input line 47861. LaTeX Warning: Hyper reference `VEEPortingGuide/uiMicroui:section-microui' on p age 614 undefined on input line 47867. LaTeX Warning: Hyper reference `VEEPortingGuide/uiStaticInit:section-static-ini t' on page 614 undefined on input line 47878. [614 <./ui_modules.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/uiLed:section-leds' on page 615 undefined on input line 47907. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageLoader:image-runtime-dec oder' on page 615 undefined on input line 47923. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageGenerator:section-image- generator' on page 615 undefined on input line 47940. LaTeX Warning: Hyper reference `VEEPortingGuide/uiFontGenerator:section-fontgen ' on page 615 undefined on input line 47956. [615] LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display' on p age 616 undefined on input line 47970. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:display-pixel-structu re' on page 616 undefined on input line 48016. [616] LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display-insta llation' on page 617 undefined on input line 48045. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:platform-build ' on page 617 undefined on input line 48060. LaTeX Warning: Hyper reference `VEEPortingGuide/frontpanel:section-frontpanel' on page 617 undefined on input line 48074. LaTeX Warning: Hyper reference `VEEPortingGuide/uiSimulation:section-ui-simulat ion' on page 617 undefined on input line 48091. [617] LaTeX Warning: Hyper reference `VEEPortingGuide/uiSimulation:section-ui-simulat ion-input' on page 618 undefined on input line 48153. [618] [619] [620] LaTeX Warning: Hyper reference `VEEPortingGuide/uiSimulation:section-ui-simulat ion-input' on page 621 undefined on input line 48362. [621] LaTeX Warning: Hyper reference `VEEPortingGuide/uiSimulation:section-ui-simulat ion-display' on page 622 undefined on input line 48408. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:platform-build ' on page 622 undefined on input line 48414. LaTeX Warning: Hyper reference `VEEPortingGuide/uiPortGPU:ui-port-gpu' on page 622 undefined on input line 48459. LaTeX Warning: Hyper reference `VEEPortingGuide/uiReleaseNotes:section-ui-relea senotes-cmodule' on page 622 undefined on input line 48492. [622] LaTeX Warning: Hyper reference `VEEPortingGuide/uiLed:section-leds-llapi' on pa ge 623 undefined on input line 48545. LaTeX Warning: Hyper reference `VEEPortingGuide/uiInput:section-input-llapi' on page 623 undefined on input line 48575. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display-llapi ' on page 623 undefined on input line 48605. [623] LaTeX Warning: Hyper reference `VEEPortingGuide/uiPortConfiguration:ui-port-con f' on page 624 undefined on input line 48612. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display-imple mentation' on page 624 undefined on input line 48616. Overfull \hbox (57.96996pt too wide) in paragraph at lines 48615--48617 [] []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL_convertARGBColorToDisplayColor[] \T1/So urceSansPro-LF/m/n/10 and []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL_convertDisplayCo lorToARGBColor[] Underfull \hbox (badness 10000) in paragraph at lines 48650--48652 [] []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL_hasBacklight[] \T1/SourceSansPro-LF/m/n/ 10 , []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL_setBacklight[] \T1/SourceSansPro-LF/ m/n/10 and LaTeX Warning: Hyper reference `VEEPortingGuide/uiPortGPU:ui-port-gpu' on page 624 undefined on input line 48692. [624] LaTeX Warning: Hyper reference `VEEPortingGuide/platformQualification:platform- testsuite' on page 625 undefined on input line 48712. LaTeX Warning: Hyper reference `VEEPortingGuide/uiPortGPU:ui-port-gpu' on page 625 undefined on input line 48727. Underfull \hbox (badness 10000) in paragraph at lines 48749--48751 []\T1/SourceSansPro-LF/m/n/10 Hello World: [][]$https : / / github . com / Micr oEJ / Example-[]Standalone-[]Foundation-[]Libraries / tree / master / com . LaTeX Warning: Hyper reference `VEEPortingGuide/uiPortBSP:ui-port-bsp' on page 625 undefined on input line 48768. [625] LaTeX Warning: Hyper reference `VEEPortingGuide/uiReleaseNotes:section-ui-relea senotes-cmodule' on page 626 undefined on input line 48797. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display-llapi -painter' on page 626 undefined on input line 48806. Underfull \hbox (badness 10000) in paragraph at lines 48827--48829 []\T1/SourceSansPro-LF/m/n/10 the clip: the []\T1/zi4/m/it/10 LLUI_DISPLAY.h[] \T1/SourceSansPro-LF/m/n/10 file pro-vides some func-tions to re-trieve the c ur-rent [626] Underfull \hbox (badness 10000) in paragraph at lines 48915--48918 \T1/SourceSansPro-LF/b/n/10 Note: \T1/SourceSansPro-LF/m/n/10 For the run-time im-ages, this align-ment value may be cus-tomized thanks to the func-tion LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageGenerator:section-image- generator-extended' on page 627 undefined on input line 48933. [627] Underfull \hbox (badness 10000) in paragraph at lines 48956--48958 []\T1/SourceSansPro-LF/m/n/10 Cre-ate the file []\T1/zi4/m/it/10 /META[]INF/se rvices/com.microej.tool.ui.generator. Overfull \hbox (9.0719pt too wide) in paragraph at lines 48984--48986 []\T1/SourceSansPro-LF/m/n/10 For the compile-time im-ages, the BSP has to im-p le-ment the LLAPI []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL_getNewImageStrideInBytes [] LaTeX Warning: Hyper reference `VEEPortingGuide/uiPortBSP:ui-port-bsp-testsuite ' on page 628 undefined on input line 48998. [628] LaTeX Warning: Hyper reference `VEEPortingGuide/uiMigrationGuide:section-ui-mig rationguide' on page 629 undefined on input line 49297. [629] Overfull \hbox (27.38542pt too wide) in paragraph at lines 49326--49328 [] []\T1/zi4/m/it/10 void LLUI_DISPLAY_IMPL_binarySemaphoreTake([. Overfull \hbox (27.38542pt too wide) in paragraph at lines 49330--49332 [] []\T1/zi4/m/it/10 void LLUI_DISPLAY_IMPL_binarySemaphoreGive([. Overfull \hbox (72.38542pt too wide) in paragraph at lines 49347--49349 [] []\T1/zi4/m/it/10 int32_t LLDISPLAY_IMPL_getWorkingBufferStartAddress([. Overfull \hbox (62.38542pt too wide) in paragraph at lines 49351--49353 [] []\T1/zi4/m/it/10 int32_t LLDISPLAY_IMPL_getWorkingBufferEndAddress([. Overfull \hbox (22.38542pt too wide) in paragraph at lines 49430--49432 [] []\T1/zi4/m/it/10 jint LLUI_INPUT_IMPL_getInitialStateValue([. Overfull \hbox (22.38542pt too wide) in paragraph at lines 49434--49436 [] []\T1/zi4/m/it/10 void LLUI_INPUT_IMPL_enterCriticalSection([. Overfull \hbox (22.38542pt too wide) in paragraph at lines 49438--49440 [] []\T1/zi4/m/it/10 void LLUI_INPUT_IMPL_leaveCriticalSection([. Overfull \hbox (22.38542pt too wide) in paragraph at lines 49455--49457 [] []\T1/zi4/m/it/10 int32_t LLINPUT_IMPL_getInitialStateValue([. Overfull \hbox (7.38542pt too wide) in paragraph at lines 49459--49461 [] []\T1/zi4/m/it/10 void LLINPUT_IMPL_enterCriticalSection([. Overfull \hbox (7.38542pt too wide) in paragraph at lines 49463--49465 [] []\T1/zi4/m/it/10 void LLINPUT_IMPL_leaveCriticalSection([. [630] Underfull \hbox (badness 10000) in paragraph at lines 49590--49593 \T1/SourceSansPro-LF/m/n/10 Since Mi-croEJ UI Pack []\T1/zi4/m/it/10 13.0.0[] \T1/SourceSansPro-LF/m/n/10 , the Im-age Gen-er-a-tor ex-ten-sion project must de-pend on mod-ule [631] LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display-llapi ' on page 632 undefined on input line 49641. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageLoader:section-image-loa der-memory' on page 632 undefined on input line 49645. LaTeX Warning: Hyper reference `VEEPortingGuide/uiInput:section-inputs-eventbuf fer' on page 632 undefined on input line 49649. [632] [633] [634] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 635 undefined on input line 50207. [635] [636] [637] [638] LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageLoader:section-image-loa der-memory' on page 639 undefined on input line 50581. LaTeX Warning: Hyper reference `VEEPortingGuide/uiInput:section-inputs-eventbuf fer' on page 639 undefined on input line 50585. [639] [640] [641] [642] [643] LaTeX Warning: Hyper reference `VEEPortingGuide/uiMigrationGuide:section-ui-mig ration-llapi-13x' on page 644 undefined on input line 51152. LaTeX Warning: Hyper reference `VEEPortingGuide/uiMigrationGuide:section-ui-mig ration-frontpanelapi-13x' on page 644 undefined on input line 51177. Underfull \hbox (badness 10000) in paragraph at lines 51185--51187 [] []\T1/zi4/m/it/10 ej.tool.frontpanel#widget[]microui[] \T1/SourceSansPro-LF /m/n/10 has been re-placed by []\T1/zi4/m/it/10 com.microej.pack. LaTeX Warning: Hyper reference `VEEPortingGuide/uiMigrationGuide:section-ui-mig ration-imagegeneratorapi-13x' on page 644 undefined on input line 51219. [644] [645] [646] [647] [648] [649] [650] [651] [652] [653] [654] [655] [656] [657] [658] [659] [660] [661] [662] [663] LaTeX Warning: Hyper reference `VEEPortingGuide/uiReleaseNotes:section-ui-relea senotes-cmodule' on page 664 undefined on input line 53168. Overfull \hbox (4.46881pt too wide) in paragraph at lines 53171--53173 []\T1/SourceSansPro-LF/m/n/10 The sig-na-tures of []\T1/zi4/m/it/10 LLUI_DISPL AY_IMPL_decodeImage[] \T1/SourceSansPro-LF/m/n/10 and []\T1/zi4/m/it/10 LLUI_ DISPLAY_IMPL_getNewImageStrideInBytes[] LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageLoader:section-image-loa der-memory' on page 664 undefined on input line 53239. LaTeX Warning: Hyper reference `VEEPortingGuide/uiReleaseNotes:section-ui-relea senotes-cmodule' on page 664 undefined on input line 53239. [664] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 665 undefined on input line 53255. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 665 undefined on input line 53276. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 53279. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 53279. LaTeX Warning: Hyper reference `VEEPortingGuide/uiMigrationGuide:section-ui-mig ration-frontpanelapi-13x' on page 665 undefined on input line 53297. LaTeX Warning: Hyper reference `VEEPortingGuide/uiMigrationGuide:section-ui-mig ration-12x' on page 665 undefined on input line 53301. [665] Underfull \hbox (badness 10000) in paragraph at lines 53427--53429 []\T1/SourceSansPro-LF/m/n/10 [Re-moved] []\T1/zi4/m/it/10 AbstractDisplayExte nsion[] \T1/SourceSansPro-LF/m/n/10 , all avail-able im-ple-men-ta-tions and Underfull \hbox (badness 10000) in paragraph at lines 53431--53433 []\T1/SourceSansPro-LF/m/n/10 [Re-moved] []\T1/zi4/m/it/10 finalizeConfigurati on()[] \T1/SourceSansPro-LF/m/n/10 , []\T1/zi4/m/it/10 getDisplayHeight()[] \T 1/SourceSansPro-LF/m/n/10 , []\T1/zi4/m/it/10 getDisplayWidth()[] \T1/SourceSa nsPro-LF/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 53431--53433 []\T1/zi4/m/it/10 getDrawingBuffer()[] \T1/SourceSansPro-LF/m/n/10 , []\T1/zi4 /m/it/10 setDisplayWidth(int)[] \T1/SourceSansPro-LF/m/n/10 , []\T1/zi4/m/it/1 0 setDisplayHeight(int)[] \T1/SourceSansPro-LF/m/n/10 , []\T1/zi4/m/it/10 star t()[] \T1/SourceSansPro-LF/m/n/10 : [666] [667] LaTeX Warning: Hyper reference `VEEPortingGuide/uiMigrationGuide:section-ui-mig ration-imagegeneratorapi-13x' on page 668 undefined on input line 53668. [668] Underfull \hbox (badness 10000) in paragraph at lines 53719--53721 []\T1/SourceSansPro-LF/m/n/10 In-stead of im-ple-ment-ing []\T1/zi4/m/it/10 Ge nericDisplayExtension[] \T1/SourceSansPro-LF/m/n/10 , the ex-ten-sion class mus t ex-tend Underfull \hbox (badness 10000) in paragraph at lines 53723--53725 []\T1/SourceSansPro-LF/m/n/10 Add the file []\T1/zi4/m/it/10 src/main/resource s/META[]INF/services/com.microej.tool.ui.generator. Underfull \hbox (badness 10000) in paragraph at lines 53723--53725 \T1/zi4/m/it/10 MicroUIRawImageGeneratorExtension[] \T1/SourceSansPro-LF/m/n/10 ; this file has to spec-ify the class which ex-tends the [669] LaTeX Warning: Hyper reference `VEEPortingGuide/uiMigrationGuide:section-ui-mig ration-llapi-13x' on page 670 undefined on input line 53843. Underfull \hbox (badness 10000) in paragraph at lines 53880--53882 []\T1/SourceSansPro-LF/m/n/10 Re-place all []\T1/zi4/m/it/10 #include "LLDISPL AY.h"[] \T1/SourceSansPro-LF/m/n/10 , []\T1/zi4/m/it/10 #include "LLDISPLAY_EX TRA.h"[] \T1/SourceSansPro-LF/m/n/10 and []\T1/zi4/m/it/10 #include [670] Underfull \hbox (badness 10000) in paragraph at lines 53916--53918 []\T1/SourceSansPro-LF/m/n/10 Re-move the func-tions []\T1/zi4/m/it/10 LLDISPL AY_IMPL_getGraphicsBufferAddress[] \T1/SourceSansPro-LF/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 53916--53918 []\T1/zi4/m/it/10 LLDISPLAY_IMPL_getHeight[] \T1/SourceSansPro-LF/m/n/10 , []\ T1/zi4/m/it/10 LLDISPLAY_IMPL_getWidth[] \T1/SourceSansPro-LF/m/n/10 , []\T1/z i4/m/it/10 LLDISPLAY_IMPL_synchronize[] \T1/SourceSansPro-LF/m/n/10 , Underfull \hbox (badness 6658) in paragraph at lines 53985--53987 [] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA.h[] \T1/SourceSansPro-LF/m/n/10 and []\T 1/zi4/m/it/10 intern/LLDISPLAY_EXTRA.h[] \T1/SourceSansPro-LF/m/n/10 merged in []\T1/zi4/m/it/10 LLUI_PAINTER_impl.h[] \T1/SourceSansPro-LF/m/n/10 and Underfull \hbox (badness 10000) in paragraph at lines 54013--54015 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _setContrast(int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by [671] Underfull \hbox (badness 10000) in paragraph at lines 54017--54019 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _getContrast(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54021--54023 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _hasBackLight(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54025--54027 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _setBacklight(int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54029--54031 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _getBacklight(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54033--54035 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _isColor(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54037--54039 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _getNumberOfColors(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54041--54043 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _isDoubleBuffered(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54045--54047 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _getBacklight(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54049--54051 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _fillRect(void*,int32_t,void*,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-place d by Underfull \hbox (badness 10000) in paragraph at lines 54057--54059 \T1/SourceSansPro-LF/m/n/10 by []\T1/zi4/m/it/10 DW_DRAWING_drawFlippedImage(M ICROUI_GraphicsContext*,MICROUI_Image*,jint,jint, Underfull \hbox (badness 10000) in paragraph at lines 54061--54063 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _scaleImage(void*,int32_t,void*,int32_t,void*)[] \T1/SourceSansPro-LF/m/n/10 : Underfull \hbox (badness 10000) in paragraph at lines 54061--54063 \T1/SourceSansPro-LF/m/n/10 re-placed by []\T1/zi4/m/it/10 DW_DRAWING_drawScal edImageNearestNeighbor(MICROUI_GraphicsContext*, Overfull \hbox (118.63696pt too wide) in paragraph at lines 54061--54063 \T1/zi4/m/it/10 MICROUI_Image*,jint,jint,jfloat,jfloat,jint)[] \T1/SourceSansP ro-LF/m/n/10 and []\T1/zi4/m/it/10 DW_DRAWING_drawScaledImageBilinear(MICROUI_ GraphicsContext*, Underfull \hbox (badness 10000) in paragraph at lines 54065--54067 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _rotateImage(void*,int32_t,void*,int32_t,void*)[] \T1/SourceSansPro-LF/m/n/10 : Underfull \hbox (badness 10000) in paragraph at lines 54065--54067 \T1/SourceSansPro-LF/m/n/10 re-placed by []\T1/zi4/m/it/10 DW_DRAWING_drawRota tedImageNearestNeighbor(MICROUI_GraphicsContext*, Overfull \hbox (138.63696pt too wide) in paragraph at lines 54065--54067 \T1/zi4/m/it/10 MICROUI_Image*,jint,jint,jint,jint,jfloat,jint)[] \T1/SourceSa nsPro-LF/m/n/10 and []\T1/zi4/m/it/10 DW_DRAWING_drawRotatedImageBilinear(MICR OUI_GraphicsContext*, Underfull \hbox (badness 10000) in paragraph at lines 54069--54071 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _convertARGBColorToDisplayColor(int32_t)[] \T1/SourceSansPro-LF/m/n/10 and Underfull \hbox (badness 10000) in paragraph at lines 54069--54071 []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL_convertDisplayColorToARGBColor(int32_t)[ ] \T1/SourceSansPro-LF/m/n/10 : re-placed re- Underfull \hbox (badness 10000) in paragraph at lines 54069--54071 \T1/SourceSansPro-LF/m/n/10 spec-tively by []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL _convertARGBColorToDisplayColor(uint32_t)[] \T1/SourceSansPro-LF/m/n/10 and Underfull \hbox (badness 10000) in paragraph at lines 54077--54079 []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL_decodeImage(uint8_t*,uint32_t,MICROUI_Image Format,MICROUI_Image*, Underfull \hbox (badness 10000) in paragraph at lines 54081--54083 []\T1/SourceSansPro-LF/m/n/10 [Re-moved] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMP L_getGraphicsBufferMemoryWidth(void)[] \T1/SourceSansPro-LF/m/n/10 and [672] Overfull \hbox (31.7229pt too wide) in paragraph at lines 54085--54087 []\T1/SourceSansPro-LF/m/n/10 [Re-moved] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMP L_backlightOn(void)[] \T1/SourceSansPro-LF/m/n/10 and []\T1/zi4/m/it/10 LLDIS PLAY_EXTRA_IMPL_backlightOff(void)[] Underfull \hbox (badness 10000) in paragraph at lines 54089--54091 []\T1/SourceSansPro-LF/m/n/10 [Re-moved] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMP L_enterDrawingMode(void)[] \T1/SourceSansPro-LF/m/n/10 and Overfull \hbox (99.35233pt too wide) in paragraph at lines 54107--54109 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_IMPL_initi alize(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by []\T1/zi4/m/it/10 LLU I_DISPLAY_IMPL_initialize(LLUI_DISPLAY_SInitData*)[] Underfull \hbox (badness 10000) in paragraph at lines 54111--54113 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_IMPL_flush (int32_t,int32_t,int32_t,int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-pl aced Underfull \hbox (badness 10000) in paragraph at lines 54111--54113 \T1/SourceSansPro-LF/m/n/10 by []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL_flush(MICRO UI_GraphicsContext*,uint8_t*, uint32_t,uint32_t, Underfull \hbox (badness 10000) in paragraph at lines 54115--54117 []\T1/SourceSansPro-LF/m/n/10 [Re-moved] []\T1/zi4/m/it/10 LLDISPLAY_IMPL_getW idth(void)[] \T1/SourceSansPro-LF/m/n/10 , []\T1/zi4/m/it/10 LLDISPLAY_IMPL_ge tHeight(void)[] \T1/SourceSansPro-LF/m/n/10 and Underfull \hbox (badness 10000) in paragraph at lines 54115--54117 []\T1/zi4/m/it/10 LLDISPLAY_IMPL_getGraphicsBufferAddress(void)[] \T1/SourceSan sPro-LF/m/n/10 : re-placed by el-e-ments in struc-ture Underfull \hbox (badness 10000) in paragraph at lines 54119--54121 []\T1/SourceSansPro-LF/m/n/10 [Re-moved] []\T1/zi4/m/it/10 LLDISPLAY_IMPL_sync hronize(void)[] \T1/SourceSansPro-LF/m/n/10 : im-ple-men-ta-tion has to call Underfull \hbox (badness 10000) in paragraph at lines 54129--54131 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_UTILS_getB ufferAddress(int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54133--54135 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_UTILS_setD rawingLimits(int32_t,int32_t,int32_t,int32_t,int32_t)[] Underfull \hbox (badness 10000) in paragraph at lines 54137--54139 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_UTILS_blen d(int32_t,int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54141--54143 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_UTILS_allo cateDecoderImage(void*)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54149--54151 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_UTILS_draw ingDone(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Overfull \hbox (21.7229pt too wide) in paragraph at lines 54157--54159 []\T1/SourceSansPro-LF/m/n/10 [Re-moved] []\T1/zi4/m/it/10 LLDISPLAY_UTILS_ent erDrawingMode(void)[] \T1/SourceSansPro-LF/m/n/10 and []\T1/zi4/m/it/10 LLDIS PLAY_UTILS_exitDrawingMode(void)[] Underfull \hbox (badness 10000) in paragraph at lines 54169--54171 []\T1/SourceSansPro-LF/m/n/10 [Re-moved] []\T1/zi4/m/it/10 LLDISPLAY_UTILS_dra wPixel(int32_t,int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 and [673] Underfull \hbox (badness 10000) in paragraph at lines 54179--54181 []\T1/SourceSansPro-LF/m/n/10 [Added] List of []\T1/zi4/m/it/10 ej.api.drawing [] \T1/SourceSansPro-LF/m/n/10 li-brary's na-tive func-tions im-ple-mented in mod-ule Underfull \hbox (badness 10000) in paragraph at lines 54189--54191 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLLEDS_MIN_INTENSITY [] \T1/SourceSansPro-LF/m/n/10 and []\T1/zi4/m/it/10 LLLEDS_MAX_INTENSITY[] \ T1/SourceSansPro-LF/m/n/10 : re-placed re-spec-tively by Underfull \hbox (badness 10000) in paragraph at lines 54197--54199 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLLEDS_IMPL_getInten sity(int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54201--54203 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLLEDS_IMPL_setInten sity(int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54215--54217 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendEvents(i nt32_t,int32_t*,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54219--54221 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendCommandE vent(int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54223--54225 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendButtonPr essedEvent(int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54227--54229 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendButtonRe leasedEvent(int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54231--54233 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendButtonRe peatedEvent(int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54235--54237 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendButtonLo ngEvent(int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 5105) in paragraph at lines 54239--54241 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendPointerP ressedEvent(int32_t,int32_t,int32_t,int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n /10 : Underfull \hbox (badness 10000) in paragraph at lines 54243--54245 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendPointerR eleasedEvent(int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54251--54253 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendTouchPre ssedEvent(int32_t,int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54255--54257 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendTouchRel easedEvent(int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54259--54261 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendTouchMov edEvent(int32_t,int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54263--54265 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendStateEve nt(int32_t,int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54267--54269 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_getMaxEvents BufferUsage(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by [674] Underfull \hbox (badness 10000) in paragraph at lines 54281--54283 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_IMPL_getInit ialStateValue(int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54285--54287 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_IMPL_enterCr iticalSection(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54289--54291 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_IMPL_leaveCr iticalSection(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54337--54339 []\T1/SourceSansPro-LF/m/n/10 [Added] Struc-ture []\T1/zi4/m/it/10 LLUI_DISPLA Y_SInitData[] \T1/SourceSansPro-LF/m/n/10 : im-ple-men-ta-tion has to fill it i n Underfull \hbox (badness 10000) in paragraph at lines 54341--54343 []\T1/SourceSansPro-LF/m/n/10 [Added] []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL_bina rySemaphoreTake(void*)[] \T1/SourceSansPro-LF/m/n/10 and Underfull \hbox (badness 10000) in paragraph at lines 54341--54343 []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL_binarySemaphoreGive(void*,bool)[] \T1/Sourc eSansPro-LF/m/n/10 : im-ple-men-ta-tion has to man-age a Underfull \hbox (badness 10000) in paragraph at lines 54345--54347 []\T1/SourceSansPro-LF/m/n/10 [Added] []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL_getN ewImageStrideInBytes(MICROUI_ImageFormat,uint32_t, Underfull \hbox (badness 10000) in paragraph at lines 54355--54357 []\T1/SourceSansPro-LF/m/n/10 [Added] List of []\T1/zi4/m/it/10 ej.api.microui [] \T1/SourceSansPro-LF/m/n/10 li-brary's na-tive func-tions im-ple-mented in mod-ule [675] Underfull \hbox (badness 10000) in paragraph at lines 54398--54400 []\T1/SourceSansPro-LF/m/n/10 In cus-tom UI na-tive meth-ods, re-place []\T1/z i4/m/it/10 LLDISPLAY_UTILS_getBufferAddress(xxx);[] \T1/SourceSansPro-LF/m/n/1 0 by LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/releaseNot es:section-mui-migrationguide' on page 676 undefined on input line 54420. Underfull \hbox (badness 10000) in paragraph at lines 54449--54451 []\T1/SourceSansPro-LF/m/n/10 Cre-ate a new front panel project: [][][] > [] [][] > [][][] > [][][] > [676] Underfull \hbox (badness 10000) in paragraph at lines 54562--54564 []\T1/SourceSansPro-LF/m/n/10 Ex-tends []\T1/zi4/m/it/10 ej.fp.widget.MicroUID isplay.AbstractDisplayExtension[] \T1/SourceSansPro-LF/m/n/10 in-stead of []\ T1/zi4/m/it/10 com.is2t. Underfull \hbox (badness 10000) in paragraph at lines 54641--54643 \T1/SourceSansPro-LF/m/n/10 of im-ple-ment-ing the in-ter-face []\T1/zi4/m/it/ 10 com.is2t.microej.frontpanel.input.listener. [677] Underfull \hbox (badness 10000) in paragraph at lines 54723--54725 []\T1/SourceSansPro-LF/m/n/10 Ex-tends the class []\T1/zi4/m/it/10 ej.fp.widge t.Button.ButtonListenerToButtonEvents[] \T1/SourceSansPro-LF/m/n/10 in-stead Underfull \hbox (badness 10000) in paragraph at lines 54723--54725 \T1/SourceSansPro-LF/m/n/10 of im-ple-ment-ing the in-ter-face []\T1/zi4/m/it/ 10 com.is2t.microej.frontpanel.input.listener. [678] Underfull \hbox (badness 10000) in paragraph at lines 54843--54845 []\T1/SourceSansPro-LF/m/n/10 Ex-tends the class []\T1/zi4/m/it/10 ej.fp.widge t.Joystick.JoystickListenerToCommandEvents[] \T1/SourceSansPro-LF/m/n/10 in- LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/releaseNot es:section-mui-migrationguide' on page 679 undefined on input line 54883. [679] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/releaseNot es:section-mui-migrationguide' on page 680 undefined on input line 54941. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/releaseNot es:section-mui-migrationguide' on page 680 undefined on input line 54953. Underfull \hbox (badness 10000) in paragraph at lines 54997--54999 []\T1/SourceSansPro-LF/m/n/10 Re-place the func-tion []\T1/zi4/m/it/10 LLDISPL AY_COPY_IMPL_getBackBufferAddress()[] \T1/SourceSansPro-LF/m/n/10 by [680] Underfull \hbox (badness 10000) in paragraph at lines 55007--55009 []\T1/SourceSansPro-LF/m/n/10 Re-place the func-tion []\T1/zi4/m/it/10 void LL DISPLAY_COPY_IMPL_copyBuffer()[] \T1/SourceSansPro-LF/m/n/10 by []\T1/zi4/m/i t/10 int32_t Underfull \hbox (badness 10000) in paragraph at lines 55015--55017 []\T1/SourceSansPro-LF/m/n/10 Re-place the func-tion []\T1/zi4/m/it/10 LLDISPL AY_COPY_IMPL_getBackBufferAddress()[] \T1/SourceSansPro-LF/m/n/10 by Underfull \hbox (badness 10000) in paragraph at lines 55043--55045 []\T1/SourceSansPro-LF/m/n/10 Re-place all func-tions []\T1/zi4/m/it/10 LLDISP LAY_SWITCH_IMPL_xxx[] \T1/SourceSansPro-LF/m/n/10 , []\T1/zi4/m/it/10 LLDISPLA Y_COPY_IMPL_xxx[] \T1/SourceSansPro-LF/m/n/10 and [681] LaTeX Warning: Hyper reference `VEEPortingGuide/ui:pack-gui' on page 682 undefi ned on input line 55129. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroVG/index:sect ion-app-microvg' on page 682 undefined on input line 55129. LaTeX Warning: Hyper reference `VEEPortingGuide/vgMatrix:section-vg-matrix' on page 682 undefined on input line 55142. LaTeX Warning: Hyper reference `VEEPortingGuide/vgPath:section-vg-path' on page 682 undefined on input line 55142. LaTeX Warning: Hyper reference `VEEPortingGuide/vgGradient:section-vg-gradient' on page 682 undefined on input line 55142. LaTeX Warning: Hyper reference `VEEPortingGuide/vgFont:section-vg-font' on page 682 undefined on input line 55142. LaTeX Warning: Hyper reference `VEEPortingGuide/vgSimulation:section-vg-simulat ion' on page 682 undefined on input line 55148. LaTeX Warning: Hyper reference `VEEPortingGuide/uiSimulation:section-ui-simulat ion' on page 682 undefined on input line 55149. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageGenerator:section-image- generator' on page 682 undefined on input line 55153. [682 <./java-c-vg-interface.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/uiMicroui:section-microui-nativ e-calls' on page 683 undefined on input line 55182. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 683 undefined on input line 55189. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroVG/index:sect ion-app-microvg' on page 683 undefined on input line 55202. [683] LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:llvg-api-section ' on page 684 undefined on input line 55247. LaTeX Warning: Hyper reference `VEEPortingGuide/vgMatrix:section-vg-matrix-llap i' on page 684 undefined on input line 55248. LaTeX Warning: Hyper reference `VEEPortingGuide/vgPath:section-vg-path-llapi' o n page 684 undefined on input line 55248. LaTeX Warning: Hyper reference `VEEPortingGuide/vgGradient:section-vg-gradient- llapi' on page 684 undefined on input line 55248. LaTeX Warning: Hyper reference `VEEPortingGuide/vgFont:section-vg-font-llapi' o n page 684 undefined on input line 55248. LaTeX Warning: Hyper reference `VEEPortingGuide/uiSimulation:section-ui-simulat ion' on page 684 undefined on input line 55261. LaTeX Warning: Hyper reference `VEEPortingGuide/vg:pack-vg' on page 684 undefin ed on input line 55265. [684 <./vg_llapi_emb.png> <./vg_llapi_sim.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:llvg-matrix-api- section' on page 685 undefined on input line 55335. [685] LaTeX Warning: Hyper reference `VEEPortingGuide/vgCco:section-vg-c-module-micro vg' on page 686 undefined on input line 55350. [686 <./vg_llapi_matrix.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/vgGradient:section-vg-gradient' on page 687 undefined on input line 55444. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:llvg-path-api-se ction' on page 687 undefined on input line 55450. [687] Underfull \hbox (badness 10000) in paragraph at lines 55470--55472 []\T1/SourceSansPro-LF/m/n/10 Mi-croVG li-brary calls the BSP func-tions throug h the header files []\T1/zi4/m/it/10 LLVG_PATH_impl.h[] \T1/SourceSansPro-LF/ m/n/10 and LaTeX Warning: Hyper reference `VEEPortingGuide/vgCco:section-vg-c-module-micro vg' on page 688 undefined on input line 55475. LaTeX Warning: Hyper reference `VEEPortingGuide/vgCco:section-vg-c-module-micro vg' on page 688 undefined on input line 55479. Underfull \hbox (badness 10000) in paragraph at lines 55478--55480 []\T1/SourceSansPro-LF/m/n/10 The \T1/SourceSansPro-LF/m/it/10 C mod-ule MicroV G-VGLite \T1/SourceSansPro-LF/m/n/10 pro-vides an im-ple-men-ta-tion of []\T1/ zi4/m/it/10 LLVG_PATH_PAINTER_impl.h[] \T1/SourceSansPro-LF/m/n/10 and LaTeX Warning: Hyper reference `VEEPortingGuide/vgGradient:section-vg-gradient' on page 688 undefined on input line 55483. [688 <./vg_llapi_path.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:llvg-gradient-ap i-section' on page 689 undefined on input line 55530. [689] Underfull \hbox (badness 10000) in paragraph at lines 55540--55542 []\T1/SourceSansPro-LF/m/n/10 Mi-croVG li-brary calls the BSP func-tions throug h the header files []\T1/zi4/m/it/10 LLVG_GRADIENT_impl.h[] \T1/SourceSansPro- LF/m/n/10 , LaTeX Warning: Hyper reference `VEEPortingGuide/vgCco:section-vg-c-module-micro vg' on page 690 undefined on input line 55545. LaTeX Warning: Hyper reference `VEEPortingGuide/vgCco:section-vg-c-module-micro vg' on page 690 undefined on input line 55549. Underfull \hbox (badness 10000) in paragraph at lines 55548--55550 []\T1/SourceSansPro-LF/m/n/10 The \T1/SourceSansPro-LF/m/it/10 C mod-ule MicroV G-VGLte \T1/SourceSansPro-LF/m/n/10 pro-vides an im-ple-men-ta-tion of []\T1/z i4/m/it/10 LLVG_PATH_PAINTER_impl.h[] \T1/SourceSansPro-LF/m/n/10 , [690 <./vg_llapi_gradient.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationResources: chapter-microej-applicationresources' on page 691 undefined on input line 55605 . LaTeX Warning: Hyper reference `VEEPortingGuide/vgGradient:section-vg-gradient' on page 691 undefined on input line 55614. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:llvg-font-api-se ction' on page 691 undefined on input line 55620. [691] Underfull \hbox (badness 10000) in paragraph at lines 55640--55642 []\T1/SourceSansPro-LF/m/n/10 Mi-croVG li-brary calls the BSP func-tions throug h the header files []\T1/zi4/m/it/10 LLVG_FONT_impl.h[] \T1/SourceSansPro-LF/ m/n/10 and LaTeX Warning: Hyper reference `VEEPortingGuide/vgCco:section-vg-c-module-micro vg' on page 692 undefined on input line 55645. LaTeX Warning: Hyper reference `VEEPortingGuide/vgCco:section-vg-c-module-micro vg' on page 692 undefined on input line 55649. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroVG/vectorfont :section-vg-font-complex' on page 692 undefined on input line 55649. LaTeX Warning: Hyper reference `VEEPortingGuide/vgGradient:section-vg-gradient' on page 692 undefined on input line 55653. LaTeX Warning: Hyper reference `VEEPortingGuide/vgCco:section-vg-c-module-micro vg' on page 692 undefined on input line 55657. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroVG/vectorfont :section-vg-font-complex' on page 692 undefined on input line 55657. [692 <./vg_llapi_font.png>] LaTeX Warning: Hyper reference `SDKUserGuide/repository:central-repository' on page 693 undefined on input line 55683. LaTeX Warning: Hyper reference `SDKUserGuide/repository:developer-repository' o n page 693 undefined on input line 55683. [693 <./vg_cco.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display-llapi ' on page 694 undefined on input line 55722. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display-llapi ' on page 694 undefined on input line 55733. LaTeX Warning: Hyper reference `SDKUserGuide/repository:developer-repository' o n page 694 undefined on input line 55749. LaTeX Warning: Hyper reference `VEEPortingGuide/vgMatrix:section-vg-matrix' on page 694 undefined on input line 55768. LaTeX Warning: Hyper reference `VEEPortingGuide/vgPath:section-vg-path' on page 694 undefined on input line 55768. LaTeX Warning: Hyper reference `VEEPortingGuide/vgGradient:section-vg-gradient' on page 694 undefined on input line 55768. LaTeX Warning: Hyper reference `VEEPortingGuide/vgFont:section-vg-font' on page 694 undefined on input line 55768. LaTeX Warning: Hyper reference `SDKUserGuide/repository:central-repository' on page 694 undefined on input line 55776. [694] LaTeX Warning: Hyper reference `VEEPortingGuide/vgMatrix:section-vg-matrix-llap i' on page 695 undefined on input line 55789. LaTeX Warning: Hyper reference `VEEPortingGuide/vgPath:section-vg-path-llapi' o n page 695 undefined on input line 55793. LaTeX Warning: Hyper reference `VEEPortingGuide/vgGradient:section-vg-gradient- llapi' on page 695 undefined on input line 55797. LaTeX Warning: Hyper reference `VEEPortingGuide/vgFont:section-vg-font-llapi' o n page 695 undefined on input line 55801. LaTeX Warning: Hyper reference `SDKUserGuide/repository:central-repository' on page 695 undefined on input line 55806. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroVG/vectorfont :section-vg-font-complex' on page 695 undefined on input line 55820. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroVG/vectorfont :section-vg-font-complex' on page 695 undefined on input line 55857. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationResources: chapter-microej-applicationresources' on page 695 undefined on input line 55861 . [695] LaTeX Warning: Hyper reference `SDKUserGuide/repository:developer-repository' o n page 696 undefined on input line 55882. LaTeX Warning: Hyper reference `SDKUserGuide/repository:developer-repository' o n page 696 undefined on input line 55899. LaTeX Warning: Hyper reference `SDKUserGuide/repository:developer-repository' o n page 696 undefined on input line 55944. [696] LaTeX Warning: Hyper reference `VEEPortingGuide/vgReleaseNotes:section-vg-relea senotes' on page 697 undefined on input line 55950. LaTeX Warning: Hyper reference `VEEPortingGuide/uiSimulation:section-ui-simulat ion' on page 697 undefined on input line 55961. [697] LaTeX Warning: Hyper reference `VEEPortingGuide/vgCco:section-vg-cco' on page 6 98 undefined on input line 56079. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display-llapi ' on page 698 undefined on input line 56091. LaTeX Warning: Hyper reference `VEEPortingGuide/vgCco:section-vg-c-module-micro ui-vglite' on page 698 undefined on input line 56095. [698] Underfull \hbox (badness 10000) in paragraph at lines 56295--56297 []\T1/SourceSansPro-LF/m/n/10 Fix Null-Point-erEx-cep-tion while sort-ing Trans -la-teXY Vec-tor-Draw-ableOb-jectAn-i-ma-tor in vectorimage- LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroVG/vectorfont :section-vg-font-complex' on page 699 undefined on input line 56317. [699] [700 <./java-c-net-interface.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:llnet-api-sectio n' on page 701 undefined on input line 56442. Underfull \hbox (badness 10000) in paragraph at lines 56437--56443 [] []\T1/zi4/m/it/10 LLNET_CHANNEL_impl.h[] \T1/SourceSansPro-LF/m/n/10 , []\T 1/zi4/m/it/10 LLNET_SOCKETCHANNEL_impl.h[] \T1/SourceSansPro-LF/m/n/10 , []\T1 /zi4/m/it/10 LLNET_STREAMSOCKETCHANNEL_impl.h[] [701] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 702 undefined on input line 56506. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 702 undefined on input line 56515. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family SourceSansPro-LF in TS1 encoding. (textcomp) Default family used instead on input line 56530. LaTeX Warning: Hyper reference `VEEPortingGuide/networkCoreEngine:network-core' on page 702 undefined on input line 56559. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:llnet-ssl-api-se ction' on page 702 undefined on input line 56564. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 702 undefined on input line 56579. [702] LaTeX Warning: Hyper reference `VEEPortingGuide/networkCoreEngine:network-core' on page 703 undefined on input line 56602. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:llecom-network-a pi-section' on page 703 undefined on input line 56606. LaTeX Warning: Hyper reference `VEEPortingGuide/pack:pack-overview' on page 703 undefined on input line 56614. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 703 undefined on input line 56618. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:platform-build ' on page 703 undefined on input line 56625. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 703 undefined on input line 56631. LaTeX Warning: Hyper reference `VEEPortingGuide/networkCoreEngine:network-core' on page 703 undefined on input line 56654. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:llecom-wifi-api- section' on page 703 undefined on input line 56658. LaTeX Warning: Hyper reference `VEEPortingGuide/pack:pack-overview' on page 703 undefined on input line 56666. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 703 undefined on input line 56670. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:platform-build ' on page 703 undefined on input line 56677. [703] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 704 undefined on input line 56683. Overfull \hbox (18.20439pt too wide) in paragraph at lines 56706--56712 \T1/SourceSansPro-LF/m/n/10 The Mi-croEJ Ap-pli-ca-tion man-ages Blue-tooth el- e-ments us-ing Adapter/Connection/Service/Characteristic/Descriptor/etc LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:llbluetooth-api- section' on page 704 undefined on input line 56724. LaTeX Warning: Hyper reference `VEEPortingGuide/pack:pack-overview' on page 704 undefined on input line 56732. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 704 undefined on input line 56736. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:platform-build ' on page 704 undefined on input line 56743. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 704 undefined on input line 56749. [704] LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:llfs-api-section ' on page 705 undefined on input line 56784. [705] Overfull \vbox (2.05565pt too high) detected at line 56936 [706] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 707 undefined on input line 56942. [707] [708] LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:llhal-api-sectio n' on page 709 undefined on input line 57124. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 709 undefined on input line 57139. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:lldevice-api-sec tion' on page 709 undefined on input line 57165. Underfull \hbox (badness 6110) in paragraph at lines 57182--57186 [] []\T1/zi4/m/it/10 architecture[] \T1/SourceSansPro-LF/m/n/10 [op-tional, de -fault value is ^^PVir-tual De-vice^^Q]: De-fines the value re-turned by the [709] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 710 undefined on input line 57198. [710 <./watchdog_sandwich.png>] [711 <./watchdog_highlevel_diagram.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:llwatchdog-timer -api-section' on page 712 undefined on input line 57277. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:llwatchdog-timer -api-section' on page 712 undefined on input line 57281. [712 <./watchdog_seq_diagram.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/pack:pack-overview' on page 713 undefined on input line 57289. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 713 undefined on input line 57294. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:platform-build ' on page 713 undefined on input line 57302. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 713 undefined on input line 57312. [713] Overfull \vbox (1.58362pt too high) detected at line 57412 [714] Underfull \hbox (badness 10000) in paragraph at lines 57414--57418 []\T1/SourceSansPro-LF/m/n/10 There is an ad-di-tional func-tion in []\T1/zi4/ m/it/10 LLWATCHDOG_TIMER_impl.h[] \T1/SourceSansPro-LF/m/n/10 com-pared to the Java API. This is [715] [716] [717 <./STM32F7508-DK-demoWidget-SystemView.png>] Underfull \hbox (badness 10000) in paragraph at lines 57596--57598 []\T1/SourceSansPro-LF/m/n/10 Add these in-cludes []\T1/zi4/m/it/10 #include " LLMJVM_MONITOR_SYSVIEW.h"[] \T1/SourceSansPro-LF/m/n/10 and []\T1/zi4/m/it/10 #include Underfull \hbox (badness 10000) in paragraph at lines 57600--57602 []\T1/SourceSansPro-LF/m/n/10 In func-tion []\T1/zi4/m/it/10 _cbSendSystemDesc (void)[] \T1/SourceSansPro-LF/m/n/10 , add this in-struc-tion: Underfull \hbox (badness 10000) in paragraph at lines 57600--57602 []\T1/zi4/m/it/10 SEGGER_SYSVIEW_SendSysDesc("N="SYSVIEW_APP_NAME",D="SYSVIEW_D EVICE_NAME", [718 <./sytemview_remove_systick.png>] LaTeX Warning: Hyper reference `support:get-support' on page 719 undefined on i nput line 57653. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/trace:trace-implement ations' on page 719 undefined on input line 57659. LaTeX Warning: Hyper reference `VEEPortingGuide/systemView:systemview-no-rtt-bl ock' on page 719 undefined on input line 57704. [719] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/traces:mic roui-traces' on page 720 undefined on input line 57720. LaTeX Warning: Hyper reference `VEEPortingGuide/coreEngine:core-engine' on page 720 undefined on input line 57728. LaTeX Warning: Hyper reference `VEEPortingGuide/coreEngine:core-engine-implemen tation' on page 720 undefined on input line 57729. [720] [721 <./sv_names.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/trace:event-tracing' on page 722 undefined on input line 57792. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/trace:event-enable-re cording' on page 722 undefined on input line 57795. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 722 undefined on input line 57795. [722] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/trace:event-enable-re cording' on page 723 undefined on input line 57832. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 723 undefined on input line 57832. Underfull \hbox (badness 5578) in paragraph at lines 57837--57841 \T1/SourceSansPro-LF/m/n/10 lem, the de-fault \T1/SourceSansPro-LF/m/it/10 SEG- GER_SYSVIEW_RTT_BUFFER_SIZE \T1/SourceSansPro-LF/m/n/10 can be in-creased from the de-fault 1kB to a more Underfull \hbox (badness 5741) in paragraph at lines 57837--57841 \T1/SourceSansPro-LF/m/n/10 ap-pro-pri-ate size of 4kB. Still, if OVER-FLOW eve nts are still vis-i-ble, the user can fur-ther in-crease this Underfull \hbox (badness 10000) in paragraph at lines 57837--57841 \T1/SourceSansPro-LF/m/n/10 con-fig-u-ra-tion found in []\T1/zi4/m/it/10 /Your PlatformProject[]bsp/projects/microej/thirdparty/systemview/inc/ [723 <./sysview_app_traces.png>] [724 <./systemview_rtt_not_found.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/runtime:runtime-sni' on page 725 undefined on input line 57945. [725 <./systemview_st_link_pb.png>] [726 <./hil1.png> <./hil2.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/runtime:runtime-sni' on page 727 undefined on input line 58014. [727 <./hil3.png>] [728] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/runtime:runtime-sni' on page 729 undefined on input line 58133. [729 <./hil4.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/runtime:runtime-sni' on page 730 undefined on input line 58178. [730] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-skeleton' on page 7 31 undefined on input line 58298. [731] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-dependencies' on pa ge 732 undefined on input line 58314. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:platform-confi guration-creation' on page 732 undefined on input line 58318. [732 <./mock-skeleton.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/sp:sp' on page 733 undefined on input line 58372. LaTeX Warning: Hyper reference `VEEPortingGuide/uiSimulation:section-ui-simulat ion' on page 733 undefined on input line 58423. [733 <./hil5.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/tools/mui_frontpanelmo ck:front-panel-file' on page 734 undefined on input line 58443. [734 <./newfp.png>] [735 <./project-content.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/uiSimulation:section-ui-simulat ion' on page 736 undefined on input line 58548. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/tools/mui_frontpanelmo ck:front-panel-file' on page 736 undefined on input line 58607. [736] [737 <./working-layout.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 738 undefined on input line 58654. LaTeX Warning: Hyper reference `VEEPortingGuide/uiSimulation:section-ui-simulat ion' on page 738 undefined on input line 58663. LaTeX Warning: Hyper reference `VEEPortingGuide/frontpanel:section-filter-input ' on page 738 undefined on input line 58712. [738] [739] Underfull \vbox (badness 10000) detected at line 58850 Overfull \vbox (0.82594pt too high) detected at line 58850 [740] LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:platform-modul e-configuration' on page 741 undefined on input line 58892. [741 <./fp-widget-active-area.png>] LaTeX Warning: Hyper reference `SDKUserGuide/resolveDependenciesInWorkspace:res olve-foundation-libraries-in-workspace' on page 742 undefined on input line 589 21. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 742 undefined on input line 58946. [742 <./blemock-controller.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/blemock:blemock-troubleshooting ' on page 743 undefined on input line 59029. [743] [744 <./blemock-flash-download-tool.png> <./blemock-wifi-setup-interface. png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/launches:concepts-mic roejlaunches' on page 745 undefined on input line 59158. [745 <./blemock-wifi-setup-last-screen.png> <./blemock-controller-ip.png> <./bl emock-configuration.png>] [746] LaTeX Warning: Hyper reference `VEEPortingGuide/sp:sp' on page 747 undefined on input line 59334. [747] Underfull \hbox (badness 6910) in paragraph at lines 59388--59393 []\T1/SourceSansPro-LF/m/n/10 The Low Level Comm API (LL-COMM), re-lies on func -tions that need to be im-ple-mented by en-gi-neers Underfull \hbox (badness 6675) in paragraph at lines 59388--59393 \T1/SourceSansPro-LF/m/n/10 in a driver. The names of these func-tions match th e []\T1/zi4/m/it/10 LLCOM_BUFFERED_CONNECTION_IMPL_*[] \T1/SourceSansPro-LF/m /n/10 or the [748] LaTeX Warning: Hyper reference `VEEPortingGuide/uiInput:section-inputs-generice ventgenerators' on page 749 undefined on input line 59492. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:table-llinputapi evtgen' on page 749 undefined on input line 59499. Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 \T1/SourceSansPro-LF/m/n/10 gen-er-a-tor Overfull \hbox (9.84285pt too wide) in paragraph at lines 59645--59645 []| []\T1/zi4/m/it/10 LLUI_INPUT_sendButtonPressedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (14.84285pt too wide) in paragraph at lines 59645--59645 [] []\T1/zi4/m/it/10 LLUI_INPUT_sendButtonReleasedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (14.84285pt too wide) in paragraph at lines 59645--59645 [] []\T1/zi4/m/it/10 LLUI_INPUT_sendButtonRepeatedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (14.84285pt too wide) in paragraph at lines 59645--59645 []| []\T1/zi4/m/it/10 LLUI_INPUT_sendPointerPressedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (19.84285pt too wide) in paragraph at lines 59645--59645 [] []\T1/zi4/m/it/10 LLUI_INPUT_sendPointerReleasedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (4.84285pt too wide) in paragraph at lines 59645--59645 [] []\T1/zi4/m/it/10 LLUI_INPUT_sendPointerMovedEvent[]| Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 []|\T1/SourceSansPro-LF/m/n/10 The ini-tial value of each state ma-chine Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 \T1/SourceSansPro-LF/m/n/10 (of a States) is re-trieved by a call to Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 []\T1/zi4/m/it/10 LLUI_INPUT_IMPL_getInitialStateValue[] Overfull \hbox (4.84285pt too wide) in paragraph at lines 59645--59645 []| []\T1/zi4/m/it/10 LLUI_INPUT_sendTouchPressedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (9.84285pt too wide) in paragraph at lines 59645--59645 [] []\T1/zi4/m/it/10 LLUI_INPUT_sendTouchReleasedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 \T1/SourceSansPro-LF/m/n/10 gen-er-a-tor Overfull \hbox (9.84285pt too wide) in paragraph at lines 59645--59645 []| []\T1/zi4/m/it/10 LLUI_INPUT_sendButtonPressedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (14.84285pt too wide) in paragraph at lines 59645--59645 [] []\T1/zi4/m/it/10 LLUI_INPUT_sendButtonReleasedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (14.84285pt too wide) in paragraph at lines 59645--59645 [] []\T1/zi4/m/it/10 LLUI_INPUT_sendButtonRepeatedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (14.84285pt too wide) in paragraph at lines 59645--59645 []| []\T1/zi4/m/it/10 LLUI_INPUT_sendPointerPressedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (19.84285pt too wide) in paragraph at lines 59645--59645 [] []\T1/zi4/m/it/10 LLUI_INPUT_sendPointerReleasedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (4.84285pt too wide) in paragraph at lines 59645--59645 [] []\T1/zi4/m/it/10 LLUI_INPUT_sendPointerMovedEvent[]| Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 []|\T1/SourceSansPro-LF/m/n/10 The ini-tial value of each state ma-chine Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 \T1/SourceSansPro-LF/m/n/10 (of a States) is re-trieved by a call to Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 []\T1/zi4/m/it/10 LLUI_INPUT_IMPL_getInitialStateValue[] Overfull \hbox (4.84285pt too wide) in paragraph at lines 59645--59645 []| []\T1/zi4/m/it/10 LLUI_INPUT_sendTouchPressedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (9.84285pt too wide) in paragraph at lines 59645--59645 [] []\T1/zi4/m/it/10 LLUI_INPUT_sendTouchReleasedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 [749] [750] Underfull \hbox (badness 6725) in paragraph at lines 59707--59713 \T1/SourceSansPro-LF/m/n/10 age heap. Im-ple-men-ta-tion of these LLAPIs is al- ready avail-able on the Mi-croEJ Cen-tral Repos-i-tory ( [751] LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:display-pixel-structu re' on page 752 undefined on input line 59763. [752] LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:display-lut' on page 753 undefined on input line 59775. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageLoader:image-external-de coder' on page 753 undefined on input line 59781. LaTeX Warning: Hyper reference `VEEPortingGuide/vg:pack-vg' on page 753 undefin ed on input line 59824. [753] LaTeX Warning: Hyper reference `VEEPortingGuide/vgMatrix:section-vg-matrix' on page 754 undefined on input line 59846. LaTeX Warning: Hyper reference `VEEPortingGuide/vgPath:section-vg-path' on page 754 undefined on input line 59886. [754] [755] LaTeX Warning: Hyper reference `VEEPortingGuide/vgGradient:section-vg-gradient' on page 756 undefined on input line 60002. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:display-drawing-nativ e' on page 756 undefined on input line 60008. LaTeX Warning: Hyper reference `VEEPortingGuide/vgGradient:section-vg-gradient' on page 756 undefined on input line 60017. [756] LaTeX Warning: Hyper reference `VEEPortingGuide/vgFont:section-vg-font' on page 757 undefined on input line 60044. LaTeX Warning: Hyper reference `VEEPortingGuide/vgGradient:section-vg-gradient' on page 757 undefined on input line 60097. Underfull \hbox (badness 10000) in paragraph at lines 60100--60102 []\T1/SourceSansPro-LF/m/n/10 A string can be draw on a cir-cle: []\T1/zi4/m/i t/10 LLVG_FONT_PAINTER_IMPL_draw_string_on_circle[] \T1/SourceSansPro-LF/m/n/1 0 and LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:display-drawing-nativ e' on page 757 undefined on input line 60107. [757] [758] [759] [760] [761] [762] Underfull \hbox (badness 10000) in paragraph at lines 60652--60654 []|\T1/SourceSansPro-LF/m/n/10 Mes- Underfull \hbox (badness 10000) in paragraph at lines 60652--60654 \T1/SourceSansPro-LF/m/n/10 sage [763] LaTeX Warning: Hyper reference `VEEPortingGuide/coreEngine:core-engine-error-co des' on page 764 undefined on input line 60789. [764] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/runtime:runtime-bon' on page 765 undefined on input line 60856. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/javalibs/kf:table-kf-f eature-keys' on page 765 undefined on input line 60862. Underfull \hbox (badness 10000) in paragraph at lines 60951--60951 []|\T1/SourceSansPro-LF/m/n/10 The fully qual-i-fied name of the class that im- ple-ments LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/runtime:runtime-bon' on page 765 undefined on input line 60951. Underfull \hbox (badness 10000) in paragraph at lines 60951--60951 []|\T1/SourceSansPro-LF/m/n/10 The fully qual-i-fied name of the class that im- ple-ments LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/runtime:runtime-bon' on page 765 undefined on input line 60951. LaTeX Warning: Hyper reference `KernelDeveloperGuide/kernelAPI:kernel-api-def' on page 765 undefined on input line 60969. LaTeX Warning: Hyper reference `KernelDeveloperGuide/kf:kf-specification' on pa ge 765 undefined on input line 60975. Underfull \hbox (badness 10000) in paragraph at lines 60974--60978 []\T1/SourceSansPro-LF/m/n/10 When an in-struc-tion is ex-e-cuted that will bre ak a \T1/SourceSansPro-LF/m/it/10 [KF] spec-i-fi-ca-tion \T1/SourceSansPro-LF/m /n/10 in-su-la-tion se-man-tic rule, a LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/javalibs/kf:table-kf-e rrorcodes-source' on page 765 undefined on input line 60983. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/javalibs/kf:table-kf-e rrorcodes-kind' on page 765 undefined on input line 60988. [765] Overfull \hbox (25.02158pt too wide) in paragraph at lines 61202--61203 [][] Overfull \hbox (10.13881pt too wide) in paragraph at lines 61330--61331 [][] [766] [767] [768] [769] [770] Package longtable Warning: Column widths have changed (longtable) in table 38 on input line 62761. [771] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/soar:soar-clinit' on page 772 undefined on input line 62971. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:en able-assertions-emb' on page 772 undefined on input line 62984. [772] [773] Underfull \hbox (badness 10000) in paragraph at lines 63590--63590 []\T1/SourceSansPro-LF/m/n/10 Mes-sage Underfull \hbox (badness 10000) in paragraph at lines 63794--63794 [] [][]\T1/zi4/m/it/10 descriptionFile Overfull \hbox (6.47609pt too wide) in paragraph at lines 63794--63794 [] [][]\T1/zi4/m/it/10 outputArchitecture Overfull \hbox (1.47609pt too wide) in paragraph at lines 63794--63794 [] [][]\T1/zi4/m/it/10 rwBlockHeaderSize [774] [775] Overfull \vbox (1.90979pt too high) detected at line 64090 [776] Overfull \hbox (5.20111pt too wide) in paragraph at lines 64133--64135 [] []\T1/zi4/m/it/10 eventgenerators[] Underfull \hbox (badness 10000) in paragraph at lines 64133--64135 Underfull \hbox (badness 10000) detected at line 64136 Overfull \hbox (5.20111pt too wide) detected at line 64136 [] []\T1/zi4/m/it/10 eventgenerators[] Underfull \hbox (badness 10000) in paragraph at lines 64151--64153 Underfull \hbox (badness 10000) detected at line 64154 LaTeX Warning: Hyper reference `VEEPortingGuide/uiInput:section-inputs-generice ventgenerators' on page 777 undefined on input line 64158. Underfull \hbox (badness 10000) in paragraph at lines 64349--64352 []|\T1/SourceSansPro-LF/m/n/10 An event gen-er-a-tor that man-ages a group of s tate ma-chines. Underfull \hbox (badness 10000) in paragraph at lines 64349--64352 \T1/SourceSansPro-LF/m/n/10 The state of a ma-chine is changed by send-ing an e vent us-ing [777] Overfull \hbox (2.09447pt too wide) in paragraph at lines 64600--64600 []||[]| Underfull \hbox (badness 10000) in paragraph at lines 64600--64600 Underfull \hbox (badness 10000) detected at line 64600 [778] [779] Overfull \hbox (3.12929pt too wide) in paragraph at lines 64754--64754 []| []\T1/zi4/m/it/10 xsi:schemaLocation[]| Overfull \hbox (3.12929pt too wide) in paragraph at lines 64754--64754 []| []\T1/zi4/m/it/10 xsi:schemaLocation[]| Underfull \hbox (badness 10000) in paragraph at lines 64832--64832 [] [][]\T1/zi4/m/it/10 connectTimeout Underfull \hbox (badness 10000) in paragraph at lines 64832--64832 [] [][]\T1/zi4/m/it/10 excludes Underfull \hbox (badness 10000) in paragraph at lines 64832--64832 [] [][]\T1/zi4/m/it/10 mocks [780] Package longtable Warning: Column widths have changed (longtable) in table 49 on input line 64978. [781] [782] LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/tools/heapdump:intclas sfileformat' on page 783 undefined on input line 64985. [783] Overfull \hbox (2.36441pt too wide) in paragraph at lines 65428--65429 [][] Underfull \hbox (badness 10000) in paragraph at lines 65488--65490 []|\T1/SourceSansPro-LF/m/n/10 Com- Underfull \hbox (badness 10000) in paragraph at lines 65491--65493 []|\T1/SourceSansPro-LF/m/n/10 Build Underfull \hbox (badness 10000) in paragraph at lines 65491--65493 \T1/SourceSansPro-LF/m/n/10 Ver- Underfull \hbox (badness 10000) in paragraph at lines 65494--65496 []|\T1/SourceSansPro-LF/m/n/10 Known Com-pat-i-ble Ver- Underfull \hbox (badness 10000) in paragraph at lines 65500--65503 []|\T1/SourceSansPro-LF/m/n/10 Mod- Underfull \hbox (badness 10000) in paragraph at lines 65504--65506 []|\T1/SourceSansPro-LF/m/n/10 Keil Underfull \hbox (badness 10000) in paragraph at lines 65504--65506 \T1/SourceSansPro-LF/m/n/10 uVi- Overfull \hbox (1.57127pt too wide) in paragraph at lines 65507--65509 []|\T1/SourceSansPro-LF/m/n/10 5.18.0.0| Underfull \hbox (badness 10000) in paragraph at lines 65513--65515 []| [][][]\T1/zi4/m/it/10 cpu Cortex[]M4.fp [][]apcs=/hardfp Overfull \hbox (9.55128pt too wide) in paragraph at lines 65516--65519 []|[][]\T1/SourceSansPro-LF/m/n/10 flopi4A20[][]| Underfull \hbox (badness 10000) in paragraph at lines 65529--65531 []| [][]\T1/zi4/m/it/10 mabi=aapcs []mcpu=cortex[]m4 Underfull \hbox (badness 10000) in paragraph at lines 65529--65531 []\T1/zi4/m/it/10 mlittle[]endian []mfpu=fpv4[]sp[]d16 Overfull \hbox (9.87128pt too wide) in paragraph at lines 65532--65535 []|[][]\T1/SourceSansPro-LF/m/n/10 flopi4G25[][]| Underfull \hbox (badness 10000) in paragraph at lines 65536--65538 []|\T1/SourceSansPro-LF/m/n/10 IAR Underfull \hbox (badness 10000) in paragraph at lines 65536--65538 \T1/SourceSansPro-LF/m/n/10 Em- Underfull \hbox (badness 10000) in paragraph at lines 65536--65538 \T1/SourceSansPro-LF/m/n/10 bed- Underfull \hbox (badness 10000) in paragraph at lines 65536--65538 \T1/SourceSansPro-LF/m/n/10 ded Underfull \hbox (badness 10000) in paragraph at lines 65536--65538 \T1/SourceSansPro-LF/m/n/10 Work- Underfull \hbox (badness 10000) in paragraph at lines 65536--65538 \T1/SourceSansPro-LF/m/n/10 bench Underfull \hbox (badness 10000) in paragraph at lines 65536--65538 \T1/SourceSansPro-LF/m/n/10 for Overfull \hbox (18.03123pt too wide) in paragraph at lines 65539--65541 []|\T1/SourceSansPro-LF/m/n/10 8.32.1.18631| Overfull \hbox (6.29128pt too wide) in paragraph at lines 65548--65551 []|[][]\T1/SourceSansPro-LF/m/n/10 flopi4I35[][]| [784] Underfull \hbox (badness 10000) in paragraph at lines 65573--65575 []|\T1/SourceSansPro-LF/m/n/10 Com- Underfull \hbox (badness 10000) in paragraph at lines 65576--65578 []|\T1/SourceSansPro-LF/m/n/10 Build Underfull \hbox (badness 10000) in paragraph at lines 65576--65578 \T1/SourceSansPro-LF/m/n/10 Ver- Underfull \hbox (badness 10000) in paragraph at lines 65579--65581 []|\T1/SourceSansPro-LF/m/n/10 Known Com-pat-i-ble Ver- Underfull \hbox (badness 10000) in paragraph at lines 65585--65588 []|\T1/SourceSansPro-LF/m/n/10 Mod- Underfull \hbox (badness 10000) in paragraph at lines 65589--65591 []|\T1/SourceSansPro-LF/m/n/10 Keil Underfull \hbox (badness 10000) in paragraph at lines 65589--65591 \T1/SourceSansPro-LF/m/n/10 uVi- Overfull \hbox (1.57127pt too wide) in paragraph at lines 65592--65594 []|\T1/SourceSansPro-LF/m/n/10 5.18.0.0| Overfull \hbox (7.4213pt too wide) in paragraph at lines 65601--65604 []|[][]\T1/SourceSansPro-LF/m/n/10 flopi7A21[][]| Underfull \hbox (badness 10000) in paragraph at lines 65614--65616 []| [][]\T1/zi4/m/it/10 mabi=aapcs []mcpu=cortex[]m7 Underfull \hbox (badness 10000) in paragraph at lines 65614--65616 []\T1/zi4/m/it/10 mlittle[]endian []mfpu=fpv5[]sp[]d16 Overfull \hbox (9.81128pt too wide) in paragraph at lines 65617--65620 []|[][]\T1/SourceSansPro-LF/m/n/10 flopi7G26[][]| Underfull \hbox (badness 10000) in paragraph at lines 65621--65623 []|\T1/SourceSansPro-LF/m/n/10 IAR Underfull \hbox (badness 10000) in paragraph at lines 65621--65623 \T1/SourceSansPro-LF/m/n/10 Em- Underfull \hbox (badness 10000) in paragraph at lines 65621--65623 \T1/SourceSansPro-LF/m/n/10 bed- Underfull \hbox (badness 10000) in paragraph at lines 65621--65623 \T1/SourceSansPro-LF/m/n/10 ded Underfull \hbox (badness 10000) in paragraph at lines 65621--65623 \T1/SourceSansPro-LF/m/n/10 Work- Underfull \hbox (badness 10000) in paragraph at lines 65621--65623 \T1/SourceSansPro-LF/m/n/10 bench Underfull \hbox (badness 10000) in paragraph at lines 65621--65623 \T1/SourceSansPro-LF/m/n/10 for Overfull \hbox (18.03123pt too wide) in paragraph at lines 65624--65626 []|\T1/SourceSansPro-LF/m/n/10 8.32.1.18631| Overfull \hbox (6.39128pt too wide) in paragraph at lines 65633--65636 []|[][]\T1/SourceSansPro-LF/m/n/10 flopi7I36[][]| [785] Underfull \hbox (badness 10000) in paragraph at lines 65654--65656 []|\T1/SourceSansPro-LF/m/n/10 Com- Underfull \hbox (badness 10000) in paragraph at lines 65663--65665 []|\T1/SourceSansPro-LF/m/n/10 Mod-ule Underfull \hbox (badness 10000) in paragraph at lines 65670--65672 []|\T1/SourceSansPro-LF/m/n/10 GCC Underfull \hbox (badness 10000) in paragraph at lines 65670--65672 \T1/SourceSansPro-LF/m/n/10 (ESP- Underfull \hbox (badness 10000) in paragraph at lines 65673--65675 []|\T1/SourceSansPro-LF/m/n/10 5.2.0 Overfull \hbox (9.7644pt too wide) in paragraph at lines 65673--65675 \T1/SourceSansPro-LF/m/n/10 (crosstool- Underfull \hbox (badness 10000) in paragraph at lines 65673--65675 \T1/SourceSansPro-LF/m/n/10 ng- Underfull \hbox (badness 10000) in paragraph at lines 65673--65675 \T1/SourceSansPro-LF/m/n/10 1.22.0- Underfull \hbox (badness 10000) in paragraph at lines 65673--65675 \T1/SourceSansPro-LF/m/n/10 80- Overfull \hbox (8.4644pt too wide) in paragraph at lines 65673--65675 \T1/SourceSansPro-LF/m/n/10 g6c4433a)| Overfull \hbox (2.18443pt too wide) in paragraph at lines 65679--65681 []|[][]\T1/SourceSansPro-LF/m/n/10 simikou1[][]| Underfull \hbox (badness 10000) in paragraph at lines 65686--65688 []|\T1/SourceSansPro-LF/m/n/10 GCC Underfull \hbox (badness 10000) in paragraph at lines 65686--65688 \T1/SourceSansPro-LF/m/n/10 (ESP- Underfull \hbox (badness 10000) in paragraph at lines 65689--65691 []|\T1/SourceSansPro-LF/m/n/10 5.2.0 Overfull \hbox (9.7644pt too wide) in paragraph at lines 65689--65691 \T1/SourceSansPro-LF/m/n/10 (crosstool- Underfull \hbox (badness 10000) in paragraph at lines 65689--65691 \T1/SourceSansPro-LF/m/n/10 ng- Underfull \hbox (badness 10000) in paragraph at lines 65689--65691 \T1/SourceSansPro-LF/m/n/10 1.22.0- Underfull \hbox (badness 10000) in paragraph at lines 65689--65691 \T1/SourceSansPro-LF/m/n/10 80- Overfull \hbox (8.4644pt too wide) in paragraph at lines 65689--65691 \T1/SourceSansPro-LF/m/n/10 g6c4433a)| Overfull \hbox (3.50443pt too wide) in paragraph at lines 65695--65697 []|[][]\T1/SourceSansPro-LF/m/n/10 simikou2[][]| Underfull \hbox (badness 10000) in paragraph at lines 65702--65704 []|\T1/SourceSansPro-LF/m/n/10 GCC Underfull \hbox (badness 10000) in paragraph at lines 65702--65704 \T1/SourceSansPro-LF/m/n/10 (ESP- Underfull \hbox (badness 10000) in paragraph at lines 65705--65707 []|\T1/SourceSansPro-LF/m/n/10 5.2.0 Overfull \hbox (9.7644pt too wide) in paragraph at lines 65705--65707 \T1/SourceSansPro-LF/m/n/10 (crosstool- Underfull \hbox (badness 10000) in paragraph at lines 65705--65707 \T1/SourceSansPro-LF/m/n/10 ng- Underfull \hbox (badness 10000) in paragraph at lines 65705--65707 \T1/SourceSansPro-LF/m/n/10 1.22.0- Underfull \hbox (badness 10000) in paragraph at lines 65705--65707 \T1/SourceSansPro-LF/m/n/10 96- Overfull \hbox (8.94438pt too wide) in paragraph at lines 65705--65707 \T1/SourceSansPro-LF/m/n/10 g2852398)| Overfull \hbox (3.50443pt too wide) in paragraph at lines 65711--65713 []|[][]\T1/SourceSansPro-LF/m/n/10 simikou2[][]| Underfull \hbox (badness 10000) in paragraph at lines 65718--65720 []|\T1/SourceSansPro-LF/m/n/10 GCC Underfull \hbox (badness 10000) in paragraph at lines 65718--65720 \T1/SourceSansPro-LF/m/n/10 (ESP- Underfull \hbox (badness 10000) in paragraph at lines 65721--65723 []|\T1/SourceSansPro-LF/m/n/10 8.2.0 Overfull \hbox (9.7644pt too wide) in paragraph at lines 65721--65723 \T1/SourceSansPro-LF/m/n/10 (crosstool- Overfull \hbox (3.46442pt too wide) in paragraph at lines 65727--65729 []|[][]\T1/SourceSansPro-LF/m/n/10 simikou3[][]| Underfull \hbox (badness 10000) in paragraph at lines 65734--65736 []|\T1/SourceSansPro-LF/m/n/10 GCC Underfull \hbox (badness 10000) in paragraph at lines 65734--65736 \T1/SourceSansPro-LF/m/n/10 (ESP- Underfull \hbox (badness 10000) in paragraph at lines 65737--65739 []|\T1/SourceSansPro-LF/m/n/10 5.2.0 Overfull \hbox (9.7644pt too wide) in paragraph at lines 65737--65739 \T1/SourceSansPro-LF/m/n/10 (crosstool- Underfull \hbox (badness 10000) in paragraph at lines 65737--65739 \T1/SourceSansPro-LF/m/n/10 ng- Underfull \hbox (badness 10000) in paragraph at lines 65737--65739 \T1/SourceSansPro-LF/m/n/10 1.22.0- Underfull \hbox (badness 10000) in paragraph at lines 65737--65739 \T1/SourceSansPro-LF/m/n/10 97- Overfull \hbox (8.04442pt too wide) in paragraph at lines 65737--65739 \T1/SourceSansPro-LF/m/n/10 gc752ad5)| Overfull \hbox (6.79749pt too wide) in paragraph at lines 65743--65745 []| []\T1/zi4/m/it/10 simikou4[]| Underfull \hbox (badness 10000) in paragraph at lines 65750--65752 []|\T1/SourceSansPro-LF/m/n/10 GCC Underfull \hbox (badness 10000) in paragraph at lines 65750--65752 \T1/SourceSansPro-LF/m/n/10 (ESP- Underfull \hbox (badness 10000) in paragraph at lines 65753--65755 []|\T1/SourceSansPro-LF/m/n/10 8.4.0 Overfull \hbox (9.7644pt too wide) in paragraph at lines 65753--65755 \T1/SourceSansPro-LF/m/n/10 (crosstool- Overfull \hbox (6.79749pt too wide) in paragraph at lines 65759--65761 []| []\T1/zi4/m/it/10 simikou5[]| Underfull \hbox (badness 10000) in paragraph at lines 65766--65768 []|\T1/SourceSansPro-LF/m/n/10 GCC Underfull \hbox (badness 10000) in paragraph at lines 65766--65768 \T1/SourceSansPro-LF/m/n/10 (ESP- Underfull \hbox (badness 10000) in paragraph at lines 65769--65771 []|\T1/SourceSansPro-LF/m/n/10 8.4.0 Overfull \hbox (9.7644pt too wide) in paragraph at lines 65769--65771 \T1/SourceSansPro-LF/m/n/10 (crosstool- Underfull \hbox (badness 10000) in paragraph at lines 65772--65774 []| [][]\T1/zi4/m/it/10 mlongcalls []mfix[]esp32[]psram[]cache[]issue Overfull \hbox (6.79749pt too wide) in paragraph at lines 65775--65777 []| []\T1/zi4/m/it/10 simikou6[]| [786] LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:new-platform-c reation' on page 787 undefined on input line 65842. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:platform-build ' on page 787 undefined on input line 65849. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:platform-confi guration-creation' on page 787 undefined on input line 65849. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm' on page 787 undefined on input line 65849. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:bsp-connection -cases' on page 787 undefined on input line 65853. [787] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/repository:module-rep ository' on page 788 undefined on input line 65880. LaTeX Warning: Hyper reference `VEEPortingGuide/architecture:architecture-overv iew' on page 788 undefined on input line 65880. LaTeX Warning: Hyper reference `VEEPortingGuide/pack:pack-overview' on page 788 undefined on input line 65881. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:bsp-connection ' on page 788 undefined on input line 65894. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:bsp-connection -build-script' on page 788 undefined on input line 65898. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:bsp-connection -run-script' on page 788 undefined on input line 65898. LaTeX Warning: Hyper reference `SDKUserGuide/repository:central-repository' on page 788 undefined on input line 65917. LaTeX Warning: Hyper reference `SDKUserGuide/repository:developer-repository' o n page 788 undefined on input line 65917. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-configuration' on page 788 undefined on input line 65922. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-settings-file' on page 788 undefined on input line 65924. LaTeX Warning: Hyper reference `SDKUserGuide/version:get-sdk-version' on page 7 88 undefined on input line 65932. [788 <./platform_fullPackaging_structure.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/architectureNamingConvention:ar chitecture-naming-convention' on page 789 undefined on input line 65964. Underfull \hbox (badness 10000) in paragraph at lines 65994--65998 \T1/SourceSansPro-LF/m/n/10 and re-named to []\T1/zi4/m/it/10 architecture[]re pository/com/microej/architecture/CM7/CM7hardfp_ARMCC5/ LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:pack-import' o n page 789 undefined on input line 66003. [789] LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:pack-import' o n page 790 undefined on input line 66055. [790] [791 <./platform_architecture-repository.png> <./platformMigration-import .png>] Underfull \hbox (badness 10000) in paragraph at lines 66157--66162 []\T1/SourceSansPro-LF/m/n/10 In-stall [][]Plat-form Con-fig-u-ra-tion Ad-di-ti ons[][], by fol-low-ing in-struc-tions de-scribed at [][]$https : / / Underfull \hbox (badness 10000) in paragraph at lines 66157--66162 \T1/SourceSansPro-LF/m/n/10 github . com / MicroEJ / PlatformQualificationTools / blob / master / framework / platform / README . rst$[][]. Underfull \hbox (badness 10000) in paragraph at lines 66157--66162 \T1/SourceSansPro-LF/m/n/10 Files within the []\T1/zi4/m/it/10 content[] \T1/ SourceSansPro-LF/m/n/10 folder have to be copied to the [][]\T1/zi4/m/it/10 co nfiguration[] \T1/SourceSansPro-LF/m/n/10 project (e.g. Underfull \hbox (badness 10000) in paragraph at lines 66170--66172 []\T1/SourceSansPro-LF/m/n/10 Up-date the de-fault name of the Plat-form mod-ul e in the []\T1/zi4/m/it/10 module.ivy[] \T1/SourceSansPro-LF/m/n/10 . Re-place with Underfull \hbox (badness 10000) in paragraph at lines 66170--66172 []\T1/zi4/m/it/10 ] [799 <./inputs_outputs.png>] [800 <./build_flow_ge neric.png>] LaTeX Warning: Hyper reference `KernelDeveloperGuide/kernelCreation:multisandbo x-firmware-creation' on page 801 undefined on input line 66635. LaTeX Warning: Hyper reference `KernelDeveloperGuide/kernelCreation:ivy-confs' on page 801 undefined on input line 66648. [801 <./build_flow_virtual_device.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/sandboxedAppFundament alConcepts:sandboxed-application-fundamental-concepts' on page 802 undefined on input line 66742. Underfull \hbox (badness 10000) in paragraph at lines 66763--66766 []|[][]$\T1/SourceSansPro-LF/m/n/10 https : / / repository . microej . com / ja vadoc / microej _ 5 . x / apis / ej / kf / Underfull \hbox (badness 10000) in paragraph at lines 66946--66946 []\T1/SourceSansPro-LF/m/n/10 Mi-croEJ Demo Run- Underfull \hbox (badness 10000) in paragraph at lines 66946--66946 []\T1/SourceSansPro-LF/m/n/10 EDC/B- Overfull \hbox (27.2402pt too wide) in paragraph at lines 66946--66946 []\T1/SourceSansPro-LF/m/n/10 COMP/WADAPPS| Underfull \hbox (badness 10000) in paragraph at lines 66946--66946 []\T1/SourceSansPro-LF/m/n/10 MI- Overfull \hbox (14.15453pt too wide) in paragraph at lines 66946--66946 \T1/SourceSansPro-LF/m/n/10 CROUI/MWT| Overfull \hbox (26.17175pt too wide) in paragraph at lines 66946--66946 []\T1/SourceSansPro-LF/m/n/10 LEDS/BUTTONS| Overfull \hbox (31.06073pt too wide) in paragraph at lines 66946--66946 []\T1/SourceSansPro-LF/m/n/10 NET/CONNECT/SSL| Overfull \hbox (1.01366pt too wide) in paragraph at lines 66946--66946 []\T1/SourceSansPro-LF/m/n/10 BLE| Overfull \hbox (1.82365pt too wide) in paragraph at lines 66946--66946 []\T1/SourceSansPro-LF/m/n/10 HAL| Overfull \hbox (21.5272pt too wide) in paragraph at lines 66946--66946 []\T1/SourceSansPro-LF/m/n/10 ECOM/COMM| Underfull \hbox (badness 10000) in paragraph at lines 67071--67071 []\T1/SourceSansPro-LF/m/n/10 BUT-TONS or MICROUI- [802 <./check.png>] Underfull \hbox (badness 10000) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 Mi-croEJ Underfull \hbox (badness 10000) in paragraph at lines 67242--67242 \T1/SourceSansPro-LF/m/n/10 Demo Underfull \hbox (badness 5741) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 Mi-croEJ Run-time Underfull \hbox (badness 10000) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 Man- Underfull \hbox (badness 10000) in paragraph at lines 67242--67242 \T1/SourceSansPro-LF/m/n/10 age- Underfull \hbox (badness 10000) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 App- Underfull \hbox (badness 10000) in paragraph at lines 67242--67242 \T1/SourceSansPro-LF/m/n/10 Metadata- Overfull \hbox (13.73042pt too wide) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 CommandServer- Overfull \hbox (2.49365pt too wide) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 NTP| Overfull \hbox (10.21362pt too wide) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 About| Underfull \hbox (badness 10000) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 Ap- Overfull \hbox (1.8816pt too wide) in paragraph at lines 67242--67242 \T1/SourceSansPro-LF/m/n/10 pList| Underfull \hbox (badness 10000) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 Forge Underfull \hbox (badness 10000) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 MicroEJ- Underfull \hbox (badness 10000) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 MicroEJ- Underfull \hbox (badness 10000) in paragraph at lines 67318--67318 []\T1/SourceSansPro-LF/m/n/10 App-Metadata- Overfull \hbox (3.66864pt too wide) in paragraph at lines 67318--67318 []\T1/SourceSansPro-LF/m/n/10 CommandServer- [803] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm' on page 804 undefined on input line 67328. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures' on page 804 undefined on input line 67328. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-skeleton' on page 8 04 undefined on input line 67334. [804 <./firmware-multiapp-skeleton-project.png (PNG copy)>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/platformSelection:pla tform-selection' on page 805 undefined on input line 67350. LaTeX Warning: Hyper reference `KernelDeveloperGuide/overview:in-out-artifacts' on page 805 undefined on input line 67360. [805] [806 <./firmware-multiapp-skeleton-artifacts.png (PNG copy)>] LaTeX Warning: Hyper reference `KernelDeveloperGuide/kf:kf-specification' on pa ge 807 undefined on input line 67392. LaTeX Warning: Hyper reference `KernelDeveloperGuide/kernelAPI:kernel-api' on p age 807 undefined on input line 67396. LaTeX Warning: Hyper reference `KernelDeveloperGuide/runtimeEnvironment:runtime -environment' on page 807 undefined on input line 67396. Underfull \hbox (badness 10000) in paragraph at lines 67405--67407 []\T1/SourceSansPro-LF/m/n/10 A Ker-nel API or a Run-time En-vi-ron-ment mod-ul e is added as a de-pen-dency with the con-fig-u-ra-tion LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures-meta-build' on page 807 undefined on input line 67452. [807] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/launches:concepts-mic roejlaunches' on page 808 undefined on input line 67469. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/standaloneApplication :standalone-application' on page 808 undefined on input line 67478. [808 <./build_flow_zoom_buildtype.png>] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 809 undefined on input line 67507. Underfull \hbox (badness 10000) in paragraph at lines 67506--67508 \T1/SourceSansPro-LF/m/n/10 The fol-low-ing sec-tion de-scribes \T1/SourceSansP ro-LF/m/it/10 mod-ule de-scrip-tion file \T1/SourceSansPro-LF/m/n/10 ( []\T1/zi 4/m/it/10 module.ivy[] \T1/SourceSansPro-LF/m/n/10 ) gen-er-ated by the [809 <./build_flow_zoom_workspace.png>] LaTeX Warning: Hyper reference `KernelDeveloperGuide/overview:in-out-artifacts' on page 810 undefined on input line 67533. Underfull \hbox (badness 6445) in paragraph at lines 67656--67656 []|\T1/SourceSansPro-LF/m/n/10 Em-bed-ded in the Vir-tual De-vice only, not in the Underfull \hbox (badness 10000) in paragraph at lines 67656--67656 []| []\T1/zi4/m/it/10 default[]>default;[] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/platformSelection:pla tform-selection' on page 810 undefined on input line 67656. Underfull \hbox (badness 10000) in paragraph at lines 67656--67656 []|\T1/SourceSansPro-LF/m/n/10 Run-time En-vi-ron- LaTeX Warning: Hyper reference `KernelDeveloperGuide/runtimeEnvironment:runtime -environment' on page 810 undefined on input line 67656. LaTeX Warning: Hyper reference `KernelDeveloperGuide/kernelCreation:system-appl ication-input-ways' on page 810 undefined on input line 67656. Overfull \hbox (3.98607pt too wide) in paragraph at lines 67656--67656 []| []\T1/zi4/m/it/10 systemapp[]fw[]>application[]| Underfull \hbox (badness 6445) in paragraph at lines 67656--67656 []|\T1/SourceSansPro-LF/m/n/10 Em-bed-ded in the Vir-tual De-vice only, not in the Underfull \hbox (badness 10000) in paragraph at lines 67656--67656 []| []\T1/zi4/m/it/10 default[]>default;[] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/platformSelection:pla tform-selection' on page 810 undefined on input line 67656. Underfull \hbox (badness 10000) in paragraph at lines 67656--67656 []|\T1/SourceSansPro-LF/m/n/10 Run-time En-vi-ron- LaTeX Warning: Hyper reference `KernelDeveloperGuide/runtimeEnvironment:runtime -environment' on page 810 undefined on input line 67656. LaTeX Warning: Hyper reference `KernelDeveloperGuide/kernelCreation:system-appl ication-input-ways' on page 810 undefined on input line 67656. Overfull \hbox (3.98607pt too wide) in paragraph at lines 67656--67656 []| []\T1/zi4/m/it/10 systemapp[]fw[]>application[]| Overfull \hbox (3.17218pt too wide) in paragraph at lines 67656--67657 [][] [810] LaTeX Warning: Hyper reference `KernelDeveloperGuide/kf:kf-specification' on pa ge 811 undefined on input line 67723. [811] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:chapter-mic roej-classpath' on page 812 undefined on input line 67729. LaTeX Warning: Hyper reference `KernelDeveloperGuide/kf:kf-specification' on pa ge 812 undefined on input line 67743. Underfull \hbox (badness 10000) in paragraph at lines 67827--67827 []|\T1/SourceSansPro-LF/m/n/10 re- Overfull \hbox (4.48721pt too wide) in paragraph at lines 67827--67827 []||[]| Underfull \hbox (badness 10000) in paragraph at lines 67827--67827 []|\T1/SourceSansPro-LF/m/n/10 re- Overfull \hbox (4.48721pt too wide) in paragraph at lines 67827--67827 []\T1/SourceSansPro-LF/m/n/10 method Overfull \hbox (4.48721pt too wide) detected at line 67827 []\T1/SourceSansPro-LF/m/n/10 method LaTeX Warning: Hyper reference `SDKUserGuide/repository:developer-repository' o n page 812 undefined on input line 67842. [812] [813 <./kernelapi_launch.png (PNG copy)>] [814 <./img115.png (PNG copy)>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/moduleNatures:module- natures' on page 815 undefined on input line 67928. LaTeX Warning: Hyper reference `KernelDeveloperGuide/kernelAPI:kernel-api' on p age 815 undefined on input line 67929. LaTeX Warning: Hyper reference `KernelDeveloperGuide/kernelCreation:define-apis ' on page 815 undefined on input line 67932. [815] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-skeleton' on page 8 16 undefined on input line 67962. [816 <./runtime_environment_build_flow.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/repository:module-rep ository' on page 817 undefined on input line 68027. [817] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 818 undefined on input line 68064. [818] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/runtime:runtime-edc' on page 819 undefined on input line 68141. [819] LaTeX Warning: Hyper reference `KernelDeveloperGuide/kernelAPI:kernel-api' on p age 820 undefined on input line 68166. [820 <./graph_build_string_methods.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/coreEngine:core-engine' on page 821 undefined on input line 68235. LaTeX Warning: Hyper reference `KernelDeveloperGuide/applicationLink:soar-build -phases' on page 821 undefined on input line 68236. LaTeX Warning: Hyper reference `KernelDeveloperGuide/kernelLink:feature-portabi lity-control' on page 821 undefined on input line 68241. [821] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/sandboxedAppSharedInt erface:chapter-shared-interfaces' on page 822 undefined on input line 68291. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/sandboxedAppSharedInt erface:section-transferable-types' on page 822 undefined on input line 68298. [822 <./sandboxed-application-lifecycle.png>] Underfull \hbox (badness 10000) in paragraph at lines 68496--68498 []\T1/SourceSansPro-LF/m/n/10 dur-ing a call to [][]Dis-play.requestShow(Displa yable)[][], [][]Dis-play.requestHide(Displayable)[][], [][]Dis- [823] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/soar:soar-clinit' on page 824 undefined on input line 68552. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/soar:soar-clinit-expl icit-dependencies' on page 824 undefined on input line 68552. [824] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/testsuite:application -testsuite' on page 825 undefined on input line 68606. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-settings-file' on page 825 undefined on input line 68633. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-options' on page 825 undef ined on input line 68635. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-skeleton' on page 8 25 undefined on input line 68655. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-skeleton' on page 8 25 undefined on input line 68659. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-skeleton' on page 8 25 undefined on input line 68663. [825] [826 <./kf_testsuite_project_structure.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/testsuite:testsuite-o ptions' on page 827 undefined on input line 68703. LaTeX Warning: Hyper reference `KernelDeveloperGuide/kernelAPI:kernel-api' on p age 827 undefined on input line 68716. LaTeX Warning: Hyper reference `VEEPortingGuide/multiSandbox:multisandbox' on p age 827 undefined on input line 68733. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/stackTraceReader:stac k-trace-reader' on page 827 undefined on input line 68736. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/heapAnalyzer:heapdump er' on page 827 undefined on input line 68736. [827 <./link_kernel.png>] LaTeX Warning: Hyper reference `KernelDeveloperGuide/applicationLink:build-feat ure-on-device' on page 828 undefined on input line 68743. LaTeX Warning: Hyper reference `KernelDeveloperGuide/applicationLink:build-feat ure-off-board' on page 828 undefined on input line 68744. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ar chitecture-options-group-installed-features' on page 828 undefined on input lin e 68783. LaTeX Warning: Hyper reference `KernelDeveloperGuide/kernelCreation:system-appl ication-input-ways' on page 828 undefined on input line 68786. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/tools:microejtoolssec tion' on page 828 undefined on input line 68787. [828 <./kernel_metadata_generator.png>] LaTeX Warning: Hyper reference `KernelDeveloperGuide/kernelLink:kernel-metadata -generation' on page 829 undefined on input line 68812. LaTeX Warning: Hyper reference `KernelDeveloperGuide/kernelUID:kernel-uid' on p age 829 undefined on input line 68813. [829 <./build_flow_zoom_workspace_firmware_linker_only.png>] LaTeX Warning: Hyper reference `support:get-support' on page 830 undefined on i nput line 68829. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 830 undefined on input line 68833. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/soar:soar-method-devi rtualization' on page 830 undefined on input line 68855. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/soar:soar-method-inli ning' on page 830 undefined on input line 68855. [830 <./feature_portability_control_principle.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/soar:soar-clinit' on page 831 undefined on input line 68949. LaTeX Warning: Hyper reference `KernelDeveloperGuide/applicationLink:fso-compat ibility' on page 831 undefined on input line 68955. LaTeX Warning: Hyper reference `KernelDeveloperGuide/applicationLink:feature-po rtability' on page 831 undefined on input line 68982. [831] LaTeX Warning: Hyper reference `KernelDeveloperGuide/kf:kf-specification' on pa ge 832 undefined on input line 68999. LaTeX Warning: Hyper reference `KernelDeveloperGuide/kernelLink:firmware-linker ' on page 832 undefined on input line 69003. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/launches:concepts-mic roejlaunches' on page 832 undefined on input line 69012. [832 <./link_application.png>] LaTeX Warning: Hyper reference `support:get-support' on page 833 undefined on i nput line 69037. LaTeX Warning: Hyper reference `KernelDeveloperGuide/kernelLink:kernel-metadata -generation' on page 833 undefined on input line 69059. [833 <./build_flow_zoom_workspace_feature_only.png>] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-dependencies' on pa ge 834 undefined on input line 69109. [834 <./link_application_on_device.png>] Underfull \vbox (badness 10000) detected at line 69187 Overfull \vbox (0.82594pt too high) detected at line 69187 [835] LaTeX Warning: Hyper reference `KernelDeveloperGuide/kernelLink:feature-portabi lity-control' on page 836 undefined on input line 69233. [836 <./feature_portability_overview.png>] Chapter 7. LaTeX Warning: Hyper reference `glossary:chapter-glossary' on page 837 undefine d on input line 69264. [837 <./qa_resources-v3.PNG>] LaTeX Warning: Hyper reference `VEEPortingGuide/architecture:architecture-overv iew' on page 838 undefined on input line 69279. LaTeX Warning: Hyper reference `SDKUserGuide/licenses:evaluation-license' on pa ge 838 undefined on input line 69287. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/limitations:limitatio ns' on page 838 undefined on input line 69287. LaTeX Warning: Hyper reference `SDKUserGuide/licenses:production-license' on pa ge 838 undefined on input line 69291. Underfull \hbox (badness 10000) in paragraph at lines 69295--69298 []\T1/SourceSansPro-LF/m/n/10 A se-lec-tion of sup-ported em-bed-ded Ar-chi-tec -tures can be found here: [][]$https : / / developer . microej . com / LaTeX Warning: Hyper reference `SDKUserGuide/repository:central-repository' on page 838 undefined on input line 69304. LaTeX Warning: Hyper reference `support:get-support' on page 838 undefined on i nput line 69308. LaTeX Warning: Hyper reference `VEEPortingGuide/platformOverview:platform-overv iew' on page 838 undefined on input line 69321. LaTeX Warning: Hyper reference `VEEPortingGuide/pack:pack-overview' on page 838 undefined on input line 69325. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/platform:platform-imp ort' on page 838 undefined on input line 69360. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:new-platform-c reation' on page 838 undefined on input line 69360. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:bsp-connection ' on page 838 undefined on input line 69365. [838] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/buildAndRunApplicatio n:simulator-execution' on page 839 undefined on input line 69439. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/repository:repository -offline' on page 839 undefined on input line 69480. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/repository:module-rep ository' on page 839 undefined on input line 69485. [839] [840 <./platform-build_workflow.PNG>] LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:bsp-connection ' on page 841 undefined on input line 69589. LaTeX Warning: Hyper reference `VEEPortingGuide/pack:pack-overview' on page 841 undefined on input line 69604. [841 <./build_microej_mono_sandbox_firmware_numbered.PNG>] LaTeX Warning: Hyper reference `overview/vee:vee' on page 842 undefined on inpu t line 69709. LaTeX Warning: Hyper reference `VEEPortingGuide/index:vee-porting-guide' on pag e 842 undefined on input line 69712. [842] LaTeX Warning: Hyper reference `VEEPortingGuide/index:vee-porting-guide' on pag e 843 undefined on input line 69802. [843 <./tuto_microej_platform_how_to_select_modules.PNG>] LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:platform-confi guration-creation' on page 844 undefined on input line 69889. [844] LaTeX Warning: Hyper reference `VEEPortingGuide/architecture:architecture-overv iew' on page 845 undefined on input line 70004. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:new-platform-c reation' on page 845 undefined on input line 70005. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:llapi-chapter' o n page 845 undefined on input line 70005. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:bsp-connection ' on page 845 undefined on input line 70006. LaTeX Warning: Hyper reference `VEEPortingGuide/architecture:architecture-overv iew' on page 845 undefined on input line 70029. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:new-platform-c reation' on page 845 undefined on input line 70034. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:llapi-chapter' o n page 845 undefined on input line 70039. [845] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/buildAndRunApplicatio n:simulator-execution' on page 846 undefined on input line 70048. [846] Underfull \hbox (badness 10000) in paragraph at lines 70242--70242 []\T1/SourceSansPro-LF/m/n/10 Listing 1: |[][][]$https : / / github . com / Mic roEJ / FreeRTOS / commit / [847] [848] Underfull \hbox (badness 10000) in paragraph at lines 70389--70389 []\T1/SourceSansPro-LF/m/n/10 Listing 2: |[][][]$https : / / github . com / Mic roEJ / FreeRTOS / commit / [849] Underfull \hbox (badness 10000) in paragraph at lines 70453--70453 []\T1/SourceSansPro-LF/m/n/10 Listing 3: |[][][]$https : / / github . com / Mic roEJ / FreeRTOS / commit / [850] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/runtime:mjvm-javalang uage' on page 851 undefined on input line 70487. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/toolchain:architecture s-toolchains' on page 851 undefined on input line 70507. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/toolchain:appendix-mat rixcapabilities' on page 851 undefined on input line 70514. LaTeX Warning: Hyper reference `VEEPortingGuide/architecture:architecture-overv iew' on page 851 undefined on input line 70524. [851] LaTeX Warning: Hyper reference `SDKUserGuide/licenses:evaluation-license' on pa ge 852 undefined on input line 70571. LaTeX Warning: Hyper reference `support:get-support' on page 852 undefined on i nput line 70622. [852 <./tuto_microej_fw_from_scratch_import_architecture.PNG>] LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:new-platform-c reation' on page 853 undefined on input line 70669. [853 <./tuto_microej_fw_from_scratch_activate_license.PNG>] LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:platform-confi guration-creation' on page 854 undefined on input line 70714. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:bsp-connection ' on page 854 undefined on input line 70718. [854 <./tuto_microej_fw_from_scratch_create_platform.PNG> <./tuto_microej_fw_fr om_scratch_add_platform_configuration_additions.PNG>] Overfull \hbox (80.24498pt too wide) in paragraph at lines 70806--70806 []\T1/zi4/m/it/10 ============================================================= ===============================================| Overfull \hbox (80.24498pt too wide) in paragraph at lines 70811--70811 []\T1/zi4/m/it/10 ============================================================= ===============================================| [855] [856 <./tuto_microej_fw_from_scratch_build_platform.png>] [857 <./tuto_mi croej_fw_from_scratch_new_microej_application_project.PNG>] [858 <./tuto_microe j_fw_from_scratch_run_as_microej_application.PNG>] LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:bsp-connection ' on page 859 undefined on input line 70870. [859] [860 <./tuto_microej_fw_from_scratch_run_configurations.PNG> <./tuto_micr oej_fw_from_scratch_run_configurations_execute_on_device.PNG>] [861] [862] Underfull \vbox (badness 10000) detected at line 71154 [863] [864] Underfull \hbox (badness 10000) in paragraph at lines 71206--71206 []\T1/SourceSansPro-LF/m/n/10 Listing 6: |[][][]$https : / / github . com / Mic roEJ / FreeRTOS / commit / Underfull \hbox (badness 10000) in paragraph at lines 71258--71258 []\T1/SourceSansPro-LF/m/n/10 Listing 7: |[][][]$https : / / github . com / Fre eRTOS / FreeRTOS / commit / [865] Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71292. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71292. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71293. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71294. LaTeX Warning: Hyper reference `VEEPortingGuide/tinySandbox:tinysandbox' on pag e 866 undefined on input line 71300. [866] Underfull \hbox (badness 10000) in paragraph at lines 71334--71334 []\T1/SourceSansPro-LF/m/n/10 Listing 8: |[][][]$https : / / github . com / Mic roEJ / FreeRTOS / commit / Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71360. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71361. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71362. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71362. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71363. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71364. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71366. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71367. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71368. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71369. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71370. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71371. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71373. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71374. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71375. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71376. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71377. [867] Underfull \hbox (badness 10000) in paragraph at lines 71392--71392 []\T1/SourceSansPro-LF/m/n/10 Listing 9: |[][][]$https : / / github . com / Mic roEJ / FreeRTOS / commit / [868] Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71421. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71422. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71423. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71424. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71425. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71426. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71427. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71428. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71429. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71430. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71431. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71432. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71433. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71434. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71435. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71436. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71437. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71438. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71439. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71440. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71441. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71442. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71443. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71444. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71445. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71446. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71447. Underfull \hbox (badness 10000) in paragraph at lines 71458--71458 []\T1/SourceSansPro-LF/m/n/10 Listing 10: |[][][]$https : / / github . com / Mi croEJ / FreeRTOS / commit / [869] Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71497. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71498. Underfull \hbox (badness 10000) in paragraph at lines 71508--71508 []\T1/SourceSansPro-LF/m/n/10 Listing 11: |[][][]$https : / / github . com / Mi croEJ / FreeRTOS / commit / [870] Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71547. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71548. Underfull \hbox (badness 10000) in paragraph at lines 71560--71560 []\T1/SourceSansPro-LF/m/n/10 Listing 12: |[][][]$https : / / github . com / Mi croEJ / FreeRTOS / commit / [871] [872 <./tuto_microej_fw_from_scratch_hello_world_updated.PNG> <./tuto_mic roej_fw_from_scratch_hello_world_updated_run.PNG>] LaTeX Warning: Hyper reference `Tutorials/tutorialCreatePlatformBuildAndRunScri pts:tutorial-create-platform-build-and-run-scripts' on page 873 undefined on in put line 71692. [873] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/platform:platform-imp ort' on page 874 undefined on input line 71702. LaTeX Warning: Hyper reference `VEEPortingGuide/platformQualification:platform- testsuite' on page 874 undefined on input line 71712. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm' on page 874 undefined on input line 71716. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/standaloneApplication :standalone-application' on page 874 undefined on input line 71720. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:bsp-connection ' on page 874 undefined on input line 71724. LaTeX Warning: Hyper reference `Tutorials/tutorialCreateFirmwareFromScratch:tut orial-create-firmware-from-scratch' on page 874 undefined on input line 71732. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:bsp-connection -build-script' on page 874 undefined on input line 71754. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:bsp-connection -run-script' on page 874 undefined on input line 71754. LaTeX Warning: Hyper reference `Tutorials/tutorialCreateFirmwareFromScratch:tut orial-create-firmware-from-scratch' on page 874 undefined on input line 71760. LaTeX Warning: Hyper reference `Tutorials/tutorialCreateFirmwareFromScratch:tut orial-create-firmware-from-scratch' on page 874 undefined on input line 71767. [874] Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\sphinxtitleref' on input line 71816. Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\sphinxtitleref' on input line 71816. Overfull \vbox (1.17744pt too high) detected at line 71876 [875] [876] Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\sphinxtitleref' on input line 71943. Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\sphinxtitleref' on input line 71943. [877] LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:bsp-connection -cases' on page 878 undefined on input line 72077. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:bsp-connection -options' on page 878 undefined on input line 72077. [878] [879 <./configure_build_bat_eclipse.png>] [880] LaTeX Warning: Hyper reference `Tutorials/tutorialCreateFirmwareFromScratch:tut orial-create-firmware-from-scratch' on page 881 undefined on input line 72202. [881] LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:bsp-connection -build-script' on page 882 undefined on input line 72276. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:bsp-connection -run-script' on page 882 undefined on input line 72276. LaTeX Warning: Hyper reference `Tutorials/tutorialRunATestSuiteOnDevice:tutoria l-run-test-suite-on-device' on page 882 undefined on input line 72284. LaTeX Warning: Hyper reference `Tutorials/tutorialSetupBuildUsingJenkinsAndArti factory:tutorial-setup-automated-build-using-jenkins-and-artifactory' on page 8 82 undefined on input line 72288. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm' on page 882 undefined on input line 72298. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm' on page 882 undefined on input line 72331. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-cli' on page 882 undefined on input line 72338. [882] [883 <./tuto_microej_cli_flow.PNG>] LaTeX Warning: Hyper reference `SDKUserGuide/repository:central-repository' on page 884 undefined on input line 72436. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-build-kit' on page 884 und efined on input line 72473. [884] Underfull \vbox (badness 10000) detected at line 72550 Overfull \vbox (0.82594pt too high) detected at line 72550 [885] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-settings-file' on page 886 undefined on input line 72553. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/repository:module-rep ository' on page 886 undefined on input line 72584. [886] [887] LaTeX Warning: Hyper reference `Tutorials/tutorialSetupBuildUsingJenkinsAndArti factory:get-microej-module-repository' on page 888 undefined on input line 7275 3. Underfull \hbox (badness 10000) in paragraph at lines 72752--72754 []\T1/SourceSansPro-LF/m/n/10 Click on [][][] and se-lect the Mi-croEJ mod-ul e repos-i-tory zip file ( []\T1/zi4/m/it/10 microej[][MicroEJ [888 <./tuto_microej_cli_artifactory_module_preview.PNG>] [889] [890] [891 <./t uto_microej_cli_module_creation.PNG>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/index:application-dev eloper-guide' on page 892 undefined on input line 73071. [892 <./tuto_microej_cli_module_files.PNG> <./tuto_microej_cli_module_location. PNG>] Underfull \hbox (badness 10000) in paragraph at lines 73143--73145 []\T1/SourceSansPro-LF/m/n/10 At the end of the build, the mod-ule is pub-lishe d to []\T1/zi4/m/it/10 http://localhost:8081/artifactory/list/ LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm' on page 893 undefined on input line 73158. [893 <./tuto_microej_cli_jenkins_parameter.PNG> <./tuto_microej_cli_jenkins_git _hello.PNG>] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-build-options' on page 894 undefined on input line 73243. [894] [895] LaTeX Warning: Hyper reference `Tutorials/tutorialImproveCodeQuality:visibility ' on page 896 undefined on input line 73397. [896] [897] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-skeleton' on page 8 98 undefined on input line 73556. LaTeX Warning: Hyper reference `Tutorials/tutorialImproveCodeQuality:sonar-code -analysis' on page 898 undefined on input line 73639. [898] LaTeX Warning: Hyper reference `Tutorials/tutorialImproveCodeQuality:equals-has hcode' on page 899 undefined on input line 73654. LaTeX Warning: Hyper reference `Tutorials/tutorialImproveCodeQuality:local-extr action' on page 899 undefined on input line 73678. LaTeX Warning: Hyper reference `Tutorials/tutorialImproveCodeQuality:local-extr action' on page 899 undefined on input line 73696. [899] [900] [901] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/testsuite:application -testsuite' on page 902 undefined on input line 73963. [902] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/memoryMapAnalyzer:mem orymapanalyzer' on page 903 undefined on input line 74052. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/memoryMapAnalyzer:mem orymapanalyzer' on page 903 undefined on input line 74073. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/heapAnalyzer:heapdump er' on page 903 undefined on input line 74077. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/buildOutputFiles:outp utfiles' on page 903 undefined on input line 74090. [903] LaTeX Warning: Hyper reference `VEEPortingGuide/coreEngine:core-engine-link' on page 904 undefined on input line 74144. LaTeX Warning: Hyper reference `Tutorials/tutorialImproveCodeQuality:improve-co de-quality' on page 904 undefined on input line 74150. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:application -classpath-mapping' on page 904 undefined on input line 74164. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:platform-confi guration-creation' on page 904 undefined on input line 74173. LaTeX Warning: Hyper reference `VEEPortingGuide/uiStaticInit:section-static-ini t' on page 904 undefined on input line 74182. [904] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/fontDesign er:section-tool-fontdesigner' on page 905 undefined on input line 74192. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:chapter-mic roej-classpath' on page 905 undefined on input line 74196. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:chapter-mic roej-classpath' on page 905 undefined on input line 74217. LaTeX Warning: Hyper reference `VEEPortingGuide/uiFontGenerator:section-fontgen ' on page 905 undefined on input line 74226. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/nls:chapter-nls' on p age 905 undefined on input line 74235. LaTeX Warning: Hyper reference `VEEPortingGuide/externalResourceLoader:section- externalresourceloader' on page 905 undefined on input line 74247. LaTeX Warning: Hyper reference `VEEPortingGuide/uiImageGenerator:section-image- generator' on page 905 undefined on input line 74260. [905] LaTeX Warning: Hyper reference `VEEPortingGuide/externalResourceLoader:section- externalresourceloader' on page 906 undefined on input line 74285. LaTeX Warning: Hyper reference `Tutorials/tutorialInstrumentJavaCodeForLogging: log-logging-library' on page 906 undefined on input line 74311. LaTeX Warning: Hyper reference `Tutorials/tutorialInstrumentJavaCodeForLogging: log-trace-library' on page 906 undefined on input line 74311. LaTeX Warning: Hyper reference `Tutorials/tutorialInstrumentJavaCodeForLogging: log-message-library' on page 906 undefined on input line 74311. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:section-cla sspath-elements-constants' on page 906 undefined on input line 74352. [906] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:system-prop erties' on page 907 undefined on input line 74360. LaTeX Warning: Hyper reference `Tutorials/tutorialImproveCodeQuality:equals-has hcode' on page 907 undefined on input line 74378. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:section-cla sspath-elements-immutables' on page 907 undefined on input line 74394. LaTeX Warning: Hyper reference `VEEPortingGuide/tinySandbox:tinysandbox' on pag e 907 undefined on input line 74414. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:display-pixel-convers ion' on page 907 undefined on input line 74422. Underfull \hbox (badness 10000) in paragraph at lines 74433--74435 []\T1/SourceSansPro-LF/m/n/10 Sep-a-rate each func-tion and data re-source in a ded-i-cated sec-tion ( [][]\T1/zi4/m/it/10 ffunction[]sections [907] LaTeX Warning: Hyper reference `VEEPortingGuide/systemView:systemview' on page 908 undefined on input line 74454. LaTeX Warning: Hyper reference `Tutorials/tutorialOptimizeMemoryFootprint:strip classnames' on page 908 undefined on input line 74466. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:de fine-option' on page 908 undefined on input line 74479. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 908 undefined on input line 74493. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:de fine-option' on page 908 undefined on input line 74496. [908] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/stackTraceReader:stac k-trace-reader' on page 909 undefined on input line 74558. LaTeX Warning: Hyper reference `Tutorials/tutorialImproveCodeQuality:improve-co de-quality' on page 909 undefined on input line 74564. [909] LaTeX Warning: Hyper reference `Tutorials/tutorialOptimizeMemoryFootprint:debug stackoverflows' on page 910 undefined on input line 74625. LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:section-display-parti al-buffer' on page 910 undefined on input line 74633. [910] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:de fine-option' on page 911 undefined on input line 74688. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:op tion-immortal-heap' on page 911 undefined on input line 74695. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:op tion-java-heap' on page 911 undefined on input line 74699. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/heapUsageMonitoring:h eap-usage-monitoring' on page 911 undefined on input line 74699. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:op tion-number-of-threads' on page 911 undefined on input line 74708. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:op tion-number-of-stack-blocks' on page 911 undefined on input line 74712. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:op tion-maximum-number-of-stack-blocks-per-thread' on page 911 undefined on input line 74716. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:op tion-maximum-number-of-monitors-per-thread' on page 911 undefined on input line 74720. LaTeX Warning: Hyper reference `VEEPortingGuide/sni:sni' on page 911 undefined on input line 74729. LaTeX Warning: Hyper reference `VEEPortingGuide/coreEngine:vm-dump' on page 911 undefined on input line 74729. [911] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/images:ima ges-heap' on page 912 undefined on input line 74740. LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 912 undefined on input line 74769. [912] [913] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 914 undefined on input line 74880. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:section-cla sspath-elements-raw-resources' on page 914 undefined on input line 74915. [914 <./json-src-files-folders.png>] Overfull \vbox (3.29794pt too high) detected at line 75003 [915] [916] LaTeX Warning: Hyper reference `SDKUserGuide/mmm:mmm-module-description' on pag e 917 undefined on input line 75028. Overfull \hbox (930.24498pt too wide) in paragraph at lines 75049--75049 []\T1/zi4/m/it/10 a1646d656e75a36269646466696c656576616c75656446696c6565706f707 570a1686d656e756974656d83a26576616c7565634e6577676f6e636c69636b6e4372656174654e 6577446f632829a26576616c7565644f70656e676f6e636c69636b694f70656e446f632829a2657 6616c756565436c6f7365676f6e636c69636b6a436c6f7365446f632829| LaTeX Warning: Hyper reference `Tutorials/tutorialExploreDataSerializationForma ts:json-module' on page 917 undefined on input line 75073. LaTeX Warning: Hyper reference `Tutorials/tutorialExploreDataSerializationForma ts:cbor-module' on page 917 undefined on input line 75073. [917] [918] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/trace:event-tracing' on page 919 undefined on input line 75173. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 919 undefined on input line 75237. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:de fine-option-in-launcher' on page 919 undefined on input line 75238. [919] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/trace:trace-implement ations' on page 920 undefined on input line 75255. LaTeX Warning: Hyper reference `VEEPortingGuide/systemView:systemview' on page 920 undefined on input line 75255. [920 <./tuto_microej_trace_property.png>] [921] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:section-cla sspath-elements-constants' on page 922 undefined on input line 75435. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/classpath:if-constant -removal' on page 922 undefined on input line 75440. [922] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 923 undefined on input line 75476. [923 <./tuto_microej_trace_constant.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/platformQualification:platform- testsuite' on page 924 undefined on input line 75522. LaTeX Warning: Hyper reference `VEEPortingGuide/fs:pack-fs' on page 924 undefin ed on input line 75527. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/testsuite:application -testsuite' on page 924 undefined on input line 75548. LaTeX Warning: Hyper reference `glossary:chapter-glossary' on page 924 undefine d on input line 75566. LaTeX Warning: Hyper reference `Tutorials/tutorialUnderstandMicroEJFirmwareBuil d:tutorialunderstandmicroejfirmwarebuild' on page 924 undefined on input line 7 5570. LaTeX Warning: Hyper reference `SDKUserGuide/version:get-sdk-version' on page 9 24 undefined on input line 75574. LaTeX Warning: Hyper reference `VEEPortingGuide/appendix/llapi:llfs-api-section ' on page 924 undefined on input line 75589. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:bsp-connection ' on page 924 undefined on input line 75594. [924] LaTeX Warning: Hyper reference `VEEPortingGuide/platformQualification:platform- testsuite' on page 925 undefined on input line 75608. LaTeX Warning: Hyper reference `VEEPortingGuide/fs:pack-fs' on page 925 undefin ed on input line 75609. [925] LaTeX Warning: Hyper reference `VEEPortingGuide/platformQualification:test-suit e-versioning' on page 926 undefined on input line 75677. LaTeX Warning: Hyper reference `VEEPortingGuide/platformCreation:bsp-connection ' on page 926 undefined on input line 75706. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/serialToSocketTransmi tter:tool-serial-to-socket' on page 926 undefined on input line 75717. [926] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/serialToSocketTransmi tter:tool-serial-to-socket' on page 927 undefined on input line 75740. [927 <./tuto_testsuite_plug_uart_wrover.JPG>] Underfull \hbox (badness 6876) in paragraph at lines 75805--75811 \T1/SourceSansPro-LF/m/n/10 De-pend-ing on the Test Suite and the speci-fici-ti es of the de-vice, var-i-ous prop-er-ties may be re-quired Underfull \hbox (badness 10000) in paragraph at lines 75805--75811 \T1/SourceSansPro-LF/m/n/10 and ad-justed. See the file []\T1/zi4/m/it/10 vali dation/microej[]testsuite[]common.properties[] \T1/SourceSansPro-LF/m/n/10 (fo r ex-am-ple Underfull \hbox (badness 10000) in paragraph at lines 75805--75811 [][]$\T1/SourceSansPro-LF/m/n/10 https : / / github . com / MicroEJ / PlatformQ ualificationTools / blob / 2 . 3 . 0 / tests / fs / java / java-[]testsuite-[]f s / validation / [928] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/testsuite:testsuite-r eport' on page 929 undefined on input line 75879. LaTeX Warning: Hyper reference `VEEPortingGuide/sni:sni' on page 929 undefined on input line 75904. LaTeX Warning: Hyper reference `VEEPortingGuide/sni:sni' on page 929 undefined on input line 75919. [929 <./tuto_testsuite_fs_all_tests_passed.PNG>] [930] [931 <./tuto_sni_non_blo cking_call_blocking_case.PNG>] [932 <./tuto_sni_non_blocking_call_non_blocking_ case.PNG>] Underfull \hbox (badness 10000) in paragraph at lines 76146--76150 []\T1/SourceSansPro-LF/m/n/10 The call-back func-tion is au-to-mat-i-cally call ed by the Java thread when it is re-sumed. Use the Underfull \hbox (badness 10000) in paragraph at lines 76146--76150 []\T1/zi4/m/it/10 SNI_getCallbackArgs()[] \T1/SourceSansPro-LF/m/n/10 func-tio n to re-trieve the ar-gu-ments that was pre-vi-ously given to the [933] LaTeX Warning: Hyper reference `SDKUserGuide/install:sdk-install' on page 934 u ndefined on input line 76181. LaTeX Warning: Hyper reference `SDKUserGuide/systemRequirements:system-requirem ents' on page 934 undefined on input line 76182. [934] [935 <./createStandaloneProject.png> <./structure.png>] LaTeX Warning: Hyper reference `Tutorials/getStartedWithGUI/startingMicroUI:ui- starting-microui' on page 936 undefined on input line 76269. [936 <./widgetdemo.png>] [937 <./simulator.png>] Underfull \hbox (badness 6641) in paragraph at lines 76405--76407 []\T1/SourceSansPro-LF/m/n/10 To run the code go to the \T1/SourceSansPro-LF/b/ n/10 Main.java \T1/SourceSansPro-LF/m/n/10 file and right click it, hover over [][][] and se-lect [938] [939 <./runapplication.png>] LaTeX Warning: Hyper reference `Tutorials/getStartedWithGUI/basicDrawing:ui-bas ic-drawing-on-screen' on page 940 undefined on input line 76415. [940 <./hello.png>] [941 <./drawline.png>] [942 <./geometry.png>] [943 <./image drawable.png>] LaTeX Warning: Hyper reference `Tutorials/getStartedWithGUI/animation:ui-animat ion' on page 944 undefined on input line 76546. [944 <./thickshapes.png>] [945 <./ticking.png>] LaTeX Warning: Hyper reference `Tutorials/getStartedWithGUI/widgets:ui-creating -widgets' on page 946 undefined on input line 76663. [946] [947] LaTeX Warning: Hyper reference `Tutorials/getStartedWithGUI/layouts:ui-using-la youts' on page 948 undefined on input line 76793. [948 <./progressbar.png>] [949 <./flowexample.png>] [950 <./flowusage.png>] LaTeX Warning: Hyper reference `Tutorials/getStartedWithGUI/style:ui-style' on page 951 undefined on input line 76893. LaTeX Warning: Hyper reference `Tutorials/getStartedWithGUI/advancedStyling:ui- advanced-styling' on page 951 undefined on input line 76934. [951 <./canvassample.png>] [952] [953 <./styleborder.png>] [954 <./margin.png> <./tuto_microej_gettingstarted_oversizedmargin.png>] [955 <./marginandpadding.p ng>] LaTeX Warning: Hyper reference `Tutorials/getStartedWithGUI/images:ui-images' o n page 956 undefined on input line 77042. [956 <./tuto_microej_gettingstarted_oversizedmarginandpadding.png> <./microej_l ogo.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/images:sec tion-ui-images' on page 957 undefined on input line 77100. [957 <./resources.png>] LaTeX Warning: Hyper reference `Tutorials/getStartedWithGUI/advancedStyling:ui- advanced-styling' on page 958 undefined on input line 77156. [958 <./imagessimulator.png>] [959] [960 <./imagebackgroundexample.png>] LaTeX Warning: Hyper reference `Tutorials/getStartedWithGUI/eventHandling:ui-ev ent-handling' on page 961 undefined on input line 77278. [961 <./classselectorexample.png>] LaTeX Warning: Hyper reference `Tutorials/getStartedWithGUI/fonts:ui-fonts' on page 962 undefined on input line 77380. [962] [963 <./microejfont.png>] [964 <./fontname.png>] [965 <./fonteditor.png>] [966 <./importfonts1.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/fonts:sect ion-ui-fonts' on page 967 undefined on input line 77460. [967 <./importfonts2.png>] LaTeX Warning: Hyper reference `Tutorials/getStartedWithGUI/scrollList:ui-scrol l-list' on page 968 undefined on input line 77495. [968 <./font.png>] [969 <./listsample.png>] [970 <./scrollbar.png>] LaTeX Warning: Hyper reference `Tutorials/getStartedWithGUI/contactList:ui-cont act-list' on page 971 undefined on input line 77602. LaTeX Warning: Hyper reference `Tutorials/getStartedWithGUI/widgets:ui-creating -widgets' on page 971 undefined on input line 77614. [971] [972] LaTeX Warning: Hyper reference `Tutorials/getStartedWithGUI/internationalizatio n:ui-internationalization' on page 973 undefined on input line 77709. [973 <./listcontact.png>] [974] [975 <./labelsampleptbr.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/externalResourceLoader:section- externalresourceloader' on page 976 undefined on input line 77894. Underfull \hbox (badness 5161) in paragraph at lines 77912--77914 []\T1/SourceSansPro-LF/m/n/10 This path can be found in []\T1/zi4/m/it/10 src[ ]adpgenerated/binarynls/java/com/mycompany/myapp/generated/ Underfull \hbox (badness 10000) in paragraph at lines 77925--77928 []\T1/SourceSansPro-LF/m/n/10 The re-source con-tain-ing trans-la-tions is now lo-cated in the []\T1/zi4/m/it/10 com.mycompany.myapp.Main/ Underfull \hbox (badness 10000) in paragraph at lines 77931--77934 []\T1/SourceSansPro-LF/m/n/10 A sim-ple im-ple-men-ta-tion of the Ex-ter-nal Re -sources Loader is avail-able on GitHub: [][]Example- [976 <./labelsampleenus.png>] LaTeX Warning: Hyper reference `Tutorials/tutorialDiscoverEmbeddedDebuggingTech niques:tutorial-discover-embedded-debugging-techniques-tools' on page 977 undef ined on input line 77947. LaTeX Warning: Hyper reference `Tutorials/tutorialDiscoverEmbeddedDebuggingTech niques:tutorial-discover-embedded-debugging-techniques-use-case-1' on page 977 undefined on input line 77951. LaTeX Warning: Hyper reference `Tutorials/tutorialDiscoverEmbeddedDebuggingTech niques:tutorial-discover-embedded-debugging-techniques-use-case-2' on page 977 undefined on input line 77955. LaTeX Warning: Hyper reference `Tutorials/tutorialDiscoverEmbeddedDebuggingTech niques:tutorial-discover-embedded-debugging-techniques-use-case-1' on page 977 undefined on input line 77966. LaTeX Warning: Hyper reference `Tutorials/tutorialDiscoverEmbeddedDebuggingTech niques:tutorial-discover-embedded-debugging-techniques-use-case-2' on page 977 undefined on input line 77967. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/index:application-dev eloper-guide' on page 977 undefined on input line 77974. LaTeX Warning: Hyper reference `VEEPortingGuide/index:vee-porting-guide' on pag e 977 undefined on input line 77974. LaTeX Warning: Hyper reference `KernelDeveloperGuide/index:kernel-developer-gui de' on page 977 undefined on input line 77974. LaTeX Warning: Hyper reference `Tutorials/tutorialDiscoverEmbeddedDebuggingTech niques:tutorial-discover-embedded-debugging-techniques-tools-events-tracing-and -logging' on page 977 undefined on input line 77978. LaTeX Warning: Hyper reference `Tutorials/tutorialDiscoverEmbeddedDebuggingTech niques:tutorial-discover-embedded-debugging-techniques-tools-runtime-state-dump ' on page 977 undefined on input line 77982. LaTeX Warning: Hyper reference `Tutorials/tutorialDiscoverEmbeddedDebuggingTech niques:tutorial-discover-embedded-debugging-techniques-tools-memory-inspection' on page 977 undefined on input line 77986. LaTeX Warning: Hyper reference `Tutorials/tutorialDiscoverEmbeddedDebuggingTech niques:tutorial-discover-embedded-debugging-techniques-tools-platform-qualifica tion' on page 977 undefined on input line 77990. LaTeX Warning: Hyper reference `Tutorials/tutorialDiscoverEmbeddedDebuggingTech niques:tutorial-discover-embedded-debugging-techniques-tools-simulator-debugger ' on page 977 undefined on input line 77994. LaTeX Warning: Hyper reference `Tutorials/tutorialDiscoverEmbeddedDebuggingTech niques:tutorial-discover-embedded-debugging-techniques-tools-static-analysis-to ols' on page 977 undefined on input line 77998. LaTeX Warning: Hyper reference `Tutorials/tutorialDiscoverEmbeddedDebuggingTech niques:tutorial-discover-embedded-debugging-techniques-tools-gui-debugging-tool s' on page 977 undefined on input line 78002. [977] LaTeX Warning: Hyper reference `VEEPortingGuide/systemView:systemview' on page 978 undefined on input line 78034. [978] LaTeX Warning: Hyper reference `Tutorials/tutorialInstrumentJavaCodeForLogging: tutorial-instrument-java-code-for-logging' on page 979 undefined on input line 78087. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/stackTraceReader:stac k-trace-reader' on page 979 undefined on input line 78094. Underfull \hbox (badness 10000) in paragraph at lines 78096--78098 [][] LaTeX Warning: Hyper reference `VEEPortingGuide/coreEngine:vm-dump' on page 979 undefined on input line 78103. [979] Underfull \vbox (badness 10000) detected at line 78187 Overfull \vbox (0.82594pt too high) detected at line 78187 [980] LaTeX Warning: Hyper reference `VEEPortingGuide/coreEngine:core-engine-check-in tegrity' on page 981 undefined on input line 78200. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/heapUsageMonitoring:h eap-usage-monitoring' on page 981 undefined on input line 78204. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/heapAnalyzer:heapdump er' on page 981 undefined on input line 78208. [981] [982 <./HeapAnalyzer-example.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/platformQualification:platform- qualification' on page 983 undefined on input line 78238. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/debug:application-deb ugger' on page 983 undefined on input line 78245. [983] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/debug:application-deb ugger' on page 984 undefined on input line 78257. LaTeX Warning: Hyper reference `Tutorials/tutorialImproveCodeQuality:sonar-code -analysis' on page 984 undefined on input line 78269. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/nullAnalysis:null-ana lysis' on page 984 undefined on input line 78273. [984] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/Widgets/widget:wid get-library-debug-utilities' on page 985 undefined on input line 78290. LaTeX Warning: Hyper reference `VEEPortingGuide/uiInput:section-inputs-eventbuf fer' on page 985 undefined on input line 78307. [985] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/traces:mic roui-traces' on page 986 undefined on input line 78353. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MWT/concepts:mwt-c oncepts' on page 986 undefined on input line 78364. LaTeX Warning: Hyper reference `VEEPortingGuide/systemView:systemview' on page 986 undefined on input line 78426. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroUI/traces:mic roui-traces' on page 986 undefined on input line 78426. LaTeX Warning: Hyper reference `VEEPortingGuide/uiInput:section-inputs-eventbuf fer' on page 986 undefined on input line 78430. [986] LaTeX Warning: Hyper reference `VEEPortingGuide/systemView:systemview' on page 987 undefined on input line 78440. LaTeX Warning: Hyper reference `Tutorials/tutorialDiscoverEmbeddedDebuggingTech niques:tutorial-discover-embedded-debugging-techniques-check-java-threads-sched uling' on page 987 undefined on input line 78456. LaTeX Warning: Hyper reference `VEEPortingGuide/coreEngine:core-engine' on page 987 undefined on input line 78482. [987 <./tuto_microej_debug_ui_freeze_rtos_task_heart_beat_priority.png (PNG cop y)>] LaTeX Warning: Hyper reference `Tutorials/tutorialDiscoverEmbeddedDebuggingTech niques:implementation-details' on page 988 undefined on input line 78557. [988] Underfull \hbox (badness 6842) in paragraph at lines 78568--78572 []\T1/SourceSansPro-LF/m/n/10 Let's make the heart-beat snip-pet above ex-e-cut e in the UI thread. Sim-ply wraps the []\T1/zi4/m/it/10 System.out. [989] LaTeX Warning: Hyper reference `VEEPortingGuide/uiInput:section-inputs-eventbuf fer' on page 990 undefined on input line 78714. [990] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:op tion-number-of-threads' on page 991 undefined on input line 78724. [991] LaTeX Warning: Hyper reference `VEEPortingGuide/coreEngine:vm-dump' on page 992 undefined on input line 78861. Underfull \hbox (badness 10000) in paragraph at lines 78887--78889 []\T1/SourceSansPro-LF/m/n/10 For ex-am-ple, FreeR-TOS in-cludes FreeRTOS-MPU [ ][]$https : / / www . freertos . org / LaTeX Warning: Hyper reference `VEEPortingGuide/coreEngine:core-engine-link' on page 992 undefined on input line 78893. [992] LaTeX Warning: Hyper reference `VEEPortingGuide/coreEngine:core-engine-link' on page 993 undefined on input line 79013. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/applicationOptions:ap plication-options' on page 993 undefined on input line 79013. [993] LaTeX Warning: Hyper reference `VEEPortingGuide/coreEngine:vm-dump-debugger' on page 994 undefined on input line 79074. LaTeX Warning: Hyper reference `VEEPortingGuide/coreEngine:vm-dump' on page 994 undefined on input line 79120. [994] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroVG/index:sect ion-app-microvg' on page 995 undefined on input line 79128. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroVG/vectorfont :section-vector-fonts' on page 995 undefined on input line 79149. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroVG/index:sect ion-app-microvg' on page 995 undefined on input line 79153. [995 <./emojisProfiles.png>] [996 <./emojisCopy.png> <./emojisAppend.png>] LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroVG/vectorfont :section-vector-fonts' on page 997 undefined on input line 79263. LaTeX Warning: Hyper reference `ApplicationDeveloperGuide/UI/MicroVG/vectorfont :colored-emojis' on page 997 undefined on input line 79274. [997 <./emojisExport.png>] Chapter 8. LaTeX Warning: Hyper reference `SDKUserGuide/version:get-sdk-version' on page 9 98 undefined on input line 79310. LaTeX Warning: Hyper reference `VEEPortingGuide/architecture:architecture-overv iew' on page 998 undefined on input line 79317. LaTeX Warning: Hyper reference `SDKUserGuide/repository:central-repository' on page 998 undefined on input line 79324. Underfull \hbox (badness 10000) in paragraph at lines 79323--79326 []|[][]$\T1/SourceSansPro-LF/m/n/10 https : / / repository . microej . com / pa ckages / repository / 2 . 5 . 0 / microej-[]5 _ LaTeX Warning: Hyper reference `SDKUserGuide/systemRequirements:system-requirem ents' on page 998 undefined on input line 79338. [998] Chapter 9. No file microej-docs.ind. [999] Package longtable Warning: Table widths have changed. Rerun LaTeX. (./microej-docs.aux) Package rerunfilecheck Warning: File `microej-docs.out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. LaTeX Font Warning: Some font shapes were not available, defaults substituted. 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){/usr/share/texlive/texmf-d ist/fonts/enc/dvips/sourcesanspro/a_sd7igg.enc}{/usr/share/texlive/texmf-dist/f onts/enc/dvips/sourcesanspro/a_2cvp4u.enc}{/usr/share/texmf/fonts/enc/dvips/cm- super/cm-super-ts1.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/sourcesan spro/a_5tbsmu.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/inconsolata/i4 -ts1.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/inconsolata/i4-t1-0.enc }{/usr/share/texlive/texmf-dist/fonts/enc/dvips/sourcesanspro/a_ggs4wk.enc} Output written on microej-docs.pdf (1001 pages, 21356797 bytes). Transcript written on microej-docs.log. Latexmk: Index file 'microej-docs.idx' was written Latexmk: Missing input file: 'microej-docs.ind' from line 'No file microej-docs.ind.' Latexmk: References changed. Latexmk: References changed. Latexmk: Log file says output to 'microej-docs.pdf' Rule 'makeindex microej-docs.idx': File changes, etc: Changed files, or newly in use since previous run(s): 'microej-docs.idx' ------------ Run number 1 of rule 'makeindex microej-docs.idx' ------------ ------------ Running 'makeindex -s python.ist -o "microej-docs.ind" "microej-docs.idx"' ------------ === TeX engine is 'pdfTeX' Latexmk: applying rule 'makeindex microej-docs.idx'... This is makeindex, version 2.15 [TeX Live 2019] (kpathsea + Thai support). Scanning style file ./python.ist.......done (7 attributes redefined, 0 ignored). Scanning input file microej-docs.idx....done (14 entries accepted, 0 rejected). Sorting entries....done (46 comparisons). Generating output file microej-docs.ind....done (41 lines written, 0 warnings). Output written in microej-docs.ind. Transcript written in microej-docs.ilg. Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'microej-docs.aux' 'microej-docs.ind' 'microej-docs.out' ------------ Run number 2 of rule 'pdflatex' ------------ Latexmk: applying rule 'pdflatex'... ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="microej-docs" "microej.tex"' ------------ This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./microej.tex LaTeX2e <2020-02-02> patch level 2 L3 programming layer <2020-02-14> (./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 2019/12/20 v1.4l Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<>) (/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/generic/babel/babel.sty (/usr/share/texlive/texmf-dist/tex/generic/babel/switch.def) (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def)))) (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty))) (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.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/graphics-def/pdftex.def)) (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.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/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.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))) (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty) (./sphinxlatexadmonitions.sty (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty)) (./sphinxlatexliterals.sty (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.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/needspace/needspace.sty)) (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty) (./sphinxhighlight.sty) (./sphinxlatextables.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)) (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxpackagefootnote.sty ) (./sphinxlatexindbibtoc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty)) (./sphinxlatexstylepage.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)) (./sphinxlatexstyleheadings.sty (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty)) (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty)) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/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/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/generic/atbegshi/atbegshi.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/atveryend/atveryend.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) (./sphinxmessages.sty) (./microej.sty (/usr/share/texlive/texmf-dist/tex/latex/sourcesanspro/sourcesanspro.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifxetex.sty) (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifluatex.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/latex/base/fontenc.sty (/usr/share/texlive/texmf-dist/tex/latex/ly1/ly1enc.def (/usr/share/texlive/texmf-dist/tex/latex/base/ly1enc.dfu)) (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd))) (/usr/share/texlive/texmf-dist/tex/latex/inconsolata/inconsolata.sty `inconsolata-zi4' v1.12, 2019/05/17 Text macros for Inconsolata (msharpe)) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty (/usr/share/texlive/texmf-dist/tex/latex/sourcesanspro/T1SourceSansPro-LF.fd)) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.t ex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def (/usr/share/texlive/texmf-dist/tex/latex/ms/everyshi.sty)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/pgf.revision.tex))) (/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.t ex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg) (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.de f))) (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code. tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code. tex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code .tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonomet ric.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.cod e.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison .code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code. tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code .tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code. tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerari thmetics.code.tex))) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfint.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.te x) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct. code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code .tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.te x) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.c ode.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformation s.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex ) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.t ex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing .code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.te x) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex ) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code. tex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.te x) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.c ode.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code. tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex)) ) (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex ) (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex ) (/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65 .sty) (/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18 .sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty) (/usr/share/texlive/texmf-dist/tex/latex/environ/environ.sty (/usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty)) (/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty))) Writing index file microej-docs.idx (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def) (./microej-docs.aux) (/usr/share/texlive/texmf-dist/tex/latex/ly1/ly1ptm.fd) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (./microej-docs.out) (./microej-docs.out) ABD: EveryShipout initializing macros (/usr/share/texlive/texmf-dist/tex/latex/inconsolata/t1zi4.fd)<><><><> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo nts/map/pdftex/updmap/pdftex.map} <./mascot.pdf>] (./microej-docs.toc [1] [2] [3] [4] [5] [6] [7] [8] [9]) [10] (/usr/share/texlive/texmf-dist/tex/latex/sourcesanspro/TS1SourceSansPro-LF.fd) [1] Chapter 1. [2] [3] Chapter 2. [4] [5 <./2_download.png>] [6 <./vee.png>] [7 <./toolchain.png>] [8 <./sdk_over view.png>] Chapter 3. [9 <./1_overview.png>] [10 <./sdk_content.png>] [11 <./splash.png>] Underfull \hbox (badness 10000) in paragraph at lines 578--580 []\T1/SourceSansPro-LF/m/n/10 On Linux, un-zip []\T1/zi4/m/n/10 MicroEJ[]SDK[] Installer[]Linux64[]23.02.zip[] \T1/SourceSansPro-LF/m/n/10 and start Underfull \hbox (badness 10000) in paragraph at lines 582--585 []\T1/SourceSansPro-LF/m/n/10 On ma-cOS, un-zip []\T1/zi4/m/n/10 MicroEJ[]SDK[ ]Installer[]Linux64[]23.02.zip[] \T1/SourceSansPro-LF/m/n/10 and start [12 <./welcome_screen1.png>] [13 <./license_screen1.png> <./installation_path_s creen1.png>] [14 <./installation_validation_screen1.png> <./installation_progre ss_screen1.png>] [15 <./options_screen1.png> <./installation_finished_screen1.p ng>] [16 <./check_update.png> <./no_update.png>] [17 <./update_available.png> < ./review_update.png>] Underfull \hbox (badness 10000) in paragraph at lines 829--831 []|\T1/SourceSansPro-LF/b/n/10 SDK Underfull \hbox (badness 10000) in paragraph at lines 829--831 \T1/SourceSansPro-LF/b/n/10 Dis- Underfull \hbox (badness 10000) in paragraph at lines 829--831 \T1/SourceSansPro-LF/b/n/10 tri- Underfull \hbox (badness 10000) in paragraph at lines 829--831 \T1/SourceSansPro-LF/b/n/10 bu- Overfull \hbox (12.59647pt too wide) in paragraph at lines 832--834 []|\T1/SourceSansPro-LF/b/n/10 JDK Overfull \hbox (12.58646pt too wide) in paragraph at lines 832--834 \T1/SourceSansPro-LF/b/n/10 Ver- Overfull \hbox (13.47646pt too wide) in paragraph at lines 832--834 \T1/SourceSansPro-LF/b/n/10 sion| Underfull \hbox (badness 10000) in paragraph at lines 848--850 []| []\T1/zi4/m/n/10 23. Overfull \hbox (6.34947pt too wide) in paragraph at lines 851--853 []| []\T1/zi4/m/n/10 11[]| Underfull \hbox (badness 10000) in paragraph at lines 867--869 []| []\T1/zi4/m/n/10 21. Overfull \hbox (1.34947pt too wide) in paragraph at lines 870--872 []| []\T1/zi4/m/n/10 8[]| [18 <./license_update.png> <./restart_update.png>] [19] Underfull \hbox (badness 10000) in paragraph at lines 996--998 []\T1/SourceSansPro-LF/m/n/10 On Linux, un-zip []\T1/zi4/m/n/10 MicroEJ[]SDK[] Installer[]Linux64[]21.11.zip[] \T1/SourceSansPro-LF/m/n/10 and start Underfull \hbox (badness 10000) in paragraph at lines 1000--1003 []\T1/SourceSansPro-LF/m/n/10 On ma-cOS, un-zip []\T1/zi4/m/n/10 MicroEJ[]SDK[ ]Installer[]Linux64[]21.11.zip[] \T1/SourceSansPro-LF/m/n/10 and start [20 <./welcome_screen.png>] [21 <./license_screen.png> <./installation_path_scr een.png>] [22 <./installation_validation_screen.png> <./installation_progress_s creen.png>] Underfull \hbox (badness 10000) in paragraph at lines 1127--1129 []|\T1/SourceSansPro-LF/b/n/10 SDK Underfull \hbox (badness 10000) in paragraph at lines 1127--1129 \T1/SourceSansPro-LF/b/n/10 Dis- Underfull \hbox (badness 10000) in paragraph at lines 1127--1129 \T1/SourceSansPro-LF/b/n/10 tri- Underfull \hbox (badness 10000) in paragraph at lines 1127--1129 \T1/SourceSansPro-LF/b/n/10 bu- Underfull \hbox (badness 10000) in paragraph at lines 1130--1132 []|\T1/SourceSansPro-LF/b/n/10 JDK Underfull \hbox (badness 10000) in paragraph at lines 1130--1132 \T1/SourceSansPro-LF/b/n/10 Ver- Underfull \hbox (badness 10000) in paragraph at lines 1139--1141 []|\T1/SourceSansPro-LF/b/n/10 ma-cOS Underfull \hbox (badness 10000) in paragraph at lines 1142--1144 []|\T1/SourceSansPro-LF/b/n/10 ma-cOS Underfull \hbox (badness 10000) in paragraph at lines 1142--1144 \T1/SourceSansPro-LF/b/n/10 aarch64 (M1 Underfull \hbox (badness 7081) in paragraph at lines 1145--1147 []|\T1/SourceSansPro-LF/b/n/10 SDK Ver- Underfull \hbox (badness 10000) in paragraph at lines 1148--1151 []|\T1/SourceSansPro-LF/b/n/10 Eclipse Underfull \hbox (badness 10000) in paragraph at lines 1152--1154 []| []\T1/zi4/m/n/10 23. Underfull \hbox (badness 10000) in paragraph at lines 1159--1161 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1163--1165 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1163--1165 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1169--1171 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1173--1175 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1173--1175 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1179--1181 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1183--1185 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1183--1185 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1189--1191 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1193--1195 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1193--1195 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1205--1207 []| []\T1/zi4/m/n/10 22. Underfull \hbox (badness 10000) in paragraph at lines 1212--1214 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1216--1218 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1216--1218 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1222--1224 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1226--1228 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1226--1228 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1232--1234 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1236--1238 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1236--1238 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1242--1244 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1246--1248 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1246--1248 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1258--1260 []| []\T1/zi4/m/n/10 21. Underfull \hbox (badness 10000) in paragraph at lines 1265--1267 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1269--1271 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1269--1271 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1275--1277 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1279--1281 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1279--1281 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1285--1287 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1289--1291 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1289--1291 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1304--1306 []| []\T1/zi4/m/n/10 21. Underfull \hbox (badness 10000) in paragraph at lines 1311--1313 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1315--1317 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1315--1317 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1321--1323 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1325--1327 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1325--1327 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1331--1333 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1335--1337 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1335--1337 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1350--1352 []| []\T1/zi4/m/n/10 20. Underfull \hbox (badness 10000) in paragraph at lines 1357--1359 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1361--1363 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1361--1363 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1367--1369 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1371--1373 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1371--1373 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1377--1379 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1381--1383 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1381--1383 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1396--1398 []| []\T1/zi4/m/n/10 20. Underfull \hbox (badness 10000) in paragraph at lines 1403--1405 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1407--1409 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1407--1409 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1413--1415 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1417--1419 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1417--1419 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1423--1425 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1427--1429 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1427--1429 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1442--1444 []| []\T1/zi4/m/n/10 20. Underfull \hbox (badness 10000) in paragraph at lines 1449--1451 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1453--1455 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1453--1455 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1459--1461 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1463--1465 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1463--1465 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1469--1471 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1473--1475 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1473--1475 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1488--1490 []| []\T1/zi4/m/n/10 19. Underfull \hbox (badness 10000) in paragraph at lines 1495--1497 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1499--1501 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1499--1501 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1505--1507 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1509--1511 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1509--1511 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1515--1517 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1519--1521 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1519--1521 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1534--1536 []| []\T1/zi4/m/n/10 19. Underfull \hbox (badness 10000) in paragraph at lines 1541--1543 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1545--1547 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1545--1547 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1551--1553 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1555--1557 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1555--1557 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1561--1563 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1565--1567 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1565--1567 [][]\T1/SourceSansPro-LF/m/n/10 Portable [23 <./options_screen.png> <./installation_finished_screen.png>] Overfull \vbox (130.3799pt too high) has occurred while \output is active [24] [25] Overfull \hbox (22.32324pt too wide) in paragraph at lines 1755--1757 \T1/SourceSansPro-LF/m/n/10 When launch-ing the in-staller, you may get the fol -low-ing er-ror: [][][] [26 <./adoptopenjdk-install.png> <./incompatible_default_java_version_installer .png>] [27 <./incompatible_default_java_version_eclipse.png>] (/usr/share/texlive/texmf-dist/tex/latex/inconsolata/ts1zi4.fd) [28 <./sdk_eula _content.png>] Underfull \hbox (badness 10000) in paragraph at lines 1990--1993 []|\T1/SourceSansPro-LF/b/n/10 Run on Underfull \hbox (badness 10000) in paragraph at lines 1990--1993 \T1/SourceSansPro-LF/b/n/10 Sim-u-la-tor Underfull \hbox (badness 10000) in paragraph at lines 1990--1993 \T1/SourceSansPro-LF/b/n/10 (Vir-tual [29 <./licenses.jpg>] [30 <./uid.jpg>] [31 <./user_license_folder.png>] [32 <./wrongkey.jpg>] [33 <./dongle.jpg>] [34 <./updateWarningUnknownPublisher. png>] [35 <./updateTool.png (PNG copy)> <./updateSuccessful.png>] [36 <./platfo rmLicenseDetails.png>] [37 <./runAsAdministrator.png>] [38] Underfull \hbox (badness 10000) in paragraph at lines 2649--2651 []\T1/SourceSansPro-LF/m/n/10 You can also man-u-ally browse the repos-i-tory a t [][]$https : / / forge . microej . com / artifactory / [39] [40] [41 <./0-address-to-clone.png>] [42 <./1-import-type.png>] [43 <./2-l ocation-to-clone.png>] [44 <./3-local-destination.png> <./4-projects-imported.p ng>] [45 <./badge-green.png> <./badge-orange.png> <./badge-grey.png> <./workspa ce_selection.png>] [46 <./repository_selection.png>] [47 <./dependencyInWorkspa ce.png> <./mmm_shortcut_resolveAll.png>] [48 <./resolve.png>] [49 <./about_sdk_ 4-x.png>] [50 <./about_sdk_dist_20-07.png> <./installation_details_sdk_dist_20- 07.png>] Underfull \hbox (badness 5345) in paragraph at lines 3101--3105 []\T1/SourceSansPro-LF/m/n/10 Apache EasyAnt ([][]$https : / / ant . apache . o rg / easyant / history / trunk / reference . html$[][]) for mod-ule build from [51 <./mmm_flow.png>] [52] [53] [54] [55 <./mmm_preferences_5-2_annotated.png>] [56 <./mmm_shortcut_build_module.png>] [57 <./mmm_preferences_options_settings_ declaration.png> <./mmm_preferences_options_settings_register.png> <./mmm_prefe rences_options_settings_usage.png> <./mmm_preferences_options_declaration.png> <./mmm_preferences_options_register.png>] [58 <./mmm_preferences_options_usage. png> <./mmm_console_select_ivy.png> <./mmm_console_filter_debug.png>] [59 <./mm m_build_module.png>] [60 <./mmm_build_module_istory.png>] [61] [62] [63] [64] [65] [66 <./sdk_new_module.png>] [67] [68] [69] [70] [71 <./mmm_preference s_up_to_5-1_ivy_settings_annotated.png> <./mmm_preferences_up_to_5-1_ea4eclipse _annotated.png>] [72 <./mmm_extract_build_kit.png>] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] Underfull \hbox (badness 10000) in paragraph at lines 6030--6034 []\T1/SourceSansPro-LF/m/n/10 Up-dated Vir-tual De-vice Player ( []\T1/zi4/m/n/ 10 firmware[]singleapp[] \T1/SourceSansPro-LF/m/n/10 ) []\T1/zi4/m/n/10 launch er[]windows.bat[] \T1/SourceSansPro-LF/m/n/10 (use [85] Underfull \hbox (badness 10000) in paragraph at lines 6125--6129 []\T1/SourceSansPro-LF/m/n/10 Fixed []\T1/zi4/m/n/10 artifact[]checker[] \T1/ SourceSansPro-LF/m/n/10 to ac-cept re-vi-sions sur-rounded by brack-ets (as spe c-i-fied by [][]$https : [86] [87] [88] [89] [90] Underfull \hbox (badness 10000) in paragraph at lines 6715--6719 \T1/SourceSansPro-LF/m/n/10 Eclipse per-spec-tive set-tings are stored in the w orkspace meta-data, so the new wiz-ards short-cuts ( [91] [92] [93] Chapter 4. [94] [95 <./platform_project.png>] [96 <./platformImport.png>] [97 <./platformS elect.png>] [98 <./platformList.png> <./newApp1.png>] [99 <./newApp10.png>] [100 <./sim1.png>] [101 <./basic-launcher.png>] [102 <./bsp-options.png>] [103 <./build-output-files.png (PNG copy)>] [104 <./standalone_application_publ ished_files.png>] [105] [106 <./mainTab.png>] [107 <./executionTab.png (PNG cop y)>] Underfull \hbox (badness 10000) in paragraph at lines 7487--7490 []\T1/SourceSansPro-LF/m/n/10 To mod-ify string space (also called Per-mGen spa ce) to 256MB, set the [][]\T1/zi4/m/n/10 XX:PermSize=256M Underfull \hbox (badness 10000) in paragraph at lines 7496--7498 []\T1/SourceSansPro-LF/m/n/10 To set an [][]\T1/SourceSansPro-LF/m/it/10 ad-van ced Ap-pli-ca-tion op-tion[][]\T1/SourceSansPro-LF/m/n/10 , de-clare a sys-tem prop-erty with the fol-low-ing pat-tern [108 <./configurationTab.png>] [109 <./jreTab.png>] [110] [111 <./build-propert ies.png (PNG copy)>] [112 <./img11.png (PNG copy)>] [113] [114 <./img21.png (PN G copy)>] [115] [116 <./img31.png (PNG copy)>] [117] [118] [119] [120 <./img41. png (PNG copy)>] [121 <./img5.png (PNG copy)>] [122 <./img6.png (PNG copy)>] [123 <./img7.png (PNG copy)>] [124] [125 <./img8.png (PNG copy)>] [126 <./img9. png (PNG copy)>] [127 <./img111.png (PNG copy)> <./img12.png (PNG copy)>] [128] [129 <./img13.png (PNG copy)>] [130 <./img14.png (PNG copy)>] [131 <./img 15.png (PNG copy)>] [132 <./img16.png (PNG copy)>] [133 <./img17.png (PNG copy) > <./img18.png (PNG copy)>] [134] [135 <./img19.png (PNG copy)>] [136] [137 <./ img20.png (PNG copy)>] [138 <./img211.png (PNG copy)>] [139 <./img22.png (PNG c opy)>] [140 <./img23.png (PNG copy)>] [141] Underfull \hbox (badness 10000) in paragraph at lines 9327--9329 []\T1/SourceSansPro-LF/m/n/10 A Sand-boxed Ap-pli-ca-tion project can be cre-at ed in the SDK with the menu [][][] > [][][] > [142] [143 <./sandboxed-application-project-creation-menu.png> <./sandboxed-app lication-project-creation-form.png>] [144] [145] Underfull \hbox (badness 7168) in paragraph at lines 9509--9511 []\T1/SourceSansPro-LF/m/n/10 Now the Ap-pli-ca-tion can be ex-e-cuted by right -clicking on its project, then click-ing on [][][] > [146 <./sandboxed-application-import-vd.png>] [147 <./sandboxed-application-run .png>] [148 <./sandboxed-application-wpk-dropins.png>] [149] [150 <./sandboxed- application-duplicate-run-conf.png>] [151 <./sandboxed-application-configure-ru n-conf.png>] [152] [153 <./SI_1.png>] Underfull \hbox (badness 10000) in paragraph at lines 9976--9978 []|\T1/SourceSansPro-LF/m/n/10 In-stance [154 <./SI_3.png>] LaTeX Font Warning: Font shape `T1/zi4/m/it' undefined (Font) using `T1/zi4/m/n' instead on input line 10247. [155 <./SI_4.png>] [156] [157 <./ClassPath_2.png>] [158 <./virtual-device.png>] Underfull \hbox (badness 10000) in paragraph at lines 10597--10600 []|[][]$\T1/SourceSansPro-LF/m/n/10 https : / / repository . microej . com / ja vadoc / microej _ 5 . x / apis / ej / bon / [159] Underfull \hbox (badness 10000) in paragraph at lines 10685--10688 []|[][]$\T1/SourceSansPro-LF/m/n/10 https : / / repository . microej . com / ja vadoc / microej _ 5 . x / apis / ej / sni / [160] [161] [162] [163] Overfull \hbox (1.68227pt too wide) in paragraph at lines 11229--11232 []| []\T1/zi4/m/n/10 ${basedir}/ Underfull \hbox (badness 10000) in paragraph at lines 11239--11242 []| []\T1/zi4/m/n/10 private. Underfull \hbox (badness 10000) in paragraph at lines 11239--11242 \T1/zi4/m/n/10 modules. Underfull \hbox (badness 10000) in paragraph at lines 11249--11252 []| []\T1/zi4/m/n/10 public. Underfull \hbox (badness 10000) in paragraph at lines 11249--11252 \T1/zi4/m/n/10 modules. [164] Underfull \hbox (badness 10000) in paragraph at lines 11332--11338 []|\T1/SourceSansPro-LF/m/n/10 ar-chi-tec- Overfull \hbox (21.08156pt too wide) in paragraph at lines 11332--11338 \T1/SourceSansPro-LF/m/n/10 ture.configurations.includes[][][][][]| Overfull \hbox (12.6686pt too wide) in paragraph at lines 11367--11369 []|\T1/SourceSansPro-LF/m/n/10 bar.notification.email.from| Overfull \hbox (10.89856pt too wide) in paragraph at lines 11377--11379 []|\T1/SourceSansPro-LF/m/n/10 bar.notification.email.host| Overfull \hbox (32.97856pt too wide) in paragraph at lines 11387--11389 []|\T1/SourceSansPro-LF/m/n/10 bar.notification.email.password| Overfull \hbox (10.4886pt too wide) in paragraph at lines 11397--11399 []|\T1/SourceSansPro-LF/m/n/10 bar.notification.email.port| Overfull \hbox (3.59857pt too wide) in paragraph at lines 11407--11409 []|\T1/SourceSansPro-LF/m/n/10 bar.notification.email.ssl| Overfull \hbox (0.86859pt too wide) in paragraph at lines 11417--11419 []|\T1/SourceSansPro-LF/m/n/10 bar.notification.email.to| Overfull \hbox (10.72858pt too wide) in paragraph at lines 11427--11429 []|\T1/SourceSansPro-LF/m/n/10 bar.notification.email.user| Overfull \hbox (12.60864pt too wide) in paragraph at lines 11437--11439 []|\T1/SourceSansPro-LF/m/n/10 bar.populate.from.resolver| Overfull \hbox (6.68227pt too wide) in paragraph at lines 11443--11446 []| []\T1/zi4/m/n/10 fetchRelease[]| Overfull \hbox (18.65855pt too wide) in paragraph at lines 11447--11449 []|\T1/SourceSansPro-LF/m/n/10 bar.populate.ivy.settings.file| Underfull \hbox (badness 10000) in paragraph at lines 11453--11456 \T1/zi4/m/n/10 ivy. Underfull \hbox (badness 10000) in paragraph at lines 11453--11456 \T1/zi4/m/n/10 settings. Overfull \hbox (19.75862pt too wide) in paragraph at lines 11457--11459 []|\T1/SourceSansPro-LF/m/n/10 bar.populate.repository.conf| Overfull \hbox (14.9056pt too wide) in paragraph at lines 11498--11504 []|\T1/SourceSansPro-LF/m/n/10 javadoc.modules.excludes[][][][][]| Overfull \hbox (2.87866pt too wide) in paragraph at lines 11543--11545 []|\T1/SourceSansPro-LF/m/n/10 skip.javadoc.deprecated| [165] [166] Underfull \hbox (badness 10000) in paragraph at lines 11810--11813 []| []\T1/zi4/m/n/10 lines, Underfull \hbox (badness 10000) in paragraph at lines 11810--11813 \T1/zi4/m/n/10 source, Overfull \hbox (1.68227pt too wide) in paragraph at lines 11830--11833 []| []\T1/zi4/m/n/10 ${basedir}/ Underfull \hbox (badness 10000) in paragraph at lines 11830--11833 \T1/zi4/m/n/10 src/main/ [167] Underfull \hbox (badness 10000) in paragraph at lines 11886--11888 []|\T1/SourceSansPro-LF/m/n/10 platform- Underfull \hbox (badness 10000) in paragraph at lines 11896--11898 []|\T1/SourceSansPro-LF/m/n/10 plat- Overfull \hbox (28.73863pt too wide) in paragraph at lines 11896--11898 \T1/SourceSansPro-LF/m/n/10 form.loader.skip.load.platform| Underfull \hbox (badness 10000) in paragraph at lines 11907--11909 []|\T1/SourceSansPro-LF/m/n/10 platform- Overfull \hbox (13.1586pt too wide) in paragraph at lines 11907--11909 \T1/SourceSansPro-LF/m/n/10 loader.target.platform.conf| Underfull \hbox (badness 10000) in paragraph at lines 11917--11919 []|\T1/SourceSansPro-LF/m/n/10 platform- Overfull \hbox (6.47862pt too wide) in paragraph at lines 11917--11919 \T1/SourceSansPro-LF/m/n/10 loader.target.platform.dir| Underfull \hbox (badness 10000) in paragraph at lines 11927--11929 []|\T1/SourceSansPro-LF/m/n/10 platform- Overfull \hbox (27.00859pt too wide) in paragraph at lines 11927--11929 \T1/SourceSansPro-LF/m/n/10 loader.target.platform.dropins| Underfull \hbox (badness 10000) in paragraph at lines 11937--11939 []|\T1/SourceSansPro-LF/m/n/10 platform- Overfull \hbox (7.9986pt too wide) in paragraph at lines 11937--11939 \T1/SourceSansPro-LF/m/n/10 loader.target.platform.file| Overfull \hbox (1.68227pt too wide) in paragraph at lines 12002--12005 []| []\T1/zi4/m/n/10 ${basedir}/ Underfull \hbox (badness 10000) in paragraph at lines 12002--12005 \T1/zi4/m/n/10 src/main/ Underfull \hbox (badness 10000) in paragraph at lines 12052--12055 []| []\T1/zi4/m/n/10 ${target. Underfull \hbox (badness 10000) in paragraph at lines 12052--12055 \T1/zi4/m/n/10 reports}/ Underfull \hbox (badness 10000) in paragraph at lines 12062--12065 []| []\T1/zi4/m/n/10 ${target. Underfull \hbox (badness 10000) in paragraph at lines 12062--12065 \T1/zi4/m/n/10 javadoc}/ Underfull \hbox (badness 10000) in paragraph at lines 12066--12068 []|\T1/SourceSansPro-LF/m/n/10 javadoc- Underfull \hbox (badness 10000) in paragraph at lines 12072--12075 []| []\T1/zi4/m/n/10 ${src. Underfull \hbox (badness 10000) in paragraph at lines 12072--12075 \T1/zi4/m/n/10 main. Underfull \hbox (badness 10000) in paragraph at lines 12072--12075 \T1/zi4/m/n/10 java}/ Underfull \hbox (badness 10000) in paragraph at lines 12072--12075 \T1/zi4/m/n/10 overview. Underfull \hbox (badness 10000) in paragraph at lines 12072--12075 \T1/zi4/m/n/10 html[] \T1/SourceSansPro-LF/m/n/10 if Underfull \hbox (badness 10000) in paragraph at lines 12072--12075 \T1/SourceSansPro-LF/m/n/10 ex-ists, oth- Underfull \hbox (badness 10000) in paragraph at lines 12072--12075 \T1/SourceSansPro-LF/m/n/10 er-wise a Underfull \hbox (badness 10000) in paragraph at lines 12072--12075 \T1/SourceSansPro-LF/m/n/10 de-fault Underfull \hbox (badness 10000) in paragraph at lines 12086--12088 []|\T1/SourceSansPro-LF/m/n/10 tar- Overfull \hbox (48.84848pt too wide) in paragraph at lines 12086--12088 \T1/SourceSansPro-LF/m/n/10 get.artifacts.main.javadoc.jar.name| Underfull \hbox (badness 10000) in paragraph at lines 12092--12095 []| []\T1/zi4/m/n/10 ${module. Overfull \hbox (15.34927pt too wide) in paragraph at lines 12092--12095 \T1/zi4/m/n/10 name}[]javadoc. Overfull \hbox (11.68227pt too wide) in paragraph at lines 12102--12105 []| []\T1/zi4/m/n/10 documentation[]| [168] Underfull \hbox (badness 10000) in paragraph at lines 12166--12168 []|\T1/SourceSansPro-LF/m/n/10 mi- Overfull \hbox (41.37845pt too wide) in paragraph at lines 12166--12168 \T1/SourceSansPro-LF/m/n/10 croej.testsuite.cc.excludes.classes| Underfull \hbox (badness 10000) in paragraph at lines 12176--12178 []|\T1/SourceSansPro-LF/m/n/10 mi- Underfull \hbox (badness 10000) in paragraph at lines 12186--12188 []|\T1/SourceSansPro-LF/m/n/10 mi- Overfull \hbox (68.90845pt too wide) in paragraph at lines 12186--12188 \T1/SourceSansPro-LF/m/n/10 croej.testsuite.properties.s3.cc.activated| Underfull \hbox (badness 10000) in paragraph at lines 12202--12209 []|\T1/SourceSansPro-LF/m/n/10 Java source folder ( Underfull \hbox (badness 10000) in paragraph at lines 12202--12209 []\T1/zi4/m/n/10 src/main/java[] \T1/SourceSansPro-LF/m/n/10 ) and Underfull \hbox (badness 10000) in paragraph at lines 12210--12212 []|\T1/SourceSansPro-LF/m/n/10 mi- Overfull \hbox (5.08855pt too wide) in paragraph at lines 12220--12222 []|\T1/SourceSansPro-LF/m/n/10 test.run.excludes.pattern| Overfull \hbox (3.94856pt too wide) in paragraph at lines 12240--12242 []|\T1/SourceSansPro-LF/m/n/10 test.run.includes.pattern| [169] Overfull \hbox (5.08855pt too wide) in paragraph at lines 12312--12314 []|\T1/SourceSansPro-LF/m/n/10 test.run.excludes.pattern| Overfull \hbox (3.94856pt too wide) in paragraph at lines 12332--12334 []|\T1/SourceSansPro-LF/m/n/10 test.run.includes.pattern| Underfull \hbox (badness 10000) in paragraph at lines 12338--12341 []| []\T1/zi4/m/n/10 **/*[] \T1/SourceSansPro-LF/m/n/10 (all [170] Overfull \hbox (19.2786pt too wide) in paragraph at lines 12439--12441 []|\T1/SourceSansPro-LF/m/n/10 skip.foundationconf.checker| Overfull \hbox (8.88757pt too wide) in paragraph at lines 12459--12465 []|\T1/SourceSansPro-LF/m/n/10 skip.nullanalysis.checker[][][][][]| [171] [172] [173 <./repository-tree.png>] Underfull \hbox (badness 10000) in paragraph at lines 12599--12601 []\T1/SourceSansPro-LF/m/n/10 The []\T1/zi4/m/n/10 MicroEJChainResolver[] \T1 /SourceSansPro-LF/m/n/10 is a URL re-solver de-fined in []\T1/zi4/m/n/10 $USER _HOME[].microej[] [174] [175] [176 <./javadoc_module_dependency.png>] Underfull \hbox (badness 10000) in paragraph at lines 12759--12762 []\T1/SourceSansPro-LF/m/n/10 Gath-ers all mod-ule de-pen-den-cies. The whole r epos-i-tory con-tent is cre-ated un-der []\T1/zi4/m/it/10 target~/ [177] [178 <./ClassPath_4.png>] [179 <./ClassPath_1.png>] Underfull \hbox (badness 10000) in paragraph at lines 13000--13004 []\T1/SourceSansPro-LF/m/n/10 Raw re-sources are re-sources that can be dy-nam- i-cally re-trieved with a call to [180] [181 <./graphviz-c47847d0d8d3fe6990d75c678f74a6fdddb4e842.pdf>] [182] [183] [184 <./graphviz-08e33b4270e5827eddcf70955c1d81df296d2d8d.pdf>] [185] [186 <./graphviz-a5e7bd17651cb051e8da67ab9dfebf680966828d.pdf>] [187] [188] [189] [190 <./debug1.png>] [191 <./addon_library_source.png>] [192 <./addon_lib rary_open_implementation.png> <./addon_library_implementation_read_only.png>] [193 <./foundation_library_implementation_folders.png>] [194 <./foundation_libr ary_debug_add_source_archive.png>] [195 <./foundation_library_debug_select_sour ce_jars.png>] [196 <./foundation_library_debug_open_implementation.png>] [197 <./tool-launch.png>] Underfull \hbox (badness 10000) in paragraph at lines 13905--13911 [][]\T1/SourceSansPro-LF/m/n/10 JU-nit[][] test-ing can be en-abled when us-ing the []\T1/zi4/m/it/10 microej[]javalib[] \T1/SourceSansPro-LF/m/n/10 (Mi-cro EJ Add-On Li-brary) or the [198] [199] [200 <./testsuiteReportHTMLExample.png> <./testsuiteReportXMLExampl e.png> <./testsuiteReportXMLExampleJunitView.png>] Underfull \hbox (badness 10000) in paragraph at lines 14163--14167 []\T1/SourceSansPro-LF/m/n/10 In the []\T1/zi4/m/it/10 src[]adpgenerated/junit /java[] \T1/SourceSansPro-LF/m/n/10 folder, right-click on the de-sired au-to- gen-er-ated class ( [201] [202] [203 <./trace1.png>] [204 <./STR_application-out.png> <./STR_tracet ermite_standalone.png>] [205 <./STR_selecttool_standalone.png>] [206 <./STR_con figuration_standalone.png> <./STR_trace-read.png>] [207 <./STR_stacktracedump.p ng> <./STR_debugfofile.png>] [208 <./STR_tracetermite_sandboxed.png> <./STR_sel ecttool_sandboxed.png>] [209 <./STR_firmware-out.png>] [210 <./STR_virtualdevic e.png>] [211 <./STR_selectfile_sandboxed.png>] [212 <./STR_console_sandboxed.pn g>] [213 <./img114.png (PNG copy)>] [214] [215] [216 <./cca_process.png>] [217 <./img110.png (PNG copy)>] [218 <./heap_usage.png>] [219] [220] Underfull \hbox (badness 10000) in paragraph at lines 15098--15098 []\T1/SourceSansPro-LF/m/n/10 Num-ber of Underfull \hbox (badness 10000) in paragraph at lines 15098--15098 []\T1/SourceSansPro-LF/m/n/10 Pro-gres-sive [221] [222 <./img112.png (PNG copy)>] [223] [224 <./outline-view.png> <./fields -and-ref-showing-fields.png>] [225 <./fields-and-ref-showing-refs.png>] [226 <./heap-usage-tab.png>] [227 <./dominator-tree-tab.png>] [228 <./leak-susp ects-tab.png>] [229 <./progressive.png>] [230 <./compare-all.png>] [231 <./comp are-fields.png>] [232 <./img113.png (PNG copy)>] [233] [234 <./mma_process.png> ] [235 <./whereMapIs.png> <./RI1.png>] [236 <./RIDetailedView.png>] [237] [238] [239 <./null_analysis_example.png>] Underfull \hbox (badness 6542) in paragraph at lines 16008--16012 []\T1/SourceSansPro-LF/m/n/10 In each Java pack-age, cre-ate a []\T1/zi4/m/it/ 10 package[]info.java[] \T1/SourceSansPro-LF/m/n/10 file and an-no-tate the Ja va pack-age with [240 <./null_analysis_packageinfo.png> <./null_analysis_field_and_method.png>] [241 <./null_analysis_project_configuration_checks.png>] [242 <./null_analysis_ project_configuration_annotations.png>] [243 <./null_analysis_project_configura tion_suppress_warnings.png>] [244 <./null_analysis_settings_folder.png>] [245 <./null_analysis_troubleshooting_edc_version.png>] Underfull \vbox (badness 10000) detected at line 16259 Overfull \vbox (0.82594pt too high) detected at line 16259 [246] Underfull \vbox (badness 10000) detected at line 16259 Overfull \vbox (0.82594pt too high) detected at line 16259 [247] [248] [249] [250] [251] Overfull \hbox (4.42749pt too wide) in paragraph at lines 16680--16682 []| []\T1/zi4/m/it/10 symbolPrefix[]| [252] [253] [254] [255] Underfull \hbox (badness 10000) in paragraph at lines 17142--17146 []\T1/SourceSansPro-LF/m/n/10 Con-sider there are four de-fined sym-bols named []\T1/zi4/m/it/10 zeroinit_start_xxx[] \T1/SourceSansPro-LF/m/n/10 , []\T1/zi 4/m/it/10 zeroinit_end_xxx[] \T1/SourceSansPro-LF/m/n/10 , [256] [257] [258] Underfull \hbox (badness 6063) in paragraph at lines 17770--17776 []|\T1/SourceSansPro-LF/m/n/10 Ex-clu-sive op-tions (these op-tions can-not be used si-mul-ta-ne-ously). For ex-am-ple, [259] [260] [261] [262 <./testsuiteEngine.png>] Underfull \hbox (badness 10000) in paragraph at lines 18186--18192 \T1/zi4/m/it/10 [label]/[reportName].xml[] \T1/SourceSansPro-LF/m/n/10 , see th e []\T1/zi4/m/it/10 testsuiteReportFileProperty[] \T1/SourceSansPro-LF/m/n/10 and Overfull \hbox (0.50714pt too wide) in paragraph at lines 18193--18195 []| []\T1/zi4/m/it/10 harnessScript[]| Underfull \hbox (badness 10000) in paragraph at lines 18228--18230 []| []\T1/zi4/m/it/10 testsuite. Underfull \hbox (badness 10000) in paragraph at lines 18238--18240 []| []\T1/zi4/m/it/10 testsuite. Underfull \hbox (badness 10000) in paragraph at lines 18245--18247 []| []\T1/zi4/m/it/10 testsuite. Underfull \hbox (badness 10000) in paragraph at lines 18245--18247 \T1/zi4/m/it/10 test. Underfull \hbox (badness 5388) in paragraph at lines 18248--18252 []|\T1/SourceSansPro-LF/m/n/10 The ab-so-lute path to the cus-tom prop-er-ties of the cur-rent test (see the prop-erty Underfull \hbox (badness 10000) in paragraph at lines 18253--18255 []| []\T1/zi4/m/it/10 testsuite. Underfull \hbox (badness 10000) in paragraph at lines 18253--18255 \T1/zi4/m/it/10 common. Underfull \hbox (badness 10000) in paragraph at lines 18256--18260 []|\T1/SourceSansPro-LF/m/n/10 The ab-so-lute path to the com-mon prop-er-ties of all the tests (see the prop-erty Underfull \hbox (badness 10000) in paragraph at lines 18261--18263 []| []\T1/zi4/m/it/10 testsuite. Underfull \hbox (badness 10000) in paragraph at lines 18285--18287 []|\T1/SourceSansPro-LF/m/n/10 At-tribute Overfull \hbox (21.58243pt too wide) in paragraph at lines 18306--18308 []| []\T1/zi4/m/it/10 verboseLevel[]| Overfull \hbox (11.58243pt too wide) in paragraph at lines 18318--18320 []| []\T1/zi4/m/it/10 reportName[]| Overfull \hbox (86.58243pt too wide) in paragraph at lines 18328--18330 []| []\T1/zi4/m/it/10 customPropertiesExtension[]| Overfull \hbox (41.58243pt too wide) in paragraph at lines 18346--18348 []| []\T1/zi4/m/it/10 commonProperties[]| Overfull \hbox (16.58243pt too wide) in paragraph at lines 18370--18372 []| []\T1/zi4/m/it/10 productName[]| Overfull \hbox (96.58243pt too wide) in paragraph at lines 18403--18405 []| []\T1/zi4/m/it/10 testsuiteReportFileProperty[]| Overfull \hbox (91.58243pt too wide) in paragraph at lines 18415--18417 []| []\T1/zi4/m/it/10 testsuiteReportDirProperty[]| Overfull \hbox (76.58243pt too wide) in paragraph at lines 18426--18428 []| []\T1/zi4/m/it/10 testsuiteResultProperty[]| [263] Overfull \hbox (10.50714pt too wide) in paragraph at lines 18472--18474 []| []\T1/zi4/m/it/10 testIgnoredPath[] [264] Underfull \hbox (badness 10000) in paragraph at lines 18534--18536 []| []\T1/zi4/m/it/10 testsuite. Underfull \hbox (badness 10000) in paragraph at lines 18543--18545 []| []\T1/zi4/m/it/10 testsuite. Underfull \hbox (badness 10000) in paragraph at lines 18543--18545 \T1/zi4/m/it/10 test. [265] [266] [267] [268 <./ui_overview.png>] [269] [270 <./graphviz-10e3ec41215c caaed72e3531512446b2cd8ccdba.pdf>] [271] [272] [273] [274] Overfull \vbox (919.02377pt too high) has occurred while \output is active [275 <./transparent.png> <./argb8888.png> <./argb4444.png> <./argb1555.png> <./ opaque.png> <./rgb888_o.png> <./rgb888_t.png> <./rgb565_o.png> <./rgb565_t.png> <./picto.png> <./a8.png> <./a8_c.png> <./a4.png> <./a4_c.png> <./a2.png> <./a2 _c.png> <./a1.png> <./a1_c.png> <./grayscale.png> <./c4.png> <./c2.png> <./c1.p ng> <./grayscale_t.png> <./ac44.png> <./ac22.png> <./ac11.png>] Overfull \hbox (13.12488pt too wide) in paragraph at lines 19768--19769 [][] [276] [277] [278 <./graphviz-6f2b41929bb57b50d9a115d32914e871d3596e88.pdf>] [279] Overfull \hbox (1.21721pt too wide) in paragraph at lines 20463--20465 []|\T1/SourceSansPro-LF/m/n/10 0x1000| Overfull \hbox (0.87721pt too wide) in paragraph at lines 20476--20478 []|\T1/SourceSansPro-LF/m/n/10 0x10a0| Overfull \hbox (0.74721pt too wide) in paragraph at lines 20502--20504 []|\T1/SourceSansPro-LF/m/n/10 0x1200| Overfull \hbox (0.6772pt too wide) in paragraph at lines 20515--20517 []|\T1/SourceSansPro-LF/m/n/10 0x1380| Overfull \hbox (1.0272pt too wide) in paragraph at lines 20542--20544 []|\T1/SourceSansPro-LF/m/n/10 0x1400| Overfull \hbox (0.9572pt too wide) in paragraph at lines 20555--20557 []|\T1/SourceSansPro-LF/m/n/10 0x1680| Overfull \hbox (0.74721pt too wide) in paragraph at lines 20568--20570 []|\T1/SourceSansPro-LF/m/n/10 0x16a0| Overfull \hbox (0.5072pt too wide) in paragraph at lines 20581--20583 []|\T1/SourceSansPro-LF/m/n/10 0x1700| Overfull \hbox (1.0872pt too wide) in paragraph at lines 20646--20648 []|\T1/SourceSansPro-LF/m/n/10 0x1800| Overfull \hbox (5.6804pt too wide) in paragraph at lines 20658--20660 []|\T1/SourceSansPro-LF/m/n/10 uni-fied_canadian_aboriginal_syllabics_extended| Overfull \hbox (1.23721pt too wide) in paragraph at lines 20661--20663 []|\T1/SourceSansPro-LF/m/n/10 0x18b0| Overfull \hbox (1.0872pt too wide) in paragraph at lines 20674--20676 []|\T1/SourceSansPro-LF/m/n/10 0x1900| Overfull \hbox (0.6772pt too wide) in paragraph at lines 20687--20689 []|\T1/SourceSansPro-LF/m/n/10 0x1950| Overfull \hbox (0.9572pt too wide) in paragraph at lines 20700--20702 []|\T1/SourceSansPro-LF/m/n/10 0x1980| Overfull \hbox (0.6672pt too wide) in paragraph at lines 20713--20715 []|\T1/SourceSansPro-LF/m/n/10 0x19e0| Overfull \hbox (0.87721pt too wide) in paragraph at lines 20726--20728 []|\T1/SourceSansPro-LF/m/n/10 0x1a00| Overfull \hbox (1.02722pt too wide) in paragraph at lines 20753--20755 []|\T1/SourceSansPro-LF/m/n/10 0x1ab0| Overfull \hbox (1.36722pt too wide) in paragraph at lines 20766--20768 []|\T1/SourceSansPro-LF/m/n/10 0x1b00| Overfull \hbox (1.23721pt too wide) in paragraph at lines 20779--20781 []|\T1/SourceSansPro-LF/m/n/10 0x1b80| Overfull \hbox (0.54723pt too wide) in paragraph at lines 20792--20794 []|\T1/SourceSansPro-LF/m/n/10 0x1bc0| [280] Overfull \hbox (1.38722pt too wide) in paragraph at lines 20870--20872 []|\T1/SourceSansPro-LF/m/n/10 0x1d00| Overfull \hbox (1.25722pt too wide) in paragraph at lines 20884--20886 []|\T1/SourceSansPro-LF/m/n/10 0x1d80| Overfull \hbox (0.56723pt too wide) in paragraph at lines 20898--20900 []|\T1/SourceSansPro-LF/m/n/10 0x1dc0| Overfull \hbox (0.79721pt too wide) in paragraph at lines 20912--20914 []|\T1/SourceSansPro-LF/m/n/10 0x1e00| Overfull \hbox (2.4372pt too wide) in paragraph at lines 20938--20940 []|\T1/SourceSansPro-LF/m/n/10 0x2000| Overfull \hbox (1.48718pt too wide) in paragraph at lines 20952--20954 []|\T1/SourceSansPro-LF/m/n/10 0x2070| Overfull \hbox (2.0972pt too wide) in paragraph at lines 20965--20967 []|\T1/SourceSansPro-LF/m/n/10 0x20a0| Overfull \hbox (2.60721pt too wide) in paragraph at lines 20979--20981 []|\T1/SourceSansPro-LF/m/n/10 0x20d0| Overfull \hbox (0.5872pt too wide) in paragraph at lines 20992--20994 []|\T1/SourceSansPro-LF/m/n/10 0x2100| Overfull \hbox (1.9072pt too wide) in paragraph at lines 21031--21033 []|\T1/SourceSansPro-LF/m/n/10 0x2200| Overfull \hbox (2.02719pt too wide) in paragraph at lines 21044--21046 []|\T1/SourceSansPro-LF/m/n/10 0x2300| Overfull \hbox (1.94719pt too wide) in paragraph at lines 21057--21059 []|\T1/SourceSansPro-LF/m/n/10 0x2400| Overfull \hbox (1.75719pt too wide) in paragraph at lines 21071--21073 []|\T1/SourceSansPro-LF/m/n/10 0x2440| Overfull \hbox (1.81718pt too wide) in paragraph at lines 21084--21086 []|\T1/SourceSansPro-LF/m/n/10 0x2460| Overfull \hbox (2.02719pt too wide) in paragraph at lines 21097--21099 []|\T1/SourceSansPro-LF/m/n/10 0x2500| Overfull \hbox (1.89719pt too wide) in paragraph at lines 21110--21112 []|\T1/SourceSansPro-LF/m/n/10 0x2580| Overfull \hbox (1.6872pt too wide) in paragraph at lines 21123--21125 []|\T1/SourceSansPro-LF/m/n/10 0x25a0| Overfull \hbox (2.2472pt too wide) in paragraph at lines 21136--21138 []|\T1/SourceSansPro-LF/m/n/10 0x2600| Overfull \hbox (1.48718pt too wide) in paragraph at lines 21149--21151 []|\T1/SourceSansPro-LF/m/n/10 0x2700| Underfull \hbox (badness 10000) in paragraph at lines 21156--21159 []|\T1/SourceSansPro-LF/m/n/10 Mis-cel-la-neous Math-e-mat-i-cal Overfull \hbox (0.9072pt too wide) in paragraph at lines 21163--21165 []|\T1/SourceSansPro-LF/m/n/10 0x27c0| Overfull \hbox (2.4072pt too wide) in paragraph at lines 21189--21191 []|\T1/SourceSansPro-LF/m/n/10 0x2800| Overfull \hbox (2.20718pt too wide) in paragraph at lines 21202--21204 []|\T1/SourceSansPro-LF/m/n/10 0x2900| Underfull \hbox (badness 10000) in paragraph at lines 21209--21212 []|\T1/SourceSansPro-LF/m/n/10 Mis-cel-la-neous Math-e-mat-i-cal Overfull \hbox (2.07718pt too wide) in paragraph at lines 21216--21218 []|\T1/SourceSansPro-LF/m/n/10 0x2980| Underfull \hbox (badness 6526) in paragraph at lines 21223--21226 []|\T1/SourceSansPro-LF/m/n/10 Sup-ple-men-tal Math-e-mat-i-cal Op-er-a- Overfull \hbox (2.1972pt too wide) in paragraph at lines 21230--21232 []|\T1/SourceSansPro-LF/m/n/10 0x2a00| Overfull \hbox (2.68721pt too wide) in paragraph at lines 21244--21246 []|\T1/SourceSansPro-LF/m/n/10 0x2b00| Overfull \hbox (1.71721pt too wide) in paragraph at lines 21257--21259 []|\T1/SourceSansPro-LF/m/n/10 0x2c00| Overfull \hbox (1.5872pt too wide) in paragraph at lines 21270--21272 []|\T1/SourceSansPro-LF/m/n/10 0x2c60| Overfull \hbox (1.5872pt too wide) in paragraph at lines 21283--21285 []|\T1/SourceSansPro-LF/m/n/10 0x2c80| Overfull \hbox (2.70721pt too wide) in paragraph at lines 21296--21298 []|\T1/SourceSansPro-LF/m/n/10 0x2d00| Overfull \hbox (2.29721pt too wide) in paragraph at lines 21309--21311 []|\T1/SourceSansPro-LF/m/n/10 0x2d30| Overfull \hbox (2.57721pt too wide) in paragraph at lines 21322--21324 []|\T1/SourceSansPro-LF/m/n/10 0x2d80| Overfull \hbox (2.28722pt too wide) in paragraph at lines 21335--21337 []|\T1/SourceSansPro-LF/m/n/10 0x2de0| Overfull \hbox (2.1172pt too wide) in paragraph at lines 21348--21350 []|\T1/SourceSansPro-LF/m/n/10 0x2e00| Overfull \hbox (1.9872pt too wide) in paragraph at lines 21361--21363 []|\T1/SourceSansPro-LF/m/n/10 0x2e80| Overfull \hbox (2.4972pt too wide) in paragraph at lines 21402--21404 []|\T1/SourceSansPro-LF/m/n/10 0x3000| Overfull \hbox (2.30719pt too wide) in paragraph at lines 21415--21417 []|\T1/SourceSansPro-LF/m/n/10 0x3040| Overfull \hbox (2.1572pt too wide) in paragraph at lines 21428--21430 []|\T1/SourceSansPro-LF/m/n/10 0x30a0| Overfull \hbox (0.7072pt too wide) in paragraph at lines 21441--21443 []|\T1/SourceSansPro-LF/m/n/10 0x3100| Overfull \hbox (0.5772pt too wide) in paragraph at lines 21468--21470 []|\T1/SourceSansPro-LF/m/n/10 0x3190| Overfull \hbox (1.92719pt too wide) in paragraph at lines 21522--21524 []|\T1/SourceSansPro-LF/m/n/10 0x3200| Overfull \hbox (1.94719pt too wide) in paragraph at lines 21535--21537 []|\T1/SourceSansPro-LF/m/n/10 0x3300| Overfull \hbox (2.30719pt too wide) in paragraph at lines 21549--21551 []|\T1/SourceSansPro-LF/m/n/10 0x3400| Overfull \hbox (0.57722pt too wide) in paragraph at lines 21552--21555 []|\T1/SourceSansPro-LF/m/n/10 0x4dbf| Overfull \hbox (2.06721pt too wide) in paragraph at lines 21562--21564 []|\T1/SourceSansPro-LF/m/n/10 0x4dc0| Overfull \hbox (2.2972pt too wide) in paragraph at lines 21575--21577 []|\T1/SourceSansPro-LF/m/n/10 0x4e00| Overfull \hbox (2.4672pt too wide) in paragraph at lines 21588--21590 []|\T1/SourceSansPro-LF/m/n/10 0xa000| Overfull \hbox (2.00719pt too wide) in paragraph at lines 21601--21603 []|\T1/SourceSansPro-LF/m/n/10 0xa490| [281] Overfull \hbox (2.4472pt too wide) in paragraph at lines 21614--21616 []|\T1/SourceSansPro-LF/m/n/10 0xa4d0| Overfull \hbox (2.05719pt too wide) in paragraph at lines 21627--21629 []|\T1/SourceSansPro-LF/m/n/10 0xa500| Overfull \hbox (2.14719pt too wide) in paragraph at lines 21640--21642 []|\T1/SourceSansPro-LF/m/n/10 0xa640| Overfull \hbox (1.9972pt too wide) in paragraph at lines 21653--21655 []|\T1/SourceSansPro-LF/m/n/10 0xa6a0| Overfull \hbox (1.75719pt too wide) in paragraph at lines 21666--21668 []|\T1/SourceSansPro-LF/m/n/10 0xa700| Overfull \hbox (1.32718pt too wide) in paragraph at lines 21679--21681 []|\T1/SourceSansPro-LF/m/n/10 0xa720| Overfull \hbox (2.33719pt too wide) in paragraph at lines 21692--21694 []|\T1/SourceSansPro-LF/m/n/10 0xa800| Overfull \hbox (1.82718pt too wide) in paragraph at lines 21706--21708 []|\T1/SourceSansPro-LF/m/n/10 0xa830| Overfull \hbox (2.14719pt too wide) in paragraph at lines 21719--21721 []|\T1/SourceSansPro-LF/m/n/10 0xa840| Overfull \hbox (2.20718pt too wide) in paragraph at lines 21732--21734 []|\T1/SourceSansPro-LF/m/n/10 0xa880| Overfull \hbox (1.91719pt too wide) in paragraph at lines 21745--21747 []|\T1/SourceSansPro-LF/m/n/10 0xa8e0| Overfull \hbox (2.33719pt too wide) in paragraph at lines 21758--21760 []|\T1/SourceSansPro-LF/m/n/10 0xa900| Overfull \hbox (1.78719pt too wide) in paragraph at lines 21771--21773 []|\T1/SourceSansPro-LF/m/n/10 0xa930| Overfull \hbox (2.20718pt too wide) in paragraph at lines 21784--21786 []|\T1/SourceSansPro-LF/m/n/10 0xa960| Overfull \hbox (2.20718pt too wide) in paragraph at lines 21797--21799 []|\T1/SourceSansPro-LF/m/n/10 0xa980| Overfull \hbox (1.91719pt too wide) in paragraph at lines 21810--21812 []|\T1/SourceSansPro-LF/m/n/10 0xa9e0| Overfull \hbox (2.1272pt too wide) in paragraph at lines 21823--21825 []|\T1/SourceSansPro-LF/m/n/10 0xaa00| Overfull \hbox (1.9972pt too wide) in paragraph at lines 21836--21838 []|\T1/SourceSansPro-LF/m/n/10 0xaa60| Overfull \hbox (1.9972pt too wide) in paragraph at lines 21849--21851 []|\T1/SourceSansPro-LF/m/n/10 0xaa80| Overfull \hbox (1.7072pt too wide) in paragraph at lines 21862--21864 []|\T1/SourceSansPro-LF/m/n/10 0xaae0| Overfull \hbox (2.6172pt too wide) in paragraph at lines 21875--21877 []|\T1/SourceSansPro-LF/m/n/10 0xab00| Overfull \hbox (2.2072pt too wide) in paragraph at lines 21888--21890 []|\T1/SourceSansPro-LF/m/n/10 0xab30| Overfull \hbox (1.9072pt too wide) in paragraph at lines 21901--21903 []|\T1/SourceSansPro-LF/m/n/10 0xab70| Overfull \hbox (1.79721pt too wide) in paragraph at lines 21914--21916 []|\T1/SourceSansPro-LF/m/n/10 0xabc0| Overfull \hbox (1.6472pt too wide) in paragraph at lines 21927--21929 []|\T1/SourceSansPro-LF/m/n/10 0xac00| Overfull \hbox (2.5872pt too wide) in paragraph at lines 21940--21942 []|\T1/SourceSansPro-LF/m/n/10 0xd7b0| Overfull \hbox (2.77719pt too wide) in paragraph at lines 21953--21955 []|\T1/SourceSansPro-LF/m/n/10 0xd800| Overfull \hbox (2.9272pt too wide) in paragraph at lines 21967--21969 []|\T1/SourceSansPro-LF/m/n/10 0xdb80| Overfull \hbox (2.0872pt too wide) in paragraph at lines 21980--21982 []|\T1/SourceSansPro-LF/m/n/10 0xdc00| Overfull \hbox (2.31718pt too wide) in paragraph at lines 21993--21995 []|\T1/SourceSansPro-LF/m/n/10 0xe000| Overfull \hbox (0.59721pt too wide) in paragraph at lines 22021--22023 []|\T1/SourceSansPro-LF/m/n/10 0xfb00| [282] [283] [284] [285 <./designer_font-process2.png>] [286 <./designer_font-he ight.png> <./baseline.png>] [287] [288] [289 <./char-editor.png>] [290] Overfull \vbox (13.74838pt too high) has occurred while \output is active [291 <./font-preview.png>] [292] [293 <./img1.png (PNG copy)> <./img2.png (PNG copy)>] [294] [295 <./img3.png (PNG copy)>] [296 <./img4.png (PNG copy)>] [297] Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 Event Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0x0 Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0xa Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0xb Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0xc Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0xd Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0xe Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0xf Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0x14 Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0x15 Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0x16 Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0x17 Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0x18 [298] [299] [300 <./microui_traces_systemview.png>] Underfull \vbox (badness 10000) detected at line 24072 [301] Underfull \vbox (badness 10000) detected at line 24072 Overfull \vbox (0.82594pt too high) detected at line 24072 [302] [303] [304] [305] [306] [307 <./fillPath.png>] [308 <./fillPathGradient.p ng>] [309 <./fillType.png>] [310 <./fillPathBlendMode.png>] [311 <./matrixTrans late0.png>] [312 <./matrixRotate0.png>] [313 <./matrixRotate1.png> <./matrixSca le0.png>] [314 <./matrixConcat0.png>] [315 <./gradient0.png>] [316 <./gradient1 .png>] [317 <./gradient2.png>] [318] [319 <./drawstring0.png>] [320 <./drawstri ng1.png>] [321 <./drawstring2.png>] Underfull \hbox (badness 10000) in paragraph at lines 25144--25146 []\T1/SourceSansPro-LF/m/n/10 When a string is drawn with a call to [][]ej.micr ovg.VectorGraphicsPainter.drawString()[][] or [322 <./drawstring3.png> <./fontMetrics.png>] [323 <./anchorPoint.png> <./textB ox.png>] Overfull \hbox (16.14906pt too wide) in paragraph at lines 25192--25194 []\T1/SourceSansPro-LF/m/n/10 The li-brary pro-poses the draw-ing of a text on a cir-cle by a call to [][]ej.microvg.VectorGraphicsPainter.drawStringOnCircle( )[][]. [324] [325 <./drawStringOnCircle0.png>] ! Package inputenc Error: Unicode character ا (U+0627) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H for immediate help. ... l.25327 ...ربية}\PYG{l+s}{\PYGZdq{}}\PYG{p}{;} ! Package inputenc Error: Unicode character ل (U+0644) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H for immediate help. ... l.25327 ...ربية}\PYG{l+s}{\PYGZdq{}}\PYG{p}{;} ! Package inputenc Error: Unicode character ع (U+0639) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H for immediate help. ... l.25327 ...ربية}\PYG{l+s}{\PYGZdq{}}\PYG{p}{;} ! Package inputenc Error: Unicode character ر (U+0631) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H for immediate help. ... l.25327 ...ربية}\PYG{l+s}{\PYGZdq{}}\PYG{p}{;} ! Package inputenc Error: Unicode character ب (U+0628) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H for immediate help. ... l.25327 ...ربية}\PYG{l+s}{\PYGZdq{}}\PYG{p}{;} ! Package inputenc Error: Unicode character ي (U+064A) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H for immediate help. ... l.25327 ...ربية}\PYG{l+s}{\PYGZdq{}}\PYG{p}{;} ! Package inputenc Error: Unicode character ة (U+0629) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H for immediate help. ... l.25327 ...ربية}\PYG{l+s}{\PYGZdq{}}\PYG{p}{;} [326 <./drawStringOnCircle1.png>] [327 <./drawStringLayout.png>] Underfull \hbox (badness 10000) in paragraph at lines 25449--25451 []\T1/SourceSansPro-LF/m/n/10 Once an im-age has been loaded it can be drawn in the graphic con-text with a call to [328] [329] [330 <./drawImage.png>] [331 <./drawImageAlpha.png>] Underfull \hbox (badness 10000) in paragraph at lines 25611--25613 []\T1/SourceSansPro-LF/m/n/10 A Vec-torIm-age ob-ject can also be drawn as-so-c i-ated to a color ma-trix by a call to [332] Underfull \hbox (badness 10000) in paragraph at lines 25664--25666 []\T1/SourceSansPro-LF/m/n/10 The trans-for-ma-tions of the ob-jects over the t ime are em-bed-ded in the Vec- Underfull \hbox (badness 10000) in paragraph at lines 25664--25666 \T1/SourceSansPro-LF/m/n/10 tor im-age file and a call to [][]ej.microvg.Vector GraphicsPainter.drawAnimatedImage()[][] or [333 <./drawImageFilter.png>] Overfull \vbox (0.594pt too high) detected at line 25780 [334] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.25788 ...imen]{{drawAnimatedImageTranslate}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.25788 ...imen]{{drawAnimatedImageTranslate}.gif} [335] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.25832 ...dimen]{{drawAnimatedImageOverPath}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.25832 ...dimen]{{drawAnimatedImageOverPath}.gif} [336] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.25908 ...xdimen]{{drawAnimatedImageScaleXY}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.25908 ...xdimen]{{drawAnimatedImageScaleXY}.gif} [337] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.25953 ...pxdimen]{{drawAnimatedImageRotate}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.25953 ...pxdimen]{{drawAnimatedImageRotate}.gif} [338] Overfull \vbox (3.29794pt too high) detected at line 26067 [339] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26075 ...dimen]{{drawAnimatedImageMorphing}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26075 ...dimen]{{drawAnimatedImageMorphing}.gif} [340] Underfull \vbox (badness 10000) detected at line 26158 Overfull \vbox (0.82594pt too high) detected at line 26158 [341] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26166 ...xpxdimen]{{drawAnimatedImageColor}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26166 ...xpxdimen]{{drawAnimatedImageColor}.gif} [342] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26299 ...phinxpxdimen]{{linearInterpolator}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26299 ...phinxpxdimen]{{linearInterpolator}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26314 ...xpxdimen]{{accelerateInterpolator}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26314 ...xpxdimen]{{accelerateInterpolator}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26329 ...phinxpxdimen]{{bounceInterpolator}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26329 ...phinxpxdimen]{{bounceInterpolator}.gif} [343] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26344 ...en]{{fast_out_slow_inInterpolator}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26344 ...en]{{fast_out_slow_inInterpolator}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26361 ...hinxpxdimen]{{custom0Interpolator}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26361 ...hinxpxdimen]{{custom0Interpolator}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26380 ...hinxpxdimen]{{custom1Interpolator}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26380 ...hinxpxdimen]{{custom1Interpolator}.gif} [344 <./custom0Interpolator.png> <./custom1Interpolator.png>] [345] [346] [347] [348 <./drawRuntimeImage.png>] [349] [350] [351 <./hierarchy.png (PNG cop y)>] [352] [353 <./eventDispatchUML.png (PNG copy)> <./pointerEventDispatcherFl ow.png (PNG copy)>] [354 <./boxmodel.png (PNG copy)>] [355] [356] [357 <./showS equence.png (PNG copy)>] [358] [359] [360] [361] [362] [363] [364] [365] [366] [367] [368 <./defaultRenderPolicy.png>] [369 <./defaultRenderPolicyIssue. png>] [370 <./highlightWidgetList.png>] [371 <./highlightWidgetWheel.png>] [372] Underfull \hbox (badness 10000) in paragraph at lines 28154--28156 []\T1/SourceSansPro-LF/m/n/10 The meth-ods [][]Hi-er-ar-chyIn-spec-tor.countNum berOfWidgets(Widget)[][] and [][]Hi-er-ar-chyIn-spec- [373] [374] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28324 ...ludegraphics{{attribute-selectors}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28324 ...ludegraphics{{attribute-selectors}.gif} \hspace*{\fill}} [375] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28343 ...ludegraphics{{buffered-image-pool}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28343 ...ludegraphics{{buffered-image-pool}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28361 ...hics{{context-sensitive-container}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28361 ...hics{{context-sensitive-container}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28381 ...inxincludegraphics{{drag-and-drop}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28381 ...inxincludegraphics{{drag-and-drop}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28398 ...ill}\sphinxincludegraphics{{focus}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28398 ...ill}\sphinxincludegraphics{{focus}.gif} \hspace*{\fill}} [376] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28419 ...udegraphics{{immutable-stylesheet}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28419 ...udegraphics{{immutable-stylesheet}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28438 ...xincludegraphics{{lazy-stylesheet}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28438 ...xincludegraphics{{lazy-stylesheet}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28458 ...hinxincludegraphics{{masking-grid}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28458 ...hinxincludegraphics{{masking-grid}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28477 ...\fill}\sphinxincludegraphics{{mvc}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28477 ...\fill}\sphinxincludegraphics{{mvc}.gif} \hspace*{\fill}} [377] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28498 ...ill}\sphinxincludegraphics{{popup}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28498 ...ill}\sphinxincludegraphics{{popup}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28519 ...inxincludegraphics{{remove-widget}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28519 ...inxincludegraphics{{remove-widget}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28537 ...xincludegraphics{{slide-container}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28537 ...xincludegraphics{{slide-container}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28555 ...xincludegraphics{{stack-container}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28555 ...xincludegraphics{{stack-container}.gif} \hspace*{\fill}} [378] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28573 ...inxincludegraphics{{stashing-grid}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28573 ...inxincludegraphics{{stashing-grid}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28595 ...inxincludegraphics{{virtual-watch}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28595 ...inxincludegraphics{{virtual-watch}.gif} \hspace*{\fill}} [379] [380 <./tuto_microej_bounds_check.png>] [381] [382] [383 <./js_runtime.pn g>] [384] [385] [386] [387] [388] [389] [390] [391] [392] [393] [394] [395] [396] [397] [398] [399] [400] [401] [402 <./js_processor_overview.png>] [403] Underfull \hbox (badness 10000) in paragraph at lines 30775--30777 []|\T1/SourceSansPro-LF/m/n/10 Mod-ule Overfull \hbox (6.58243pt too wide) in paragraph at lines 30785--30787 []| []\T1/zi4/m/it/10 Bluetooth[]| Underfull \hbox (badness 5302) in paragraph at lines 30788--30790 \T1/SourceSansPro-LF/m/n/10 on the Generic At-tribute Pro-file Underfull \hbox (badness 10000) in paragraph at lines 30791--30793 []|[][]\T1/SourceSansPro-LF/m/n/10 blue- Underfull \hbox (badness 10000) in paragraph at lines 30798--30800 [][][]\T1/SourceSansPro-LF/m/n/10 Blue-tooth Overfull \hbox (21.58243pt too wide) in paragraph at lines 30804--30806 []| []\T1/zi4/m/it/10 ECOM[]Network[]| Underfull \hbox (badness 5696) in paragraph at lines 30807--30809 []|\T1/SourceSansPro-LF/m/n/10 Net-work in-ter-faces man-age-ment Underfull \hbox (badness 10000) in paragraph at lines 30810--30812 []|[][]\T1/SourceSansPro-LF/m/n/10 ecom- Underfull \hbox (badness 10000) in paragraph at lines 30813--30815 []|[][]\T1/SourceSansPro-LF/m/n/10 Net-work-In-ter-face-M- Overfull \hbox (6.58243pt too wide) in paragraph at lines 30817--30819 []| []\T1/zi4/m/it/10 ECOM[]WIFI[]| Underfull \hbox (badness 10000) in paragraph at lines 30823--30825 []|[][]\T1/SourceSansPro-LF/m/n/10 ecom- Underfull \hbox (badness 10000) in paragraph at lines 30857--30859 [][][]\T1/SourceSansPro-LF/m/n/10 NET util-ity Overfull \hbox (1.58243pt too wide) in paragraph at lines 30863--30865 []| []\T1/zi4/m/it/10 Security[]| Underfull \hbox (badness 10000) in paragraph at lines 30889--30891 [][][]\T1/SourceSansPro-LF/m/n/10 SSL mu-tual Underfull \hbox (badness 10000) in paragraph at lines 30893--30895 [][][]\T1/SourceSansPro-LF/m/n/10 SSL mu-tual Underfull \hbox (badness 10000) in paragraph at lines 30897--30899 [][][]\T1/SourceSansPro-LF/m/n/10 SSL util-ity Underfull \hbox (badness 10000) in paragraph at lines 30927--30929 []|\T1/SourceSansPro-LF/m/n/10 Mod-ule Overfull \hbox (20.24944pt too wide) in paragraph at lines 30937--30939 \T1/zi4/m/it/10 Connectivity[]| Underfull \hbox (badness 10000) in paragraph at lines 30943--30945 []|[][]\T1/SourceSansPro-LF/m/n/10 android- Overfull \hbox (11.39934pt too wide) in paragraph at lines 30943--30945 \T1/SourceSansPro-LF/m/n/10 connectivity[][]| Underfull \hbox (badness 10000) in paragraph at lines 30946--30948 []|[][]\T1/SourceSansPro-LF/m/n/10 Con-nec-tiv-i-ty-Man-ager Underfull \hbox (badness 10000) in paragraph at lines 30956--30958 []| []\T1/zi4/m/it/10 HTTP Underfull \hbox (badness 10000) in paragraph at lines 30962--30964 []|[][]\T1/SourceSansPro-LF/m/n/10 http- Underfull \hbox (badness 10000) in paragraph at lines 30962--30964 \T1/SourceSansPro-LF/m/n/10 client[][], Underfull \hbox (badness 10000) in paragraph at lines 30962--30964 [][]\T1/SourceSansPro-LF/m/n/10 http- Underfull \hbox (badness 10000) in paragraph at lines 30965--30967 []|[][]\T1/SourceSansPro-LF/m/n/10 HttpURL-Con-nec-tion Underfull \hbox (badness 10000) in paragraph at lines 30969--30971 [][][]\T1/SourceSansPro-LF/m/n/10 HTTP client Underfull \hbox (badness 10000) in paragraph at lines 30975--30977 []| []\T1/zi4/m/it/10 Web Underfull \hbox (badness 10000) in paragraph at lines 30975--30977 \T1/zi4/m/it/10 Server Underfull \hbox (badness 10000) in paragraph at lines 30998--31000 []| []\T1/zi4/m/it/10 MQTT Underfull \hbox (badness 10000) in paragraph at lines 30998--31000 \T1/zi4/m/it/10 Client Overfull \hbox (15.24944pt too wide) in paragraph at lines 30998--31000 \T1/zi4/m/it/10 (MicroPaho)[]| Underfull \hbox (badness 6876) in paragraph at lines 31001--31003 []|\T1/SourceSansPro-LF/m/n/10 Tiny foot-print MQTT 3.1.1 client Underfull \hbox (badness 10000) in paragraph at lines 31004--31006 []|[][]\T1/SourceSansPro-LF/m/n/10 mi- Underfull \hbox (badness 10000) in paragraph at lines 31011--31013 [][][]\T1/SourceSansPro-LF/m/n/10 Mi-croPaho Underfull \hbox (badness 10000) in paragraph at lines 31015--31017 [][][]\T1/SourceSansPro-LF/m/n/10 MQTT pub-lish Underfull \hbox (badness 10000) in paragraph at lines 31025--31027 []| []\T1/zi4/m/it/10 REST Underfull \hbox (badness 10000) in paragraph at lines 31028--31030 []|\T1/SourceSansPro-LF/m/n/10 REp-re-sen-ta-tional State Tran-fer Underfull \hbox (badness 10000) in paragraph at lines 31038--31040 [][][]\T1/SourceSansPro-LF/m/n/10 REST client Underfull \hbox (badness 10000) in paragraph at lines 31044--31046 []| []\T1/zi4/m/it/10 SNTP Underfull \hbox (badness 10000) in paragraph at lines 31047--31049 []|\T1/SourceSansPro-LF/m/n/10 Sim-ple Net-work Time Pro-to-col Underfull \hbox (badness 10000) in paragraph at lines 31050--31052 []|[][]\T1/SourceSansPro-LF/m/n/10 snt-p- Underfull \hbox (badness 10000) in paragraph at lines 31057--31059 [][][]\T1/SourceSansPro-LF/m/n/10 SNTP client Overfull \hbox (6.58243pt too wide) in paragraph at lines 31063--31065 []| []\T1/zi4/m/it/10 WebSocket Underfull \hbox (badness 10000) in paragraph at lines 31069--31071 []|[][]\T1/SourceSansPro-LF/m/n/10 web- Underfull \hbox (badness 10000) in paragraph at lines 31069--31071 \T1/SourceSansPro-LF/m/n/10 socket[][], Overfull \hbox (7.90933pt too wide) in paragraph at lines 31069--31071 [][]\T1/SourceSansPro-LF/m/n/10 websocket- Underfull \hbox (badness 10000) in paragraph at lines 31076--31078 [][][]\T1/SourceSansPro-LF/m/n/10 Web-Socket Underfull \hbox (badness 10000) in paragraph at lines 31080--31082 [][][]\T1/SourceSansPro-LF/m/n/10 Web-Socket [404] Underfull \hbox (badness 10000) in paragraph at lines 31105--31107 []|\T1/SourceSansPro-LF/m/n/10 Mod-ule Underfull \hbox (badness 10000) in paragraph at lines 31125--31127 [][][]\T1/SourceSansPro-LF/m/n/10 CborEn-coder Underfull \hbox (badness 10000) in paragraph at lines 31129--31131 [][][]\T1/SourceSansPro-LF/m/n/10 Cbor-De-coder Underfull \hbox (badness 10000) in paragraph at lines 31151--31153 [][][]\T1/SourceSansPro-LF/m/n/10 JSONOb-ject Underfull \hbox (badness 10000) in paragraph at lines 31155--31157 [][][]\T1/SourceSansPro-LF/m/n/10 JSON-Writer Overfull \hbox (1.58243pt too wide) in paragraph at lines 31171--31173 []| []\T1/zi4/m/it/10 Protocol Underfull \hbox (badness 10000) in paragraph at lines 31177--31179 []|[][]\T1/SourceSansPro-LF/m/n/10 pro-to- Underfull \hbox (badness 10000) in paragraph at lines 31181--31183 [][][]\T1/SourceSansPro-LF/m/n/10 Coded-In-put- Underfull \hbox (badness 10000) in paragraph at lines 31181--31183 \T1/SourceSansPro-LF/m/n/10 Stream class[][] Underfull \hbox (badness 10000) in paragraph at lines 31185--31187 [][][]\T1/SourceSansPro-LF/m/n/10 Coded-Out-put- Underfull \hbox (badness 10000) in paragraph at lines 31185--31187 \T1/SourceSansPro-LF/m/n/10 Stream class[][] Underfull \hbox (badness 10000) in paragraph at lines 31191--31193 [][][]\T1/SourceSansPro-LF/m/n/10 Pro-to-buf3 Underfull \hbox (badness 10000) in paragraph at lines 31207--31209 [][][]\T1/SourceSansPro-LF/m/n/10 XmlPull-Parser Underfull \hbox (badness 10000) in paragraph at lines 31211--31213 [][][]\T1/SourceSansPro-LF/m/n/10 XmlSe-ri-al-izer [405] Underfull \hbox (badness 10000) in paragraph at lines 31249--31251 []| []\T1/zi4/m/it/10 AWS Underfull \hbox (badness 10000) in paragraph at lines 31249--31251 \T1/zi4/m/it/10 IoT Underfull \hbox (badness 5475) in paragraph at lines 31252--31254 []|\T1/SourceSansPro-LF/m/n/10 AWS IoT Core client, pro-vid-ing pub- Underfull \hbox (badness 10000) in paragraph at lines 31269--31271 \T1/zi4/m/it/10 Cloud Overfull \hbox (7.69951pt too wide) in paragraph at lines 31269--31271 \T1/zi4/m/it/10 Platform Underfull \hbox (badness 10000) in paragraph at lines 31269--31271 \T1/zi4/m/it/10 Iot Underfull \hbox (badness 10000) in paragraph at lines 31279--31281 [][][]\T1/SourceSansPro-LF/m/n/10 Google Cloud Plat-form Get-ting [406] [407] [408] [409] [410] [411] [412] [413] [414] Underfull \hbox (badness 10000) in paragraph at lines 31986--31988 \T1/SourceSansPro-LF/m/n/10 A spe-cific static file han-dler can be set to serv e files from the ap-pli-ca-tion class-path by us-ing [415] Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 1. (/usr/share/texlive/texmf-dist/tex/latex/base/t1cmtt.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmtt.fd) [416] LaTeX Font Warning: Font shape `TS1/zi4/m/it' undefined (Font) using `TS1/zi4/m/n' instead (Font) for symbol `textquotesingle' on input line 32135. [417] [418 <./networking_overview.png>] ! Package inputenc Error: Unicode character 你 (U+4F60) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H for immediate help. ... l.32243 ...PYG{l+s}{\PYGZdq{}}\PYG{p}{)}\PYG{p}{;} ! Package inputenc Error: Unicode character 好 (U+597D) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H for immediate help. ... l.32243 ...PYG{l+s}{\PYGZdq{}}\PYG{p}{)}\PYG{p}{;} [419] [420 <./eclipse_encoding.png>] [421] Chapter 5. [422] [423 <./process-overview5.png>] [424] [425 <./jpf_conf_overview.png>] [426 <./jpf_conf_modules.png>] [427 <./low-level-1c.png>] [428 <./low-level-3c. png>] [429 <./low-level-2c.png>] [430 <./jpf-runtime-components.png>] [431] [432] [433] [434] [435] Underfull \hbox (badness 10000) in paragraph at lines 33395--33400 []\T1/SourceSansPro-LF/m/n/10 Fixed po-ten-tial race con-di-tion be-tween [][]K er-nel.addResourceControlListener()[][] and [][]Ker- [436] [437] [438] [439] [440] Overfull \hbox (26.89265pt too wide) in paragraph at lines 34074--34078 []\T1/SourceSansPro-LF/m/n/10 [ARMCC5] - Fixed link er-ror []\T1/zi4/m/it/10 U ndefined symbol _java_Ljava_lang_OutOfMemoryError_field_OOMEMethodAddr_I[] [441] Underfull \hbox (badness 10000) in paragraph at lines 34094--34097 []\T1/SourceSansPro-LF/m/n/10 Up-dated [][]Thread.getId()[][] method im-ple-men -ta-tion to re-turn the same value than [442] [443] [444] [445] [446] Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family SourceSansPro-LF in TS1 encoding. (textcomp) Default family used instead on input line 34803. (/usr/share/texlive/texmf-dist/tex/latex/base/t1cmss.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmss.fd) Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family SourceSansPro-LF in TS1 encoding. (textcomp) Default family used instead on input line 34803. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family SourceSansPro-LF in TS1 encoding. (textcomp) Default family used instead on input line 34803. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family SourceSansPro-LF in TS1 encoding. (textcomp) Default family used instead on input line 34803. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family SourceSansPro-LF in TS1 encoding. (textcomp) Default family used instead on input line 34803. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family SourceSansPro-LF in TS1 encoding. (textcomp) Default family used instead on input line 34803. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family SourceSansPro-LF in TS1 encoding. (textcomp) Default family used instead on input line 34803. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family SourceSansPro-LF in TS1 encoding. (textcomp) Default family used instead on input line 34803. [447] [448] [449] [450] [451] [452] [453] [454] [455] [456] [457] [458] [459] [460 <./platformConfigurationSkeleton.png>] [461] Underfull \hbox (badness 10000) in paragraph at lines 36170--36172 []\T1/SourceSansPro-LF/m/n/10 on ma-cOS: []\T1/zi4/m/it/10 /Applications/Micro EJ/MicroEJ[]SDK[]/rcp/MicroEJ[]SDK[].app/ Overfull \hbox (130.24504pt too wide) in paragraph at lines 36189--36189 []\T1/zi4/m/it/10 ============================================================= ===============================================[]| Overfull \hbox (130.24504pt too wide) in paragraph at lines 36194--36194 []\T1/zi4/m/it/10 ============================================================= ===============================================[]| [462] [463 <./platformSource.png>] [464] Underfull \hbox (badness 10000) in paragraph at lines 36322--36326 []\T1/SourceSansPro-LF/m/n/10 This file must start with the node []\T1/zi4/m/i t/10 [] \T1/SourceSansPro-LF/m/n/10 . It can con-tain sev-eral lines like this one: [465 <./platformConfigurationModules.png>] [466] [467 <./bsp-connection-cases-n one.png>] [468 <./bsp-connection-cases-partial.png> <./bsp-connection-cases-ful l.png>] Underfull \hbox (badness 10000) in paragraph at lines 36603--36605 []|\T1/SourceSansPro-LF/m/n/10 Op-tion Overfull \hbox (16.58243pt too wide) in paragraph at lines 36613--36615 []| []\T1/zi4/m/it/10 microejapp. Overfull \hbox (5.24944pt too wide) in paragraph at lines 36613--36615 \T1/zi4/m/it/10 relative. Overfull \hbox (16.58243pt too wide) in paragraph at lines 36623--36625 []| []\T1/zi4/m/it/10 microejlib. Overfull \hbox (5.24944pt too wide) in paragraph at lines 36623--36625 \T1/zi4/m/it/10 relative. Overfull \hbox (16.58243pt too wide) in paragraph at lines 36633--36635 []| []\T1/zi4/m/it/10 microejinc. Overfull \hbox (5.24944pt too wide) in paragraph at lines 36633--36635 \T1/zi4/m/it/10 relative. Overfull \hbox (31.58243pt too wide) in paragraph at lines 36643--36645 []| []\T1/zi4/m/it/10 microejscript. Overfull \hbox (5.24944pt too wide) in paragraph at lines 36643--36645 \T1/zi4/m/it/10 relative. Underfull \hbox (badness 10000) in paragraph at lines 36653--36655 []| []\T1/zi4/m/it/10 root. Underfull \hbox (badness 10000) in paragraph at lines 36659--36662 []| []\T1/zi4/m/it/10 c:[][]Users[][]user[][]mybsp[] \T1/SourceSansPro-LF/m/n/ 10 on Underfull \hbox (badness 10000) in paragraph at lines 36687--36689 []| []\T1/zi4/m/it/10 deploy.bsp. Underfull \hbox (badness 10000) in paragraph at lines 36694--36696 []| []\T1/zi4/m/it/10 deploy.bsp. Underfull \hbox (badness 10000) in paragraph at lines 36701--36703 []| []\T1/zi4/m/it/10 deploy.bsp. Underfull \hbox (badness 10000) in paragraph at lines 36708--36710 []| []\T1/zi4/m/it/10 deploy.bsp. Underfull \hbox (badness 10000) in paragraph at lines 36715--36717 []| []\T1/zi4/m/it/10 deploy.bsp. Underfull \hbox (badness 10000) in paragraph at lines 36722--36724 []| []\T1/zi4/m/it/10 deploy.dir. Underfull \hbox (badness 10000) in paragraph at lines 36729--36731 []| []\T1/zi4/m/it/10 deploy.dir. Underfull \hbox (badness 10000) in paragraph at lines 36736--36738 []| []\T1/zi4/m/it/10 deploy.dir. Underfull \hbox (badness 10000) in paragraph at lines 36743--36745 []| []\T1/zi4/m/it/10 deploy.dir. [469] [470] [471] [472] [473 <./overview-platform-qualification.png>] [474 <./o verview-platform-qualification-test-suite-fs.png>] [475] [476 <./testsuite-engi ne-overview.png>] Underfull \hbox (badness 10000) in paragraph at lines 37328--37330 []|\T1/SourceSansPro-LF/m/n/10 SE-CU- Underfull \hbox (badness 10000) in paragraph at lines 37328--37330 \T1/SourceSansPro-LF/m/n/10 RITY Underfull \hbox (badness 7256) in paragraph at lines 37331--37333 []|\T1/SourceSansPro-LF/m/n/10 NET Java Test Underfull \hbox (badness 10000) in paragraph at lines 37334--37336 []|\T1/SourceSansPro-LF/m/n/10 SSL Java Test Underfull \hbox (badness 10000) in paragraph at lines 37353--37355 []|\T1/SourceSansPro-LF/m/n/10 3.4.0 (On Underfull \hbox (badness 10000) in paragraph at lines 37356--37358 []|\T1/SourceSansPro-LF/m/n/10 3.0.1 (On de- Underfull \hbox (badness 10000) in paragraph at lines 37375--37377 []|\T1/SourceSansPro-LF/m/n/10 3.4.0 (On Underfull \hbox (badness 10000) in paragraph at lines 37378--37380 []|\T1/SourceSansPro-LF/m/n/10 3.1.4 (On de- Underfull \hbox (badness 10000) in paragraph at lines 37381--37384 []|\T1/SourceSansPro-LF/m/n/10 1.1.0 (On de- Underfull \hbox (badness 10000) in paragraph at lines 37397--37399 []|\T1/SourceSansPro-LF/m/n/10 3.5.2 (On de- Underfull \hbox (badness 10000) in paragraph at lines 37400--37402 []|\T1/SourceSansPro-LF/m/n/10 3.1.4 (On de- Underfull \hbox (badness 10000) in paragraph at lines 37403--37406 []|\T1/SourceSansPro-LF/m/n/10 1.1.0 (On de- Underfull \hbox (badness 10000) in paragraph at lines 37416--37418 []|\T1/SourceSansPro-LF/m/n/10 1.4.0 Underfull \hbox (badness 10000) in paragraph at lines 37416--37418 \T1/SourceSansPro-LF/m/n/10 (On de- Underfull \hbox (badness 10000) in paragraph at lines 37419--37421 []|\T1/SourceSansPro-LF/m/n/10 3.5.2 (On de- Underfull \hbox (badness 10000) in paragraph at lines 37422--37424 []|\T1/SourceSansPro-LF/m/n/10 3.1.4 (On de- Underfull \hbox (badness 10000) in paragraph at lines 37425--37428 []|\T1/SourceSansPro-LF/m/n/10 1.2.0 (On de- [477] [478 <./mjvm_flow2.png>] [479 <./mjvm_gt.png>] [480] [481] Overfull \vbox (72.56984pt too high) has occurred while \output is active [482] [483] [484] [485] [486] [487] Underfull \hbox (badness 10000) in paragraph at lines 38481--38481 []\T1/SourceSansPro-LF/m/n/10 Run-time el-e- Underfull \hbox (badness 10000) in paragraph at lines 38481--38481 []\T1/SourceSansPro-LF/m/n/10 Mem- Underfull \hbox (badness 10000) in paragraph at lines 38481--38481 []\T1/SourceSansPro-LF/m/n/10 Size in bytes (Mono- Underfull \hbox (badness 10000) in paragraph at lines 38481--38481 []\T1/SourceSansPro-LF/m/n/10 Size in bytes (Multi- Underfull \hbox (badness 10000) in paragraph at lines 38481--38481 []\T1/SourceSansPro-LF/m/n/10 Size in bytes (Tiny- Underfull \hbox (badness 10000) in paragraph at lines 38481--38481 []\T1/SourceSansPro-LF/m/n/10 Stack Frame [488] Underfull \hbox (badness 10000) in paragraph at lines 38539--38541 []\T1/SourceSansPro-LF/m/n/10 Tell the third-party linker pro-gram to redi-rect all calls to []\T1/zi4/m/it/10 LLMJVM_invoke_method[] \T1/SourceSansPro-LF/m /n/10 and Underfull \hbox (badness 10000) in paragraph at lines 38539--38541 []\T1/zi4/m/it/10 LLMJVM_return_method[] \T1/SourceSansPro-LF/m/n/10 sym-bols to re-spec-tively []\T1/zi4/m/it/10 LLMJVM_invoke_method_with_trace[] \T1/Sou rceSansPro-LF/m/n/10 and [489] [490 <./process-multiapp-overview.png>] [491] [492 <./sni_flow.png>] [493] [494 <./sni_sync.png>] Underfull \hbox (badness 10000) in paragraph at lines 38930--38933 []|[][]$\T1/SourceSansPro-LF/m/n/10 https : / / repository . microej . com / ja vadoc / microej _ 5 . x / apis / ej / sp / [495 <./sp1.png>] [496 <./sp_flow.png>] [497] [498 <./javah_process.png>] [499] Underfull \hbox (badness 10000) in paragraph at lines 39310--39314 \T1/SourceSansPro-LF/m/n/10 The Ex-ter-nal Re-sources Loader is an ad-di-tional mod-ule. In the plat-form con-fig-u-ra-tion file, check [500] [501 <./ecom-core_process.png>] Underfull \hbox (badness 10000) in paragraph at lines 39413--39418 \T1/SourceSansPro-LF/m/n/10 A de-vice is de-fined by im-ple-ment-ing [][]ej.eco m.Device[][]. It is iden-ti-fied by a name and a de-scrip-tor [502] [503 <./architecture.png>] [504] [505 <./comm_open.png>] [506 <./dyn_sequ ence.png (PNG copy)>] [507] Underfull \hbox (badness 10000) in paragraph at lines 39901--39904 []\T1/SourceSansPro-LF/m/n/10 Data has ar-rived that should be added to the re- ceive buffer (us-ing the [508] [509] [510] [511] [512 <./java-c-ui-interface.png>] [513 <./ui_overview2. png>] [514] [515] [516] [517 <./static_init_process.png> <./static_xml.png>] Overfull \vbox (1.09792pt too high) detected at line 40584 [518] [519] [520 <./ui_llapi_emb.png>] [521 <./ui_llapi_sim.png>] [522] Overfull \vbox (1.91595pt too high) detected at line 40881 [523 <./ui_llapi_led.png>] [524] [525 <./drivers-microui-comms.png>] [526 <./mi croui-events.png>] [527] [528 <./ui_llapi_input2.png>] [529] [530] [531] Underfull \hbox (badness 5696) in paragraph at lines 41289--41292 []\T1/SourceSansPro-LF/m/n/10 This helper also fil-ters the touch panel events. It uses two de-fines []\T1/zi4/m/it/10 FIRST_MOVE_PIXEL_LIMIT[] \T1/SourceSa nsPro-LF/m/n/10 and [532] [533] [534] Underfull \hbox (badness 10000) in paragraph at lines 41468--41471 \T1/SourceSansPro-LF/b/n/10 Note: \T1/SourceSansPro-LF/m/n/10 When the func-ti ons []\T1/zi4/m/it/10 LLUI_INPUT_IMPL_log_queue_xxx()[] \T1/SourceSansPro-LF/ m/n/10 are not im-ple-mented, a call to Underfull \hbox (badness 10000) in paragraph at lines 41486--41488 []\T1/SourceSansPro-LF/m/n/10 If the event can-not be added be-cause the queue is full, the event en-gine calls Underfull \hbox (badness 5105) in paragraph at lines 41508--41510 []\T1/SourceSansPro-LF/m/n/10 Then, the event en-gine dumps the \T1/SourceSansP ro-LF/m/it/10 fu-ture \T1/SourceSansPro-LF/m/n/10 events (events not con-sumed yet by Mi-croUI). It calls Underfull \hbox (badness 10000) in paragraph at lines 41516--41518 []\T1/SourceSansPro-LF/m/n/10 Fi-nally, the event en-gine no-ti-fies the log-ge r about the end of the dump by call-ing [535] Underfull \hbox (badness 10000) in paragraph at lines 41530--41532 \T1/SourceSansPro-LF/m/n/10 gine calls []\T1/zi4/m/it/10 LLUI_INPUT_IMPL_log_d ump()[] \T1/SourceSansPro-LF/m/n/10 , the log-ger re-trieves the event meta-dat a and calls [536] [537] [538] [539 <./display_modes_nocustom.png>] [540 <./switch-step1.png >] [541 <./switch-step2.png> <./switch-step3.png>] [542 <./switch-step4.png> <. /copy-step1.png>] [543 <./copy-step2.png> <./copy-step3.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:fig-directmode' on pa ge 544 undefined on input line 41905. [544 <./direct.png>] [545] [546] [547] [548] [549] [550] [551] Underfull \hbox (badness 10000) in paragraph at lines 43180--43182 []\T1/SourceSansPro-LF/m/n/10 The [][]\T1/SourceSansPro-LF/m/it/10 Mi-croUI C m od-ule[][] \T1/SourceSansPro-LF/m/n/10 pro-vides a de-fault im-ple-men-ta-tion of the draw-ing na-tive func-tions of [552 <./ui_llapi_display.png>] [553] [554] [555] [556] [557] [558] Underfull \vbox (badness 1052) detected at line 43613 [559] [560] [561] Underfull \vbox (badness 10000) detected at line 43759 Overfull \vbox (0.82594pt too high) detected at line 43759 [562] [563] Underfull \vbox (badness 1052) detected at line 43914 [564] [565] [566] [567 <./uiDisplaySync01.png>] [568 <./uiDisplaySync02.png> <. /uiDisplaySync03.png> <./uiDisplaySync04.png> <./uiDisplaySync05.png>] Underfull \hbox (badness 10000) in paragraph at lines 44295--44295 []\T1/SourceSansPro-LF/m/n/10 Tear- Underfull \hbox (badness 10000) in paragraph at lines 44295--44295 []\T1/SourceSansPro-LF/m/n/10 Nb Underfull \hbox (badness 10000) in paragraph at lines 44295--44295 []\T1/SourceSansPro-LF/m/n/10 Flush time Underfull \hbox (badness 10000) in paragraph at lines 44295--44295 []\T1/SourceSansPro-LF/m/n/10 FPS Underfull \hbox (badness 5203) in paragraph at lines 44295--44295 []\T1/SourceSansPro-LF/m/n/10 CPU load [569 <./uiDisplaySync06.png> <./uiDisplaySync07.png>] [570] [571] Underfull \hbox (badness 10000) in paragraph at lines 44556--44558 []\T1/SourceSansPro-LF/m/n/10 The linker file holds five ta-bles, one for each use case, re-spec-tively []\T1/zi4/m/it/10 IMAGE_UTILS_TABLE_COPY[] \T1/Source SansPro-LF/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 44556--44558 []\T1/zi4/m/it/10 IMAGE_UTILS_TABLE_COPY_WITH_ALPHA[] \T1/SourceSansPro-LF/m/n/ 10 , []\T1/zi4/m/it/10 IMAGE_UTILS_TABLE_DRAW[] \T1/SourceSansPro-LF/m/n/10 , []\T1/zi4/m/it/10 IMAGE_UTILS_TABLE_SET[] \T1/SourceSansPro-LF/m/n/10 and [572] [573] [574] [575] [576 <./graphviz-19cb2a7941ce2a7e1a1d90ea2fd6653a1e700e e1.pdf>] [577] [578 <./uiFormat01.png>] [579] [580] [581 <./uiFormat02.png>] [582] [583 <./static-image-gen2.png>] [584] [585] Underfull \hbox (badness 10000) in paragraph at lines 45728--45730 []\T1/SourceSansPro-LF/m/n/10 Cre-ate an im-ple-men-ta-tion of in-ter-face []\ T1/zi4/m/it/10 com.microej.tool.ui.generator. Underfull \hbox (badness 10000) in paragraph at lines 45732--45734 []\T1/SourceSansPro-LF/m/n/10 Cre-ate the file []\T1/zi4/m/it/10 META[]INF/ser vices/com.microej.tool.ui.generator. [586] Underfull \hbox (badness 10000) in paragraph at lines 45793--45795 \T1/SourceSansPro-LF/m/n/10 stan-dard im-ages) or cre-ate an im-ple-men-ta-tion of in-ter-face []\T1/zi4/m/it/10 com.microej.tool.ui.generator. Underfull \hbox (badness 10000) in paragraph at lines 45809--45811 []\T1/SourceSansPro-LF/m/n/10 Cre-ate the file []\T1/zi4/m/it/10 META[]INF/ser vices/com.microej.tool.ui.generator. [587] [588] Underfull \hbox (badness 10000) in paragraph at lines 45976--45978 []\T1/SourceSansPro-LF/m/n/10 The sec-tion is aligned on the value spec-i-fied by the Dis-play mod-ule prop-erty []\T1/zi4/m/it/10 imageBuffer. [589] [590] [591] [592] [593] [594] [595 <./graphviz-6df7904b71882cfac158dba904 878d97e6aa5926.pdf>] [596 <./font-process2.png>] [597 <./font-height.png> <./fo nt-baseline.png>] [598 <./arabic.png>] [599 <./static-font-gen2.png>] [600] [601] [602 <./graphviz-bbb293e576796deb2ab25417cb506d9833091246.pdf>] [603] [604] [605] [606 <./fpwidgets.png>] [607] Underfull \hbox (badness 10000) in paragraph at lines 47387--47389 []\T1/SourceSansPro-LF/m/n/10 Cre-ate an im-ple-men-ta-tion of the in-ter-face []\T1/zi4/m/it/10 ej.microui.display.UIDrawing.UiDrawingDefault[] \T1/SourceSa nsPro-LF/m/n/10 : [608] Underfull \hbox (badness 10000) in paragraph at lines 47483--47485 []\T1/SourceSansPro-LF/m/n/10 Af-ter draw-ing, the im-ple-men-ta-tion up-dates the Graph-ics En-gine dirty area by call-ing []\T1/zi4/m/it/10 gc. [609] [610] [611] [612] [613] [614 <./ui_modules.png>] [615] [616] [617] [618] [619] [620] [621] [622] [623] Overfull \hbox (57.96996pt too wide) in paragraph at lines 48615--48617 [] []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL_convertARGBColorToDisplayColor[] \T1/So urceSansPro-LF/m/n/10 and []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL_convertDisplayCo lorToARGBColor[] Underfull \hbox (badness 10000) in paragraph at lines 48650--48652 [] []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL_hasBacklight[] \T1/SourceSansPro-LF/m/n/ 10 , []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL_setBacklight[] \T1/SourceSansPro-LF/ m/n/10 and [624] Underfull \hbox (badness 10000) in paragraph at lines 48749--48751 []\T1/SourceSansPro-LF/m/n/10 Hello World: [][]$https : / / github . com / Micr oEJ / Example-[]Standalone-[]Foundation-[]Libraries / tree / master / com . [625] Underfull \hbox (badness 10000) in paragraph at lines 48827--48829 []\T1/SourceSansPro-LF/m/n/10 the clip: the []\T1/zi4/m/it/10 LLUI_DISPLAY.h[] \T1/SourceSansPro-LF/m/n/10 file pro-vides some func-tions to re-trieve the c ur-rent [626] Underfull \hbox (badness 10000) in paragraph at lines 48915--48918 \T1/SourceSansPro-LF/b/n/10 Note: \T1/SourceSansPro-LF/m/n/10 For the run-time im-ages, this align-ment value may be cus-tomized thanks to the func-tion [627] Underfull \hbox (badness 10000) in paragraph at lines 48956--48958 []\T1/SourceSansPro-LF/m/n/10 Cre-ate the file []\T1/zi4/m/it/10 /META[]INF/se rvices/com.microej.tool.ui.generator. Overfull \hbox (9.0719pt too wide) in paragraph at lines 48984--48986 []\T1/SourceSansPro-LF/m/n/10 For the compile-time im-ages, the BSP has to im-p le-ment the LLAPI []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL_getNewImageStrideInBytes [] [628] [629] Overfull \hbox (27.38542pt too wide) in paragraph at lines 49326--49328 [] []\T1/zi4/m/it/10 void LLUI_DISPLAY_IMPL_binarySemaphoreTake([. Overfull \hbox (27.38542pt too wide) in paragraph at lines 49330--49332 [] []\T1/zi4/m/it/10 void LLUI_DISPLAY_IMPL_binarySemaphoreGive([. Overfull \hbox (72.38542pt too wide) in paragraph at lines 49347--49349 [] []\T1/zi4/m/it/10 int32_t LLDISPLAY_IMPL_getWorkingBufferStartAddress([. Overfull \hbox (62.38542pt too wide) in paragraph at lines 49351--49353 [] []\T1/zi4/m/it/10 int32_t LLDISPLAY_IMPL_getWorkingBufferEndAddress([. Overfull \hbox (22.38542pt too wide) in paragraph at lines 49430--49432 [] []\T1/zi4/m/it/10 jint LLUI_INPUT_IMPL_getInitialStateValue([. Overfull \hbox (22.38542pt too wide) in paragraph at lines 49434--49436 [] []\T1/zi4/m/it/10 void LLUI_INPUT_IMPL_enterCriticalSection([. Overfull \hbox (22.38542pt too wide) in paragraph at lines 49438--49440 [] []\T1/zi4/m/it/10 void LLUI_INPUT_IMPL_leaveCriticalSection([. Overfull \hbox (22.38542pt too wide) in paragraph at lines 49455--49457 [] []\T1/zi4/m/it/10 int32_t LLINPUT_IMPL_getInitialStateValue([. Overfull \hbox (7.38542pt too wide) in paragraph at lines 49459--49461 [] []\T1/zi4/m/it/10 void LLINPUT_IMPL_enterCriticalSection([. Overfull \hbox (7.38542pt too wide) in paragraph at lines 49463--49465 [] []\T1/zi4/m/it/10 void LLINPUT_IMPL_leaveCriticalSection([. [630] Underfull \hbox (badness 10000) in paragraph at lines 49590--49593 \T1/SourceSansPro-LF/m/n/10 Since Mi-croEJ UI Pack []\T1/zi4/m/it/10 13.0.0[] \T1/SourceSansPro-LF/m/n/10 , the Im-age Gen-er-a-tor ex-ten-sion project must de-pend on mod-ule [631] [632] [633] [634] [635] [636] [637] [638] [639] [640] [641] [642] [643] Underfull \hbox (badness 10000) in paragraph at lines 51185--51187 [] []\T1/zi4/m/it/10 ej.tool.frontpanel#widget[]microui[] \T1/SourceSansPro-LF /m/n/10 has been re-placed by []\T1/zi4/m/it/10 com.microej.pack. [644] [645] [646] [647] [648] [649] [650] [651] [652] [653] [654] [655] [656] [657] [658] [659] [660] [661] [662] [663] Overfull \hbox (4.46881pt too wide) in paragraph at lines 53171--53173 []\T1/SourceSansPro-LF/m/n/10 The sig-na-tures of []\T1/zi4/m/it/10 LLUI_DISPL AY_IMPL_decodeImage[] \T1/SourceSansPro-LF/m/n/10 and []\T1/zi4/m/it/10 LLUI_ DISPLAY_IMPL_getNewImageStrideInBytes[] [664] Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 53279. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 53279. [665] Underfull \hbox (badness 10000) in paragraph at lines 53427--53429 []\T1/SourceSansPro-LF/m/n/10 [Re-moved] []\T1/zi4/m/it/10 AbstractDisplayExte nsion[] \T1/SourceSansPro-LF/m/n/10 , all avail-able im-ple-men-ta-tions and Underfull \hbox (badness 10000) in paragraph at lines 53431--53433 []\T1/SourceSansPro-LF/m/n/10 [Re-moved] []\T1/zi4/m/it/10 finalizeConfigurati on()[] \T1/SourceSansPro-LF/m/n/10 , []\T1/zi4/m/it/10 getDisplayHeight()[] \T 1/SourceSansPro-LF/m/n/10 , []\T1/zi4/m/it/10 getDisplayWidth()[] \T1/SourceSa nsPro-LF/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 53431--53433 []\T1/zi4/m/it/10 getDrawingBuffer()[] \T1/SourceSansPro-LF/m/n/10 , []\T1/zi4 /m/it/10 setDisplayWidth(int)[] \T1/SourceSansPro-LF/m/n/10 , []\T1/zi4/m/it/1 0 setDisplayHeight(int)[] \T1/SourceSansPro-LF/m/n/10 , []\T1/zi4/m/it/10 star t()[] \T1/SourceSansPro-LF/m/n/10 : [666] [667] [668] Underfull \hbox (badness 10000) in paragraph at lines 53719--53721 []\T1/SourceSansPro-LF/m/n/10 In-stead of im-ple-ment-ing []\T1/zi4/m/it/10 Ge nericDisplayExtension[] \T1/SourceSansPro-LF/m/n/10 , the ex-ten-sion class mus t ex-tend Underfull \hbox (badness 10000) in paragraph at lines 53723--53725 []\T1/SourceSansPro-LF/m/n/10 Add the file []\T1/zi4/m/it/10 src/main/resource s/META[]INF/services/com.microej.tool.ui.generator. Underfull \hbox (badness 10000) in paragraph at lines 53723--53725 \T1/zi4/m/it/10 MicroUIRawImageGeneratorExtension[] \T1/SourceSansPro-LF/m/n/10 ; this file has to spec-ify the class which ex-tends the [669] Underfull \hbox (badness 10000) in paragraph at lines 53880--53882 []\T1/SourceSansPro-LF/m/n/10 Re-place all []\T1/zi4/m/it/10 #include "LLDISPL AY.h"[] \T1/SourceSansPro-LF/m/n/10 , []\T1/zi4/m/it/10 #include "LLDISPLAY_EX TRA.h"[] \T1/SourceSansPro-LF/m/n/10 and []\T1/zi4/m/it/10 #include [670] Underfull \hbox (badness 10000) in paragraph at lines 53916--53918 []\T1/SourceSansPro-LF/m/n/10 Re-move the func-tions []\T1/zi4/m/it/10 LLDISPL AY_IMPL_getGraphicsBufferAddress[] \T1/SourceSansPro-LF/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 53916--53918 []\T1/zi4/m/it/10 LLDISPLAY_IMPL_getHeight[] \T1/SourceSansPro-LF/m/n/10 , []\ T1/zi4/m/it/10 LLDISPLAY_IMPL_getWidth[] \T1/SourceSansPro-LF/m/n/10 , []\T1/z i4/m/it/10 LLDISPLAY_IMPL_synchronize[] \T1/SourceSansPro-LF/m/n/10 , Underfull \hbox (badness 6658) in paragraph at lines 53985--53987 [] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA.h[] \T1/SourceSansPro-LF/m/n/10 and []\T 1/zi4/m/it/10 intern/LLDISPLAY_EXTRA.h[] \T1/SourceSansPro-LF/m/n/10 merged in []\T1/zi4/m/it/10 LLUI_PAINTER_impl.h[] \T1/SourceSansPro-LF/m/n/10 and Underfull \hbox (badness 10000) in paragraph at lines 54013--54015 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _setContrast(int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by [671] Underfull \hbox (badness 10000) in paragraph at lines 54017--54019 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _getContrast(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54021--54023 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _hasBackLight(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54025--54027 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _setBacklight(int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54029--54031 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _getBacklight(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54033--54035 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _isColor(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54037--54039 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _getNumberOfColors(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54041--54043 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _isDoubleBuffered(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54045--54047 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _getBacklight(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54049--54051 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _fillRect(void*,int32_t,void*,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-place d by Underfull \hbox (badness 10000) in paragraph at lines 54057--54059 \T1/SourceSansPro-LF/m/n/10 by []\T1/zi4/m/it/10 DW_DRAWING_drawFlippedImage(M ICROUI_GraphicsContext*,MICROUI_Image*,jint,jint, Underfull \hbox (badness 10000) in paragraph at lines 54061--54063 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _scaleImage(void*,int32_t,void*,int32_t,void*)[] \T1/SourceSansPro-LF/m/n/10 : Underfull \hbox (badness 10000) in paragraph at lines 54061--54063 \T1/SourceSansPro-LF/m/n/10 re-placed by []\T1/zi4/m/it/10 DW_DRAWING_drawScal edImageNearestNeighbor(MICROUI_GraphicsContext*, Overfull \hbox (118.63696pt too wide) in paragraph at lines 54061--54063 \T1/zi4/m/it/10 MICROUI_Image*,jint,jint,jfloat,jfloat,jint)[] \T1/SourceSansP ro-LF/m/n/10 and []\T1/zi4/m/it/10 DW_DRAWING_drawScaledImageBilinear(MICROUI_ GraphicsContext*, Underfull \hbox (badness 10000) in paragraph at lines 54065--54067 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _rotateImage(void*,int32_t,void*,int32_t,void*)[] \T1/SourceSansPro-LF/m/n/10 : Underfull \hbox (badness 10000) in paragraph at lines 54065--54067 \T1/SourceSansPro-LF/m/n/10 re-placed by []\T1/zi4/m/it/10 DW_DRAWING_drawRota tedImageNearestNeighbor(MICROUI_GraphicsContext*, Overfull \hbox (138.63696pt too wide) in paragraph at lines 54065--54067 \T1/zi4/m/it/10 MICROUI_Image*,jint,jint,jint,jint,jfloat,jint)[] \T1/SourceSa nsPro-LF/m/n/10 and []\T1/zi4/m/it/10 DW_DRAWING_drawRotatedImageBilinear(MICR OUI_GraphicsContext*, Underfull \hbox (badness 10000) in paragraph at lines 54069--54071 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _convertARGBColorToDisplayColor(int32_t)[] \T1/SourceSansPro-LF/m/n/10 and Underfull \hbox (badness 10000) in paragraph at lines 54069--54071 []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL_convertDisplayColorToARGBColor(int32_t)[ ] \T1/SourceSansPro-LF/m/n/10 : re-placed re- Underfull \hbox (badness 10000) in paragraph at lines 54069--54071 \T1/SourceSansPro-LF/m/n/10 spec-tively by []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL _convertARGBColorToDisplayColor(uint32_t)[] \T1/SourceSansPro-LF/m/n/10 and Underfull \hbox (badness 10000) in paragraph at lines 54077--54079 []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL_decodeImage(uint8_t*,uint32_t,MICROUI_Image Format,MICROUI_Image*, Underfull \hbox (badness 10000) in paragraph at lines 54081--54083 []\T1/SourceSansPro-LF/m/n/10 [Re-moved] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMP L_getGraphicsBufferMemoryWidth(void)[] \T1/SourceSansPro-LF/m/n/10 and [672] Overfull \hbox (31.7229pt too wide) in paragraph at lines 54085--54087 []\T1/SourceSansPro-LF/m/n/10 [Re-moved] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMP L_backlightOn(void)[] \T1/SourceSansPro-LF/m/n/10 and []\T1/zi4/m/it/10 LLDIS PLAY_EXTRA_IMPL_backlightOff(void)[] Underfull \hbox (badness 10000) in paragraph at lines 54089--54091 []\T1/SourceSansPro-LF/m/n/10 [Re-moved] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMP L_enterDrawingMode(void)[] \T1/SourceSansPro-LF/m/n/10 and Overfull \hbox (99.35233pt too wide) in paragraph at lines 54107--54109 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_IMPL_initi alize(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by []\T1/zi4/m/it/10 LLU I_DISPLAY_IMPL_initialize(LLUI_DISPLAY_SInitData*)[] Underfull \hbox (badness 10000) in paragraph at lines 54111--54113 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_IMPL_flush (int32_t,int32_t,int32_t,int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-pl aced Underfull \hbox (badness 10000) in paragraph at lines 54111--54113 \T1/SourceSansPro-LF/m/n/10 by []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL_flush(MICRO UI_GraphicsContext*,uint8_t*, uint32_t,uint32_t, Underfull \hbox (badness 10000) in paragraph at lines 54115--54117 []\T1/SourceSansPro-LF/m/n/10 [Re-moved] []\T1/zi4/m/it/10 LLDISPLAY_IMPL_getW idth(void)[] \T1/SourceSansPro-LF/m/n/10 , []\T1/zi4/m/it/10 LLDISPLAY_IMPL_ge tHeight(void)[] \T1/SourceSansPro-LF/m/n/10 and Underfull \hbox (badness 10000) in paragraph at lines 54115--54117 []\T1/zi4/m/it/10 LLDISPLAY_IMPL_getGraphicsBufferAddress(void)[] \T1/SourceSan sPro-LF/m/n/10 : re-placed by el-e-ments in struc-ture Underfull \hbox (badness 10000) in paragraph at lines 54119--54121 []\T1/SourceSansPro-LF/m/n/10 [Re-moved] []\T1/zi4/m/it/10 LLDISPLAY_IMPL_sync hronize(void)[] \T1/SourceSansPro-LF/m/n/10 : im-ple-men-ta-tion has to call Underfull \hbox (badness 10000) in paragraph at lines 54129--54131 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_UTILS_getB ufferAddress(int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54133--54135 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_UTILS_setD rawingLimits(int32_t,int32_t,int32_t,int32_t,int32_t)[] Underfull \hbox (badness 10000) in paragraph at lines 54137--54139 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_UTILS_blen d(int32_t,int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54141--54143 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_UTILS_allo cateDecoderImage(void*)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54149--54151 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_UTILS_draw ingDone(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Overfull \hbox (21.7229pt too wide) in paragraph at lines 54157--54159 []\T1/SourceSansPro-LF/m/n/10 [Re-moved] []\T1/zi4/m/it/10 LLDISPLAY_UTILS_ent erDrawingMode(void)[] \T1/SourceSansPro-LF/m/n/10 and []\T1/zi4/m/it/10 LLDIS PLAY_UTILS_exitDrawingMode(void)[] Underfull \hbox (badness 10000) in paragraph at lines 54169--54171 []\T1/SourceSansPro-LF/m/n/10 [Re-moved] []\T1/zi4/m/it/10 LLDISPLAY_UTILS_dra wPixel(int32_t,int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 and [673] Underfull \hbox (badness 10000) in paragraph at lines 54179--54181 []\T1/SourceSansPro-LF/m/n/10 [Added] List of []\T1/zi4/m/it/10 ej.api.drawing [] \T1/SourceSansPro-LF/m/n/10 li-brary's na-tive func-tions im-ple-mented in mod-ule Underfull \hbox (badness 10000) in paragraph at lines 54189--54191 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLLEDS_MIN_INTENSITY [] \T1/SourceSansPro-LF/m/n/10 and []\T1/zi4/m/it/10 LLLEDS_MAX_INTENSITY[] \ T1/SourceSansPro-LF/m/n/10 : re-placed re-spec-tively by Underfull \hbox (badness 10000) in paragraph at lines 54197--54199 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLLEDS_IMPL_getInten sity(int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54201--54203 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLLEDS_IMPL_setInten sity(int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54215--54217 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendEvents(i nt32_t,int32_t*,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54219--54221 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendCommandE vent(int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54223--54225 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendButtonPr essedEvent(int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54227--54229 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendButtonRe leasedEvent(int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54231--54233 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendButtonRe peatedEvent(int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54235--54237 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendButtonLo ngEvent(int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 5105) in paragraph at lines 54239--54241 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendPointerP ressedEvent(int32_t,int32_t,int32_t,int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n /10 : Underfull \hbox (badness 10000) in paragraph at lines 54243--54245 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendPointerR eleasedEvent(int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54251--54253 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendTouchPre ssedEvent(int32_t,int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54255--54257 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendTouchRel easedEvent(int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54259--54261 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendTouchMov edEvent(int32_t,int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54263--54265 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendStateEve nt(int32_t,int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54267--54269 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_getMaxEvents BufferUsage(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by [674] Underfull \hbox (badness 10000) in paragraph at lines 54281--54283 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_IMPL_getInit ialStateValue(int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54285--54287 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_IMPL_enterCr iticalSection(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54289--54291 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_IMPL_leaveCr iticalSection(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54337--54339 []\T1/SourceSansPro-LF/m/n/10 [Added] Struc-ture []\T1/zi4/m/it/10 LLUI_DISPLA Y_SInitData[] \T1/SourceSansPro-LF/m/n/10 : im-ple-men-ta-tion has to fill it i n Underfull \hbox (badness 10000) in paragraph at lines 54341--54343 []\T1/SourceSansPro-LF/m/n/10 [Added] []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL_bina rySemaphoreTake(void*)[] \T1/SourceSansPro-LF/m/n/10 and Underfull \hbox (badness 10000) in paragraph at lines 54341--54343 []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL_binarySemaphoreGive(void*,bool)[] \T1/Sourc eSansPro-LF/m/n/10 : im-ple-men-ta-tion has to man-age a Underfull \hbox (badness 10000) in paragraph at lines 54345--54347 []\T1/SourceSansPro-LF/m/n/10 [Added] []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL_getN ewImageStrideInBytes(MICROUI_ImageFormat,uint32_t, Underfull \hbox (badness 10000) in paragraph at lines 54355--54357 []\T1/SourceSansPro-LF/m/n/10 [Added] List of []\T1/zi4/m/it/10 ej.api.microui [] \T1/SourceSansPro-LF/m/n/10 li-brary's na-tive func-tions im-ple-mented in mod-ule [675] Underfull \hbox (badness 10000) in paragraph at lines 54398--54400 []\T1/SourceSansPro-LF/m/n/10 In cus-tom UI na-tive meth-ods, re-place []\T1/z i4/m/it/10 LLDISPLAY_UTILS_getBufferAddress(xxx);[] \T1/SourceSansPro-LF/m/n/1 0 by Underfull \hbox (badness 10000) in paragraph at lines 54449--54451 []\T1/SourceSansPro-LF/m/n/10 Cre-ate a new front panel project: [][][] > [] [][] > [][][] > [][][] > [676] Underfull \hbox (badness 10000) in paragraph at lines 54562--54564 []\T1/SourceSansPro-LF/m/n/10 Ex-tends []\T1/zi4/m/it/10 ej.fp.widget.MicroUID isplay.AbstractDisplayExtension[] \T1/SourceSansPro-LF/m/n/10 in-stead of []\ T1/zi4/m/it/10 com.is2t. Underfull \hbox (badness 10000) in paragraph at lines 54641--54643 \T1/SourceSansPro-LF/m/n/10 of im-ple-ment-ing the in-ter-face []\T1/zi4/m/it/ 10 com.is2t.microej.frontpanel.input.listener. [677] Underfull \hbox (badness 10000) in paragraph at lines 54723--54725 []\T1/SourceSansPro-LF/m/n/10 Ex-tends the class []\T1/zi4/m/it/10 ej.fp.widge t.Button.ButtonListenerToButtonEvents[] \T1/SourceSansPro-LF/m/n/10 in-stead Underfull \hbox (badness 10000) in paragraph at lines 54723--54725 \T1/SourceSansPro-LF/m/n/10 of im-ple-ment-ing the in-ter-face []\T1/zi4/m/it/ 10 com.is2t.microej.frontpanel.input.listener. [678] Underfull \hbox (badness 10000) in paragraph at lines 54843--54845 []\T1/SourceSansPro-LF/m/n/10 Ex-tends the class []\T1/zi4/m/it/10 ej.fp.widge t.Joystick.JoystickListenerToCommandEvents[] \T1/SourceSansPro-LF/m/n/10 in- [679] Underfull \hbox (badness 10000) in paragraph at lines 54997--54999 []\T1/SourceSansPro-LF/m/n/10 Re-place the func-tion []\T1/zi4/m/it/10 LLDISPL AY_COPY_IMPL_getBackBufferAddress()[] \T1/SourceSansPro-LF/m/n/10 by [680] Underfull \hbox (badness 10000) in paragraph at lines 55007--55009 []\T1/SourceSansPro-LF/m/n/10 Re-place the func-tion []\T1/zi4/m/it/10 void LL DISPLAY_COPY_IMPL_copyBuffer()[] \T1/SourceSansPro-LF/m/n/10 by []\T1/zi4/m/i t/10 int32_t Underfull \hbox (badness 10000) in paragraph at lines 55015--55017 []\T1/SourceSansPro-LF/m/n/10 Re-place the func-tion []\T1/zi4/m/it/10 LLDISPL AY_COPY_IMPL_getBackBufferAddress()[] \T1/SourceSansPro-LF/m/n/10 by Underfull \hbox (badness 10000) in paragraph at lines 55043--55045 []\T1/SourceSansPro-LF/m/n/10 Re-place all func-tions []\T1/zi4/m/it/10 LLDISP LAY_SWITCH_IMPL_xxx[] \T1/SourceSansPro-LF/m/n/10 , []\T1/zi4/m/it/10 LLDISPLA Y_COPY_IMPL_xxx[] \T1/SourceSansPro-LF/m/n/10 and [681] [682 <./java-c-vg-interface.png>] [683] [684 <./vg_llapi_emb.png> <./vg_l lapi_sim.png>] [685] [686 <./vg_llapi_matrix.png>] [687] Underfull \hbox (badness 10000) in paragraph at lines 55470--55472 []\T1/SourceSansPro-LF/m/n/10 Mi-croVG li-brary calls the BSP func-tions throug h the header files []\T1/zi4/m/it/10 LLVG_PATH_impl.h[] \T1/SourceSansPro-LF/ m/n/10 and Underfull \hbox (badness 10000) in paragraph at lines 55478--55480 []\T1/SourceSansPro-LF/m/n/10 The [][]\T1/SourceSansPro-LF/m/it/10 C mod-ule Mi croVG-VGLite[][] \T1/SourceSansPro-LF/m/n/10 pro-vides an im-ple-men-ta-tion of []\T1/zi4/m/it/10 LLVG_PATH_PAINTER_impl.h[] \T1/SourceSansPro-LF/m/n/10 and [688 <./vg_llapi_path.png>] [689] Underfull \hbox (badness 10000) in paragraph at lines 55540--55542 []\T1/SourceSansPro-LF/m/n/10 Mi-croVG li-brary calls the BSP func-tions throug h the header files []\T1/zi4/m/it/10 LLVG_GRADIENT_impl.h[] \T1/SourceSansPro- LF/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 55548--55550 []\T1/SourceSansPro-LF/m/n/10 The [][]\T1/SourceSansPro-LF/m/it/10 C mod-ule Mi croVG-VGLte[][] \T1/SourceSansPro-LF/m/n/10 pro-vides an im-ple-men-ta-tion of []\T1/zi4/m/it/10 LLVG_PATH_PAINTER_impl.h[] \T1/SourceSansPro-LF/m/n/10 , [690 <./vg_llapi_gradient.png>] [691] Underfull \hbox (badness 10000) in paragraph at lines 55640--55642 []\T1/SourceSansPro-LF/m/n/10 Mi-croVG li-brary calls the BSP func-tions throug h the header files []\T1/zi4/m/it/10 LLVG_FONT_impl.h[] \T1/SourceSansPro-LF/ m/n/10 and [692 <./vg_llapi_font.png>] [693 <./vg_cco.png>] [694] [695] [696] [697] [698] Underfull \hbox (badness 10000) in paragraph at lines 56295--56297 []\T1/SourceSansPro-LF/m/n/10 Fix Null-Point-erEx-cep-tion while sort-ing Trans -la-teXY Vec-tor-Draw-ableOb-jectAn-i-ma-tor in vectorimage- [699] [700 <./java-c-net-interface.png>] Underfull \hbox (badness 10000) in paragraph at lines 56437--56443 [] []\T1/zi4/m/it/10 LLNET_CHANNEL_impl.h[] \T1/SourceSansPro-LF/m/n/10 , []\T 1/zi4/m/it/10 LLNET_SOCKETCHANNEL_impl.h[] \T1/SourceSansPro-LF/m/n/10 , []\T1 /zi4/m/it/10 LLNET_STREAMSOCKETCHANNEL_impl.h[] [701] Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family SourceSansPro-LF in TS1 encoding. (textcomp) Default family used instead on input line 56530. [702] [703] Overfull \hbox (18.20439pt too wide) in paragraph at lines 56706--56712 \T1/SourceSansPro-LF/m/n/10 The Mi-croEJ Ap-pli-ca-tion man-ages Blue-tooth el- e-ments us-ing Adapter/Connection/Service/Characteristic/Descriptor/etc [704] [705] Overfull \vbox (2.05565pt too high) detected at line 56936 [706] [707] [708] Underfull \hbox (badness 6110) in paragraph at lines 57182--57186 [] []\T1/zi4/m/it/10 architecture[] \T1/SourceSansPro-LF/m/n/10 [op-tional, de -fault value is ^^PVir-tual De-vice^^Q]: De-fines the value re-turned by the [709] [710 <./watchdog_sandwich.png>] [711 <./watchdog_highlevel_diagram.png>] [712 <./watchdog_seq_diagram.png>] [713] Overfull \vbox (1.58362pt too high) detected at line 57412 [714] Underfull \hbox (badness 10000) in paragraph at lines 57414--57418 []\T1/SourceSansPro-LF/m/n/10 There is an ad-di-tional func-tion in []\T1/zi4/ m/it/10 LLWATCHDOG_TIMER_impl.h[] \T1/SourceSansPro-LF/m/n/10 com-pared to the Java API. This is [715] [716] [717 <./STM32F7508-DK-demoWidget-SystemView.png>] Underfull \hbox (badness 10000) in paragraph at lines 57596--57598 []\T1/SourceSansPro-LF/m/n/10 Add these in-cludes []\T1/zi4/m/it/10 #include " LLMJVM_MONITOR_SYSVIEW.h"[] \T1/SourceSansPro-LF/m/n/10 and []\T1/zi4/m/it/10 #include Underfull \hbox (badness 10000) in paragraph at lines 57600--57602 []\T1/SourceSansPro-LF/m/n/10 In func-tion []\T1/zi4/m/it/10 _cbSendSystemDesc (void)[] \T1/SourceSansPro-LF/m/n/10 , add this in-struc-tion: Underfull \hbox (badness 10000) in paragraph at lines 57600--57602 []\T1/zi4/m/it/10 SEGGER_SYSVIEW_SendSysDesc("N="SYSVIEW_APP_NAME",D="SYSVIEW_D EVICE_NAME", [718 <./sytemview_remove_systick.png>] [719] [720] [721 <./sv_names.png>] [722] Underfull \hbox (badness 5578) in paragraph at lines 57837--57841 \T1/SourceSansPro-LF/m/n/10 lem, the de-fault \T1/SourceSansPro-LF/m/it/10 SEG- GER_SYSVIEW_RTT_BUFFER_SIZE \T1/SourceSansPro-LF/m/n/10 can be in-creased from the de-fault 1kB to a more Underfull \hbox (badness 5741) in paragraph at lines 57837--57841 \T1/SourceSansPro-LF/m/n/10 ap-pro-pri-ate size of 4kB. Still, if OVER-FLOW eve nts are still vis-i-ble, the user can fur-ther in-crease this Underfull \hbox (badness 10000) in paragraph at lines 57837--57841 \T1/SourceSansPro-LF/m/n/10 con-fig-u-ra-tion found in []\T1/zi4/m/it/10 /Your PlatformProject[]bsp/projects/microej/thirdparty/systemview/inc/ [723 <./sysview_app_traces.png>] [724 <./systemview_rtt_not_found.png>] [725 <./systemview_st_link_pb.png>] [726 <./hil1.png> <./hil2.png>] [727 <./hil 3.png>] [728] [729 <./hil4.png>] [730] [731] [732 <./mock-skeleton.png>] [733 <./hil5.png>] [734 <./newfp.png>] [735 <./project-content.png>] [736] [737 <./working-layout.png>] [738] [739] Underfull \vbox (badness 10000) detected at line 58850 Overfull \vbox (0.82594pt too high) detected at line 58850 [740] [741 <./fp-widget-active-area.png>] [742 <./blemock-controller.png>] [743] [744 <./blemock-flash-download-tool.png> <./blemock-wifi-setup-interface. png>] [745 <./blemock-wifi-setup-last-screen.png> <./blemock-controller-ip.png> <./blemock-configuration.png>] [746] [747] Underfull \hbox (badness 6910) in paragraph at lines 59388--59393 []\T1/SourceSansPro-LF/m/n/10 The Low Level Comm API (LL-COMM), re-lies on func -tions that need to be im-ple-mented by en-gi-neers Underfull \hbox (badness 6675) in paragraph at lines 59388--59393 \T1/SourceSansPro-LF/m/n/10 in a driver. The names of these func-tions match th e []\T1/zi4/m/it/10 LLCOM_BUFFERED_CONNECTION_IMPL_*[] \T1/SourceSansPro-LF/m /n/10 or the [748] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 \T1/SourceSansPro-LF/m/n/10 gen-er-a-tor Overfull \hbox (9.84285pt too wide) in paragraph at lines 59645--59645 []| []\T1/zi4/m/it/10 LLUI_INPUT_sendButtonPressedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (14.84285pt too wide) in paragraph at lines 59645--59645 [] []\T1/zi4/m/it/10 LLUI_INPUT_sendButtonReleasedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (14.84285pt too wide) in paragraph at lines 59645--59645 [] []\T1/zi4/m/it/10 LLUI_INPUT_sendButtonRepeatedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (14.84285pt too wide) in paragraph at lines 59645--59645 []| []\T1/zi4/m/it/10 LLUI_INPUT_sendPointerPressedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (19.84285pt too wide) in paragraph at lines 59645--59645 [] []\T1/zi4/m/it/10 LLUI_INPUT_sendPointerReleasedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (4.84285pt too wide) in paragraph at lines 59645--59645 [] []\T1/zi4/m/it/10 LLUI_INPUT_sendPointerMovedEvent[]| Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 []|\T1/SourceSansPro-LF/m/n/10 The ini-tial value of each state ma-chine Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 \T1/SourceSansPro-LF/m/n/10 (of a States) is re-trieved by a call to Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 []\T1/zi4/m/it/10 LLUI_INPUT_IMPL_getInitialStateValue[] Overfull \hbox (4.84285pt too wide) in paragraph at lines 59645--59645 []| []\T1/zi4/m/it/10 LLUI_INPUT_sendTouchPressedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (9.84285pt too wide) in paragraph at lines 59645--59645 [] []\T1/zi4/m/it/10 LLUI_INPUT_sendTouchReleasedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 \T1/SourceSansPro-LF/m/n/10 gen-er-a-tor Overfull \hbox (9.84285pt too wide) in paragraph at lines 59645--59645 []| []\T1/zi4/m/it/10 LLUI_INPUT_sendButtonPressedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (14.84285pt too wide) in paragraph at lines 59645--59645 [] []\T1/zi4/m/it/10 LLUI_INPUT_sendButtonReleasedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (14.84285pt too wide) in paragraph at lines 59645--59645 [] []\T1/zi4/m/it/10 LLUI_INPUT_sendButtonRepeatedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (14.84285pt too wide) in paragraph at lines 59645--59645 []| []\T1/zi4/m/it/10 LLUI_INPUT_sendPointerPressedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (19.84285pt too wide) in paragraph at lines 59645--59645 [] []\T1/zi4/m/it/10 LLUI_INPUT_sendPointerReleasedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (4.84285pt too wide) in paragraph at lines 59645--59645 [] []\T1/zi4/m/it/10 LLUI_INPUT_sendPointerMovedEvent[]| Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 []|\T1/SourceSansPro-LF/m/n/10 The ini-tial value of each state ma-chine Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 \T1/SourceSansPro-LF/m/n/10 (of a States) is re-trieved by a call to Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 []\T1/zi4/m/it/10 LLUI_INPUT_IMPL_getInitialStateValue[] Overfull \hbox (4.84285pt too wide) in paragraph at lines 59645--59645 []| []\T1/zi4/m/it/10 LLUI_INPUT_sendTouchPressedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (9.84285pt too wide) in paragraph at lines 59645--59645 [] []\T1/zi4/m/it/10 LLUI_INPUT_sendTouchReleasedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 [749] [750] Underfull \hbox (badness 6725) in paragraph at lines 59707--59713 \T1/SourceSansPro-LF/m/n/10 age heap. Im-ple-men-ta-tion of these LLAPIs is al- ready avail-able on the Mi-croEJ Cen-tral Repos-i-tory ( [751] [752] [753] [754] [755] [756] Underfull \hbox (badness 10000) in paragraph at lines 60100--60102 []\T1/SourceSansPro-LF/m/n/10 A string can be draw on a cir-cle: []\T1/zi4/m/i t/10 LLVG_FONT_PAINTER_IMPL_draw_string_on_circle[] \T1/SourceSansPro-LF/m/n/1 0 and [757] [758] [759] [760] [761] [762] Underfull \hbox (badness 10000) in paragraph at lines 60652--60654 []|\T1/SourceSansPro-LF/m/n/10 Mes- Underfull \hbox (badness 10000) in paragraph at lines 60652--60654 \T1/SourceSansPro-LF/m/n/10 sage [763] [764] Underfull \hbox (badness 10000) in paragraph at lines 60951--60951 []|\T1/SourceSansPro-LF/m/n/10 The fully qual-i-fied name of the class that im- ple-ments Underfull \hbox (badness 10000) in paragraph at lines 60951--60951 []|\T1/SourceSansPro-LF/m/n/10 The fully qual-i-fied name of the class that im- ple-ments Underfull \hbox (badness 10000) in paragraph at lines 60974--60978 []\T1/SourceSansPro-LF/m/n/10 When an in-struc-tion is ex-e-cuted that will bre ak a [][]\T1/SourceSansPro-LF/m/it/10 [KF] spec-i-fi-ca-tion[][] \T1/SourceSans Pro-LF/m/n/10 in-su-la-tion se-man-tic rule, a [765] Overfull \hbox (25.02158pt too wide) in paragraph at lines 61202--61203 [][] Overfull \hbox (10.13881pt too wide) in paragraph at lines 61330--61331 [][] [766] [767] [768] [769] [770] [771] [772] [773] Underfull \hbox (badness 10000) in paragraph at lines 63590--63590 []\T1/SourceSansPro-LF/m/n/10 Mes-sage Underfull \hbox (badness 10000) in paragraph at lines 63794--63794 [] [][]\T1/zi4/m/it/10 descriptionFile Overfull \hbox (6.47609pt too wide) in paragraph at lines 63794--63794 [] [][]\T1/zi4/m/it/10 outputArchitecture Overfull \hbox (1.47609pt too wide) in paragraph at lines 63794--63794 [] [][]\T1/zi4/m/it/10 rwBlockHeaderSize [774] [775] Overfull \vbox (1.90979pt too high) detected at line 64090 [776] Overfull \hbox (5.20111pt too wide) in paragraph at lines 64133--64135 [] []\T1/zi4/m/it/10 eventgenerators[] Underfull \hbox (badness 10000) in paragraph at lines 64133--64135 Underfull \hbox (badness 10000) detected at line 64136 Overfull \hbox (5.20111pt too wide) detected at line 64136 [] []\T1/zi4/m/it/10 eventgenerators[] Underfull \hbox (badness 10000) in paragraph at lines 64151--64153 Underfull \hbox (badness 10000) detected at line 64154 Underfull \hbox (badness 10000) in paragraph at lines 64349--64352 []|\T1/SourceSansPro-LF/m/n/10 An event gen-er-a-tor that man-ages a group of s tate ma-chines. Underfull \hbox (badness 10000) in paragraph at lines 64349--64352 \T1/SourceSansPro-LF/m/n/10 The state of a ma-chine is changed by send-ing an e vent us-ing [777] Overfull \hbox (2.09447pt too wide) in paragraph at lines 64600--64600 []||[]| Underfull \hbox (badness 10000) in paragraph at lines 64600--64600 Underfull \hbox (badness 10000) detected at line 64600 [778] [779] Overfull \hbox (3.12929pt too wide) in paragraph at lines 64754--64754 []| []\T1/zi4/m/it/10 xsi:schemaLocation[]| Overfull \hbox (3.12929pt too wide) in paragraph at lines 64754--64754 []| []\T1/zi4/m/it/10 xsi:schemaLocation[]| Underfull \hbox (badness 10000) in paragraph at lines 64832--64832 [] [][]\T1/zi4/m/it/10 connectTimeout Underfull \hbox (badness 10000) in paragraph at lines 64832--64832 [] [][]\T1/zi4/m/it/10 excludes Underfull \hbox (badness 10000) in paragraph at lines 64832--64832 [] [][]\T1/zi4/m/it/10 mocks [780] [781] [782] [783] Overfull \hbox (2.36441pt too wide) in paragraph at lines 65428--65429 [][] Underfull \hbox (badness 10000) in paragraph at lines 65488--65490 []|\T1/SourceSansPro-LF/m/n/10 Com- Underfull \hbox (badness 10000) in paragraph at lines 65491--65493 []|\T1/SourceSansPro-LF/m/n/10 Build Underfull \hbox (badness 10000) in paragraph at lines 65491--65493 \T1/SourceSansPro-LF/m/n/10 Ver- Underfull \hbox (badness 10000) in paragraph at lines 65494--65496 []|\T1/SourceSansPro-LF/m/n/10 Known Com-pat-i-ble Ver- Underfull \hbox (badness 10000) in paragraph at lines 65500--65503 []|\T1/SourceSansPro-LF/m/n/10 Mod- Underfull \hbox (badness 10000) in paragraph at lines 65504--65506 []|\T1/SourceSansPro-LF/m/n/10 Keil Underfull \hbox (badness 10000) in paragraph at lines 65504--65506 \T1/SourceSansPro-LF/m/n/10 uVi- Overfull \hbox (1.57127pt too wide) in paragraph at lines 65507--65509 []|\T1/SourceSansPro-LF/m/n/10 5.18.0.0| Underfull \hbox (badness 10000) in paragraph at lines 65513--65515 []| [][][]\T1/zi4/m/it/10 cpu Cortex[]M4.fp [][]apcs=/hardfp Overfull \hbox (9.55128pt too wide) in paragraph at lines 65516--65519 []|[][]\T1/SourceSansPro-LF/m/n/10 flopi4A20[][]| Underfull \hbox (badness 10000) in paragraph at lines 65529--65531 []| [][]\T1/zi4/m/it/10 mabi=aapcs []mcpu=cortex[]m4 Underfull \hbox (badness 10000) in paragraph at lines 65529--65531 []\T1/zi4/m/it/10 mlittle[]endian []mfpu=fpv4[]sp[]d16 Overfull \hbox (9.87128pt too wide) in paragraph at lines 65532--65535 []|[][]\T1/SourceSansPro-LF/m/n/10 flopi4G25[][]| Underfull \hbox (badness 10000) in paragraph at lines 65536--65538 []|\T1/SourceSansPro-LF/m/n/10 IAR Underfull \hbox (badness 10000) in paragraph at lines 65536--65538 \T1/SourceSansPro-LF/m/n/10 Em- Underfull \hbox (badness 10000) in paragraph at lines 65536--65538 \T1/SourceSansPro-LF/m/n/10 bed- Underfull \hbox (badness 10000) in paragraph at lines 65536--65538 \T1/SourceSansPro-LF/m/n/10 ded Underfull \hbox (badness 10000) in paragraph at lines 65536--65538 \T1/SourceSansPro-LF/m/n/10 Work- Underfull \hbox (badness 10000) in paragraph at lines 65536--65538 \T1/SourceSansPro-LF/m/n/10 bench Underfull \hbox (badness 10000) in paragraph at lines 65536--65538 \T1/SourceSansPro-LF/m/n/10 for Overfull \hbox (18.03123pt too wide) in paragraph at lines 65539--65541 []|\T1/SourceSansPro-LF/m/n/10 8.32.1.18631| Overfull \hbox (6.29128pt too wide) in paragraph at lines 65548--65551 []|[][]\T1/SourceSansPro-LF/m/n/10 flopi4I35[][]| [784] Underfull \hbox (badness 10000) in paragraph at lines 65573--65575 []|\T1/SourceSansPro-LF/m/n/10 Com- Underfull \hbox (badness 10000) in paragraph at lines 65576--65578 []|\T1/SourceSansPro-LF/m/n/10 Build Underfull \hbox (badness 10000) in paragraph at lines 65576--65578 \T1/SourceSansPro-LF/m/n/10 Ver- Underfull \hbox (badness 10000) in paragraph at lines 65579--65581 []|\T1/SourceSansPro-LF/m/n/10 Known Com-pat-i-ble Ver- Underfull \hbox (badness 10000) in paragraph at lines 65585--65588 []|\T1/SourceSansPro-LF/m/n/10 Mod- Underfull \hbox (badness 10000) in paragraph at lines 65589--65591 []|\T1/SourceSansPro-LF/m/n/10 Keil Underfull \hbox (badness 10000) in paragraph at lines 65589--65591 \T1/SourceSansPro-LF/m/n/10 uVi- Overfull \hbox (1.57127pt too wide) in paragraph at lines 65592--65594 []|\T1/SourceSansPro-LF/m/n/10 5.18.0.0| Overfull \hbox (7.4213pt too wide) in paragraph at lines 65601--65604 []|[][]\T1/SourceSansPro-LF/m/n/10 flopi7A21[][]| Underfull \hbox (badness 10000) in paragraph at lines 65614--65616 []| [][]\T1/zi4/m/it/10 mabi=aapcs []mcpu=cortex[]m7 Underfull \hbox (badness 10000) in paragraph at lines 65614--65616 []\T1/zi4/m/it/10 mlittle[]endian []mfpu=fpv5[]sp[]d16 Overfull \hbox (9.81128pt too wide) in paragraph at lines 65617--65620 []|[][]\T1/SourceSansPro-LF/m/n/10 flopi7G26[][]| Underfull \hbox (badness 10000) in paragraph at lines 65621--65623 []|\T1/SourceSansPro-LF/m/n/10 IAR Underfull \hbox (badness 10000) in paragraph at lines 65621--65623 \T1/SourceSansPro-LF/m/n/10 Em- Underfull \hbox (badness 10000) in paragraph at lines 65621--65623 \T1/SourceSansPro-LF/m/n/10 bed- Underfull \hbox (badness 10000) in paragraph at lines 65621--65623 \T1/SourceSansPro-LF/m/n/10 ded Underfull \hbox (badness 10000) in paragraph at lines 65621--65623 \T1/SourceSansPro-LF/m/n/10 Work- Underfull \hbox (badness 10000) in paragraph at lines 65621--65623 \T1/SourceSansPro-LF/m/n/10 bench Underfull \hbox (badness 10000) in paragraph at lines 65621--65623 \T1/SourceSansPro-LF/m/n/10 for Overfull \hbox (18.03123pt too wide) in paragraph at lines 65624--65626 []|\T1/SourceSansPro-LF/m/n/10 8.32.1.18631| Overfull \hbox (6.39128pt too wide) in paragraph at lines 65633--65636 []|[][]\T1/SourceSansPro-LF/m/n/10 flopi7I36[][]| [785] Underfull \hbox (badness 10000) in paragraph at lines 65654--65656 []|\T1/SourceSansPro-LF/m/n/10 Com- Underfull \hbox (badness 10000) in paragraph at lines 65663--65665 []|\T1/SourceSansPro-LF/m/n/10 Mod-ule Underfull \hbox (badness 10000) in paragraph at lines 65670--65672 []|\T1/SourceSansPro-LF/m/n/10 GCC Underfull \hbox (badness 10000) in paragraph at lines 65670--65672 \T1/SourceSansPro-LF/m/n/10 (ESP- Underfull \hbox (badness 10000) in paragraph at lines 65673--65675 []|\T1/SourceSansPro-LF/m/n/10 5.2.0 Overfull \hbox (9.7644pt too wide) in paragraph at lines 65673--65675 \T1/SourceSansPro-LF/m/n/10 (crosstool- Underfull \hbox (badness 10000) in paragraph at lines 65673--65675 \T1/SourceSansPro-LF/m/n/10 ng- Underfull \hbox (badness 10000) in paragraph at lines 65673--65675 \T1/SourceSansPro-LF/m/n/10 1.22.0- Underfull \hbox (badness 10000) in paragraph at lines 65673--65675 \T1/SourceSansPro-LF/m/n/10 80- Overfull \hbox (8.4644pt too wide) in paragraph at lines 65673--65675 \T1/SourceSansPro-LF/m/n/10 g6c4433a)| Overfull \hbox (2.18443pt too wide) in paragraph at lines 65679--65681 []|[][]\T1/SourceSansPro-LF/m/n/10 simikou1[][]| Underfull \hbox (badness 10000) in paragraph at lines 65686--65688 []|\T1/SourceSansPro-LF/m/n/10 GCC Underfull \hbox (badness 10000) in paragraph at lines 65686--65688 \T1/SourceSansPro-LF/m/n/10 (ESP- Underfull \hbox (badness 10000) in paragraph at lines 65689--65691 []|\T1/SourceSansPro-LF/m/n/10 5.2.0 Overfull \hbox (9.7644pt too wide) in paragraph at lines 65689--65691 \T1/SourceSansPro-LF/m/n/10 (crosstool- Underfull \hbox (badness 10000) in paragraph at lines 65689--65691 \T1/SourceSansPro-LF/m/n/10 ng- Underfull \hbox (badness 10000) in paragraph at lines 65689--65691 \T1/SourceSansPro-LF/m/n/10 1.22.0- Underfull \hbox (badness 10000) in paragraph at lines 65689--65691 \T1/SourceSansPro-LF/m/n/10 80- Overfull \hbox (8.4644pt too wide) in paragraph at lines 65689--65691 \T1/SourceSansPro-LF/m/n/10 g6c4433a)| Overfull \hbox (3.50443pt too wide) in paragraph at lines 65695--65697 []|[][]\T1/SourceSansPro-LF/m/n/10 simikou2[][]| Underfull \hbox (badness 10000) in paragraph at lines 65702--65704 []|\T1/SourceSansPro-LF/m/n/10 GCC Underfull \hbox (badness 10000) in paragraph at lines 65702--65704 \T1/SourceSansPro-LF/m/n/10 (ESP- Underfull \hbox (badness 10000) in paragraph at lines 65705--65707 []|\T1/SourceSansPro-LF/m/n/10 5.2.0 Overfull \hbox (9.7644pt too wide) in paragraph at lines 65705--65707 \T1/SourceSansPro-LF/m/n/10 (crosstool- Underfull \hbox (badness 10000) in paragraph at lines 65705--65707 \T1/SourceSansPro-LF/m/n/10 ng- Underfull \hbox (badness 10000) in paragraph at lines 65705--65707 \T1/SourceSansPro-LF/m/n/10 1.22.0- Underfull \hbox (badness 10000) in paragraph at lines 65705--65707 \T1/SourceSansPro-LF/m/n/10 96- Overfull \hbox (8.94438pt too wide) in paragraph at lines 65705--65707 \T1/SourceSansPro-LF/m/n/10 g2852398)| Overfull \hbox (3.50443pt too wide) in paragraph at lines 65711--65713 []|[][]\T1/SourceSansPro-LF/m/n/10 simikou2[][]| Underfull \hbox (badness 10000) in paragraph at lines 65718--65720 []|\T1/SourceSansPro-LF/m/n/10 GCC Underfull \hbox (badness 10000) in paragraph at lines 65718--65720 \T1/SourceSansPro-LF/m/n/10 (ESP- Underfull \hbox (badness 10000) in paragraph at lines 65721--65723 []|\T1/SourceSansPro-LF/m/n/10 8.2.0 Overfull \hbox (9.7644pt too wide) in paragraph at lines 65721--65723 \T1/SourceSansPro-LF/m/n/10 (crosstool- Overfull \hbox (3.46442pt too wide) in paragraph at lines 65727--65729 []|[][]\T1/SourceSansPro-LF/m/n/10 simikou3[][]| Underfull \hbox (badness 10000) in paragraph at lines 65734--65736 []|\T1/SourceSansPro-LF/m/n/10 GCC Underfull \hbox (badness 10000) in paragraph at lines 65734--65736 \T1/SourceSansPro-LF/m/n/10 (ESP- Underfull \hbox (badness 10000) in paragraph at lines 65737--65739 []|\T1/SourceSansPro-LF/m/n/10 5.2.0 Overfull \hbox (9.7644pt too wide) in paragraph at lines 65737--65739 \T1/SourceSansPro-LF/m/n/10 (crosstool- Underfull \hbox (badness 10000) in paragraph at lines 65737--65739 \T1/SourceSansPro-LF/m/n/10 ng- Underfull \hbox (badness 10000) in paragraph at lines 65737--65739 \T1/SourceSansPro-LF/m/n/10 1.22.0- Underfull \hbox (badness 10000) in paragraph at lines 65737--65739 \T1/SourceSansPro-LF/m/n/10 97- Overfull \hbox (8.04442pt too wide) in paragraph at lines 65737--65739 \T1/SourceSansPro-LF/m/n/10 gc752ad5)| Overfull \hbox (6.79749pt too wide) in paragraph at lines 65743--65745 []| []\T1/zi4/m/it/10 simikou4[]| Underfull \hbox (badness 10000) in paragraph at lines 65750--65752 []|\T1/SourceSansPro-LF/m/n/10 GCC Underfull \hbox (badness 10000) in paragraph at lines 65750--65752 \T1/SourceSansPro-LF/m/n/10 (ESP- Underfull \hbox (badness 10000) in paragraph at lines 65753--65755 []|\T1/SourceSansPro-LF/m/n/10 8.4.0 Overfull \hbox (9.7644pt too wide) in paragraph at lines 65753--65755 \T1/SourceSansPro-LF/m/n/10 (crosstool- Overfull \hbox (6.79749pt too wide) in paragraph at lines 65759--65761 []| []\T1/zi4/m/it/10 simikou5[]| Underfull \hbox (badness 10000) in paragraph at lines 65766--65768 []|\T1/SourceSansPro-LF/m/n/10 GCC Underfull \hbox (badness 10000) in paragraph at lines 65766--65768 \T1/SourceSansPro-LF/m/n/10 (ESP- Underfull \hbox (badness 10000) in paragraph at lines 65769--65771 []|\T1/SourceSansPro-LF/m/n/10 8.4.0 Overfull \hbox (9.7644pt too wide) in paragraph at lines 65769--65771 \T1/SourceSansPro-LF/m/n/10 (crosstool- Underfull \hbox (badness 10000) in paragraph at lines 65772--65774 []| [][]\T1/zi4/m/it/10 mlongcalls []mfix[]esp32[]psram[]cache[]issue Overfull \hbox (6.79749pt too wide) in paragraph at lines 65775--65777 []| []\T1/zi4/m/it/10 simikou6[]| [786] [787] [788 <./platform_fullPackaging_structure.png>] Underfull \hbox (badness 10000) in paragraph at lines 65994--65998 \T1/SourceSansPro-LF/m/n/10 and re-named to []\T1/zi4/m/it/10 architecture[]re pository/com/microej/architecture/CM7/CM7hardfp_ARMCC5/ [789] [790] [791 <./platform_architecture-repository.png> <./platformMigration- import.png>] Underfull \hbox (badness 10000) in paragraph at lines 66157--66162 []\T1/SourceSansPro-LF/m/n/10 In-stall [][]Plat-form Con-fig-u-ra-tion Ad-di-ti ons[][], by fol-low-ing in-struc-tions de-scribed at [][]$https : / / Underfull \hbox (badness 10000) in paragraph at lines 66157--66162 \T1/SourceSansPro-LF/m/n/10 github . com / MicroEJ / PlatformQualificationTools / blob / master / framework / platform / README . rst$[][]. Underfull \hbox (badness 10000) in paragraph at lines 66157--66162 \T1/SourceSansPro-LF/m/n/10 Files within the []\T1/zi4/m/it/10 content[] \T1/ SourceSansPro-LF/m/n/10 folder have to be copied to the [][]\T1/zi4/m/it/10 co nfiguration[] \T1/SourceSansPro-LF/m/n/10 project (e.g. Underfull \hbox (badness 10000) in paragraph at lines 66170--66172 []\T1/SourceSansPro-LF/m/n/10 Up-date the de-fault name of the Plat-form mod-ul e in the []\T1/zi4/m/it/10 module.ivy[] \T1/SourceSansPro-LF/m/n/10 . Re-place with Underfull \hbox (badness 10000) in paragraph at lines 66170--66172 []\T1/zi4/m/it/10 ] [799 <./inputs_outputs.png>] [800 <./build_flow_ge neric.png>] [801 <./build_flow_virtual_device.png>] Underfull \hbox (badness 10000) in paragraph at lines 66763--66766 []|[][]$\T1/SourceSansPro-LF/m/n/10 https : / / repository . microej . com / ja vadoc / microej _ 5 . x / apis / ej / kf / Underfull \hbox (badness 10000) in paragraph at lines 66946--66946 []\T1/SourceSansPro-LF/m/n/10 Mi-croEJ Demo Run- Underfull \hbox (badness 10000) in paragraph at lines 66946--66946 []\T1/SourceSansPro-LF/m/n/10 EDC/B- Overfull \hbox (27.2402pt too wide) in paragraph at lines 66946--66946 []\T1/SourceSansPro-LF/m/n/10 COMP/WADAPPS| Underfull \hbox (badness 10000) in paragraph at lines 66946--66946 []\T1/SourceSansPro-LF/m/n/10 MI- Overfull \hbox (14.15453pt too wide) in paragraph at lines 66946--66946 \T1/SourceSansPro-LF/m/n/10 CROUI/MWT| Overfull \hbox (26.17175pt too wide) in paragraph at lines 66946--66946 []\T1/SourceSansPro-LF/m/n/10 LEDS/BUTTONS| Overfull \hbox (31.06073pt too wide) in paragraph at lines 66946--66946 []\T1/SourceSansPro-LF/m/n/10 NET/CONNECT/SSL| Overfull \hbox (1.01366pt too wide) in paragraph at lines 66946--66946 []\T1/SourceSansPro-LF/m/n/10 BLE| Overfull \hbox (1.82365pt too wide) in paragraph at lines 66946--66946 []\T1/SourceSansPro-LF/m/n/10 HAL| Overfull \hbox (21.5272pt too wide) in paragraph at lines 66946--66946 []\T1/SourceSansPro-LF/m/n/10 ECOM/COMM| Underfull \hbox (badness 10000) in paragraph at lines 67071--67071 []\T1/SourceSansPro-LF/m/n/10 BUT-TONS or MICROUI- [802 <./check.png>] Underfull \hbox (badness 10000) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 Mi-croEJ Underfull \hbox (badness 10000) in paragraph at lines 67242--67242 \T1/SourceSansPro-LF/m/n/10 Demo Underfull \hbox (badness 5741) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 Mi-croEJ Run-time Underfull \hbox (badness 10000) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 Man- Underfull \hbox (badness 10000) in paragraph at lines 67242--67242 \T1/SourceSansPro-LF/m/n/10 age- Underfull \hbox (badness 10000) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 App- Underfull \hbox (badness 10000) in paragraph at lines 67242--67242 \T1/SourceSansPro-LF/m/n/10 Metadata- Overfull \hbox (13.73042pt too wide) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 CommandServer- Overfull \hbox (2.49365pt too wide) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 NTP| Overfull \hbox (10.21362pt too wide) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 About| Underfull \hbox (badness 10000) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 Ap- Overfull \hbox (1.8816pt too wide) in paragraph at lines 67242--67242 \T1/SourceSansPro-LF/m/n/10 pList| Underfull \hbox (badness 10000) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 Forge Underfull \hbox (badness 10000) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 MicroEJ- Underfull \hbox (badness 10000) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 MicroEJ- Underfull \hbox (badness 10000) in paragraph at lines 67318--67318 []\T1/SourceSansPro-LF/m/n/10 App-Metadata- Overfull \hbox (3.66864pt too wide) in paragraph at lines 67318--67318 []\T1/SourceSansPro-LF/m/n/10 CommandServer- [803] [804 <./firmware-multiapp-skeleton-project.png (PNG copy)>] [805] [806 <./firmware-multiapp-skeleton-artifacts.png (PNG copy)>] Underfull \hbox (badness 10000) in paragraph at lines 67405--67407 []\T1/SourceSansPro-LF/m/n/10 A Ker-nel API or a Run-time En-vi-ron-ment mod-ul e is added as a de-pen-dency with the con-fig-u-ra-tion [807] [808 <./build_flow_zoom_buildtype.png>] Underfull \hbox (badness 10000) in paragraph at lines 67506--67508 \T1/SourceSansPro-LF/m/n/10 The fol-low-ing sec-tion de-scribes [][]\T1/SourceS ansPro-LF/m/it/10 mod-ule de-scrip-tion file[][] \T1/SourceSansPro-LF/m/n/10 ( []\T1/zi4/m/it/10 module.ivy[] \T1/SourceSansPro-LF/m/n/10 ) gen-er-ated by the [809 <./build_flow_zoom_workspace.png>] Underfull \hbox (badness 6445) in paragraph at lines 67656--67656 []|\T1/SourceSansPro-LF/m/n/10 Em-bed-ded in the Vir-tual De-vice only, not in the Underfull \hbox (badness 10000) in paragraph at lines 67656--67656 []| []\T1/zi4/m/it/10 default[]>default;[] Underfull \hbox (badness 10000) in paragraph at lines 67656--67656 []|\T1/SourceSansPro-LF/m/n/10 Run-time En-vi-ron- Overfull \hbox (3.98607pt too wide) in paragraph at lines 67656--67656 []| []\T1/zi4/m/it/10 systemapp[]fw[]>application[]| Underfull \hbox (badness 6445) in paragraph at lines 67656--67656 []|\T1/SourceSansPro-LF/m/n/10 Em-bed-ded in the Vir-tual De-vice only, not in the Underfull \hbox (badness 10000) in paragraph at lines 67656--67656 []| []\T1/zi4/m/it/10 default[]>default;[] Underfull \hbox (badness 10000) in paragraph at lines 67656--67656 []|\T1/SourceSansPro-LF/m/n/10 Run-time En-vi-ron- Overfull \hbox (3.98607pt too wide) in paragraph at lines 67656--67656 []| []\T1/zi4/m/it/10 systemapp[]fw[]>application[]| Overfull \hbox (3.17218pt too wide) in paragraph at lines 67656--67657 [][] [810] [811] Underfull \hbox (badness 10000) in paragraph at lines 67827--67827 []|\T1/SourceSansPro-LF/m/n/10 re- Overfull \hbox (4.48721pt too wide) in paragraph at lines 67827--67827 []||[]| Underfull \hbox (badness 10000) in paragraph at lines 67827--67827 []|\T1/SourceSansPro-LF/m/n/10 re- Overfull \hbox (4.48721pt too wide) in paragraph at lines 67827--67827 []\T1/SourceSansPro-LF/m/n/10 method Overfull \hbox (4.48721pt too wide) detected at line 67827 []\T1/SourceSansPro-LF/m/n/10 method [812] [813 <./kernelapi_launch.png (PNG copy)>] [814 <./img115.png (PNG copy)>] [815] [816 <./runtime_environment_build_flow.png>] [817] [818] [819] [820 <./gr aph_build_string_methods.png>] [821] [822 <./sandboxed-application-lifecycle.pn g>] Underfull \hbox (badness 10000) in paragraph at lines 68496--68498 []\T1/SourceSansPro-LF/m/n/10 dur-ing a call to [][]Dis-play.requestShow(Displa yable)[][], [][]Dis-play.requestHide(Displayable)[][], [][]Dis- [823] [824] [825] [826 <./kf_testsuite_project_structure.png>] [827 <./link_ker nel.png>] [828 <./kernel_metadata_generator.png>] [829 <./build_flow_zoom_works pace_firmware_linker_only.png>] [830 <./feature_portability_control_principle.p ng>] [831] [832 <./link_application.png>] [833 <./build_flow_zoom_workspace_fea ture_only.png>] [834 <./link_application_on_device.png>] Underfull \vbox (badness 10000) detected at line 69187 Overfull \vbox (0.82594pt too high) detected at line 69187 [835] [836 <./feature_portability_overview.png>] Chapter 7. [837 <./qa_resources-v3.PNG>] Underfull \hbox (badness 10000) in paragraph at lines 69295--69298 []\T1/SourceSansPro-LF/m/n/10 A se-lec-tion of sup-ported em-bed-ded Ar-chi-tec -tures can be found here: [][]$https : / / developer . microej . com / [838] [839] [840 <./platform-build_workflow.PNG>] [841 <./build_microej_mono_sa ndbox_firmware_numbered.PNG>] [842] [843 <./tuto_microej_platform_how_to_select _modules.PNG>] [844] [845] [846] Underfull \hbox (badness 10000) in paragraph at lines 70242--70242 []\T1/SourceSansPro-LF/m/n/10 Listing 1: |[][][]$https : / / github . com / Mic roEJ / FreeRTOS / commit / [847] [848] Underfull \hbox (badness 10000) in paragraph at lines 70389--70389 []\T1/SourceSansPro-LF/m/n/10 Listing 2: |[][][]$https : / / github . com / Mic roEJ / FreeRTOS / commit / [849] Underfull \hbox (badness 10000) in paragraph at lines 70453--70453 []\T1/SourceSansPro-LF/m/n/10 Listing 3: |[][][]$https : / / github . com / Mic roEJ / FreeRTOS / commit / [850] [851] [852 <./tuto_microej_fw_from_scratch_import_architecture.PNG>] [853 <./tuto_microej_fw_from_scratch_activate_license.PNG>] [854 <./tuto_microe j_fw_from_scratch_create_platform.PNG> <./tuto_microej_fw_from_scratch_add_plat form_configuration_additions.PNG>] Overfull \hbox (80.24498pt too wide) in paragraph at lines 70806--70806 []\T1/zi4/m/it/10 ============================================================= ===============================================| Overfull \hbox (80.24498pt too wide) in paragraph at lines 70811--70811 []\T1/zi4/m/it/10 ============================================================= ===============================================| [855] [856 <./tuto_microej_fw_from_scratch_build_platform.png>] [857 <./tuto_mi croej_fw_from_scratch_new_microej_application_project.PNG>] [858 <./tuto_microe j_fw_from_scratch_run_as_microej_application.PNG>] [859] [860 <./tuto_microej_f w_from_scratch_run_configurations.PNG> <./tuto_microej_fw_from_scratch_run_conf igurations_execute_on_device.PNG>] [861] [862] Underfull \vbox (badness 10000) detected at line 71154 [863] [864] Underfull \hbox (badness 10000) in paragraph at lines 71206--71206 []\T1/SourceSansPro-LF/m/n/10 Listing 6: |[][][]$https : / / github . com / Mic roEJ / FreeRTOS / commit / Underfull \hbox (badness 10000) in paragraph at lines 71258--71258 []\T1/SourceSansPro-LF/m/n/10 Listing 7: |[][][]$https : / / github . com / Fre eRTOS / FreeRTOS / commit / [865] Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71292. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71292. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71293. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71294. [866] Underfull \hbox (badness 10000) in paragraph at lines 71334--71334 []\T1/SourceSansPro-LF/m/n/10 Listing 8: |[][][]$https : / / github . com / Mic roEJ / FreeRTOS / commit / Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71360. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71361. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71362. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71362. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71363. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71364. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71366. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71367. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71368. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71369. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71370. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71371. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71373. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71374. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71375. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71376. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71377. [867] Underfull \hbox (badness 10000) in paragraph at lines 71392--71392 []\T1/SourceSansPro-LF/m/n/10 Listing 9: |[][][]$https : / / github . com / Mic roEJ / FreeRTOS / commit / [868] Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71421. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71422. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71423. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71424. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71425. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71426. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71427. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71428. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71429. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71430. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71431. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71432. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71433. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71434. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71435. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71436. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71437. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71438. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71439. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71440. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71441. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71442. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71443. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71444. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71445. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71446. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71447. Underfull \hbox (badness 10000) in paragraph at lines 71458--71458 []\T1/SourceSansPro-LF/m/n/10 Listing 10: |[][][]$https : / / github . com / Mi croEJ / FreeRTOS / commit / [869] Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71497. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71498. Underfull \hbox (badness 10000) in paragraph at lines 71508--71508 []\T1/SourceSansPro-LF/m/n/10 Listing 11: |[][][]$https : / / github . com / Mi croEJ / FreeRTOS / commit / [870] Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71547. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71548. Underfull \hbox (badness 10000) in paragraph at lines 71560--71560 []\T1/SourceSansPro-LF/m/n/10 Listing 12: |[][][]$https : / / github . com / Mi croEJ / FreeRTOS / commit / [871] [872 <./tuto_microej_fw_from_scratch_hello_world_updated.PNG> <./tuto_mic roej_fw_from_scratch_hello_world_updated_run.PNG>] [873] [874] Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\sphinxtitleref' on input line 71816. Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\sphinxtitleref' on input line 71816. Overfull \vbox (1.17744pt too high) detected at line 71876 [875] [876] Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\sphinxtitleref' on input line 71943. Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\sphinxtitleref' on input line 71943. [877] [878] [879 <./configure_build_bat_eclipse.png>] [880] [881] [882] [883 <./tuto_microej_cli_flow.PNG>] [884] Underfull \vbox (badness 10000) detected at line 72550 Overfull \vbox (0.82594pt too high) detected at line 72550 [885] [886] [887] Underfull \hbox (badness 10000) in paragraph at lines 72752--72754 []\T1/SourceSansPro-LF/m/n/10 Click on [][][] and se-lect the Mi-croEJ mod-ul e repos-i-tory zip file ( []\T1/zi4/m/it/10 microej[][MicroEJ [888 <./tuto_microej_cli_artifactory_module_preview.PNG>] [889] [890] [891 <./t uto_microej_cli_module_creation.PNG>] [892 <./tuto_microej_cli_module_files.PNG > <./tuto_microej_cli_module_location.PNG>] Underfull \hbox (badness 10000) in paragraph at lines 73143--73145 []\T1/SourceSansPro-LF/m/n/10 At the end of the build, the mod-ule is pub-lishe d to []\T1/zi4/m/it/10 http://localhost:8081/artifactory/list/ [893 <./tuto_microej_cli_jenkins_parameter.PNG> <./tuto_microej_cli_jenkins_git _hello.PNG>] [894] [895] [896] [897] [898] [899] [900] [901] [902] [903] [904] [905] [906] Underfull \hbox (badness 10000) in paragraph at lines 74433--74435 []\T1/SourceSansPro-LF/m/n/10 Sep-a-rate each func-tion and data re-source in a ded-i-cated sec-tion ( [][]\T1/zi4/m/it/10 ffunction[]sections [907] [908] [909] [910] [911] [912] [913] [914 <./json-src-files-folders.png>] Overfull \vbox (3.29794pt too high) detected at line 75003 [915] [916] Overfull \hbox (930.24498pt too wide) in paragraph at lines 75049--75049 []\T1/zi4/m/it/10 a1646d656e75a36269646466696c656576616c75656446696c6565706f707 570a1686d656e756974656d83a26576616c7565634e6577676f6e636c69636b6e4372656174654e 6577446f632829a26576616c7565644f70656e676f6e636c69636b694f70656e446f632829a2657 6616c756565436c6f7365676f6e636c69636b6a436c6f7365446f632829| [917] [918] [919] [920 <./tuto_microej_trace_property.png>] [921] [922] [923 <./tuto_microej_trace_constant.png>] [924] [925] [926] [927 <./tuto_testsu ite_plug_uart_wrover.JPG>] Underfull \hbox (badness 6876) in paragraph at lines 75805--75811 \T1/SourceSansPro-LF/m/n/10 De-pend-ing on the Test Suite and the speci-fici-ti es of the de-vice, var-i-ous prop-er-ties may be re-quired Underfull \hbox (badness 10000) in paragraph at lines 75805--75811 \T1/SourceSansPro-LF/m/n/10 and ad-justed. See the file []\T1/zi4/m/it/10 vali dation/microej[]testsuite[]common.properties[] \T1/SourceSansPro-LF/m/n/10 (fo r ex-am-ple Underfull \hbox (badness 10000) in paragraph at lines 75805--75811 [][]$\T1/SourceSansPro-LF/m/n/10 https : / / github . com / MicroEJ / PlatformQ ualificationTools / blob / 2 . 3 . 0 / tests / fs / java / java-[]testsuite-[]f s / validation / [928] [929 <./tuto_testsuite_fs_all_tests_passed.PNG>] [930] [931 <./tuto_sni_n on_blocking_call_blocking_case.PNG>] [932 <./tuto_sni_non_blocking_call_non_blo cking_case.PNG>] Underfull \hbox (badness 10000) in paragraph at lines 76146--76150 []\T1/SourceSansPro-LF/m/n/10 The call-back func-tion is au-to-mat-i-cally call ed by the Java thread when it is re-sumed. Use the Underfull \hbox (badness 10000) in paragraph at lines 76146--76150 []\T1/zi4/m/it/10 SNI_getCallbackArgs()[] \T1/SourceSansPro-LF/m/n/10 func-tio n to re-trieve the ar-gu-ments that was pre-vi-ously given to the [933] [934] [935 <./createStandaloneProject.png> <./structure.png>] [936 <./wid getdemo.png>] [937 <./simulator.png>] Underfull \hbox (badness 6641) in paragraph at lines 76405--76407 []\T1/SourceSansPro-LF/m/n/10 To run the code go to the \T1/SourceSansPro-LF/b/ n/10 Main.java \T1/SourceSansPro-LF/m/n/10 file and right click it, hover over [][][] and se-lect [938] [939 <./runapplication.png>] [940 <./hello.png>] [941 <./drawline.png>] [942 <./geometry.png>] [943 <./imagedrawable.png>] [944 <./thickshapes.png>] [945 <./ticking.png>] [946] [947] [948 <./progressbar.png>] [949 <./flowexample .png>] [950 <./flowusage.png>] [951 <./canvassample.png>] [952] [953 <./stylebo rder.png>] [954 <./margin.png> <./tuto_microej_gettingstarted_oversizedmargin.p ng>] [955 <./marginandpadding.png>] [956 <./tuto_microej_gettingstarted_oversiz edmarginandpadding.png> <./microej_logo.png>] [957 <./resources.png>] [958 <./i magessimulator.png>] [959] [960 <./imagebackgroundexample.png>] [961 <./classse lectorexample.png>] [962] [963 <./microejfont.png>] [964 <./fontname.png>] [965 <./fonteditor.png>] [966 <./importfonts1.png>] [967 <./importfonts2.png>] [968 <./font.png>] [969 <./listsample.png>] [970 <./scrollbar.png>] [971] [972] [973 <./listcontact.png>] [974] [975 <./labelsampleptbr.png>] Underfull \hbox (badness 5161) in paragraph at lines 77912--77914 []\T1/SourceSansPro-LF/m/n/10 This path can be found in []\T1/zi4/m/it/10 src[ ]adpgenerated/binarynls/java/com/mycompany/myapp/generated/ Underfull \hbox (badness 10000) in paragraph at lines 77925--77928 []\T1/SourceSansPro-LF/m/n/10 The re-source con-tain-ing trans-la-tions is now lo-cated in the []\T1/zi4/m/it/10 com.mycompany.myapp.Main/ Underfull \hbox (badness 10000) in paragraph at lines 77931--77934 []\T1/SourceSansPro-LF/m/n/10 A sim-ple im-ple-men-ta-tion of the Ex-ter-nal Re -sources Loader is avail-able on GitHub: [][]Example- [976 <./labelsampleenus.png>] [977] [978] Underfull \hbox (badness 10000) in paragraph at lines 78096--78098 [][] [979] Underfull \vbox (badness 10000) detected at line 78187 Overfull \vbox (0.82594pt too high) detected at line 78187 [980] [981] [982 <./HeapAnalyzer-example.png>] [983] [984] [985] [986] [987 <./ tuto_microej_debug_ui_freeze_rtos_task_heart_beat_priority.png (PNG copy)>] [988] Underfull \hbox (badness 6842) in paragraph at lines 78568--78572 []\T1/SourceSansPro-LF/m/n/10 Let's make the heart-beat snip-pet above ex-e-cut e in the UI thread. Sim-ply wraps the []\T1/zi4/m/it/10 System.out. [989] [990] [991] Underfull \hbox (badness 10000) in paragraph at lines 78887--78889 []\T1/SourceSansPro-LF/m/n/10 For ex-am-ple, FreeR-TOS in-cludes FreeRTOS-MPU [ ][]$https : / / www . freertos . org / [992] [993] [994] [995 <./emojisProfiles.png>] [996 <./emojisCopy.png> <./emoji sAppend.png>] [997 <./emojisExport.png>] Chapter 8. Underfull \hbox (badness 10000) in paragraph at lines 79323--79326 []|[][]$\T1/SourceSansPro-LF/m/n/10 https : / / repository . microej . com / pa ckages / repository / 2 . 5 . 0 / microej-[]5 _ [998] Chapter 9. (./microej-docs.ind [999] [1000]) (./microej-docs.aux) Package rerunfilecheck Warning: File `microej-docs.out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. LaTeX Font Warning: Some font shapes were not available, defaults substituted. LaTeX Warning: There were undefined references. ) (see the transcript file for additional information){/usr/share/texlive/texmf-d ist/fonts/enc/dvips/sourcesanspro/a_sd7igg.enc}{/usr/share/texlive/texmf-dist/f onts/enc/dvips/sourcesanspro/a_2cvp4u.enc}{/usr/share/texmf/fonts/enc/dvips/cm- super/cm-super-ts1.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/sourcesan spro/a_5tbsmu.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/inconsolata/i4 -ts1.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/inconsolata/i4-t1-0.enc }{/usr/share/texlive/texmf-dist/fonts/enc/dvips/sourcesanspro/a_ggs4wk.enc} Output written on microej-docs.pdf (1011 pages, 21608588 bytes). Transcript written on microej-docs.log. Latexmk: Index file 'microej-docs.idx' was written Latexmk: References changed. Latexmk: Log file says output to 'microej-docs.pdf' Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'microej-docs.aux' 'microej-docs.out' 'microej-docs.toc' ------------ Run number 3 of rule 'pdflatex' ------------ === TeX engine is 'pdfTeX' Latexmk: applying rule 'pdflatex'... ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="microej-docs" "microej.tex"' ------------ This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./microej.tex LaTeX2e <2020-02-02> patch level 2 L3 programming layer <2020-02-14> (./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 2019/12/20 v1.4l Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<>) (/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/generic/babel/babel.sty (/usr/share/texlive/texmf-dist/tex/generic/babel/switch.def) (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def)))) (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty))) (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.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/graphics-def/pdftex.def)) (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.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/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.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))) (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty) (./sphinxlatexadmonitions.sty (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty)) (./sphinxlatexliterals.sty (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.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/needspace/needspace.sty)) (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty) (./sphinxhighlight.sty) (./sphinxlatextables.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)) (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxpackagefootnote.sty ) (./sphinxlatexindbibtoc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty)) (./sphinxlatexstylepage.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)) (./sphinxlatexstyleheadings.sty (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty)) (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty)) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/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/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/generic/atbegshi/atbegshi.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/atveryend/atveryend.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) (./sphinxmessages.sty) (./microej.sty (/usr/share/texlive/texmf-dist/tex/latex/sourcesanspro/sourcesanspro.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifxetex.sty) (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifluatex.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/latex/base/fontenc.sty (/usr/share/texlive/texmf-dist/tex/latex/ly1/ly1enc.def (/usr/share/texlive/texmf-dist/tex/latex/base/ly1enc.dfu)) (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd))) (/usr/share/texlive/texmf-dist/tex/latex/inconsolata/inconsolata.sty `inconsolata-zi4' v1.12, 2019/05/17 Text macros for Inconsolata (msharpe)) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty (/usr/share/texlive/texmf-dist/tex/latex/sourcesanspro/T1SourceSansPro-LF.fd)) (/usr/share/texlive/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.t ex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def (/usr/share/texlive/texmf-dist/tex/latex/ms/everyshi.sty)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/pgf.revision.tex))) (/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.t ex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg) (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.de f))) (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code. tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code. tex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code .tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonomet ric.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.cod e.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison .code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code. tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code .tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code. tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerari thmetics.code.tex))) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfint.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.te x) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct. code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code .tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.te x) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.c ode.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformation s.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex ) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.t ex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing .code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.te x) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex ) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code. tex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.te x) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.c ode.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code. tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex)) ) (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex ) (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex ) (/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65 .sty) (/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18 .sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty) (/usr/share/texlive/texmf-dist/tex/latex/environ/environ.sty (/usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty)) (/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty))) Writing index file microej-docs.idx (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def) (./microej-docs.aux) (/usr/share/texlive/texmf-dist/tex/latex/ly1/ly1ptm.fd) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (./microej-docs.out) (./microej-docs.out) ABD: EveryShipout initializing macros (/usr/share/texlive/texmf-dist/tex/latex/inconsolata/t1zi4.fd)<><><><> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo nts/map/pdftex/updmap/pdftex.map} <./mascot.pdf>] (./microej-docs.toc [1] [2] [3] [4] [5] [6] [7] [8] [9]) [10] (/usr/share/texlive/texmf-dist/tex/latex/sourcesanspro/TS1SourceSansPro-LF.fd) [1] Chapter 1. [2] [3] Chapter 2. [4] [5 <./2_download.png>] [6 <./vee.png>] [7 <./toolchain.png>] [8 <./sdk_over view.png>] Chapter 3. [9 <./1_overview.png>] [10 <./sdk_content.png>] [11 <./splash.png>] Underfull \hbox (badness 10000) in paragraph at lines 578--580 []\T1/SourceSansPro-LF/m/n/10 On Linux, un-zip []\T1/zi4/m/n/10 MicroEJ[]SDK[] Installer[]Linux64[]23.02.zip[] \T1/SourceSansPro-LF/m/n/10 and start Underfull \hbox (badness 10000) in paragraph at lines 582--585 []\T1/SourceSansPro-LF/m/n/10 On ma-cOS, un-zip []\T1/zi4/m/n/10 MicroEJ[]SDK[ ]Installer[]Linux64[]23.02.zip[] \T1/SourceSansPro-LF/m/n/10 and start [12 <./welcome_screen1.png>] [13 <./license_screen1.png> <./installation_path_s creen1.png>] [14 <./installation_validation_screen1.png> <./installation_progre ss_screen1.png>] [15 <./options_screen1.png> <./installation_finished_screen1.p ng>] [16 <./check_update.png> <./no_update.png>] [17 <./update_available.png> < ./review_update.png>] Underfull \hbox (badness 10000) in paragraph at lines 829--831 []|\T1/SourceSansPro-LF/b/n/10 SDK Underfull \hbox (badness 10000) in paragraph at lines 829--831 \T1/SourceSansPro-LF/b/n/10 Dis- Underfull \hbox (badness 10000) in paragraph at lines 829--831 \T1/SourceSansPro-LF/b/n/10 tri- Underfull \hbox (badness 10000) in paragraph at lines 829--831 \T1/SourceSansPro-LF/b/n/10 bu- Overfull \hbox (12.59647pt too wide) in paragraph at lines 832--834 []|\T1/SourceSansPro-LF/b/n/10 JDK Overfull \hbox (12.58646pt too wide) in paragraph at lines 832--834 \T1/SourceSansPro-LF/b/n/10 Ver- Overfull \hbox (13.47646pt too wide) in paragraph at lines 832--834 \T1/SourceSansPro-LF/b/n/10 sion| Underfull \hbox (badness 10000) in paragraph at lines 848--850 []| []\T1/zi4/m/n/10 23. Overfull \hbox (6.34947pt too wide) in paragraph at lines 851--853 []| []\T1/zi4/m/n/10 11[]| Underfull \hbox (badness 10000) in paragraph at lines 867--869 []| []\T1/zi4/m/n/10 21. Overfull \hbox (1.34947pt too wide) in paragraph at lines 870--872 []| []\T1/zi4/m/n/10 8[]| [18 <./license_update.png> <./restart_update.png>] [19] Underfull \hbox (badness 10000) in paragraph at lines 996--998 []\T1/SourceSansPro-LF/m/n/10 On Linux, un-zip []\T1/zi4/m/n/10 MicroEJ[]SDK[] Installer[]Linux64[]21.11.zip[] \T1/SourceSansPro-LF/m/n/10 and start Underfull \hbox (badness 10000) in paragraph at lines 1000--1003 []\T1/SourceSansPro-LF/m/n/10 On ma-cOS, un-zip []\T1/zi4/m/n/10 MicroEJ[]SDK[ ]Installer[]Linux64[]21.11.zip[] \T1/SourceSansPro-LF/m/n/10 and start [20 <./welcome_screen.png>] [21 <./license_screen.png> <./installation_path_scr een.png>] [22 <./installation_validation_screen.png> <./installation_progress_s creen.png>] Underfull \hbox (badness 10000) in paragraph at lines 1127--1129 []|\T1/SourceSansPro-LF/b/n/10 SDK Underfull \hbox (badness 10000) in paragraph at lines 1127--1129 \T1/SourceSansPro-LF/b/n/10 Dis- Underfull \hbox (badness 10000) in paragraph at lines 1127--1129 \T1/SourceSansPro-LF/b/n/10 tri- Underfull \hbox (badness 10000) in paragraph at lines 1127--1129 \T1/SourceSansPro-LF/b/n/10 bu- Underfull \hbox (badness 10000) in paragraph at lines 1130--1132 []|\T1/SourceSansPro-LF/b/n/10 JDK Underfull \hbox (badness 10000) in paragraph at lines 1130--1132 \T1/SourceSansPro-LF/b/n/10 Ver- Underfull \hbox (badness 10000) in paragraph at lines 1139--1141 []|\T1/SourceSansPro-LF/b/n/10 ma-cOS Underfull \hbox (badness 10000) in paragraph at lines 1142--1144 []|\T1/SourceSansPro-LF/b/n/10 ma-cOS Underfull \hbox (badness 10000) in paragraph at lines 1142--1144 \T1/SourceSansPro-LF/b/n/10 aarch64 (M1 Underfull \hbox (badness 7081) in paragraph at lines 1145--1147 []|\T1/SourceSansPro-LF/b/n/10 SDK Ver- Underfull \hbox (badness 10000) in paragraph at lines 1148--1151 []|\T1/SourceSansPro-LF/b/n/10 Eclipse Underfull \hbox (badness 10000) in paragraph at lines 1152--1154 []| []\T1/zi4/m/n/10 23. Underfull \hbox (badness 10000) in paragraph at lines 1159--1161 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1163--1165 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1163--1165 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1169--1171 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1173--1175 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1173--1175 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1179--1181 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1183--1185 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1183--1185 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1189--1191 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1193--1195 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1193--1195 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1205--1207 []| []\T1/zi4/m/n/10 22. Underfull \hbox (badness 10000) in paragraph at lines 1212--1214 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1216--1218 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1216--1218 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1222--1224 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1226--1228 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1226--1228 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1232--1234 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1236--1238 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1236--1238 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1242--1244 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1246--1248 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1246--1248 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1258--1260 []| []\T1/zi4/m/n/10 21. Underfull \hbox (badness 10000) in paragraph at lines 1265--1267 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1269--1271 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1269--1271 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1275--1277 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1279--1281 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1279--1281 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1285--1287 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1289--1291 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1289--1291 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1304--1306 []| []\T1/zi4/m/n/10 21. Underfull \hbox (badness 10000) in paragraph at lines 1311--1313 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1315--1317 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1315--1317 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1321--1323 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1325--1327 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1325--1327 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1331--1333 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1335--1337 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1335--1337 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1350--1352 []| []\T1/zi4/m/n/10 20. Underfull \hbox (badness 10000) in paragraph at lines 1357--1359 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1361--1363 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1361--1363 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1367--1369 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1371--1373 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1371--1373 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1377--1379 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1381--1383 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1381--1383 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1396--1398 []| []\T1/zi4/m/n/10 20. Underfull \hbox (badness 10000) in paragraph at lines 1403--1405 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1407--1409 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1407--1409 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1413--1415 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1417--1419 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1417--1419 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1423--1425 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1427--1429 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1427--1429 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1442--1444 []| []\T1/zi4/m/n/10 20. Underfull \hbox (badness 10000) in paragraph at lines 1449--1451 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1453--1455 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1453--1455 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1459--1461 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1463--1465 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1463--1465 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1469--1471 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1473--1475 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1473--1475 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1488--1490 []| []\T1/zi4/m/n/10 19. Underfull \hbox (badness 10000) in paragraph at lines 1495--1497 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1499--1501 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1499--1501 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1505--1507 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1509--1511 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1509--1511 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1515--1517 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1519--1521 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1519--1521 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1534--1536 []| []\T1/zi4/m/n/10 19. Underfull \hbox (badness 10000) in paragraph at lines 1541--1543 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1545--1547 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1545--1547 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1551--1553 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1555--1557 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1555--1557 [][]\T1/SourceSansPro-LF/m/n/10 Portable Underfull \hbox (badness 10000) in paragraph at lines 1561--1563 [][][]\T1/SourceSansPro-LF/m/n/10 In-staller Underfull \hbox (badness 10000) in paragraph at lines 1565--1567 [] Overfull \hbox (0.7515pt too wide) in paragraph at lines 1565--1567 [][]\T1/SourceSansPro-LF/m/n/10 Portable [23 <./options_screen.png> <./installation_finished_screen.png>] Overfull \vbox (130.3799pt too high) has occurred while \output is active [24] [25] Overfull \hbox (22.32324pt too wide) in paragraph at lines 1755--1757 \T1/SourceSansPro-LF/m/n/10 When launch-ing the in-staller, you may get the fol -low-ing er-ror: [][][] [26 <./adoptopenjdk-install.png> <./incompatible_default_java_version_installer .png>] [27 <./incompatible_default_java_version_eclipse.png>] (/usr/share/texlive/texmf-dist/tex/latex/inconsolata/ts1zi4.fd) [28 <./sdk_eula _content.png>] Underfull \hbox (badness 10000) in paragraph at lines 1990--1993 []|\T1/SourceSansPro-LF/b/n/10 Run on Underfull \hbox (badness 10000) in paragraph at lines 1990--1993 \T1/SourceSansPro-LF/b/n/10 Sim-u-la-tor Underfull \hbox (badness 10000) in paragraph at lines 1990--1993 \T1/SourceSansPro-LF/b/n/10 (Vir-tual [29 <./licenses.jpg>] [30 <./uid.jpg>] [31 <./user_license_folder.png>] [32 <./wrongkey.jpg>] [33 <./dongle.jpg>] [34 <./updateWarningUnknownPublisher. png>] [35 <./updateTool.png (PNG copy)> <./updateSuccessful.png>] [36 <./platfo rmLicenseDetails.png>] [37 <./runAsAdministrator.png>] [38] Underfull \hbox (badness 10000) in paragraph at lines 2649--2651 []\T1/SourceSansPro-LF/m/n/10 You can also man-u-ally browse the repos-i-tory a t [][]$https : / / forge . microej . com / artifactory / [39] [40] [41 <./0-address-to-clone.png>] [42 <./1-import-type.png>] [43 <./2-l ocation-to-clone.png>] [44 <./3-local-destination.png> <./4-projects-imported.p ng>] [45 <./badge-green.png> <./badge-orange.png> <./badge-grey.png> <./workspa ce_selection.png>] [46 <./repository_selection.png>] [47 <./dependencyInWorkspa ce.png> <./mmm_shortcut_resolveAll.png>] [48 <./resolve.png>] [49 <./about_sdk_ 4-x.png>] [50 <./about_sdk_dist_20-07.png> <./installation_details_sdk_dist_20- 07.png>] Underfull \hbox (badness 5345) in paragraph at lines 3101--3105 []\T1/SourceSansPro-LF/m/n/10 Apache EasyAnt ([][]$https : / / ant . apache . o rg / easyant / history / trunk / reference . html$[][]) for mod-ule build from [51 <./mmm_flow.png>] [52] [53] [54] [55 <./mmm_preferences_5-2_annotated.png>] [56 <./mmm_shortcut_build_module.png>] [57 <./mmm_preferences_options_settings_ declaration.png> <./mmm_preferences_options_settings_register.png> <./mmm_prefe rences_options_settings_usage.png> <./mmm_preferences_options_declaration.png> <./mmm_preferences_options_register.png>] [58 <./mmm_preferences_options_usage. png> <./mmm_console_select_ivy.png> <./mmm_console_filter_debug.png>] [59 <./mm m_build_module.png>] [60 <./mmm_build_module_istory.png>] [61] [62] [63] [64] [65] [66 <./sdk_new_module.png>] [67] [68] [69] [70] [71 <./mmm_preference s_up_to_5-1_ivy_settings_annotated.png> <./mmm_preferences_up_to_5-1_ea4eclipse _annotated.png>] [72 <./mmm_extract_build_kit.png>] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] Underfull \hbox (badness 10000) in paragraph at lines 6030--6034 []\T1/SourceSansPro-LF/m/n/10 Up-dated Vir-tual De-vice Player ( []\T1/zi4/m/n/ 10 firmware[]singleapp[] \T1/SourceSansPro-LF/m/n/10 ) []\T1/zi4/m/n/10 launch er[]windows.bat[] \T1/SourceSansPro-LF/m/n/10 (use [85] Underfull \hbox (badness 10000) in paragraph at lines 6125--6129 []\T1/SourceSansPro-LF/m/n/10 Fixed []\T1/zi4/m/n/10 artifact[]checker[] \T1/ SourceSansPro-LF/m/n/10 to ac-cept re-vi-sions sur-rounded by brack-ets (as spe c-i-fied by [][]$https : [86] [87] [88] [89] [90] Underfull \hbox (badness 10000) in paragraph at lines 6715--6719 \T1/SourceSansPro-LF/m/n/10 Eclipse per-spec-tive set-tings are stored in the w orkspace meta-data, so the new wiz-ards short-cuts ( [91] [92] [93] Chapter 4. [94] [95 <./platform_project.png>] [96 <./platformImport.png>] [97 <./platformS elect.png>] [98 <./platformList.png> <./newApp1.png>] [99 <./newApp10.png>] [100 <./sim1.png>] [101 <./basic-launcher.png>] [102 <./bsp-options.png>] [103 <./build-output-files.png (PNG copy)>] [104 <./standalone_application_publ ished_files.png>] [105] [106 <./mainTab.png>] [107 <./executionTab.png (PNG cop y)>] Underfull \hbox (badness 10000) in paragraph at lines 7487--7490 []\T1/SourceSansPro-LF/m/n/10 To mod-ify string space (also called Per-mGen spa ce) to 256MB, set the [][]\T1/zi4/m/n/10 XX:PermSize=256M Underfull \hbox (badness 10000) in paragraph at lines 7496--7498 []\T1/SourceSansPro-LF/m/n/10 To set an [][]\T1/SourceSansPro-LF/m/it/10 ad-van ced Ap-pli-ca-tion op-tion[][]\T1/SourceSansPro-LF/m/n/10 , de-clare a sys-tem prop-erty with the fol-low-ing pat-tern [108 <./configurationTab.png>] [109 <./jreTab.png>] [110] [111 <./build-propert ies.png (PNG copy)>] [112 <./img11.png (PNG copy)>] [113] [114 <./img21.png (PN G copy)>] [115] [116 <./img31.png (PNG copy)>] [117] [118] [119] [120 <./img41. png (PNG copy)>] [121 <./img5.png (PNG copy)>] [122 <./img6.png (PNG copy)>] [123 <./img7.png (PNG copy)>] [124] [125 <./img8.png (PNG copy)>] [126 <./img9. png (PNG copy)>] [127 <./img111.png (PNG copy)> <./img12.png (PNG copy)>] [128] [129 <./img13.png (PNG copy)>] [130 <./img14.png (PNG copy)>] [131 <./img 15.png (PNG copy)>] [132 <./img16.png (PNG copy)>] [133 <./img17.png (PNG copy) > <./img18.png (PNG copy)>] [134] [135 <./img19.png (PNG copy)>] [136] [137 <./ img20.png (PNG copy)>] [138 <./img211.png (PNG copy)>] [139 <./img22.png (PNG c opy)>] [140 <./img23.png (PNG copy)>] [141] Underfull \hbox (badness 10000) in paragraph at lines 9327--9329 []\T1/SourceSansPro-LF/m/n/10 A Sand-boxed Ap-pli-ca-tion project can be cre-at ed in the SDK with the menu [][][] > [][][] > [142] [143 <./sandboxed-application-project-creation-menu.png> <./sandboxed-app lication-project-creation-form.png>] [144] [145] Underfull \hbox (badness 7168) in paragraph at lines 9509--9511 []\T1/SourceSansPro-LF/m/n/10 Now the Ap-pli-ca-tion can be ex-e-cuted by right -clicking on its project, then click-ing on [][][] > [146 <./sandboxed-application-import-vd.png>] [147 <./sandboxed-application-run .png>] [148 <./sandboxed-application-wpk-dropins.png>] [149] [150 <./sandboxed- application-duplicate-run-conf.png>] [151 <./sandboxed-application-configure-ru n-conf.png>] [152] [153 <./SI_1.png>] Underfull \hbox (badness 10000) in paragraph at lines 9976--9978 []|\T1/SourceSansPro-LF/m/n/10 In-stance [154 <./SI_3.png>] LaTeX Font Warning: Font shape `T1/zi4/m/it' undefined (Font) using `T1/zi4/m/n' instead on input line 10247. [155 <./SI_4.png>] [156] [157 <./ClassPath_2.png>] [158 <./virtual-device.png>] Underfull \hbox (badness 10000) in paragraph at lines 10597--10600 []|[][]$\T1/SourceSansPro-LF/m/n/10 https : / / repository . microej . com / ja vadoc / microej _ 5 . x / apis / ej / bon / [159] Underfull \hbox (badness 10000) in paragraph at lines 10685--10688 []|[][]$\T1/SourceSansPro-LF/m/n/10 https : / / repository . microej . com / ja vadoc / microej _ 5 . x / apis / ej / sni / [160] [161] [162] [163] Overfull \hbox (1.68227pt too wide) in paragraph at lines 11229--11232 []| []\T1/zi4/m/n/10 ${basedir}/ Underfull \hbox (badness 10000) in paragraph at lines 11239--11242 []| []\T1/zi4/m/n/10 private. Underfull \hbox (badness 10000) in paragraph at lines 11239--11242 \T1/zi4/m/n/10 modules. Underfull \hbox (badness 10000) in paragraph at lines 11249--11252 []| []\T1/zi4/m/n/10 public. Underfull \hbox (badness 10000) in paragraph at lines 11249--11252 \T1/zi4/m/n/10 modules. [164] Underfull \hbox (badness 10000) in paragraph at lines 11332--11338 []|\T1/SourceSansPro-LF/m/n/10 ar-chi-tec- Overfull \hbox (21.08156pt too wide) in paragraph at lines 11332--11338 \T1/SourceSansPro-LF/m/n/10 ture.configurations.includes[][][][][]| Overfull \hbox (12.6686pt too wide) in paragraph at lines 11367--11369 []|\T1/SourceSansPro-LF/m/n/10 bar.notification.email.from| Overfull \hbox (10.89856pt too wide) in paragraph at lines 11377--11379 []|\T1/SourceSansPro-LF/m/n/10 bar.notification.email.host| Overfull \hbox (32.97856pt too wide) in paragraph at lines 11387--11389 []|\T1/SourceSansPro-LF/m/n/10 bar.notification.email.password| Overfull \hbox (10.4886pt too wide) in paragraph at lines 11397--11399 []|\T1/SourceSansPro-LF/m/n/10 bar.notification.email.port| Overfull \hbox (3.59857pt too wide) in paragraph at lines 11407--11409 []|\T1/SourceSansPro-LF/m/n/10 bar.notification.email.ssl| Overfull \hbox (0.86859pt too wide) in paragraph at lines 11417--11419 []|\T1/SourceSansPro-LF/m/n/10 bar.notification.email.to| Overfull \hbox (10.72858pt too wide) in paragraph at lines 11427--11429 []|\T1/SourceSansPro-LF/m/n/10 bar.notification.email.user| Overfull \hbox (12.60864pt too wide) in paragraph at lines 11437--11439 []|\T1/SourceSansPro-LF/m/n/10 bar.populate.from.resolver| Overfull \hbox (6.68227pt too wide) in paragraph at lines 11443--11446 []| []\T1/zi4/m/n/10 fetchRelease[]| Overfull \hbox (18.65855pt too wide) in paragraph at lines 11447--11449 []|\T1/SourceSansPro-LF/m/n/10 bar.populate.ivy.settings.file| Underfull \hbox (badness 10000) in paragraph at lines 11453--11456 \T1/zi4/m/n/10 ivy. Underfull \hbox (badness 10000) in paragraph at lines 11453--11456 \T1/zi4/m/n/10 settings. Overfull \hbox (19.75862pt too wide) in paragraph at lines 11457--11459 []|\T1/SourceSansPro-LF/m/n/10 bar.populate.repository.conf| Overfull \hbox (14.9056pt too wide) in paragraph at lines 11498--11504 []|\T1/SourceSansPro-LF/m/n/10 javadoc.modules.excludes[][][][][]| Overfull \hbox (2.87866pt too wide) in paragraph at lines 11543--11545 []|\T1/SourceSansPro-LF/m/n/10 skip.javadoc.deprecated| [165] [166] Underfull \hbox (badness 10000) in paragraph at lines 11810--11813 []| []\T1/zi4/m/n/10 lines, Underfull \hbox (badness 10000) in paragraph at lines 11810--11813 \T1/zi4/m/n/10 source, Overfull \hbox (1.68227pt too wide) in paragraph at lines 11830--11833 []| []\T1/zi4/m/n/10 ${basedir}/ Underfull \hbox (badness 10000) in paragraph at lines 11830--11833 \T1/zi4/m/n/10 src/main/ [167] Underfull \hbox (badness 10000) in paragraph at lines 11886--11888 []|\T1/SourceSansPro-LF/m/n/10 platform- Underfull \hbox (badness 10000) in paragraph at lines 11896--11898 []|\T1/SourceSansPro-LF/m/n/10 plat- Overfull \hbox (28.73863pt too wide) in paragraph at lines 11896--11898 \T1/SourceSansPro-LF/m/n/10 form.loader.skip.load.platform| Underfull \hbox (badness 10000) in paragraph at lines 11907--11909 []|\T1/SourceSansPro-LF/m/n/10 platform- Overfull \hbox (13.1586pt too wide) in paragraph at lines 11907--11909 \T1/SourceSansPro-LF/m/n/10 loader.target.platform.conf| Underfull \hbox (badness 10000) in paragraph at lines 11917--11919 []|\T1/SourceSansPro-LF/m/n/10 platform- Overfull \hbox (6.47862pt too wide) in paragraph at lines 11917--11919 \T1/SourceSansPro-LF/m/n/10 loader.target.platform.dir| Underfull \hbox (badness 10000) in paragraph at lines 11927--11929 []|\T1/SourceSansPro-LF/m/n/10 platform- Overfull \hbox (27.00859pt too wide) in paragraph at lines 11927--11929 \T1/SourceSansPro-LF/m/n/10 loader.target.platform.dropins| Underfull \hbox (badness 10000) in paragraph at lines 11937--11939 []|\T1/SourceSansPro-LF/m/n/10 platform- Overfull \hbox (7.9986pt too wide) in paragraph at lines 11937--11939 \T1/SourceSansPro-LF/m/n/10 loader.target.platform.file| Overfull \hbox (1.68227pt too wide) in paragraph at lines 12002--12005 []| []\T1/zi4/m/n/10 ${basedir}/ Underfull \hbox (badness 10000) in paragraph at lines 12002--12005 \T1/zi4/m/n/10 src/main/ Underfull \hbox (badness 10000) in paragraph at lines 12052--12055 []| []\T1/zi4/m/n/10 ${target. Underfull \hbox (badness 10000) in paragraph at lines 12052--12055 \T1/zi4/m/n/10 reports}/ Underfull \hbox (badness 10000) in paragraph at lines 12062--12065 []| []\T1/zi4/m/n/10 ${target. Underfull \hbox (badness 10000) in paragraph at lines 12062--12065 \T1/zi4/m/n/10 javadoc}/ Underfull \hbox (badness 10000) in paragraph at lines 12066--12068 []|\T1/SourceSansPro-LF/m/n/10 javadoc- Underfull \hbox (badness 10000) in paragraph at lines 12072--12075 []| []\T1/zi4/m/n/10 ${src. Underfull \hbox (badness 10000) in paragraph at lines 12072--12075 \T1/zi4/m/n/10 main. Underfull \hbox (badness 10000) in paragraph at lines 12072--12075 \T1/zi4/m/n/10 java}/ Underfull \hbox (badness 10000) in paragraph at lines 12072--12075 \T1/zi4/m/n/10 overview. Underfull \hbox (badness 10000) in paragraph at lines 12072--12075 \T1/zi4/m/n/10 html[] \T1/SourceSansPro-LF/m/n/10 if Underfull \hbox (badness 10000) in paragraph at lines 12072--12075 \T1/SourceSansPro-LF/m/n/10 ex-ists, oth- Underfull \hbox (badness 10000) in paragraph at lines 12072--12075 \T1/SourceSansPro-LF/m/n/10 er-wise a Underfull \hbox (badness 10000) in paragraph at lines 12072--12075 \T1/SourceSansPro-LF/m/n/10 de-fault Underfull \hbox (badness 10000) in paragraph at lines 12086--12088 []|\T1/SourceSansPro-LF/m/n/10 tar- Overfull \hbox (48.84848pt too wide) in paragraph at lines 12086--12088 \T1/SourceSansPro-LF/m/n/10 get.artifacts.main.javadoc.jar.name| Underfull \hbox (badness 10000) in paragraph at lines 12092--12095 []| []\T1/zi4/m/n/10 ${module. Overfull \hbox (15.34927pt too wide) in paragraph at lines 12092--12095 \T1/zi4/m/n/10 name}[]javadoc. Overfull \hbox (11.68227pt too wide) in paragraph at lines 12102--12105 []| []\T1/zi4/m/n/10 documentation[]| [168] Underfull \hbox (badness 10000) in paragraph at lines 12166--12168 []|\T1/SourceSansPro-LF/m/n/10 mi- Overfull \hbox (41.37845pt too wide) in paragraph at lines 12166--12168 \T1/SourceSansPro-LF/m/n/10 croej.testsuite.cc.excludes.classes| Underfull \hbox (badness 10000) in paragraph at lines 12176--12178 []|\T1/SourceSansPro-LF/m/n/10 mi- Underfull \hbox (badness 10000) in paragraph at lines 12186--12188 []|\T1/SourceSansPro-LF/m/n/10 mi- Overfull \hbox (68.90845pt too wide) in paragraph at lines 12186--12188 \T1/SourceSansPro-LF/m/n/10 croej.testsuite.properties.s3.cc.activated| Underfull \hbox (badness 10000) in paragraph at lines 12202--12209 []|\T1/SourceSansPro-LF/m/n/10 Java source folder ( Underfull \hbox (badness 10000) in paragraph at lines 12202--12209 []\T1/zi4/m/n/10 src/main/java[] \T1/SourceSansPro-LF/m/n/10 ) and Underfull \hbox (badness 10000) in paragraph at lines 12210--12212 []|\T1/SourceSansPro-LF/m/n/10 mi- Overfull \hbox (5.08855pt too wide) in paragraph at lines 12220--12222 []|\T1/SourceSansPro-LF/m/n/10 test.run.excludes.pattern| Overfull \hbox (3.94856pt too wide) in paragraph at lines 12240--12242 []|\T1/SourceSansPro-LF/m/n/10 test.run.includes.pattern| [169] Overfull \hbox (5.08855pt too wide) in paragraph at lines 12312--12314 []|\T1/SourceSansPro-LF/m/n/10 test.run.excludes.pattern| Overfull \hbox (3.94856pt too wide) in paragraph at lines 12332--12334 []|\T1/SourceSansPro-LF/m/n/10 test.run.includes.pattern| Underfull \hbox (badness 10000) in paragraph at lines 12338--12341 []| []\T1/zi4/m/n/10 **/*[] \T1/SourceSansPro-LF/m/n/10 (all [170] Overfull \hbox (19.2786pt too wide) in paragraph at lines 12439--12441 []|\T1/SourceSansPro-LF/m/n/10 skip.foundationconf.checker| Overfull \hbox (8.88757pt too wide) in paragraph at lines 12459--12465 []|\T1/SourceSansPro-LF/m/n/10 skip.nullanalysis.checker[][][][][]| [171] [172] [173 <./repository-tree.png>] Underfull \hbox (badness 10000) in paragraph at lines 12599--12601 []\T1/SourceSansPro-LF/m/n/10 The []\T1/zi4/m/n/10 MicroEJChainResolver[] \T1 /SourceSansPro-LF/m/n/10 is a URL re-solver de-fined in []\T1/zi4/m/n/10 $USER _HOME[].microej[] [174] [175] [176 <./javadoc_module_dependency.png>] Underfull \hbox (badness 10000) in paragraph at lines 12759--12762 []\T1/SourceSansPro-LF/m/n/10 Gath-ers all mod-ule de-pen-den-cies. The whole r epos-i-tory con-tent is cre-ated un-der []\T1/zi4/m/it/10 target~/ [177] [178 <./ClassPath_4.png>] [179 <./ClassPath_1.png>] Underfull \hbox (badness 10000) in paragraph at lines 13000--13004 []\T1/SourceSansPro-LF/m/n/10 Raw re-sources are re-sources that can be dy-nam- i-cally re-trieved with a call to [180] [181 <./graphviz-c47847d0d8d3fe6990d75c678f74a6fdddb4e842.pdf>] [182] [183] [184 <./graphviz-08e33b4270e5827eddcf70955c1d81df296d2d8d.pdf>] [185] [186 <./graphviz-a5e7bd17651cb051e8da67ab9dfebf680966828d.pdf>] [187] [188] [189] [190 <./debug1.png>] [191 <./addon_library_source.png>] [192 <./addon_lib rary_open_implementation.png> <./addon_library_implementation_read_only.png>] [193 <./foundation_library_implementation_folders.png>] [194 <./foundation_libr ary_debug_add_source_archive.png>] [195 <./foundation_library_debug_select_sour ce_jars.png>] [196 <./foundation_library_debug_open_implementation.png>] [197 <./tool-launch.png>] Underfull \hbox (badness 10000) in paragraph at lines 13905--13911 [][]\T1/SourceSansPro-LF/m/n/10 JU-nit[][] test-ing can be en-abled when us-ing the []\T1/zi4/m/it/10 microej[]javalib[] \T1/SourceSansPro-LF/m/n/10 (Mi-cro EJ Add-On Li-brary) or the [198] [199] [200 <./testsuiteReportHTMLExample.png> <./testsuiteReportXMLExampl e.png> <./testsuiteReportXMLExampleJunitView.png>] Underfull \hbox (badness 10000) in paragraph at lines 14163--14167 []\T1/SourceSansPro-LF/m/n/10 In the []\T1/zi4/m/it/10 src[]adpgenerated/junit /java[] \T1/SourceSansPro-LF/m/n/10 folder, right-click on the de-sired au-to- gen-er-ated class ( [201] [202] [203 <./trace1.png>] [204 <./STR_application-out.png> <./STR_tracet ermite_standalone.png>] [205 <./STR_selecttool_standalone.png>] [206 <./STR_con figuration_standalone.png> <./STR_trace-read.png>] [207 <./STR_stacktracedump.p ng> <./STR_debugfofile.png>] [208 <./STR_tracetermite_sandboxed.png> <./STR_sel ecttool_sandboxed.png>] [209 <./STR_firmware-out.png>] [210 <./STR_virtualdevic e.png>] [211 <./STR_selectfile_sandboxed.png>] [212 <./STR_console_sandboxed.pn g>] [213 <./img114.png (PNG copy)>] [214] [215] [216 <./cca_process.png>] [217 <./img110.png (PNG copy)>] [218 <./heap_usage.png>] [219] [220] Underfull \hbox (badness 10000) in paragraph at lines 15098--15098 []\T1/SourceSansPro-LF/m/n/10 Num-ber of Underfull \hbox (badness 10000) in paragraph at lines 15098--15098 []\T1/SourceSansPro-LF/m/n/10 Pro-gres-sive [221] [222 <./img112.png (PNG copy)>] [223] [224 <./outline-view.png> <./fields -and-ref-showing-fields.png>] [225 <./fields-and-ref-showing-refs.png>] [226 <./heap-usage-tab.png>] [227 <./dominator-tree-tab.png>] [228 <./leak-susp ects-tab.png>] [229 <./progressive.png>] [230 <./compare-all.png>] [231 <./comp are-fields.png>] [232 <./img113.png (PNG copy)>] [233] [234 <./mma_process.png> ] [235 <./whereMapIs.png> <./RI1.png>] [236 <./RIDetailedView.png>] [237] [238] [239 <./null_analysis_example.png>] Underfull \hbox (badness 6542) in paragraph at lines 16008--16012 []\T1/SourceSansPro-LF/m/n/10 In each Java pack-age, cre-ate a []\T1/zi4/m/it/ 10 package[]info.java[] \T1/SourceSansPro-LF/m/n/10 file and an-no-tate the Ja va pack-age with [240 <./null_analysis_packageinfo.png> <./null_analysis_field_and_method.png>] [241 <./null_analysis_project_configuration_checks.png>] [242 <./null_analysis_ project_configuration_annotations.png>] [243 <./null_analysis_project_configura tion_suppress_warnings.png>] [244 <./null_analysis_settings_folder.png>] [245 <./null_analysis_troubleshooting_edc_version.png>] Underfull \vbox (badness 10000) detected at line 16259 Overfull \vbox (0.82594pt too high) detected at line 16259 [246] Underfull \vbox (badness 10000) detected at line 16259 Overfull \vbox (0.82594pt too high) detected at line 16259 [247] [248] [249] [250] [251] Overfull \hbox (4.42749pt too wide) in paragraph at lines 16680--16682 []| []\T1/zi4/m/it/10 symbolPrefix[]| [252] [253] [254] [255] Underfull \hbox (badness 10000) in paragraph at lines 17142--17146 []\T1/SourceSansPro-LF/m/n/10 Con-sider there are four de-fined sym-bols named []\T1/zi4/m/it/10 zeroinit_start_xxx[] \T1/SourceSansPro-LF/m/n/10 , []\T1/zi 4/m/it/10 zeroinit_end_xxx[] \T1/SourceSansPro-LF/m/n/10 , [256] [257] [258] Underfull \hbox (badness 6063) in paragraph at lines 17770--17776 []|\T1/SourceSansPro-LF/m/n/10 Ex-clu-sive op-tions (these op-tions can-not be used si-mul-ta-ne-ously). For ex-am-ple, [259] [260] [261] [262 <./testsuiteEngine.png>] Underfull \hbox (badness 10000) in paragraph at lines 18186--18192 \T1/zi4/m/it/10 [label]/[reportName].xml[] \T1/SourceSansPro-LF/m/n/10 , see th e []\T1/zi4/m/it/10 testsuiteReportFileProperty[] \T1/SourceSansPro-LF/m/n/10 and Overfull \hbox (0.50714pt too wide) in paragraph at lines 18193--18195 []| []\T1/zi4/m/it/10 harnessScript[]| Underfull \hbox (badness 10000) in paragraph at lines 18228--18230 []| []\T1/zi4/m/it/10 testsuite. Underfull \hbox (badness 10000) in paragraph at lines 18238--18240 []| []\T1/zi4/m/it/10 testsuite. Underfull \hbox (badness 10000) in paragraph at lines 18245--18247 []| []\T1/zi4/m/it/10 testsuite. Underfull \hbox (badness 10000) in paragraph at lines 18245--18247 \T1/zi4/m/it/10 test. Underfull \hbox (badness 5388) in paragraph at lines 18248--18252 []|\T1/SourceSansPro-LF/m/n/10 The ab-so-lute path to the cus-tom prop-er-ties of the cur-rent test (see the prop-erty Underfull \hbox (badness 10000) in paragraph at lines 18253--18255 []| []\T1/zi4/m/it/10 testsuite. Underfull \hbox (badness 10000) in paragraph at lines 18253--18255 \T1/zi4/m/it/10 common. Underfull \hbox (badness 10000) in paragraph at lines 18256--18260 []|\T1/SourceSansPro-LF/m/n/10 The ab-so-lute path to the com-mon prop-er-ties of all the tests (see the prop-erty Underfull \hbox (badness 10000) in paragraph at lines 18261--18263 []| []\T1/zi4/m/it/10 testsuite. Underfull \hbox (badness 10000) in paragraph at lines 18285--18287 []|\T1/SourceSansPro-LF/m/n/10 At-tribute Overfull \hbox (21.58243pt too wide) in paragraph at lines 18306--18308 []| []\T1/zi4/m/it/10 verboseLevel[]| Overfull \hbox (11.58243pt too wide) in paragraph at lines 18318--18320 []| []\T1/zi4/m/it/10 reportName[]| Overfull \hbox (86.58243pt too wide) in paragraph at lines 18328--18330 []| []\T1/zi4/m/it/10 customPropertiesExtension[]| Overfull \hbox (41.58243pt too wide) in paragraph at lines 18346--18348 []| []\T1/zi4/m/it/10 commonProperties[]| Overfull \hbox (16.58243pt too wide) in paragraph at lines 18370--18372 []| []\T1/zi4/m/it/10 productName[]| Overfull \hbox (96.58243pt too wide) in paragraph at lines 18403--18405 []| []\T1/zi4/m/it/10 testsuiteReportFileProperty[]| Overfull \hbox (91.58243pt too wide) in paragraph at lines 18415--18417 []| []\T1/zi4/m/it/10 testsuiteReportDirProperty[]| Overfull \hbox (76.58243pt too wide) in paragraph at lines 18426--18428 []| []\T1/zi4/m/it/10 testsuiteResultProperty[]| [263] Overfull \hbox (10.50714pt too wide) in paragraph at lines 18472--18474 []| []\T1/zi4/m/it/10 testIgnoredPath[] [264] Underfull \hbox (badness 10000) in paragraph at lines 18534--18536 []| []\T1/zi4/m/it/10 testsuite. Underfull \hbox (badness 10000) in paragraph at lines 18543--18545 []| []\T1/zi4/m/it/10 testsuite. Underfull \hbox (badness 10000) in paragraph at lines 18543--18545 \T1/zi4/m/it/10 test. [265] [266] [267] [268 <./ui_overview.png>] [269] [270 <./graphviz-10e3ec41215c caaed72e3531512446b2cd8ccdba.pdf>] [271] [272] [273] [274] Overfull \vbox (919.02377pt too high) has occurred while \output is active [275 <./transparent.png> <./argb8888.png> <./argb4444.png> <./argb1555.png> <./ opaque.png> <./rgb888_o.png> <./rgb888_t.png> <./rgb565_o.png> <./rgb565_t.png> <./picto.png> <./a8.png> <./a8_c.png> <./a4.png> <./a4_c.png> <./a2.png> <./a2 _c.png> <./a1.png> <./a1_c.png> <./grayscale.png> <./c4.png> <./c2.png> <./c1.p ng> <./grayscale_t.png> <./ac44.png> <./ac22.png> <./ac11.png>] Overfull \hbox (13.12488pt too wide) in paragraph at lines 19768--19769 [][] [276] [277] [278 <./graphviz-6f2b41929bb57b50d9a115d32914e871d3596e88.pdf>] [279] Overfull \hbox (1.21721pt too wide) in paragraph at lines 20463--20465 []|\T1/SourceSansPro-LF/m/n/10 0x1000| Overfull \hbox (0.87721pt too wide) in paragraph at lines 20476--20478 []|\T1/SourceSansPro-LF/m/n/10 0x10a0| Overfull \hbox (0.74721pt too wide) in paragraph at lines 20502--20504 []|\T1/SourceSansPro-LF/m/n/10 0x1200| Overfull \hbox (0.6772pt too wide) in paragraph at lines 20515--20517 []|\T1/SourceSansPro-LF/m/n/10 0x1380| Overfull \hbox (1.0272pt too wide) in paragraph at lines 20542--20544 []|\T1/SourceSansPro-LF/m/n/10 0x1400| Overfull \hbox (0.9572pt too wide) in paragraph at lines 20555--20557 []|\T1/SourceSansPro-LF/m/n/10 0x1680| Overfull \hbox (0.74721pt too wide) in paragraph at lines 20568--20570 []|\T1/SourceSansPro-LF/m/n/10 0x16a0| Overfull \hbox (0.5072pt too wide) in paragraph at lines 20581--20583 []|\T1/SourceSansPro-LF/m/n/10 0x1700| Overfull \hbox (1.0872pt too wide) in paragraph at lines 20646--20648 []|\T1/SourceSansPro-LF/m/n/10 0x1800| Overfull \hbox (5.6804pt too wide) in paragraph at lines 20658--20660 []|\T1/SourceSansPro-LF/m/n/10 uni-fied_canadian_aboriginal_syllabics_extended| Overfull \hbox (1.23721pt too wide) in paragraph at lines 20661--20663 []|\T1/SourceSansPro-LF/m/n/10 0x18b0| Overfull \hbox (1.0872pt too wide) in paragraph at lines 20674--20676 []|\T1/SourceSansPro-LF/m/n/10 0x1900| Overfull \hbox (0.6772pt too wide) in paragraph at lines 20687--20689 []|\T1/SourceSansPro-LF/m/n/10 0x1950| Overfull \hbox (0.9572pt too wide) in paragraph at lines 20700--20702 []|\T1/SourceSansPro-LF/m/n/10 0x1980| Overfull \hbox (0.6672pt too wide) in paragraph at lines 20713--20715 []|\T1/SourceSansPro-LF/m/n/10 0x19e0| Overfull \hbox (0.87721pt too wide) in paragraph at lines 20726--20728 []|\T1/SourceSansPro-LF/m/n/10 0x1a00| Overfull \hbox (1.02722pt too wide) in paragraph at lines 20753--20755 []|\T1/SourceSansPro-LF/m/n/10 0x1ab0| Overfull \hbox (1.36722pt too wide) in paragraph at lines 20766--20768 []|\T1/SourceSansPro-LF/m/n/10 0x1b00| Overfull \hbox (1.23721pt too wide) in paragraph at lines 20779--20781 []|\T1/SourceSansPro-LF/m/n/10 0x1b80| Overfull \hbox (0.54723pt too wide) in paragraph at lines 20792--20794 []|\T1/SourceSansPro-LF/m/n/10 0x1bc0| [280] Overfull \hbox (1.38722pt too wide) in paragraph at lines 20870--20872 []|\T1/SourceSansPro-LF/m/n/10 0x1d00| Overfull \hbox (1.25722pt too wide) in paragraph at lines 20884--20886 []|\T1/SourceSansPro-LF/m/n/10 0x1d80| Overfull \hbox (0.56723pt too wide) in paragraph at lines 20898--20900 []|\T1/SourceSansPro-LF/m/n/10 0x1dc0| Overfull \hbox (0.79721pt too wide) in paragraph at lines 20912--20914 []|\T1/SourceSansPro-LF/m/n/10 0x1e00| Overfull \hbox (2.4372pt too wide) in paragraph at lines 20938--20940 []|\T1/SourceSansPro-LF/m/n/10 0x2000| Overfull \hbox (1.48718pt too wide) in paragraph at lines 20952--20954 []|\T1/SourceSansPro-LF/m/n/10 0x2070| Overfull \hbox (2.0972pt too wide) in paragraph at lines 20965--20967 []|\T1/SourceSansPro-LF/m/n/10 0x20a0| Overfull \hbox (2.60721pt too wide) in paragraph at lines 20979--20981 []|\T1/SourceSansPro-LF/m/n/10 0x20d0| Overfull \hbox (0.5872pt too wide) in paragraph at lines 20992--20994 []|\T1/SourceSansPro-LF/m/n/10 0x2100| Overfull \hbox (1.9072pt too wide) in paragraph at lines 21031--21033 []|\T1/SourceSansPro-LF/m/n/10 0x2200| Overfull \hbox (2.02719pt too wide) in paragraph at lines 21044--21046 []|\T1/SourceSansPro-LF/m/n/10 0x2300| Overfull \hbox (1.94719pt too wide) in paragraph at lines 21057--21059 []|\T1/SourceSansPro-LF/m/n/10 0x2400| Overfull \hbox (1.75719pt too wide) in paragraph at lines 21071--21073 []|\T1/SourceSansPro-LF/m/n/10 0x2440| Overfull \hbox (1.81718pt too wide) in paragraph at lines 21084--21086 []|\T1/SourceSansPro-LF/m/n/10 0x2460| Overfull \hbox (2.02719pt too wide) in paragraph at lines 21097--21099 []|\T1/SourceSansPro-LF/m/n/10 0x2500| Overfull \hbox (1.89719pt too wide) in paragraph at lines 21110--21112 []|\T1/SourceSansPro-LF/m/n/10 0x2580| Overfull \hbox (1.6872pt too wide) in paragraph at lines 21123--21125 []|\T1/SourceSansPro-LF/m/n/10 0x25a0| Overfull \hbox (2.2472pt too wide) in paragraph at lines 21136--21138 []|\T1/SourceSansPro-LF/m/n/10 0x2600| Overfull \hbox (1.48718pt too wide) in paragraph at lines 21149--21151 []|\T1/SourceSansPro-LF/m/n/10 0x2700| Underfull \hbox (badness 10000) in paragraph at lines 21156--21159 []|\T1/SourceSansPro-LF/m/n/10 Mis-cel-la-neous Math-e-mat-i-cal Overfull \hbox (0.9072pt too wide) in paragraph at lines 21163--21165 []|\T1/SourceSansPro-LF/m/n/10 0x27c0| Overfull \hbox (2.4072pt too wide) in paragraph at lines 21189--21191 []|\T1/SourceSansPro-LF/m/n/10 0x2800| Overfull \hbox (2.20718pt too wide) in paragraph at lines 21202--21204 []|\T1/SourceSansPro-LF/m/n/10 0x2900| Underfull \hbox (badness 10000) in paragraph at lines 21209--21212 []|\T1/SourceSansPro-LF/m/n/10 Mis-cel-la-neous Math-e-mat-i-cal Overfull \hbox (2.07718pt too wide) in paragraph at lines 21216--21218 []|\T1/SourceSansPro-LF/m/n/10 0x2980| Underfull \hbox (badness 6526) in paragraph at lines 21223--21226 []|\T1/SourceSansPro-LF/m/n/10 Sup-ple-men-tal Math-e-mat-i-cal Op-er-a- Overfull \hbox (2.1972pt too wide) in paragraph at lines 21230--21232 []|\T1/SourceSansPro-LF/m/n/10 0x2a00| Overfull \hbox (2.68721pt too wide) in paragraph at lines 21244--21246 []|\T1/SourceSansPro-LF/m/n/10 0x2b00| Overfull \hbox (1.71721pt too wide) in paragraph at lines 21257--21259 []|\T1/SourceSansPro-LF/m/n/10 0x2c00| Overfull \hbox (1.5872pt too wide) in paragraph at lines 21270--21272 []|\T1/SourceSansPro-LF/m/n/10 0x2c60| Overfull \hbox (1.5872pt too wide) in paragraph at lines 21283--21285 []|\T1/SourceSansPro-LF/m/n/10 0x2c80| Overfull \hbox (2.70721pt too wide) in paragraph at lines 21296--21298 []|\T1/SourceSansPro-LF/m/n/10 0x2d00| Overfull \hbox (2.29721pt too wide) in paragraph at lines 21309--21311 []|\T1/SourceSansPro-LF/m/n/10 0x2d30| Overfull \hbox (2.57721pt too wide) in paragraph at lines 21322--21324 []|\T1/SourceSansPro-LF/m/n/10 0x2d80| Overfull \hbox (2.28722pt too wide) in paragraph at lines 21335--21337 []|\T1/SourceSansPro-LF/m/n/10 0x2de0| Overfull \hbox (2.1172pt too wide) in paragraph at lines 21348--21350 []|\T1/SourceSansPro-LF/m/n/10 0x2e00| Overfull \hbox (1.9872pt too wide) in paragraph at lines 21361--21363 []|\T1/SourceSansPro-LF/m/n/10 0x2e80| Overfull \hbox (2.4972pt too wide) in paragraph at lines 21402--21404 []|\T1/SourceSansPro-LF/m/n/10 0x3000| Overfull \hbox (2.30719pt too wide) in paragraph at lines 21415--21417 []|\T1/SourceSansPro-LF/m/n/10 0x3040| Overfull \hbox (2.1572pt too wide) in paragraph at lines 21428--21430 []|\T1/SourceSansPro-LF/m/n/10 0x30a0| Overfull \hbox (0.7072pt too wide) in paragraph at lines 21441--21443 []|\T1/SourceSansPro-LF/m/n/10 0x3100| Overfull \hbox (0.5772pt too wide) in paragraph at lines 21468--21470 []|\T1/SourceSansPro-LF/m/n/10 0x3190| Overfull \hbox (1.92719pt too wide) in paragraph at lines 21522--21524 []|\T1/SourceSansPro-LF/m/n/10 0x3200| Overfull \hbox (1.94719pt too wide) in paragraph at lines 21535--21537 []|\T1/SourceSansPro-LF/m/n/10 0x3300| Overfull \hbox (2.30719pt too wide) in paragraph at lines 21549--21551 []|\T1/SourceSansPro-LF/m/n/10 0x3400| Overfull \hbox (0.57722pt too wide) in paragraph at lines 21552--21555 []|\T1/SourceSansPro-LF/m/n/10 0x4dbf| Overfull \hbox (2.06721pt too wide) in paragraph at lines 21562--21564 []|\T1/SourceSansPro-LF/m/n/10 0x4dc0| Overfull \hbox (2.2972pt too wide) in paragraph at lines 21575--21577 []|\T1/SourceSansPro-LF/m/n/10 0x4e00| Overfull \hbox (2.4672pt too wide) in paragraph at lines 21588--21590 []|\T1/SourceSansPro-LF/m/n/10 0xa000| Overfull \hbox (2.00719pt too wide) in paragraph at lines 21601--21603 []|\T1/SourceSansPro-LF/m/n/10 0xa490| [281] Overfull \hbox (2.4472pt too wide) in paragraph at lines 21614--21616 []|\T1/SourceSansPro-LF/m/n/10 0xa4d0| Overfull \hbox (2.05719pt too wide) in paragraph at lines 21627--21629 []|\T1/SourceSansPro-LF/m/n/10 0xa500| Overfull \hbox (2.14719pt too wide) in paragraph at lines 21640--21642 []|\T1/SourceSansPro-LF/m/n/10 0xa640| Overfull \hbox (1.9972pt too wide) in paragraph at lines 21653--21655 []|\T1/SourceSansPro-LF/m/n/10 0xa6a0| Overfull \hbox (1.75719pt too wide) in paragraph at lines 21666--21668 []|\T1/SourceSansPro-LF/m/n/10 0xa700| Overfull \hbox (1.32718pt too wide) in paragraph at lines 21679--21681 []|\T1/SourceSansPro-LF/m/n/10 0xa720| Overfull \hbox (2.33719pt too wide) in paragraph at lines 21692--21694 []|\T1/SourceSansPro-LF/m/n/10 0xa800| Overfull \hbox (1.82718pt too wide) in paragraph at lines 21706--21708 []|\T1/SourceSansPro-LF/m/n/10 0xa830| Overfull \hbox (2.14719pt too wide) in paragraph at lines 21719--21721 []|\T1/SourceSansPro-LF/m/n/10 0xa840| Overfull \hbox (2.20718pt too wide) in paragraph at lines 21732--21734 []|\T1/SourceSansPro-LF/m/n/10 0xa880| Overfull \hbox (1.91719pt too wide) in paragraph at lines 21745--21747 []|\T1/SourceSansPro-LF/m/n/10 0xa8e0| Overfull \hbox (2.33719pt too wide) in paragraph at lines 21758--21760 []|\T1/SourceSansPro-LF/m/n/10 0xa900| Overfull \hbox (1.78719pt too wide) in paragraph at lines 21771--21773 []|\T1/SourceSansPro-LF/m/n/10 0xa930| Overfull \hbox (2.20718pt too wide) in paragraph at lines 21784--21786 []|\T1/SourceSansPro-LF/m/n/10 0xa960| Overfull \hbox (2.20718pt too wide) in paragraph at lines 21797--21799 []|\T1/SourceSansPro-LF/m/n/10 0xa980| Overfull \hbox (1.91719pt too wide) in paragraph at lines 21810--21812 []|\T1/SourceSansPro-LF/m/n/10 0xa9e0| Overfull \hbox (2.1272pt too wide) in paragraph at lines 21823--21825 []|\T1/SourceSansPro-LF/m/n/10 0xaa00| Overfull \hbox (1.9972pt too wide) in paragraph at lines 21836--21838 []|\T1/SourceSansPro-LF/m/n/10 0xaa60| Overfull \hbox (1.9972pt too wide) in paragraph at lines 21849--21851 []|\T1/SourceSansPro-LF/m/n/10 0xaa80| Overfull \hbox (1.7072pt too wide) in paragraph at lines 21862--21864 []|\T1/SourceSansPro-LF/m/n/10 0xaae0| Overfull \hbox (2.6172pt too wide) in paragraph at lines 21875--21877 []|\T1/SourceSansPro-LF/m/n/10 0xab00| Overfull \hbox (2.2072pt too wide) in paragraph at lines 21888--21890 []|\T1/SourceSansPro-LF/m/n/10 0xab30| Overfull \hbox (1.9072pt too wide) in paragraph at lines 21901--21903 []|\T1/SourceSansPro-LF/m/n/10 0xab70| Overfull \hbox (1.79721pt too wide) in paragraph at lines 21914--21916 []|\T1/SourceSansPro-LF/m/n/10 0xabc0| Overfull \hbox (1.6472pt too wide) in paragraph at lines 21927--21929 []|\T1/SourceSansPro-LF/m/n/10 0xac00| Overfull \hbox (2.5872pt too wide) in paragraph at lines 21940--21942 []|\T1/SourceSansPro-LF/m/n/10 0xd7b0| Overfull \hbox (2.77719pt too wide) in paragraph at lines 21953--21955 []|\T1/SourceSansPro-LF/m/n/10 0xd800| Overfull \hbox (2.9272pt too wide) in paragraph at lines 21967--21969 []|\T1/SourceSansPro-LF/m/n/10 0xdb80| Overfull \hbox (2.0872pt too wide) in paragraph at lines 21980--21982 []|\T1/SourceSansPro-LF/m/n/10 0xdc00| Overfull \hbox (2.31718pt too wide) in paragraph at lines 21993--21995 []|\T1/SourceSansPro-LF/m/n/10 0xe000| Overfull \hbox (0.59721pt too wide) in paragraph at lines 22021--22023 []|\T1/SourceSansPro-LF/m/n/10 0xfb00| [282] [283] [284] [285 <./designer_font-process2.png>] [286 <./designer_font-he ight.png> <./baseline.png>] [287] [288] [289 <./char-editor.png>] [290] Overfull \vbox (13.74838pt too high) has occurred while \output is active [291 <./font-preview.png>] [292] [293 <./img1.png (PNG copy)> <./img2.png (PNG copy)>] [294] [295 <./img3.png (PNG copy)>] [296 <./img4.png (PNG copy)>] [297] Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 Event Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0x0 Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0xa Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0xb Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0xc Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0xd Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0xe Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0xf Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0x14 Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0x15 Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0x16 Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0x17 Underfull \hbox (badness 10000) in paragraph at lines 23356--23356 []\T1/SourceSansPro-LF/m/n/10 0x18 [298] [299] [300 <./microui_traces_systemview.png>] Underfull \vbox (badness 10000) detected at line 24072 [301] Underfull \vbox (badness 10000) detected at line 24072 Overfull \vbox (0.82594pt too high) detected at line 24072 [302] [303] [304] [305] [306] [307 <./fillPath.png>] [308 <./fillPathGradient.p ng>] [309 <./fillType.png>] [310 <./fillPathBlendMode.png>] [311 <./matrixTrans late0.png>] [312 <./matrixRotate0.png>] [313 <./matrixRotate1.png> <./matrixSca le0.png>] [314 <./matrixConcat0.png>] [315 <./gradient0.png>] [316 <./gradient1 .png>] [317 <./gradient2.png>] [318] [319 <./drawstring0.png>] [320 <./drawstri ng1.png>] [321 <./drawstring2.png>] Underfull \hbox (badness 10000) in paragraph at lines 25144--25146 []\T1/SourceSansPro-LF/m/n/10 When a string is drawn with a call to [][]ej.micr ovg.VectorGraphicsPainter.drawString()[][] or [322 <./drawstring3.png> <./fontMetrics.png>] [323 <./anchorPoint.png> <./textB ox.png>] Overfull \hbox (16.14906pt too wide) in paragraph at lines 25192--25194 []\T1/SourceSansPro-LF/m/n/10 The li-brary pro-poses the draw-ing of a text on a cir-cle by a call to [][]ej.microvg.VectorGraphicsPainter.drawStringOnCircle( )[][]. [324] [325 <./drawStringOnCircle0.png>] ! Package inputenc Error: Unicode character ا (U+0627) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H for immediate help. ... l.25327 ...ربية}\PYG{l+s}{\PYGZdq{}}\PYG{p}{;} ! Package inputenc Error: Unicode character ل (U+0644) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H for immediate help. ... l.25327 ...ربية}\PYG{l+s}{\PYGZdq{}}\PYG{p}{;} ! Package inputenc Error: Unicode character ع (U+0639) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H for immediate help. ... l.25327 ...ربية}\PYG{l+s}{\PYGZdq{}}\PYG{p}{;} ! Package inputenc Error: Unicode character ر (U+0631) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H for immediate help. ... l.25327 ...ربية}\PYG{l+s}{\PYGZdq{}}\PYG{p}{;} ! Package inputenc Error: Unicode character ب (U+0628) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H for immediate help. ... l.25327 ...ربية}\PYG{l+s}{\PYGZdq{}}\PYG{p}{;} ! Package inputenc Error: Unicode character ي (U+064A) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H for immediate help. ... l.25327 ...ربية}\PYG{l+s}{\PYGZdq{}}\PYG{p}{;} ! Package inputenc Error: Unicode character ة (U+0629) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H for immediate help. ... l.25327 ...ربية}\PYG{l+s}{\PYGZdq{}}\PYG{p}{;} [326 <./drawStringOnCircle1.png>] [327 <./drawStringLayout.png>] Underfull \hbox (badness 10000) in paragraph at lines 25449--25451 []\T1/SourceSansPro-LF/m/n/10 Once an im-age has been loaded it can be drawn in the graphic con-text with a call to [328] [329] [330 <./drawImage.png>] [331 <./drawImageAlpha.png>] Underfull \hbox (badness 10000) in paragraph at lines 25611--25613 []\T1/SourceSansPro-LF/m/n/10 A Vec-torIm-age ob-ject can also be drawn as-so-c i-ated to a color ma-trix by a call to [332] Underfull \hbox (badness 10000) in paragraph at lines 25664--25666 []\T1/SourceSansPro-LF/m/n/10 The trans-for-ma-tions of the ob-jects over the t ime are em-bed-ded in the Vec- Underfull \hbox (badness 10000) in paragraph at lines 25664--25666 \T1/SourceSansPro-LF/m/n/10 tor im-age file and a call to [][]ej.microvg.Vector GraphicsPainter.drawAnimatedImage()[][] or [333 <./drawImageFilter.png>] Overfull \vbox (0.594pt too high) detected at line 25780 [334] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.25788 ...imen]{{drawAnimatedImageTranslate}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.25788 ...imen]{{drawAnimatedImageTranslate}.gif} [335] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.25832 ...dimen]{{drawAnimatedImageOverPath}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.25832 ...dimen]{{drawAnimatedImageOverPath}.gif} [336] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.25908 ...xdimen]{{drawAnimatedImageScaleXY}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.25908 ...xdimen]{{drawAnimatedImageScaleXY}.gif} [337] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.25953 ...pxdimen]{{drawAnimatedImageRotate}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.25953 ...pxdimen]{{drawAnimatedImageRotate}.gif} [338] Overfull \vbox (3.29794pt too high) detected at line 26067 [339] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26075 ...dimen]{{drawAnimatedImageMorphing}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26075 ...dimen]{{drawAnimatedImageMorphing}.gif} [340] Underfull \vbox (badness 10000) detected at line 26158 Overfull \vbox (0.82594pt too high) detected at line 26158 [341] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26166 ...xpxdimen]{{drawAnimatedImageColor}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26166 ...xpxdimen]{{drawAnimatedImageColor}.gif} [342] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26299 ...phinxpxdimen]{{linearInterpolator}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26299 ...phinxpxdimen]{{linearInterpolator}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26314 ...xpxdimen]{{accelerateInterpolator}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26314 ...xpxdimen]{{accelerateInterpolator}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26329 ...phinxpxdimen]{{bounceInterpolator}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26329 ...phinxpxdimen]{{bounceInterpolator}.gif} [343] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26344 ...en]{{fast_out_slow_inInterpolator}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26344 ...en]{{fast_out_slow_inInterpolator}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26361 ...hinxpxdimen]{{custom0Interpolator}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26361 ...hinxpxdimen]{{custom0Interpolator}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26380 ...hinxpxdimen]{{custom1Interpolator}.gif} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.26380 ...hinxpxdimen]{{custom1Interpolator}.gif} [344 <./custom0Interpolator.png> <./custom1Interpolator.png>] [345] [346] [347] [348 <./drawRuntimeImage.png>] [349] [350] [351 <./hierarchy.png (PNG cop y)>] [352] [353 <./eventDispatchUML.png (PNG copy)> <./pointerEventDispatcherFl ow.png (PNG copy)>] [354 <./boxmodel.png (PNG copy)>] [355] [356] [357 <./showS equence.png (PNG copy)>] [358] [359] [360] [361] [362] [363] [364] [365] [366] [367] [368 <./defaultRenderPolicy.png>] [369 <./defaultRenderPolicyIssue. png>] [370 <./highlightWidgetList.png>] [371 <./highlightWidgetWheel.png>] [372] Underfull \hbox (badness 10000) in paragraph at lines 28154--28156 []\T1/SourceSansPro-LF/m/n/10 The meth-ods [][]Hi-er-ar-chyIn-spec-tor.countNum berOfWidgets(Widget)[][] and [][]Hi-er-ar-chyIn-spec- [373] [374] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28324 ...ludegraphics{{attribute-selectors}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28324 ...ludegraphics{{attribute-selectors}.gif} \hspace*{\fill}} [375] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28343 ...ludegraphics{{buffered-image-pool}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28343 ...ludegraphics{{buffered-image-pool}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28361 ...hics{{context-sensitive-container}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28361 ...hics{{context-sensitive-container}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28381 ...inxincludegraphics{{drag-and-drop}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28381 ...inxincludegraphics{{drag-and-drop}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28398 ...ill}\sphinxincludegraphics{{focus}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28398 ...ill}\sphinxincludegraphics{{focus}.gif} \hspace*{\fill}} [376] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28419 ...udegraphics{{immutable-stylesheet}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28419 ...udegraphics{{immutable-stylesheet}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28438 ...xincludegraphics{{lazy-stylesheet}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28438 ...xincludegraphics{{lazy-stylesheet}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28458 ...hinxincludegraphics{{masking-grid}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28458 ...hinxincludegraphics{{masking-grid}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28477 ...\fill}\sphinxincludegraphics{{mvc}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28477 ...\fill}\sphinxincludegraphics{{mvc}.gif} \hspace*{\fill}} [377] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28498 ...ill}\sphinxincludegraphics{{popup}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28498 ...ill}\sphinxincludegraphics{{popup}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28519 ...inxincludegraphics{{remove-widget}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28519 ...inxincludegraphics{{remove-widget}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28537 ...xincludegraphics{{slide-container}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28537 ...xincludegraphics{{slide-container}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28555 ...xincludegraphics{{stack-container}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28555 ...xincludegraphics{{stack-container}.gif} \hspace*{\fill}} [378] ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28573 ...inxincludegraphics{{stashing-grid}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28573 ...inxincludegraphics{{stashing-grid}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28595 ...inxincludegraphics{{virtual-watch}.gif} \hspace*{\fill}} ! LaTeX Error: Unknown graphics extension: .gif. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.28595 ...inxincludegraphics{{virtual-watch}.gif} \hspace*{\fill}} [379] [380 <./tuto_microej_bounds_check.png>] [381] [382] [383 <./js_runtime.pn g>] [384] [385] [386] [387] [388] [389] [390] [391] [392] [393] [394] [395] [396] [397] [398] [399] [400] [401] [402 <./js_processor_overview.png>] [403] Underfull \hbox (badness 10000) in paragraph at lines 30775--30777 []|\T1/SourceSansPro-LF/m/n/10 Mod-ule Overfull \hbox (6.58243pt too wide) in paragraph at lines 30785--30787 []| []\T1/zi4/m/it/10 Bluetooth[]| Underfull \hbox (badness 5302) in paragraph at lines 30788--30790 \T1/SourceSansPro-LF/m/n/10 on the Generic At-tribute Pro-file Underfull \hbox (badness 10000) in paragraph at lines 30791--30793 []|[][]\T1/SourceSansPro-LF/m/n/10 blue- Underfull \hbox (badness 10000) in paragraph at lines 30798--30800 [][][]\T1/SourceSansPro-LF/m/n/10 Blue-tooth Overfull \hbox (21.58243pt too wide) in paragraph at lines 30804--30806 []| []\T1/zi4/m/it/10 ECOM[]Network[]| Underfull \hbox (badness 5696) in paragraph at lines 30807--30809 []|\T1/SourceSansPro-LF/m/n/10 Net-work in-ter-faces man-age-ment Underfull \hbox (badness 10000) in paragraph at lines 30810--30812 []|[][]\T1/SourceSansPro-LF/m/n/10 ecom- Underfull \hbox (badness 10000) in paragraph at lines 30813--30815 []|[][]\T1/SourceSansPro-LF/m/n/10 Net-work-In-ter-face-M- Overfull \hbox (6.58243pt too wide) in paragraph at lines 30817--30819 []| []\T1/zi4/m/it/10 ECOM[]WIFI[]| Underfull \hbox (badness 10000) in paragraph at lines 30823--30825 []|[][]\T1/SourceSansPro-LF/m/n/10 ecom- Underfull \hbox (badness 10000) in paragraph at lines 30857--30859 [][][]\T1/SourceSansPro-LF/m/n/10 NET util-ity Overfull \hbox (1.58243pt too wide) in paragraph at lines 30863--30865 []| []\T1/zi4/m/it/10 Security[]| Underfull \hbox (badness 10000) in paragraph at lines 30889--30891 [][][]\T1/SourceSansPro-LF/m/n/10 SSL mu-tual Underfull \hbox (badness 10000) in paragraph at lines 30893--30895 [][][]\T1/SourceSansPro-LF/m/n/10 SSL mu-tual Underfull \hbox (badness 10000) in paragraph at lines 30897--30899 [][][]\T1/SourceSansPro-LF/m/n/10 SSL util-ity Underfull \hbox (badness 10000) in paragraph at lines 30927--30929 []|\T1/SourceSansPro-LF/m/n/10 Mod-ule Overfull \hbox (20.24944pt too wide) in paragraph at lines 30937--30939 \T1/zi4/m/it/10 Connectivity[]| Underfull \hbox (badness 10000) in paragraph at lines 30943--30945 []|[][]\T1/SourceSansPro-LF/m/n/10 android- Overfull \hbox (11.39934pt too wide) in paragraph at lines 30943--30945 \T1/SourceSansPro-LF/m/n/10 connectivity[][]| Underfull \hbox (badness 10000) in paragraph at lines 30946--30948 []|[][]\T1/SourceSansPro-LF/m/n/10 Con-nec-tiv-i-ty-Man-ager Underfull \hbox (badness 10000) in paragraph at lines 30956--30958 []| []\T1/zi4/m/it/10 HTTP Underfull \hbox (badness 10000) in paragraph at lines 30962--30964 []|[][]\T1/SourceSansPro-LF/m/n/10 http- Underfull \hbox (badness 10000) in paragraph at lines 30962--30964 \T1/SourceSansPro-LF/m/n/10 client[][], Underfull \hbox (badness 10000) in paragraph at lines 30962--30964 [][]\T1/SourceSansPro-LF/m/n/10 http- Underfull \hbox (badness 10000) in paragraph at lines 30965--30967 []|[][]\T1/SourceSansPro-LF/m/n/10 HttpURL-Con-nec-tion Underfull \hbox (badness 10000) in paragraph at lines 30969--30971 [][][]\T1/SourceSansPro-LF/m/n/10 HTTP client Underfull \hbox (badness 10000) in paragraph at lines 30975--30977 []| []\T1/zi4/m/it/10 Web Underfull \hbox (badness 10000) in paragraph at lines 30975--30977 \T1/zi4/m/it/10 Server Underfull \hbox (badness 10000) in paragraph at lines 30998--31000 []| []\T1/zi4/m/it/10 MQTT Underfull \hbox (badness 10000) in paragraph at lines 30998--31000 \T1/zi4/m/it/10 Client Overfull \hbox (15.24944pt too wide) in paragraph at lines 30998--31000 \T1/zi4/m/it/10 (MicroPaho)[]| Underfull \hbox (badness 6876) in paragraph at lines 31001--31003 []|\T1/SourceSansPro-LF/m/n/10 Tiny foot-print MQTT 3.1.1 client Underfull \hbox (badness 10000) in paragraph at lines 31004--31006 []|[][]\T1/SourceSansPro-LF/m/n/10 mi- Underfull \hbox (badness 10000) in paragraph at lines 31011--31013 [][][]\T1/SourceSansPro-LF/m/n/10 Mi-croPaho Underfull \hbox (badness 10000) in paragraph at lines 31015--31017 [][][]\T1/SourceSansPro-LF/m/n/10 MQTT pub-lish Underfull \hbox (badness 10000) in paragraph at lines 31025--31027 []| []\T1/zi4/m/it/10 REST Underfull \hbox (badness 10000) in paragraph at lines 31028--31030 []|\T1/SourceSansPro-LF/m/n/10 REp-re-sen-ta-tional State Tran-fer Underfull \hbox (badness 10000) in paragraph at lines 31038--31040 [][][]\T1/SourceSansPro-LF/m/n/10 REST client Underfull \hbox (badness 10000) in paragraph at lines 31044--31046 []| []\T1/zi4/m/it/10 SNTP Underfull \hbox (badness 10000) in paragraph at lines 31047--31049 []|\T1/SourceSansPro-LF/m/n/10 Sim-ple Net-work Time Pro-to-col Underfull \hbox (badness 10000) in paragraph at lines 31050--31052 []|[][]\T1/SourceSansPro-LF/m/n/10 snt-p- Underfull \hbox (badness 10000) in paragraph at lines 31057--31059 [][][]\T1/SourceSansPro-LF/m/n/10 SNTP client Overfull \hbox (6.58243pt too wide) in paragraph at lines 31063--31065 []| []\T1/zi4/m/it/10 WebSocket Underfull \hbox (badness 10000) in paragraph at lines 31069--31071 []|[][]\T1/SourceSansPro-LF/m/n/10 web- Underfull \hbox (badness 10000) in paragraph at lines 31069--31071 \T1/SourceSansPro-LF/m/n/10 socket[][], Overfull \hbox (7.90933pt too wide) in paragraph at lines 31069--31071 [][]\T1/SourceSansPro-LF/m/n/10 websocket- Underfull \hbox (badness 10000) in paragraph at lines 31076--31078 [][][]\T1/SourceSansPro-LF/m/n/10 Web-Socket Underfull \hbox (badness 10000) in paragraph at lines 31080--31082 [][][]\T1/SourceSansPro-LF/m/n/10 Web-Socket [404] Underfull \hbox (badness 10000) in paragraph at lines 31105--31107 []|\T1/SourceSansPro-LF/m/n/10 Mod-ule Underfull \hbox (badness 10000) in paragraph at lines 31125--31127 [][][]\T1/SourceSansPro-LF/m/n/10 CborEn-coder Underfull \hbox (badness 10000) in paragraph at lines 31129--31131 [][][]\T1/SourceSansPro-LF/m/n/10 Cbor-De-coder Underfull \hbox (badness 10000) in paragraph at lines 31151--31153 [][][]\T1/SourceSansPro-LF/m/n/10 JSONOb-ject Underfull \hbox (badness 10000) in paragraph at lines 31155--31157 [][][]\T1/SourceSansPro-LF/m/n/10 JSON-Writer Overfull \hbox (1.58243pt too wide) in paragraph at lines 31171--31173 []| []\T1/zi4/m/it/10 Protocol Underfull \hbox (badness 10000) in paragraph at lines 31177--31179 []|[][]\T1/SourceSansPro-LF/m/n/10 pro-to- Underfull \hbox (badness 10000) in paragraph at lines 31181--31183 [][][]\T1/SourceSansPro-LF/m/n/10 Coded-In-put- Underfull \hbox (badness 10000) in paragraph at lines 31181--31183 \T1/SourceSansPro-LF/m/n/10 Stream class[][] Underfull \hbox (badness 10000) in paragraph at lines 31185--31187 [][][]\T1/SourceSansPro-LF/m/n/10 Coded-Out-put- Underfull \hbox (badness 10000) in paragraph at lines 31185--31187 \T1/SourceSansPro-LF/m/n/10 Stream class[][] Underfull \hbox (badness 10000) in paragraph at lines 31191--31193 [][][]\T1/SourceSansPro-LF/m/n/10 Pro-to-buf3 Underfull \hbox (badness 10000) in paragraph at lines 31207--31209 [][][]\T1/SourceSansPro-LF/m/n/10 XmlPull-Parser Underfull \hbox (badness 10000) in paragraph at lines 31211--31213 [][][]\T1/SourceSansPro-LF/m/n/10 XmlSe-ri-al-izer [405] Underfull \hbox (badness 10000) in paragraph at lines 31249--31251 []| []\T1/zi4/m/it/10 AWS Underfull \hbox (badness 10000) in paragraph at lines 31249--31251 \T1/zi4/m/it/10 IoT Underfull \hbox (badness 5475) in paragraph at lines 31252--31254 []|\T1/SourceSansPro-LF/m/n/10 AWS IoT Core client, pro-vid-ing pub- Underfull \hbox (badness 10000) in paragraph at lines 31269--31271 \T1/zi4/m/it/10 Cloud Overfull \hbox (7.69951pt too wide) in paragraph at lines 31269--31271 \T1/zi4/m/it/10 Platform Underfull \hbox (badness 10000) in paragraph at lines 31269--31271 \T1/zi4/m/it/10 Iot Underfull \hbox (badness 10000) in paragraph at lines 31279--31281 [][][]\T1/SourceSansPro-LF/m/n/10 Google Cloud Plat-form Get-ting [406] [407] [408] [409] [410] [411] [412] [413] [414] Underfull \hbox (badness 10000) in paragraph at lines 31986--31988 \T1/SourceSansPro-LF/m/n/10 A spe-cific static file han-dler can be set to serv e files from the ap-pli-ca-tion class-path by us-ing [415] Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 1. (/usr/share/texlive/texmf-dist/tex/latex/base/t1cmtt.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmtt.fd) [416] LaTeX Font Warning: Font shape `TS1/zi4/m/it' undefined (Font) using `TS1/zi4/m/n' instead (Font) for symbol `textquotesingle' on input line 32135. [417] [418 <./networking_overview.png>] ! Package inputenc Error: Unicode character 你 (U+4F60) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H for immediate help. ... l.32243 ...PYG{l+s}{\PYGZdq{}}\PYG{p}{)}\PYG{p}{;} ! Package inputenc Error: Unicode character 好 (U+597D) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H for immediate help. ... l.32243 ...PYG{l+s}{\PYGZdq{}}\PYG{p}{)}\PYG{p}{;} [419] [420 <./eclipse_encoding.png>] [421] Chapter 5. [422] [423 <./process-overview5.png>] [424] [425 <./jpf_conf_overview.png>] [426 <./jpf_conf_modules.png>] [427 <./low-level-1c.png>] [428 <./low-level-3c. png>] [429 <./low-level-2c.png>] [430 <./jpf-runtime-components.png>] [431] [432] [433] [434] [435] Underfull \hbox (badness 10000) in paragraph at lines 33395--33400 []\T1/SourceSansPro-LF/m/n/10 Fixed po-ten-tial race con-di-tion be-tween [][]K er-nel.addResourceControlListener()[][] and [][]Ker- [436] [437] [438] [439] [440] Overfull \hbox (26.89265pt too wide) in paragraph at lines 34074--34078 []\T1/SourceSansPro-LF/m/n/10 [ARMCC5] - Fixed link er-ror []\T1/zi4/m/it/10 U ndefined symbol _java_Ljava_lang_OutOfMemoryError_field_OOMEMethodAddr_I[] [441] Underfull \hbox (badness 10000) in paragraph at lines 34094--34097 []\T1/SourceSansPro-LF/m/n/10 Up-dated [][]Thread.getId()[][] method im-ple-men -ta-tion to re-turn the same value than [442] [443] [444] [445] [446] Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family SourceSansPro-LF in TS1 encoding. (textcomp) Default family used instead on input line 34803. (/usr/share/texlive/texmf-dist/tex/latex/base/t1cmss.fd) (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmss.fd) Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family SourceSansPro-LF in TS1 encoding. (textcomp) Default family used instead on input line 34803. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family SourceSansPro-LF in TS1 encoding. (textcomp) Default family used instead on input line 34803. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family SourceSansPro-LF in TS1 encoding. (textcomp) Default family used instead on input line 34803. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family SourceSansPro-LF in TS1 encoding. (textcomp) Default family used instead on input line 34803. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family SourceSansPro-LF in TS1 encoding. (textcomp) Default family used instead on input line 34803. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family SourceSansPro-LF in TS1 encoding. (textcomp) Default family used instead on input line 34803. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family SourceSansPro-LF in TS1 encoding. (textcomp) Default family used instead on input line 34803. [447] [448] [449] [450] [451] [452] [453] [454] [455] [456] [457] [458] [459] [460 <./platformConfigurationSkeleton.png>] [461] Underfull \hbox (badness 10000) in paragraph at lines 36170--36172 []\T1/SourceSansPro-LF/m/n/10 on ma-cOS: []\T1/zi4/m/it/10 /Applications/Micro EJ/MicroEJ[]SDK[]/rcp/MicroEJ[]SDK[].app/ Overfull \hbox (130.24504pt too wide) in paragraph at lines 36189--36189 []\T1/zi4/m/it/10 ============================================================= ===============================================[]| Overfull \hbox (130.24504pt too wide) in paragraph at lines 36194--36194 []\T1/zi4/m/it/10 ============================================================= ===============================================[]| [462] [463 <./platformSource.png>] [464] Underfull \hbox (badness 10000) in paragraph at lines 36322--36326 []\T1/SourceSansPro-LF/m/n/10 This file must start with the node []\T1/zi4/m/i t/10 [] \T1/SourceSansPro-LF/m/n/10 . It can con-tain sev-eral lines like this one: [465 <./platformConfigurationModules.png>] [466] [467 <./bsp-connection-cases-n one.png>] [468 <./bsp-connection-cases-partial.png> <./bsp-connection-cases-ful l.png>] Underfull \hbox (badness 10000) in paragraph at lines 36603--36605 []|\T1/SourceSansPro-LF/m/n/10 Op-tion Overfull \hbox (16.58243pt too wide) in paragraph at lines 36613--36615 []| []\T1/zi4/m/it/10 microejapp. Overfull \hbox (5.24944pt too wide) in paragraph at lines 36613--36615 \T1/zi4/m/it/10 relative. Overfull \hbox (16.58243pt too wide) in paragraph at lines 36623--36625 []| []\T1/zi4/m/it/10 microejlib. Overfull \hbox (5.24944pt too wide) in paragraph at lines 36623--36625 \T1/zi4/m/it/10 relative. Overfull \hbox (16.58243pt too wide) in paragraph at lines 36633--36635 []| []\T1/zi4/m/it/10 microejinc. Overfull \hbox (5.24944pt too wide) in paragraph at lines 36633--36635 \T1/zi4/m/it/10 relative. Overfull \hbox (31.58243pt too wide) in paragraph at lines 36643--36645 []| []\T1/zi4/m/it/10 microejscript. Overfull \hbox (5.24944pt too wide) in paragraph at lines 36643--36645 \T1/zi4/m/it/10 relative. Underfull \hbox (badness 10000) in paragraph at lines 36653--36655 []| []\T1/zi4/m/it/10 root. Underfull \hbox (badness 10000) in paragraph at lines 36659--36662 []| []\T1/zi4/m/it/10 c:[][]Users[][]user[][]mybsp[] \T1/SourceSansPro-LF/m/n/ 10 on Underfull \hbox (badness 10000) in paragraph at lines 36687--36689 []| []\T1/zi4/m/it/10 deploy.bsp. Underfull \hbox (badness 10000) in paragraph at lines 36694--36696 []| []\T1/zi4/m/it/10 deploy.bsp. Underfull \hbox (badness 10000) in paragraph at lines 36701--36703 []| []\T1/zi4/m/it/10 deploy.bsp. Underfull \hbox (badness 10000) in paragraph at lines 36708--36710 []| []\T1/zi4/m/it/10 deploy.bsp. Underfull \hbox (badness 10000) in paragraph at lines 36715--36717 []| []\T1/zi4/m/it/10 deploy.bsp. Underfull \hbox (badness 10000) in paragraph at lines 36722--36724 []| []\T1/zi4/m/it/10 deploy.dir. Underfull \hbox (badness 10000) in paragraph at lines 36729--36731 []| []\T1/zi4/m/it/10 deploy.dir. Underfull \hbox (badness 10000) in paragraph at lines 36736--36738 []| []\T1/zi4/m/it/10 deploy.dir. Underfull \hbox (badness 10000) in paragraph at lines 36743--36745 []| []\T1/zi4/m/it/10 deploy.dir. [469] [470] [471] [472] [473 <./overview-platform-qualification.png>] [474 <./o verview-platform-qualification-test-suite-fs.png>] [475] [476 <./testsuite-engi ne-overview.png>] Underfull \hbox (badness 10000) in paragraph at lines 37328--37330 []|\T1/SourceSansPro-LF/m/n/10 SE-CU- Underfull \hbox (badness 10000) in paragraph at lines 37328--37330 \T1/SourceSansPro-LF/m/n/10 RITY Underfull \hbox (badness 7256) in paragraph at lines 37331--37333 []|\T1/SourceSansPro-LF/m/n/10 NET Java Test Underfull \hbox (badness 10000) in paragraph at lines 37334--37336 []|\T1/SourceSansPro-LF/m/n/10 SSL Java Test Underfull \hbox (badness 10000) in paragraph at lines 37353--37355 []|\T1/SourceSansPro-LF/m/n/10 3.4.0 (On Underfull \hbox (badness 10000) in paragraph at lines 37356--37358 []|\T1/SourceSansPro-LF/m/n/10 3.0.1 (On de- Underfull \hbox (badness 10000) in paragraph at lines 37375--37377 []|\T1/SourceSansPro-LF/m/n/10 3.4.0 (On Underfull \hbox (badness 10000) in paragraph at lines 37378--37380 []|\T1/SourceSansPro-LF/m/n/10 3.1.4 (On de- Underfull \hbox (badness 10000) in paragraph at lines 37381--37384 []|\T1/SourceSansPro-LF/m/n/10 1.1.0 (On de- Underfull \hbox (badness 10000) in paragraph at lines 37397--37399 []|\T1/SourceSansPro-LF/m/n/10 3.5.2 (On de- Underfull \hbox (badness 10000) in paragraph at lines 37400--37402 []|\T1/SourceSansPro-LF/m/n/10 3.1.4 (On de- Underfull \hbox (badness 10000) in paragraph at lines 37403--37406 []|\T1/SourceSansPro-LF/m/n/10 1.1.0 (On de- Underfull \hbox (badness 10000) in paragraph at lines 37416--37418 []|\T1/SourceSansPro-LF/m/n/10 1.4.0 Underfull \hbox (badness 10000) in paragraph at lines 37416--37418 \T1/SourceSansPro-LF/m/n/10 (On de- Underfull \hbox (badness 10000) in paragraph at lines 37419--37421 []|\T1/SourceSansPro-LF/m/n/10 3.5.2 (On de- Underfull \hbox (badness 10000) in paragraph at lines 37422--37424 []|\T1/SourceSansPro-LF/m/n/10 3.1.4 (On de- Underfull \hbox (badness 10000) in paragraph at lines 37425--37428 []|\T1/SourceSansPro-LF/m/n/10 1.2.0 (On de- [477] [478 <./mjvm_flow2.png>] [479 <./mjvm_gt.png>] [480] [481] Overfull \vbox (72.56984pt too high) has occurred while \output is active [482] [483] [484] [485] [486] [487] Underfull \hbox (badness 10000) in paragraph at lines 38481--38481 []\T1/SourceSansPro-LF/m/n/10 Run-time el-e- Underfull \hbox (badness 10000) in paragraph at lines 38481--38481 []\T1/SourceSansPro-LF/m/n/10 Mem- Underfull \hbox (badness 10000) in paragraph at lines 38481--38481 []\T1/SourceSansPro-LF/m/n/10 Size in bytes (Mono- Underfull \hbox (badness 10000) in paragraph at lines 38481--38481 []\T1/SourceSansPro-LF/m/n/10 Size in bytes (Multi- Underfull \hbox (badness 10000) in paragraph at lines 38481--38481 []\T1/SourceSansPro-LF/m/n/10 Size in bytes (Tiny- Underfull \hbox (badness 10000) in paragraph at lines 38481--38481 []\T1/SourceSansPro-LF/m/n/10 Stack Frame [488] Underfull \hbox (badness 10000) in paragraph at lines 38539--38541 []\T1/SourceSansPro-LF/m/n/10 Tell the third-party linker pro-gram to redi-rect all calls to []\T1/zi4/m/it/10 LLMJVM_invoke_method[] \T1/SourceSansPro-LF/m /n/10 and Underfull \hbox (badness 10000) in paragraph at lines 38539--38541 []\T1/zi4/m/it/10 LLMJVM_return_method[] \T1/SourceSansPro-LF/m/n/10 sym-bols to re-spec-tively []\T1/zi4/m/it/10 LLMJVM_invoke_method_with_trace[] \T1/Sou rceSansPro-LF/m/n/10 and [489] [490 <./process-multiapp-overview.png>] [491] [492 <./sni_flow.png>] [493] [494 <./sni_sync.png>] Underfull \hbox (badness 10000) in paragraph at lines 38930--38933 []|[][]$\T1/SourceSansPro-LF/m/n/10 https : / / repository . microej . com / ja vadoc / microej _ 5 . x / apis / ej / sp / [495 <./sp1.png>] [496 <./sp_flow.png>] [497] [498 <./javah_process.png>] [499] Underfull \hbox (badness 10000) in paragraph at lines 39310--39314 \T1/SourceSansPro-LF/m/n/10 The Ex-ter-nal Re-sources Loader is an ad-di-tional mod-ule. In the plat-form con-fig-u-ra-tion file, check [500] [501 <./ecom-core_process.png>] Underfull \hbox (badness 10000) in paragraph at lines 39413--39418 \T1/SourceSansPro-LF/m/n/10 A de-vice is de-fined by im-ple-ment-ing [][]ej.eco m.Device[][]. It is iden-ti-fied by a name and a de-scrip-tor [502] [503 <./architecture.png>] [504] [505 <./comm_open.png>] [506 <./dyn_sequ ence.png (PNG copy)>] [507] Underfull \hbox (badness 10000) in paragraph at lines 39901--39904 []\T1/SourceSansPro-LF/m/n/10 Data has ar-rived that should be added to the re- ceive buffer (us-ing the [508] [509] [510] [511] [512 <./java-c-ui-interface.png>] [513 <./ui_overview2. png>] [514] [515] [516] [517 <./static_init_process.png> <./static_xml.png>] Overfull \vbox (1.09792pt too high) detected at line 40584 [518] [519] [520 <./ui_llapi_emb.png>] [521 <./ui_llapi_sim.png>] [522] Overfull \vbox (1.91595pt too high) detected at line 40881 [523 <./ui_llapi_led.png>] [524] [525 <./drivers-microui-comms.png>] [526 <./mi croui-events.png>] [527] [528 <./ui_llapi_input2.png>] [529] [530] [531] Underfull \hbox (badness 5696) in paragraph at lines 41289--41292 []\T1/SourceSansPro-LF/m/n/10 This helper also fil-ters the touch panel events. It uses two de-fines []\T1/zi4/m/it/10 FIRST_MOVE_PIXEL_LIMIT[] \T1/SourceSa nsPro-LF/m/n/10 and [532] [533] [534] Underfull \hbox (badness 10000) in paragraph at lines 41468--41471 \T1/SourceSansPro-LF/b/n/10 Note: \T1/SourceSansPro-LF/m/n/10 When the func-ti ons []\T1/zi4/m/it/10 LLUI_INPUT_IMPL_log_queue_xxx()[] \T1/SourceSansPro-LF/ m/n/10 are not im-ple-mented, a call to Underfull \hbox (badness 10000) in paragraph at lines 41486--41488 []\T1/SourceSansPro-LF/m/n/10 If the event can-not be added be-cause the queue is full, the event en-gine calls Underfull \hbox (badness 5105) in paragraph at lines 41508--41510 []\T1/SourceSansPro-LF/m/n/10 Then, the event en-gine dumps the \T1/SourceSansP ro-LF/m/it/10 fu-ture \T1/SourceSansPro-LF/m/n/10 events (events not con-sumed yet by Mi-croUI). It calls Underfull \hbox (badness 10000) in paragraph at lines 41516--41518 []\T1/SourceSansPro-LF/m/n/10 Fi-nally, the event en-gine no-ti-fies the log-ge r about the end of the dump by call-ing [535] Underfull \hbox (badness 10000) in paragraph at lines 41530--41532 \T1/SourceSansPro-LF/m/n/10 gine calls []\T1/zi4/m/it/10 LLUI_INPUT_IMPL_log_d ump()[] \T1/SourceSansPro-LF/m/n/10 , the log-ger re-trieves the event meta-dat a and calls [536] [537] [538] [539 <./display_modes_nocustom.png>] [540 <./switch-step1.png >] [541 <./switch-step2.png> <./switch-step3.png>] [542 <./switch-step4.png> <. /copy-step1.png>] [543 <./copy-step2.png> <./copy-step3.png>] LaTeX Warning: Hyper reference `VEEPortingGuide/uiDisplay:fig-directmode' on pa ge 544 undefined on input line 41905. [544 <./direct.png>] [545] [546] [547] [548] [549] [550] [551] Underfull \hbox (badness 10000) in paragraph at lines 43180--43182 []\T1/SourceSansPro-LF/m/n/10 The [][]\T1/SourceSansPro-LF/m/it/10 Mi-croUI C m od-ule[][] \T1/SourceSansPro-LF/m/n/10 pro-vides a de-fault im-ple-men-ta-tion of the draw-ing na-tive func-tions of [552 <./ui_llapi_display.png>] [553] [554] [555] [556] [557] [558] Underfull \vbox (badness 1052) detected at line 43613 [559] [560] [561] Underfull \vbox (badness 10000) detected at line 43759 Overfull \vbox (0.82594pt too high) detected at line 43759 [562] [563] Underfull \vbox (badness 1052) detected at line 43914 [564] [565] [566] [567 <./uiDisplaySync01.png>] [568 <./uiDisplaySync02.png> <. /uiDisplaySync03.png> <./uiDisplaySync04.png> <./uiDisplaySync05.png>] Underfull \hbox (badness 10000) in paragraph at lines 44295--44295 []\T1/SourceSansPro-LF/m/n/10 Tear- Underfull \hbox (badness 10000) in paragraph at lines 44295--44295 []\T1/SourceSansPro-LF/m/n/10 Nb Underfull \hbox (badness 10000) in paragraph at lines 44295--44295 []\T1/SourceSansPro-LF/m/n/10 Flush time Underfull \hbox (badness 10000) in paragraph at lines 44295--44295 []\T1/SourceSansPro-LF/m/n/10 FPS Underfull \hbox (badness 5203) in paragraph at lines 44295--44295 []\T1/SourceSansPro-LF/m/n/10 CPU load [569 <./uiDisplaySync06.png> <./uiDisplaySync07.png>] [570] [571] Underfull \hbox (badness 10000) in paragraph at lines 44556--44558 []\T1/SourceSansPro-LF/m/n/10 The linker file holds five ta-bles, one for each use case, re-spec-tively []\T1/zi4/m/it/10 IMAGE_UTILS_TABLE_COPY[] \T1/Source SansPro-LF/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 44556--44558 []\T1/zi4/m/it/10 IMAGE_UTILS_TABLE_COPY_WITH_ALPHA[] \T1/SourceSansPro-LF/m/n/ 10 , []\T1/zi4/m/it/10 IMAGE_UTILS_TABLE_DRAW[] \T1/SourceSansPro-LF/m/n/10 , []\T1/zi4/m/it/10 IMAGE_UTILS_TABLE_SET[] \T1/SourceSansPro-LF/m/n/10 and [572] [573] [574] [575] [576 <./graphviz-19cb2a7941ce2a7e1a1d90ea2fd6653a1e700e e1.pdf>] [577] [578 <./uiFormat01.png>] [579] [580] [581 <./uiFormat02.png>] [582] [583 <./static-image-gen2.png>] [584] [585] Underfull \hbox (badness 10000) in paragraph at lines 45728--45730 []\T1/SourceSansPro-LF/m/n/10 Cre-ate an im-ple-men-ta-tion of in-ter-face []\ T1/zi4/m/it/10 com.microej.tool.ui.generator. Underfull \hbox (badness 10000) in paragraph at lines 45732--45734 []\T1/SourceSansPro-LF/m/n/10 Cre-ate the file []\T1/zi4/m/it/10 META[]INF/ser vices/com.microej.tool.ui.generator. [586] Underfull \hbox (badness 10000) in paragraph at lines 45793--45795 \T1/SourceSansPro-LF/m/n/10 stan-dard im-ages) or cre-ate an im-ple-men-ta-tion of in-ter-face []\T1/zi4/m/it/10 com.microej.tool.ui.generator. Underfull \hbox (badness 10000) in paragraph at lines 45809--45811 []\T1/SourceSansPro-LF/m/n/10 Cre-ate the file []\T1/zi4/m/it/10 META[]INF/ser vices/com.microej.tool.ui.generator. [587] [588] Underfull \hbox (badness 10000) in paragraph at lines 45976--45978 []\T1/SourceSansPro-LF/m/n/10 The sec-tion is aligned on the value spec-i-fied by the Dis-play mod-ule prop-erty []\T1/zi4/m/it/10 imageBuffer. [589] [590] [591] [592] [593] [594] [595 <./graphviz-6df7904b71882cfac158dba904 878d97e6aa5926.pdf>] [596 <./font-process2.png>] [597 <./font-height.png> <./fo nt-baseline.png>] [598 <./arabic.png>] [599 <./static-font-gen2.png>] [600] [601] [602 <./graphviz-bbb293e576796deb2ab25417cb506d9833091246.pdf>] [603] [604] [605] [606 <./fpwidgets.png>] [607] Underfull \hbox (badness 10000) in paragraph at lines 47387--47389 []\T1/SourceSansPro-LF/m/n/10 Cre-ate an im-ple-men-ta-tion of the in-ter-face []\T1/zi4/m/it/10 ej.microui.display.UIDrawing.UiDrawingDefault[] \T1/SourceSa nsPro-LF/m/n/10 : [608] Underfull \hbox (badness 10000) in paragraph at lines 47483--47485 []\T1/SourceSansPro-LF/m/n/10 Af-ter draw-ing, the im-ple-men-ta-tion up-dates the Graph-ics En-gine dirty area by call-ing []\T1/zi4/m/it/10 gc. [609] [610] [611] [612] [613] [614 <./ui_modules.png>] [615] [616] [617] [618] [619] [620] [621] [622] [623] Overfull \hbox (57.96996pt too wide) in paragraph at lines 48615--48617 [] []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL_convertARGBColorToDisplayColor[] \T1/So urceSansPro-LF/m/n/10 and []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL_convertDisplayCo lorToARGBColor[] Underfull \hbox (badness 10000) in paragraph at lines 48650--48652 [] []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL_hasBacklight[] \T1/SourceSansPro-LF/m/n/ 10 , []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL_setBacklight[] \T1/SourceSansPro-LF/ m/n/10 and [624] Underfull \hbox (badness 10000) in paragraph at lines 48749--48751 []\T1/SourceSansPro-LF/m/n/10 Hello World: [][]$https : / / github . com / Micr oEJ / Example-[]Standalone-[]Foundation-[]Libraries / tree / master / com . [625] Underfull \hbox (badness 10000) in paragraph at lines 48827--48829 []\T1/SourceSansPro-LF/m/n/10 the clip: the []\T1/zi4/m/it/10 LLUI_DISPLAY.h[] \T1/SourceSansPro-LF/m/n/10 file pro-vides some func-tions to re-trieve the c ur-rent [626] Underfull \hbox (badness 10000) in paragraph at lines 48915--48918 \T1/SourceSansPro-LF/b/n/10 Note: \T1/SourceSansPro-LF/m/n/10 For the run-time im-ages, this align-ment value may be cus-tomized thanks to the func-tion [627] Underfull \hbox (badness 10000) in paragraph at lines 48956--48958 []\T1/SourceSansPro-LF/m/n/10 Cre-ate the file []\T1/zi4/m/it/10 /META[]INF/se rvices/com.microej.tool.ui.generator. Overfull \hbox (9.0719pt too wide) in paragraph at lines 48984--48986 []\T1/SourceSansPro-LF/m/n/10 For the compile-time im-ages, the BSP has to im-p le-ment the LLAPI []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL_getNewImageStrideInBytes [] [628] [629] Overfull \hbox (27.38542pt too wide) in paragraph at lines 49326--49328 [] []\T1/zi4/m/it/10 void LLUI_DISPLAY_IMPL_binarySemaphoreTake([. Overfull \hbox (27.38542pt too wide) in paragraph at lines 49330--49332 [] []\T1/zi4/m/it/10 void LLUI_DISPLAY_IMPL_binarySemaphoreGive([. Overfull \hbox (72.38542pt too wide) in paragraph at lines 49347--49349 [] []\T1/zi4/m/it/10 int32_t LLDISPLAY_IMPL_getWorkingBufferStartAddress([. Overfull \hbox (62.38542pt too wide) in paragraph at lines 49351--49353 [] []\T1/zi4/m/it/10 int32_t LLDISPLAY_IMPL_getWorkingBufferEndAddress([. Overfull \hbox (22.38542pt too wide) in paragraph at lines 49430--49432 [] []\T1/zi4/m/it/10 jint LLUI_INPUT_IMPL_getInitialStateValue([. Overfull \hbox (22.38542pt too wide) in paragraph at lines 49434--49436 [] []\T1/zi4/m/it/10 void LLUI_INPUT_IMPL_enterCriticalSection([. Overfull \hbox (22.38542pt too wide) in paragraph at lines 49438--49440 [] []\T1/zi4/m/it/10 void LLUI_INPUT_IMPL_leaveCriticalSection([. Overfull \hbox (22.38542pt too wide) in paragraph at lines 49455--49457 [] []\T1/zi4/m/it/10 int32_t LLINPUT_IMPL_getInitialStateValue([. Overfull \hbox (7.38542pt too wide) in paragraph at lines 49459--49461 [] []\T1/zi4/m/it/10 void LLINPUT_IMPL_enterCriticalSection([. Overfull \hbox (7.38542pt too wide) in paragraph at lines 49463--49465 [] []\T1/zi4/m/it/10 void LLINPUT_IMPL_leaveCriticalSection([. [630] Underfull \hbox (badness 10000) in paragraph at lines 49590--49593 \T1/SourceSansPro-LF/m/n/10 Since Mi-croEJ UI Pack []\T1/zi4/m/it/10 13.0.0[] \T1/SourceSansPro-LF/m/n/10 , the Im-age Gen-er-a-tor ex-ten-sion project must de-pend on mod-ule [631] [632] [633] [634] [635] [636] [637] [638] [639] [640] [641] [642] [643] Underfull \hbox (badness 10000) in paragraph at lines 51185--51187 [] []\T1/zi4/m/it/10 ej.tool.frontpanel#widget[]microui[] \T1/SourceSansPro-LF /m/n/10 has been re-placed by []\T1/zi4/m/it/10 com.microej.pack. [644] [645] [646] [647] [648] [649] [650] [651] [652] [653] [654] [655] [656] [657] [658] [659] [660] [661] [662] [663] Overfull \hbox (4.46881pt too wide) in paragraph at lines 53171--53173 []\T1/SourceSansPro-LF/m/n/10 The sig-na-tures of []\T1/zi4/m/it/10 LLUI_DISPL AY_IMPL_decodeImage[] \T1/SourceSansPro-LF/m/n/10 and []\T1/zi4/m/it/10 LLUI_ DISPLAY_IMPL_getNewImageStrideInBytes[] [664] Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 53279. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 53279. [665] Underfull \hbox (badness 10000) in paragraph at lines 53427--53429 []\T1/SourceSansPro-LF/m/n/10 [Re-moved] []\T1/zi4/m/it/10 AbstractDisplayExte nsion[] \T1/SourceSansPro-LF/m/n/10 , all avail-able im-ple-men-ta-tions and Underfull \hbox (badness 10000) in paragraph at lines 53431--53433 []\T1/SourceSansPro-LF/m/n/10 [Re-moved] []\T1/zi4/m/it/10 finalizeConfigurati on()[] \T1/SourceSansPro-LF/m/n/10 , []\T1/zi4/m/it/10 getDisplayHeight()[] \T 1/SourceSansPro-LF/m/n/10 , []\T1/zi4/m/it/10 getDisplayWidth()[] \T1/SourceSa nsPro-LF/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 53431--53433 []\T1/zi4/m/it/10 getDrawingBuffer()[] \T1/SourceSansPro-LF/m/n/10 , []\T1/zi4 /m/it/10 setDisplayWidth(int)[] \T1/SourceSansPro-LF/m/n/10 , []\T1/zi4/m/it/1 0 setDisplayHeight(int)[] \T1/SourceSansPro-LF/m/n/10 , []\T1/zi4/m/it/10 star t()[] \T1/SourceSansPro-LF/m/n/10 : [666] [667] [668] Underfull \hbox (badness 10000) in paragraph at lines 53719--53721 []\T1/SourceSansPro-LF/m/n/10 In-stead of im-ple-ment-ing []\T1/zi4/m/it/10 Ge nericDisplayExtension[] \T1/SourceSansPro-LF/m/n/10 , the ex-ten-sion class mus t ex-tend Underfull \hbox (badness 10000) in paragraph at lines 53723--53725 []\T1/SourceSansPro-LF/m/n/10 Add the file []\T1/zi4/m/it/10 src/main/resource s/META[]INF/services/com.microej.tool.ui.generator. Underfull \hbox (badness 10000) in paragraph at lines 53723--53725 \T1/zi4/m/it/10 MicroUIRawImageGeneratorExtension[] \T1/SourceSansPro-LF/m/n/10 ; this file has to spec-ify the class which ex-tends the [669] Underfull \hbox (badness 10000) in paragraph at lines 53880--53882 []\T1/SourceSansPro-LF/m/n/10 Re-place all []\T1/zi4/m/it/10 #include "LLDISPL AY.h"[] \T1/SourceSansPro-LF/m/n/10 , []\T1/zi4/m/it/10 #include "LLDISPLAY_EX TRA.h"[] \T1/SourceSansPro-LF/m/n/10 and []\T1/zi4/m/it/10 #include [670] Underfull \hbox (badness 10000) in paragraph at lines 53916--53918 []\T1/SourceSansPro-LF/m/n/10 Re-move the func-tions []\T1/zi4/m/it/10 LLDISPL AY_IMPL_getGraphicsBufferAddress[] \T1/SourceSansPro-LF/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 53916--53918 []\T1/zi4/m/it/10 LLDISPLAY_IMPL_getHeight[] \T1/SourceSansPro-LF/m/n/10 , []\ T1/zi4/m/it/10 LLDISPLAY_IMPL_getWidth[] \T1/SourceSansPro-LF/m/n/10 , []\T1/z i4/m/it/10 LLDISPLAY_IMPL_synchronize[] \T1/SourceSansPro-LF/m/n/10 , Underfull \hbox (badness 6658) in paragraph at lines 53985--53987 [] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA.h[] \T1/SourceSansPro-LF/m/n/10 and []\T 1/zi4/m/it/10 intern/LLDISPLAY_EXTRA.h[] \T1/SourceSansPro-LF/m/n/10 merged in []\T1/zi4/m/it/10 LLUI_PAINTER_impl.h[] \T1/SourceSansPro-LF/m/n/10 and Underfull \hbox (badness 10000) in paragraph at lines 54013--54015 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _setContrast(int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by [671] Underfull \hbox (badness 10000) in paragraph at lines 54017--54019 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _getContrast(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54021--54023 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _hasBackLight(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54025--54027 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _setBacklight(int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54029--54031 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _getBacklight(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54033--54035 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _isColor(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54037--54039 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _getNumberOfColors(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54041--54043 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _isDoubleBuffered(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54045--54047 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _getBacklight(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54049--54051 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _fillRect(void*,int32_t,void*,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-place d by Underfull \hbox (badness 10000) in paragraph at lines 54057--54059 \T1/SourceSansPro-LF/m/n/10 by []\T1/zi4/m/it/10 DW_DRAWING_drawFlippedImage(M ICROUI_GraphicsContext*,MICROUI_Image*,jint,jint, Underfull \hbox (badness 10000) in paragraph at lines 54061--54063 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _scaleImage(void*,int32_t,void*,int32_t,void*)[] \T1/SourceSansPro-LF/m/n/10 : Underfull \hbox (badness 10000) in paragraph at lines 54061--54063 \T1/SourceSansPro-LF/m/n/10 re-placed by []\T1/zi4/m/it/10 DW_DRAWING_drawScal edImageNearestNeighbor(MICROUI_GraphicsContext*, Overfull \hbox (118.63696pt too wide) in paragraph at lines 54061--54063 \T1/zi4/m/it/10 MICROUI_Image*,jint,jint,jfloat,jfloat,jint)[] \T1/SourceSansP ro-LF/m/n/10 and []\T1/zi4/m/it/10 DW_DRAWING_drawScaledImageBilinear(MICROUI_ GraphicsContext*, Underfull \hbox (badness 10000) in paragraph at lines 54065--54067 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _rotateImage(void*,int32_t,void*,int32_t,void*)[] \T1/SourceSansPro-LF/m/n/10 : Underfull \hbox (badness 10000) in paragraph at lines 54065--54067 \T1/SourceSansPro-LF/m/n/10 re-placed by []\T1/zi4/m/it/10 DW_DRAWING_drawRota tedImageNearestNeighbor(MICROUI_GraphicsContext*, Overfull \hbox (138.63696pt too wide) in paragraph at lines 54065--54067 \T1/zi4/m/it/10 MICROUI_Image*,jint,jint,jint,jint,jfloat,jint)[] \T1/SourceSa nsPro-LF/m/n/10 and []\T1/zi4/m/it/10 DW_DRAWING_drawRotatedImageBilinear(MICR OUI_GraphicsContext*, Underfull \hbox (badness 10000) in paragraph at lines 54069--54071 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL _convertARGBColorToDisplayColor(int32_t)[] \T1/SourceSansPro-LF/m/n/10 and Underfull \hbox (badness 10000) in paragraph at lines 54069--54071 []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMPL_convertDisplayColorToARGBColor(int32_t)[ ] \T1/SourceSansPro-LF/m/n/10 : re-placed re- Underfull \hbox (badness 10000) in paragraph at lines 54069--54071 \T1/SourceSansPro-LF/m/n/10 spec-tively by []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL _convertARGBColorToDisplayColor(uint32_t)[] \T1/SourceSansPro-LF/m/n/10 and Underfull \hbox (badness 10000) in paragraph at lines 54077--54079 []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL_decodeImage(uint8_t*,uint32_t,MICROUI_Image Format,MICROUI_Image*, Underfull \hbox (badness 10000) in paragraph at lines 54081--54083 []\T1/SourceSansPro-LF/m/n/10 [Re-moved] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMP L_getGraphicsBufferMemoryWidth(void)[] \T1/SourceSansPro-LF/m/n/10 and [672] Overfull \hbox (31.7229pt too wide) in paragraph at lines 54085--54087 []\T1/SourceSansPro-LF/m/n/10 [Re-moved] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMP L_backlightOn(void)[] \T1/SourceSansPro-LF/m/n/10 and []\T1/zi4/m/it/10 LLDIS PLAY_EXTRA_IMPL_backlightOff(void)[] Underfull \hbox (badness 10000) in paragraph at lines 54089--54091 []\T1/SourceSansPro-LF/m/n/10 [Re-moved] []\T1/zi4/m/it/10 LLDISPLAY_EXTRA_IMP L_enterDrawingMode(void)[] \T1/SourceSansPro-LF/m/n/10 and Overfull \hbox (99.35233pt too wide) in paragraph at lines 54107--54109 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_IMPL_initi alize(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by []\T1/zi4/m/it/10 LLU I_DISPLAY_IMPL_initialize(LLUI_DISPLAY_SInitData*)[] Underfull \hbox (badness 10000) in paragraph at lines 54111--54113 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_IMPL_flush (int32_t,int32_t,int32_t,int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-pl aced Underfull \hbox (badness 10000) in paragraph at lines 54111--54113 \T1/SourceSansPro-LF/m/n/10 by []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL_flush(MICRO UI_GraphicsContext*,uint8_t*, uint32_t,uint32_t, Underfull \hbox (badness 10000) in paragraph at lines 54115--54117 []\T1/SourceSansPro-LF/m/n/10 [Re-moved] []\T1/zi4/m/it/10 LLDISPLAY_IMPL_getW idth(void)[] \T1/SourceSansPro-LF/m/n/10 , []\T1/zi4/m/it/10 LLDISPLAY_IMPL_ge tHeight(void)[] \T1/SourceSansPro-LF/m/n/10 and Underfull \hbox (badness 10000) in paragraph at lines 54115--54117 []\T1/zi4/m/it/10 LLDISPLAY_IMPL_getGraphicsBufferAddress(void)[] \T1/SourceSan sPro-LF/m/n/10 : re-placed by el-e-ments in struc-ture Underfull \hbox (badness 10000) in paragraph at lines 54119--54121 []\T1/SourceSansPro-LF/m/n/10 [Re-moved] []\T1/zi4/m/it/10 LLDISPLAY_IMPL_sync hronize(void)[] \T1/SourceSansPro-LF/m/n/10 : im-ple-men-ta-tion has to call Underfull \hbox (badness 10000) in paragraph at lines 54129--54131 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_UTILS_getB ufferAddress(int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54133--54135 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_UTILS_setD rawingLimits(int32_t,int32_t,int32_t,int32_t,int32_t)[] Underfull \hbox (badness 10000) in paragraph at lines 54137--54139 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_UTILS_blen d(int32_t,int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54141--54143 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_UTILS_allo cateDecoderImage(void*)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54149--54151 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLDISPLAY_UTILS_draw ingDone(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Overfull \hbox (21.7229pt too wide) in paragraph at lines 54157--54159 []\T1/SourceSansPro-LF/m/n/10 [Re-moved] []\T1/zi4/m/it/10 LLDISPLAY_UTILS_ent erDrawingMode(void)[] \T1/SourceSansPro-LF/m/n/10 and []\T1/zi4/m/it/10 LLDIS PLAY_UTILS_exitDrawingMode(void)[] Underfull \hbox (badness 10000) in paragraph at lines 54169--54171 []\T1/SourceSansPro-LF/m/n/10 [Re-moved] []\T1/zi4/m/it/10 LLDISPLAY_UTILS_dra wPixel(int32_t,int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 and [673] Underfull \hbox (badness 10000) in paragraph at lines 54179--54181 []\T1/SourceSansPro-LF/m/n/10 [Added] List of []\T1/zi4/m/it/10 ej.api.drawing [] \T1/SourceSansPro-LF/m/n/10 li-brary's na-tive func-tions im-ple-mented in mod-ule Underfull \hbox (badness 10000) in paragraph at lines 54189--54191 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLLEDS_MIN_INTENSITY [] \T1/SourceSansPro-LF/m/n/10 and []\T1/zi4/m/it/10 LLLEDS_MAX_INTENSITY[] \ T1/SourceSansPro-LF/m/n/10 : re-placed re-spec-tively by Underfull \hbox (badness 10000) in paragraph at lines 54197--54199 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLLEDS_IMPL_getInten sity(int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54201--54203 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLLEDS_IMPL_setInten sity(int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54215--54217 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendEvents(i nt32_t,int32_t*,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54219--54221 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendCommandE vent(int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54223--54225 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendButtonPr essedEvent(int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54227--54229 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendButtonRe leasedEvent(int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54231--54233 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendButtonRe peatedEvent(int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54235--54237 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendButtonLo ngEvent(int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 5105) in paragraph at lines 54239--54241 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendPointerP ressedEvent(int32_t,int32_t,int32_t,int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n /10 : Underfull \hbox (badness 10000) in paragraph at lines 54243--54245 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendPointerR eleasedEvent(int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54251--54253 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendTouchPre ssedEvent(int32_t,int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54255--54257 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendTouchRel easedEvent(int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54259--54261 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendTouchMov edEvent(int32_t,int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54263--54265 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_sendStateEve nt(int32_t,int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54267--54269 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_getMaxEvents BufferUsage(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by [674] Underfull \hbox (badness 10000) in paragraph at lines 54281--54283 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_IMPL_getInit ialStateValue(int32_t,int32_t)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54285--54287 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_IMPL_enterCr iticalSection(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54289--54291 []\T1/SourceSansPro-LF/m/n/10 [Changed] []\T1/zi4/m/it/10 LLINPUT_IMPL_leaveCr iticalSection(void)[] \T1/SourceSansPro-LF/m/n/10 : re-placed by Underfull \hbox (badness 10000) in paragraph at lines 54337--54339 []\T1/SourceSansPro-LF/m/n/10 [Added] Struc-ture []\T1/zi4/m/it/10 LLUI_DISPLA Y_SInitData[] \T1/SourceSansPro-LF/m/n/10 : im-ple-men-ta-tion has to fill it i n Underfull \hbox (badness 10000) in paragraph at lines 54341--54343 []\T1/SourceSansPro-LF/m/n/10 [Added] []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL_bina rySemaphoreTake(void*)[] \T1/SourceSansPro-LF/m/n/10 and Underfull \hbox (badness 10000) in paragraph at lines 54341--54343 []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL_binarySemaphoreGive(void*,bool)[] \T1/Sourc eSansPro-LF/m/n/10 : im-ple-men-ta-tion has to man-age a Underfull \hbox (badness 10000) in paragraph at lines 54345--54347 []\T1/SourceSansPro-LF/m/n/10 [Added] []\T1/zi4/m/it/10 LLUI_DISPLAY_IMPL_getN ewImageStrideInBytes(MICROUI_ImageFormat,uint32_t, Underfull \hbox (badness 10000) in paragraph at lines 54355--54357 []\T1/SourceSansPro-LF/m/n/10 [Added] List of []\T1/zi4/m/it/10 ej.api.microui [] \T1/SourceSansPro-LF/m/n/10 li-brary's na-tive func-tions im-ple-mented in mod-ule [675] Underfull \hbox (badness 10000) in paragraph at lines 54398--54400 []\T1/SourceSansPro-LF/m/n/10 In cus-tom UI na-tive meth-ods, re-place []\T1/z i4/m/it/10 LLDISPLAY_UTILS_getBufferAddress(xxx);[] \T1/SourceSansPro-LF/m/n/1 0 by Underfull \hbox (badness 10000) in paragraph at lines 54449--54451 []\T1/SourceSansPro-LF/m/n/10 Cre-ate a new front panel project: [][][] > [] [][] > [][][] > [][][] > [676] Underfull \hbox (badness 10000) in paragraph at lines 54562--54564 []\T1/SourceSansPro-LF/m/n/10 Ex-tends []\T1/zi4/m/it/10 ej.fp.widget.MicroUID isplay.AbstractDisplayExtension[] \T1/SourceSansPro-LF/m/n/10 in-stead of []\ T1/zi4/m/it/10 com.is2t. Underfull \hbox (badness 10000) in paragraph at lines 54641--54643 \T1/SourceSansPro-LF/m/n/10 of im-ple-ment-ing the in-ter-face []\T1/zi4/m/it/ 10 com.is2t.microej.frontpanel.input.listener. [677] Underfull \hbox (badness 10000) in paragraph at lines 54723--54725 []\T1/SourceSansPro-LF/m/n/10 Ex-tends the class []\T1/zi4/m/it/10 ej.fp.widge t.Button.ButtonListenerToButtonEvents[] \T1/SourceSansPro-LF/m/n/10 in-stead Underfull \hbox (badness 10000) in paragraph at lines 54723--54725 \T1/SourceSansPro-LF/m/n/10 of im-ple-ment-ing the in-ter-face []\T1/zi4/m/it/ 10 com.is2t.microej.frontpanel.input.listener. [678] Underfull \hbox (badness 10000) in paragraph at lines 54843--54845 []\T1/SourceSansPro-LF/m/n/10 Ex-tends the class []\T1/zi4/m/it/10 ej.fp.widge t.Joystick.JoystickListenerToCommandEvents[] \T1/SourceSansPro-LF/m/n/10 in- [679] Underfull \hbox (badness 10000) in paragraph at lines 54997--54999 []\T1/SourceSansPro-LF/m/n/10 Re-place the func-tion []\T1/zi4/m/it/10 LLDISPL AY_COPY_IMPL_getBackBufferAddress()[] \T1/SourceSansPro-LF/m/n/10 by [680] Underfull \hbox (badness 10000) in paragraph at lines 55007--55009 []\T1/SourceSansPro-LF/m/n/10 Re-place the func-tion []\T1/zi4/m/it/10 void LL DISPLAY_COPY_IMPL_copyBuffer()[] \T1/SourceSansPro-LF/m/n/10 by []\T1/zi4/m/i t/10 int32_t Underfull \hbox (badness 10000) in paragraph at lines 55015--55017 []\T1/SourceSansPro-LF/m/n/10 Re-place the func-tion []\T1/zi4/m/it/10 LLDISPL AY_COPY_IMPL_getBackBufferAddress()[] \T1/SourceSansPro-LF/m/n/10 by Underfull \hbox (badness 10000) in paragraph at lines 55043--55045 []\T1/SourceSansPro-LF/m/n/10 Re-place all func-tions []\T1/zi4/m/it/10 LLDISP LAY_SWITCH_IMPL_xxx[] \T1/SourceSansPro-LF/m/n/10 , []\T1/zi4/m/it/10 LLDISPLA Y_COPY_IMPL_xxx[] \T1/SourceSansPro-LF/m/n/10 and [681] [682 <./java-c-vg-interface.png>] [683] [684 <./vg_llapi_emb.png> <./vg_l lapi_sim.png>] [685] [686 <./vg_llapi_matrix.png>] [687] Underfull \hbox (badness 10000) in paragraph at lines 55470--55472 []\T1/SourceSansPro-LF/m/n/10 Mi-croVG li-brary calls the BSP func-tions throug h the header files []\T1/zi4/m/it/10 LLVG_PATH_impl.h[] \T1/SourceSansPro-LF/ m/n/10 and Underfull \hbox (badness 10000) in paragraph at lines 55478--55480 []\T1/SourceSansPro-LF/m/n/10 The [][]\T1/SourceSansPro-LF/m/it/10 C mod-ule Mi croVG-VGLite[][] \T1/SourceSansPro-LF/m/n/10 pro-vides an im-ple-men-ta-tion of []\T1/zi4/m/it/10 LLVG_PATH_PAINTER_impl.h[] \T1/SourceSansPro-LF/m/n/10 and [688 <./vg_llapi_path.png>] [689] Underfull \hbox (badness 10000) in paragraph at lines 55540--55542 []\T1/SourceSansPro-LF/m/n/10 Mi-croVG li-brary calls the BSP func-tions throug h the header files []\T1/zi4/m/it/10 LLVG_GRADIENT_impl.h[] \T1/SourceSansPro- LF/m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 55548--55550 []\T1/SourceSansPro-LF/m/n/10 The [][]\T1/SourceSansPro-LF/m/it/10 C mod-ule Mi croVG-VGLte[][] \T1/SourceSansPro-LF/m/n/10 pro-vides an im-ple-men-ta-tion of []\T1/zi4/m/it/10 LLVG_PATH_PAINTER_impl.h[] \T1/SourceSansPro-LF/m/n/10 , [690 <./vg_llapi_gradient.png>] [691] Underfull \hbox (badness 10000) in paragraph at lines 55640--55642 []\T1/SourceSansPro-LF/m/n/10 Mi-croVG li-brary calls the BSP func-tions throug h the header files []\T1/zi4/m/it/10 LLVG_FONT_impl.h[] \T1/SourceSansPro-LF/ m/n/10 and [692 <./vg_llapi_font.png>] [693 <./vg_cco.png>] [694] [695] [696] [697] [698] Underfull \hbox (badness 10000) in paragraph at lines 56295--56297 []\T1/SourceSansPro-LF/m/n/10 Fix Null-Point-erEx-cep-tion while sort-ing Trans -la-teXY Vec-tor-Draw-ableOb-jectAn-i-ma-tor in vectorimage- [699] [700 <./java-c-net-interface.png>] Underfull \hbox (badness 10000) in paragraph at lines 56437--56443 [] []\T1/zi4/m/it/10 LLNET_CHANNEL_impl.h[] \T1/SourceSansPro-LF/m/n/10 , []\T 1/zi4/m/it/10 LLNET_SOCKETCHANNEL_impl.h[] \T1/SourceSansPro-LF/m/n/10 , []\T1 /zi4/m/it/10 LLNET_STREAMSOCKETCHANNEL_impl.h[] [701] Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family SourceSansPro-LF in TS1 encoding. (textcomp) Default family used instead on input line 56530. [702] [703] Overfull \hbox (18.20439pt too wide) in paragraph at lines 56706--56712 \T1/SourceSansPro-LF/m/n/10 The Mi-croEJ Ap-pli-ca-tion man-ages Blue-tooth el- e-ments us-ing Adapter/Connection/Service/Characteristic/Descriptor/etc [704] [705] Overfull \vbox (2.05565pt too high) detected at line 56936 [706] [707] [708] Underfull \hbox (badness 6110) in paragraph at lines 57182--57186 [] []\T1/zi4/m/it/10 architecture[] \T1/SourceSansPro-LF/m/n/10 [op-tional, de -fault value is ^^PVir-tual De-vice^^Q]: De-fines the value re-turned by the [709] [710 <./watchdog_sandwich.png>] [711 <./watchdog_highlevel_diagram.png>] [712 <./watchdog_seq_diagram.png>] [713] Overfull \vbox (1.58362pt too high) detected at line 57412 [714] Underfull \hbox (badness 10000) in paragraph at lines 57414--57418 []\T1/SourceSansPro-LF/m/n/10 There is an ad-di-tional func-tion in []\T1/zi4/ m/it/10 LLWATCHDOG_TIMER_impl.h[] \T1/SourceSansPro-LF/m/n/10 com-pared to the Java API. This is [715] [716] [717 <./STM32F7508-DK-demoWidget-SystemView.png>] Underfull \hbox (badness 10000) in paragraph at lines 57596--57598 []\T1/SourceSansPro-LF/m/n/10 Add these in-cludes []\T1/zi4/m/it/10 #include " LLMJVM_MONITOR_SYSVIEW.h"[] \T1/SourceSansPro-LF/m/n/10 and []\T1/zi4/m/it/10 #include Underfull \hbox (badness 10000) in paragraph at lines 57600--57602 []\T1/SourceSansPro-LF/m/n/10 In func-tion []\T1/zi4/m/it/10 _cbSendSystemDesc (void)[] \T1/SourceSansPro-LF/m/n/10 , add this in-struc-tion: Underfull \hbox (badness 10000) in paragraph at lines 57600--57602 []\T1/zi4/m/it/10 SEGGER_SYSVIEW_SendSysDesc("N="SYSVIEW_APP_NAME",D="SYSVIEW_D EVICE_NAME", [718 <./sytemview_remove_systick.png>] [719] [720] [721 <./sv_names.png>] [722] Underfull \hbox (badness 5578) in paragraph at lines 57837--57841 \T1/SourceSansPro-LF/m/n/10 lem, the de-fault \T1/SourceSansPro-LF/m/it/10 SEG- GER_SYSVIEW_RTT_BUFFER_SIZE \T1/SourceSansPro-LF/m/n/10 can be in-creased from the de-fault 1kB to a more Underfull \hbox (badness 5741) in paragraph at lines 57837--57841 \T1/SourceSansPro-LF/m/n/10 ap-pro-pri-ate size of 4kB. Still, if OVER-FLOW eve nts are still vis-i-ble, the user can fur-ther in-crease this Underfull \hbox (badness 10000) in paragraph at lines 57837--57841 \T1/SourceSansPro-LF/m/n/10 con-fig-u-ra-tion found in []\T1/zi4/m/it/10 /Your PlatformProject[]bsp/projects/microej/thirdparty/systemview/inc/ [723 <./sysview_app_traces.png>] [724 <./systemview_rtt_not_found.png>] [725 <./systemview_st_link_pb.png>] [726 <./hil1.png> <./hil2.png>] [727 <./hil 3.png>] [728] [729 <./hil4.png>] [730] [731] [732 <./mock-skeleton.png>] [733 <./hil5.png>] [734 <./newfp.png>] [735 <./project-content.png>] [736] [737 <./working-layout.png>] [738] [739] Underfull \vbox (badness 10000) detected at line 58850 Overfull \vbox (0.82594pt too high) detected at line 58850 [740] [741 <./fp-widget-active-area.png>] [742 <./blemock-controller.png>] [743] [744 <./blemock-flash-download-tool.png> <./blemock-wifi-setup-interface. png>] [745 <./blemock-wifi-setup-last-screen.png> <./blemock-controller-ip.png> <./blemock-configuration.png>] [746] [747] Underfull \hbox (badness 6910) in paragraph at lines 59388--59393 []\T1/SourceSansPro-LF/m/n/10 The Low Level Comm API (LL-COMM), re-lies on func -tions that need to be im-ple-mented by en-gi-neers Underfull \hbox (badness 6675) in paragraph at lines 59388--59393 \T1/SourceSansPro-LF/m/n/10 in a driver. The names of these func-tions match th e []\T1/zi4/m/it/10 LLCOM_BUFFERED_CONNECTION_IMPL_*[] \T1/SourceSansPro-LF/m /n/10 or the [748] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 \T1/SourceSansPro-LF/m/n/10 gen-er-a-tor Overfull \hbox (9.84285pt too wide) in paragraph at lines 59645--59645 []| []\T1/zi4/m/it/10 LLUI_INPUT_sendButtonPressedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (14.84285pt too wide) in paragraph at lines 59645--59645 [] []\T1/zi4/m/it/10 LLUI_INPUT_sendButtonReleasedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (14.84285pt too wide) in paragraph at lines 59645--59645 [] []\T1/zi4/m/it/10 LLUI_INPUT_sendButtonRepeatedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (14.84285pt too wide) in paragraph at lines 59645--59645 []| []\T1/zi4/m/it/10 LLUI_INPUT_sendPointerPressedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (19.84285pt too wide) in paragraph at lines 59645--59645 [] []\T1/zi4/m/it/10 LLUI_INPUT_sendPointerReleasedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (4.84285pt too wide) in paragraph at lines 59645--59645 [] []\T1/zi4/m/it/10 LLUI_INPUT_sendPointerMovedEvent[]| Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 []|\T1/SourceSansPro-LF/m/n/10 The ini-tial value of each state ma-chine Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 \T1/SourceSansPro-LF/m/n/10 (of a States) is re-trieved by a call to Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 []\T1/zi4/m/it/10 LLUI_INPUT_IMPL_getInitialStateValue[] Overfull \hbox (4.84285pt too wide) in paragraph at lines 59645--59645 []| []\T1/zi4/m/it/10 LLUI_INPUT_sendTouchPressedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (9.84285pt too wide) in paragraph at lines 59645--59645 [] []\T1/zi4/m/it/10 LLUI_INPUT_sendTouchReleasedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 \T1/SourceSansPro-LF/m/n/10 gen-er-a-tor Overfull \hbox (9.84285pt too wide) in paragraph at lines 59645--59645 []| []\T1/zi4/m/it/10 LLUI_INPUT_sendButtonPressedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (14.84285pt too wide) in paragraph at lines 59645--59645 [] []\T1/zi4/m/it/10 LLUI_INPUT_sendButtonReleasedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (14.84285pt too wide) in paragraph at lines 59645--59645 [] []\T1/zi4/m/it/10 LLUI_INPUT_sendButtonRepeatedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (14.84285pt too wide) in paragraph at lines 59645--59645 []| []\T1/zi4/m/it/10 LLUI_INPUT_sendPointerPressedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (19.84285pt too wide) in paragraph at lines 59645--59645 [] []\T1/zi4/m/it/10 LLUI_INPUT_sendPointerReleasedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (4.84285pt too wide) in paragraph at lines 59645--59645 [] []\T1/zi4/m/it/10 LLUI_INPUT_sendPointerMovedEvent[]| Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 []|\T1/SourceSansPro-LF/m/n/10 The ini-tial value of each state ma-chine Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 \T1/SourceSansPro-LF/m/n/10 (of a States) is re-trieved by a call to Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 []\T1/zi4/m/it/10 LLUI_INPUT_IMPL_getInitialStateValue[] Overfull \hbox (4.84285pt too wide) in paragraph at lines 59645--59645 []| []\T1/zi4/m/it/10 LLUI_INPUT_sendTouchPressedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 Overfull \hbox (9.84285pt too wide) in paragraph at lines 59645--59645 [] []\T1/zi4/m/it/10 LLUI_INPUT_sendTouchReleasedEvent[] Underfull \hbox (badness 10000) in paragraph at lines 59645--59645 [749] [750] Underfull \hbox (badness 6725) in paragraph at lines 59707--59713 \T1/SourceSansPro-LF/m/n/10 age heap. Im-ple-men-ta-tion of these LLAPIs is al- ready avail-able on the Mi-croEJ Cen-tral Repos-i-tory ( [751] [752] [753] [754] [755] [756] Underfull \hbox (badness 10000) in paragraph at lines 60100--60102 []\T1/SourceSansPro-LF/m/n/10 A string can be draw on a cir-cle: []\T1/zi4/m/i t/10 LLVG_FONT_PAINTER_IMPL_draw_string_on_circle[] \T1/SourceSansPro-LF/m/n/1 0 and [757] [758] [759] [760] [761] [762] Underfull \hbox (badness 10000) in paragraph at lines 60652--60654 []|\T1/SourceSansPro-LF/m/n/10 Mes- Underfull \hbox (badness 10000) in paragraph at lines 60652--60654 \T1/SourceSansPro-LF/m/n/10 sage [763] [764] Underfull \hbox (badness 10000) in paragraph at lines 60951--60951 []|\T1/SourceSansPro-LF/m/n/10 The fully qual-i-fied name of the class that im- ple-ments Underfull \hbox (badness 10000) in paragraph at lines 60951--60951 []|\T1/SourceSansPro-LF/m/n/10 The fully qual-i-fied name of the class that im- ple-ments Underfull \hbox (badness 10000) in paragraph at lines 60974--60978 []\T1/SourceSansPro-LF/m/n/10 When an in-struc-tion is ex-e-cuted that will bre ak a [][]\T1/SourceSansPro-LF/m/it/10 [KF] spec-i-fi-ca-tion[][] \T1/SourceSans Pro-LF/m/n/10 in-su-la-tion se-man-tic rule, a [765] Overfull \hbox (25.02158pt too wide) in paragraph at lines 61202--61203 [][] Overfull \hbox (10.13881pt too wide) in paragraph at lines 61330--61331 [][] [766] [767] [768] [769] [770] [771] [772] [773] Underfull \hbox (badness 10000) in paragraph at lines 63590--63590 []\T1/SourceSansPro-LF/m/n/10 Mes-sage Underfull \hbox (badness 10000) in paragraph at lines 63794--63794 [] [][]\T1/zi4/m/it/10 descriptionFile Overfull \hbox (6.47609pt too wide) in paragraph at lines 63794--63794 [] [][]\T1/zi4/m/it/10 outputArchitecture Overfull \hbox (1.47609pt too wide) in paragraph at lines 63794--63794 [] [][]\T1/zi4/m/it/10 rwBlockHeaderSize [774] [775] Overfull \vbox (1.90979pt too high) detected at line 64090 [776] Overfull \hbox (5.20111pt too wide) in paragraph at lines 64133--64135 [] []\T1/zi4/m/it/10 eventgenerators[] Underfull \hbox (badness 10000) in paragraph at lines 64133--64135 Underfull \hbox (badness 10000) detected at line 64136 Overfull \hbox (5.20111pt too wide) detected at line 64136 [] []\T1/zi4/m/it/10 eventgenerators[] Underfull \hbox (badness 10000) in paragraph at lines 64151--64153 Underfull \hbox (badness 10000) detected at line 64154 Underfull \hbox (badness 10000) in paragraph at lines 64349--64352 []|\T1/SourceSansPro-LF/m/n/10 An event gen-er-a-tor that man-ages a group of s tate ma-chines. Underfull \hbox (badness 10000) in paragraph at lines 64349--64352 \T1/SourceSansPro-LF/m/n/10 The state of a ma-chine is changed by send-ing an e vent us-ing [777] Overfull \hbox (2.09447pt too wide) in paragraph at lines 64600--64600 []||[]| Underfull \hbox (badness 10000) in paragraph at lines 64600--64600 Underfull \hbox (badness 10000) detected at line 64600 [778] [779] Overfull \hbox (3.12929pt too wide) in paragraph at lines 64754--64754 []| []\T1/zi4/m/it/10 xsi:schemaLocation[]| Overfull \hbox (3.12929pt too wide) in paragraph at lines 64754--64754 []| []\T1/zi4/m/it/10 xsi:schemaLocation[]| Underfull \hbox (badness 10000) in paragraph at lines 64832--64832 [] [][]\T1/zi4/m/it/10 connectTimeout Underfull \hbox (badness 10000) in paragraph at lines 64832--64832 [] [][]\T1/zi4/m/it/10 excludes Underfull \hbox (badness 10000) in paragraph at lines 64832--64832 [] [][]\T1/zi4/m/it/10 mocks [780] [781] [782] [783] Overfull \hbox (2.36441pt too wide) in paragraph at lines 65428--65429 [][] Underfull \hbox (badness 10000) in paragraph at lines 65488--65490 []|\T1/SourceSansPro-LF/m/n/10 Com- Underfull \hbox (badness 10000) in paragraph at lines 65491--65493 []|\T1/SourceSansPro-LF/m/n/10 Build Underfull \hbox (badness 10000) in paragraph at lines 65491--65493 \T1/SourceSansPro-LF/m/n/10 Ver- Underfull \hbox (badness 10000) in paragraph at lines 65494--65496 []|\T1/SourceSansPro-LF/m/n/10 Known Com-pat-i-ble Ver- Underfull \hbox (badness 10000) in paragraph at lines 65500--65503 []|\T1/SourceSansPro-LF/m/n/10 Mod- Underfull \hbox (badness 10000) in paragraph at lines 65504--65506 []|\T1/SourceSansPro-LF/m/n/10 Keil Underfull \hbox (badness 10000) in paragraph at lines 65504--65506 \T1/SourceSansPro-LF/m/n/10 uVi- Overfull \hbox (1.57127pt too wide) in paragraph at lines 65507--65509 []|\T1/SourceSansPro-LF/m/n/10 5.18.0.0| Underfull \hbox (badness 10000) in paragraph at lines 65513--65515 []| [][][]\T1/zi4/m/it/10 cpu Cortex[]M4.fp [][]apcs=/hardfp Overfull \hbox (9.55128pt too wide) in paragraph at lines 65516--65519 []|[][]\T1/SourceSansPro-LF/m/n/10 flopi4A20[][]| Underfull \hbox (badness 10000) in paragraph at lines 65529--65531 []| [][]\T1/zi4/m/it/10 mabi=aapcs []mcpu=cortex[]m4 Underfull \hbox (badness 10000) in paragraph at lines 65529--65531 []\T1/zi4/m/it/10 mlittle[]endian []mfpu=fpv4[]sp[]d16 Overfull \hbox (9.87128pt too wide) in paragraph at lines 65532--65535 []|[][]\T1/SourceSansPro-LF/m/n/10 flopi4G25[][]| Underfull \hbox (badness 10000) in paragraph at lines 65536--65538 []|\T1/SourceSansPro-LF/m/n/10 IAR Underfull \hbox (badness 10000) in paragraph at lines 65536--65538 \T1/SourceSansPro-LF/m/n/10 Em- Underfull \hbox (badness 10000) in paragraph at lines 65536--65538 \T1/SourceSansPro-LF/m/n/10 bed- Underfull \hbox (badness 10000) in paragraph at lines 65536--65538 \T1/SourceSansPro-LF/m/n/10 ded Underfull \hbox (badness 10000) in paragraph at lines 65536--65538 \T1/SourceSansPro-LF/m/n/10 Work- Underfull \hbox (badness 10000) in paragraph at lines 65536--65538 \T1/SourceSansPro-LF/m/n/10 bench Underfull \hbox (badness 10000) in paragraph at lines 65536--65538 \T1/SourceSansPro-LF/m/n/10 for Overfull \hbox (18.03123pt too wide) in paragraph at lines 65539--65541 []|\T1/SourceSansPro-LF/m/n/10 8.32.1.18631| Overfull \hbox (6.29128pt too wide) in paragraph at lines 65548--65551 []|[][]\T1/SourceSansPro-LF/m/n/10 flopi4I35[][]| [784] Underfull \hbox (badness 10000) in paragraph at lines 65573--65575 []|\T1/SourceSansPro-LF/m/n/10 Com- Underfull \hbox (badness 10000) in paragraph at lines 65576--65578 []|\T1/SourceSansPro-LF/m/n/10 Build Underfull \hbox (badness 10000) in paragraph at lines 65576--65578 \T1/SourceSansPro-LF/m/n/10 Ver- Underfull \hbox (badness 10000) in paragraph at lines 65579--65581 []|\T1/SourceSansPro-LF/m/n/10 Known Com-pat-i-ble Ver- Underfull \hbox (badness 10000) in paragraph at lines 65585--65588 []|\T1/SourceSansPro-LF/m/n/10 Mod- Underfull \hbox (badness 10000) in paragraph at lines 65589--65591 []|\T1/SourceSansPro-LF/m/n/10 Keil Underfull \hbox (badness 10000) in paragraph at lines 65589--65591 \T1/SourceSansPro-LF/m/n/10 uVi- Overfull \hbox (1.57127pt too wide) in paragraph at lines 65592--65594 []|\T1/SourceSansPro-LF/m/n/10 5.18.0.0| Overfull \hbox (7.4213pt too wide) in paragraph at lines 65601--65604 []|[][]\T1/SourceSansPro-LF/m/n/10 flopi7A21[][]| Underfull \hbox (badness 10000) in paragraph at lines 65614--65616 []| [][]\T1/zi4/m/it/10 mabi=aapcs []mcpu=cortex[]m7 Underfull \hbox (badness 10000) in paragraph at lines 65614--65616 []\T1/zi4/m/it/10 mlittle[]endian []mfpu=fpv5[]sp[]d16 Overfull \hbox (9.81128pt too wide) in paragraph at lines 65617--65620 []|[][]\T1/SourceSansPro-LF/m/n/10 flopi7G26[][]| Underfull \hbox (badness 10000) in paragraph at lines 65621--65623 []|\T1/SourceSansPro-LF/m/n/10 IAR Underfull \hbox (badness 10000) in paragraph at lines 65621--65623 \T1/SourceSansPro-LF/m/n/10 Em- Underfull \hbox (badness 10000) in paragraph at lines 65621--65623 \T1/SourceSansPro-LF/m/n/10 bed- Underfull \hbox (badness 10000) in paragraph at lines 65621--65623 \T1/SourceSansPro-LF/m/n/10 ded Underfull \hbox (badness 10000) in paragraph at lines 65621--65623 \T1/SourceSansPro-LF/m/n/10 Work- Underfull \hbox (badness 10000) in paragraph at lines 65621--65623 \T1/SourceSansPro-LF/m/n/10 bench Underfull \hbox (badness 10000) in paragraph at lines 65621--65623 \T1/SourceSansPro-LF/m/n/10 for Overfull \hbox (18.03123pt too wide) in paragraph at lines 65624--65626 []|\T1/SourceSansPro-LF/m/n/10 8.32.1.18631| Overfull \hbox (6.39128pt too wide) in paragraph at lines 65633--65636 []|[][]\T1/SourceSansPro-LF/m/n/10 flopi7I36[][]| [785] Underfull \hbox (badness 10000) in paragraph at lines 65654--65656 []|\T1/SourceSansPro-LF/m/n/10 Com- Underfull \hbox (badness 10000) in paragraph at lines 65663--65665 []|\T1/SourceSansPro-LF/m/n/10 Mod-ule Underfull \hbox (badness 10000) in paragraph at lines 65670--65672 []|\T1/SourceSansPro-LF/m/n/10 GCC Underfull \hbox (badness 10000) in paragraph at lines 65670--65672 \T1/SourceSansPro-LF/m/n/10 (ESP- Underfull \hbox (badness 10000) in paragraph at lines 65673--65675 []|\T1/SourceSansPro-LF/m/n/10 5.2.0 Overfull \hbox (9.7644pt too wide) in paragraph at lines 65673--65675 \T1/SourceSansPro-LF/m/n/10 (crosstool- Underfull \hbox (badness 10000) in paragraph at lines 65673--65675 \T1/SourceSansPro-LF/m/n/10 ng- Underfull \hbox (badness 10000) in paragraph at lines 65673--65675 \T1/SourceSansPro-LF/m/n/10 1.22.0- Underfull \hbox (badness 10000) in paragraph at lines 65673--65675 \T1/SourceSansPro-LF/m/n/10 80- Overfull \hbox (8.4644pt too wide) in paragraph at lines 65673--65675 \T1/SourceSansPro-LF/m/n/10 g6c4433a)| Overfull \hbox (2.18443pt too wide) in paragraph at lines 65679--65681 []|[][]\T1/SourceSansPro-LF/m/n/10 simikou1[][]| Underfull \hbox (badness 10000) in paragraph at lines 65686--65688 []|\T1/SourceSansPro-LF/m/n/10 GCC Underfull \hbox (badness 10000) in paragraph at lines 65686--65688 \T1/SourceSansPro-LF/m/n/10 (ESP- Underfull \hbox (badness 10000) in paragraph at lines 65689--65691 []|\T1/SourceSansPro-LF/m/n/10 5.2.0 Overfull \hbox (9.7644pt too wide) in paragraph at lines 65689--65691 \T1/SourceSansPro-LF/m/n/10 (crosstool- Underfull \hbox (badness 10000) in paragraph at lines 65689--65691 \T1/SourceSansPro-LF/m/n/10 ng- Underfull \hbox (badness 10000) in paragraph at lines 65689--65691 \T1/SourceSansPro-LF/m/n/10 1.22.0- Underfull \hbox (badness 10000) in paragraph at lines 65689--65691 \T1/SourceSansPro-LF/m/n/10 80- Overfull \hbox (8.4644pt too wide) in paragraph at lines 65689--65691 \T1/SourceSansPro-LF/m/n/10 g6c4433a)| Overfull \hbox (3.50443pt too wide) in paragraph at lines 65695--65697 []|[][]\T1/SourceSansPro-LF/m/n/10 simikou2[][]| Underfull \hbox (badness 10000) in paragraph at lines 65702--65704 []|\T1/SourceSansPro-LF/m/n/10 GCC Underfull \hbox (badness 10000) in paragraph at lines 65702--65704 \T1/SourceSansPro-LF/m/n/10 (ESP- Underfull \hbox (badness 10000) in paragraph at lines 65705--65707 []|\T1/SourceSansPro-LF/m/n/10 5.2.0 Overfull \hbox (9.7644pt too wide) in paragraph at lines 65705--65707 \T1/SourceSansPro-LF/m/n/10 (crosstool- Underfull \hbox (badness 10000) in paragraph at lines 65705--65707 \T1/SourceSansPro-LF/m/n/10 ng- Underfull \hbox (badness 10000) in paragraph at lines 65705--65707 \T1/SourceSansPro-LF/m/n/10 1.22.0- Underfull \hbox (badness 10000) in paragraph at lines 65705--65707 \T1/SourceSansPro-LF/m/n/10 96- Overfull \hbox (8.94438pt too wide) in paragraph at lines 65705--65707 \T1/SourceSansPro-LF/m/n/10 g2852398)| Overfull \hbox (3.50443pt too wide) in paragraph at lines 65711--65713 []|[][]\T1/SourceSansPro-LF/m/n/10 simikou2[][]| Underfull \hbox (badness 10000) in paragraph at lines 65718--65720 []|\T1/SourceSansPro-LF/m/n/10 GCC Underfull \hbox (badness 10000) in paragraph at lines 65718--65720 \T1/SourceSansPro-LF/m/n/10 (ESP- Underfull \hbox (badness 10000) in paragraph at lines 65721--65723 []|\T1/SourceSansPro-LF/m/n/10 8.2.0 Overfull \hbox (9.7644pt too wide) in paragraph at lines 65721--65723 \T1/SourceSansPro-LF/m/n/10 (crosstool- Overfull \hbox (3.46442pt too wide) in paragraph at lines 65727--65729 []|[][]\T1/SourceSansPro-LF/m/n/10 simikou3[][]| Underfull \hbox (badness 10000) in paragraph at lines 65734--65736 []|\T1/SourceSansPro-LF/m/n/10 GCC Underfull \hbox (badness 10000) in paragraph at lines 65734--65736 \T1/SourceSansPro-LF/m/n/10 (ESP- Underfull \hbox (badness 10000) in paragraph at lines 65737--65739 []|\T1/SourceSansPro-LF/m/n/10 5.2.0 Overfull \hbox (9.7644pt too wide) in paragraph at lines 65737--65739 \T1/SourceSansPro-LF/m/n/10 (crosstool- Underfull \hbox (badness 10000) in paragraph at lines 65737--65739 \T1/SourceSansPro-LF/m/n/10 ng- Underfull \hbox (badness 10000) in paragraph at lines 65737--65739 \T1/SourceSansPro-LF/m/n/10 1.22.0- Underfull \hbox (badness 10000) in paragraph at lines 65737--65739 \T1/SourceSansPro-LF/m/n/10 97- Overfull \hbox (8.04442pt too wide) in paragraph at lines 65737--65739 \T1/SourceSansPro-LF/m/n/10 gc752ad5)| Overfull \hbox (6.79749pt too wide) in paragraph at lines 65743--65745 []| []\T1/zi4/m/it/10 simikou4[]| Underfull \hbox (badness 10000) in paragraph at lines 65750--65752 []|\T1/SourceSansPro-LF/m/n/10 GCC Underfull \hbox (badness 10000) in paragraph at lines 65750--65752 \T1/SourceSansPro-LF/m/n/10 (ESP- Underfull \hbox (badness 10000) in paragraph at lines 65753--65755 []|\T1/SourceSansPro-LF/m/n/10 8.4.0 Overfull \hbox (9.7644pt too wide) in paragraph at lines 65753--65755 \T1/SourceSansPro-LF/m/n/10 (crosstool- Overfull \hbox (6.79749pt too wide) in paragraph at lines 65759--65761 []| []\T1/zi4/m/it/10 simikou5[]| Underfull \hbox (badness 10000) in paragraph at lines 65766--65768 []|\T1/SourceSansPro-LF/m/n/10 GCC Underfull \hbox (badness 10000) in paragraph at lines 65766--65768 \T1/SourceSansPro-LF/m/n/10 (ESP- Underfull \hbox (badness 10000) in paragraph at lines 65769--65771 []|\T1/SourceSansPro-LF/m/n/10 8.4.0 Overfull \hbox (9.7644pt too wide) in paragraph at lines 65769--65771 \T1/SourceSansPro-LF/m/n/10 (crosstool- Underfull \hbox (badness 10000) in paragraph at lines 65772--65774 []| [][]\T1/zi4/m/it/10 mlongcalls []mfix[]esp32[]psram[]cache[]issue Overfull \hbox (6.79749pt too wide) in paragraph at lines 65775--65777 []| []\T1/zi4/m/it/10 simikou6[]| [786] [787] [788 <./platform_fullPackaging_structure.png>] Underfull \hbox (badness 10000) in paragraph at lines 65994--65998 \T1/SourceSansPro-LF/m/n/10 and re-named to []\T1/zi4/m/it/10 architecture[]re pository/com/microej/architecture/CM7/CM7hardfp_ARMCC5/ [789] [790] [791 <./platform_architecture-repository.png> <./platformMigration- import.png>] Underfull \hbox (badness 10000) in paragraph at lines 66157--66162 []\T1/SourceSansPro-LF/m/n/10 In-stall [][]Plat-form Con-fig-u-ra-tion Ad-di-ti ons[][], by fol-low-ing in-struc-tions de-scribed at [][]$https : / / Underfull \hbox (badness 10000) in paragraph at lines 66157--66162 \T1/SourceSansPro-LF/m/n/10 github . com / MicroEJ / PlatformQualificationTools / blob / master / framework / platform / README . rst$[][]. Underfull \hbox (badness 10000) in paragraph at lines 66157--66162 \T1/SourceSansPro-LF/m/n/10 Files within the []\T1/zi4/m/it/10 content[] \T1/ SourceSansPro-LF/m/n/10 folder have to be copied to the [][]\T1/zi4/m/it/10 co nfiguration[] \T1/SourceSansPro-LF/m/n/10 project (e.g. Underfull \hbox (badness 10000) in paragraph at lines 66170--66172 []\T1/SourceSansPro-LF/m/n/10 Up-date the de-fault name of the Plat-form mod-ul e in the []\T1/zi4/m/it/10 module.ivy[] \T1/SourceSansPro-LF/m/n/10 . Re-place with Underfull \hbox (badness 10000) in paragraph at lines 66170--66172 []\T1/zi4/m/it/10 ] [799 <./inputs_outputs.png>] [800 <./build_flow_ge neric.png>] [801 <./build_flow_virtual_device.png>] Underfull \hbox (badness 10000) in paragraph at lines 66763--66766 []|[][]$\T1/SourceSansPro-LF/m/n/10 https : / / repository . microej . com / ja vadoc / microej _ 5 . x / apis / ej / kf / Underfull \hbox (badness 10000) in paragraph at lines 66946--66946 []\T1/SourceSansPro-LF/m/n/10 Mi-croEJ Demo Run- Underfull \hbox (badness 10000) in paragraph at lines 66946--66946 []\T1/SourceSansPro-LF/m/n/10 EDC/B- Overfull \hbox (27.2402pt too wide) in paragraph at lines 66946--66946 []\T1/SourceSansPro-LF/m/n/10 COMP/WADAPPS| Underfull \hbox (badness 10000) in paragraph at lines 66946--66946 []\T1/SourceSansPro-LF/m/n/10 MI- Overfull \hbox (14.15453pt too wide) in paragraph at lines 66946--66946 \T1/SourceSansPro-LF/m/n/10 CROUI/MWT| Overfull \hbox (26.17175pt too wide) in paragraph at lines 66946--66946 []\T1/SourceSansPro-LF/m/n/10 LEDS/BUTTONS| Overfull \hbox (31.06073pt too wide) in paragraph at lines 66946--66946 []\T1/SourceSansPro-LF/m/n/10 NET/CONNECT/SSL| Overfull \hbox (1.01366pt too wide) in paragraph at lines 66946--66946 []\T1/SourceSansPro-LF/m/n/10 BLE| Overfull \hbox (1.82365pt too wide) in paragraph at lines 66946--66946 []\T1/SourceSansPro-LF/m/n/10 HAL| Overfull \hbox (21.5272pt too wide) in paragraph at lines 66946--66946 []\T1/SourceSansPro-LF/m/n/10 ECOM/COMM| Underfull \hbox (badness 10000) in paragraph at lines 67071--67071 []\T1/SourceSansPro-LF/m/n/10 BUT-TONS or MICROUI- [802 <./check.png>] Underfull \hbox (badness 10000) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 Mi-croEJ Underfull \hbox (badness 10000) in paragraph at lines 67242--67242 \T1/SourceSansPro-LF/m/n/10 Demo Underfull \hbox (badness 5741) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 Mi-croEJ Run-time Underfull \hbox (badness 10000) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 Man- Underfull \hbox (badness 10000) in paragraph at lines 67242--67242 \T1/SourceSansPro-LF/m/n/10 age- Underfull \hbox (badness 10000) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 App- Underfull \hbox (badness 10000) in paragraph at lines 67242--67242 \T1/SourceSansPro-LF/m/n/10 Metadata- Overfull \hbox (13.73042pt too wide) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 CommandServer- Overfull \hbox (2.49365pt too wide) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 NTP| Overfull \hbox (10.21362pt too wide) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 About| Underfull \hbox (badness 10000) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 Ap- Overfull \hbox (1.8816pt too wide) in paragraph at lines 67242--67242 \T1/SourceSansPro-LF/m/n/10 pList| Underfull \hbox (badness 10000) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 Forge Underfull \hbox (badness 10000) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 MicroEJ- Underfull \hbox (badness 10000) in paragraph at lines 67242--67242 []\T1/SourceSansPro-LF/m/n/10 MicroEJ- Underfull \hbox (badness 10000) in paragraph at lines 67318--67318 []\T1/SourceSansPro-LF/m/n/10 App-Metadata- Overfull \hbox (3.66864pt too wide) in paragraph at lines 67318--67318 []\T1/SourceSansPro-LF/m/n/10 CommandServer- [803] [804 <./firmware-multiapp-skeleton-project.png (PNG copy)>] [805] [806 <./firmware-multiapp-skeleton-artifacts.png (PNG copy)>] Underfull \hbox (badness 10000) in paragraph at lines 67405--67407 []\T1/SourceSansPro-LF/m/n/10 A Ker-nel API or a Run-time En-vi-ron-ment mod-ul e is added as a de-pen-dency with the con-fig-u-ra-tion [807] [808 <./build_flow_zoom_buildtype.png>] Underfull \hbox (badness 10000) in paragraph at lines 67506--67508 \T1/SourceSansPro-LF/m/n/10 The fol-low-ing sec-tion de-scribes [][]\T1/SourceS ansPro-LF/m/it/10 mod-ule de-scrip-tion file[][] \T1/SourceSansPro-LF/m/n/10 ( []\T1/zi4/m/it/10 module.ivy[] \T1/SourceSansPro-LF/m/n/10 ) gen-er-ated by the [809 <./build_flow_zoom_workspace.png>] Underfull \hbox (badness 6445) in paragraph at lines 67656--67656 []|\T1/SourceSansPro-LF/m/n/10 Em-bed-ded in the Vir-tual De-vice only, not in the Underfull \hbox (badness 10000) in paragraph at lines 67656--67656 []| []\T1/zi4/m/it/10 default[]>default;[] Underfull \hbox (badness 10000) in paragraph at lines 67656--67656 []|\T1/SourceSansPro-LF/m/n/10 Run-time En-vi-ron- Overfull \hbox (3.98607pt too wide) in paragraph at lines 67656--67656 []| []\T1/zi4/m/it/10 systemapp[]fw[]>application[]| Underfull \hbox (badness 6445) in paragraph at lines 67656--67656 []|\T1/SourceSansPro-LF/m/n/10 Em-bed-ded in the Vir-tual De-vice only, not in the Underfull \hbox (badness 10000) in paragraph at lines 67656--67656 []| []\T1/zi4/m/it/10 default[]>default;[] Underfull \hbox (badness 10000) in paragraph at lines 67656--67656 []|\T1/SourceSansPro-LF/m/n/10 Run-time En-vi-ron- Overfull \hbox (3.98607pt too wide) in paragraph at lines 67656--67656 []| []\T1/zi4/m/it/10 systemapp[]fw[]>application[]| Overfull \hbox (3.17218pt too wide) in paragraph at lines 67656--67657 [][] [810] [811] Underfull \hbox (badness 10000) in paragraph at lines 67827--67827 []|\T1/SourceSansPro-LF/m/n/10 re- Overfull \hbox (4.48721pt too wide) in paragraph at lines 67827--67827 []||[]| Underfull \hbox (badness 10000) in paragraph at lines 67827--67827 []|\T1/SourceSansPro-LF/m/n/10 re- Overfull \hbox (4.48721pt too wide) in paragraph at lines 67827--67827 []\T1/SourceSansPro-LF/m/n/10 method Overfull \hbox (4.48721pt too wide) detected at line 67827 []\T1/SourceSansPro-LF/m/n/10 method [812] [813 <./kernelapi_launch.png (PNG copy)>] [814 <./img115.png (PNG copy)>] [815] [816 <./runtime_environment_build_flow.png>] [817] [818] [819] [820 <./gr aph_build_string_methods.png>] [821] [822 <./sandboxed-application-lifecycle.pn g>] Underfull \hbox (badness 10000) in paragraph at lines 68496--68498 []\T1/SourceSansPro-LF/m/n/10 dur-ing a call to [][]Dis-play.requestShow(Displa yable)[][], [][]Dis-play.requestHide(Displayable)[][], [][]Dis- [823] [824] [825] [826 <./kf_testsuite_project_structure.png>] [827 <./link_ker nel.png>] [828 <./kernel_metadata_generator.png>] [829 <./build_flow_zoom_works pace_firmware_linker_only.png>] [830 <./feature_portability_control_principle.p ng>] [831] [832 <./link_application.png>] [833 <./build_flow_zoom_workspace_fea ture_only.png>] [834 <./link_application_on_device.png>] Underfull \vbox (badness 10000) detected at line 69187 Overfull \vbox (0.82594pt too high) detected at line 69187 [835] [836 <./feature_portability_overview.png>] Chapter 7. [837 <./qa_resources-v3.PNG>] Underfull \hbox (badness 10000) in paragraph at lines 69295--69298 []\T1/SourceSansPro-LF/m/n/10 A se-lec-tion of sup-ported em-bed-ded Ar-chi-tec -tures can be found here: [][]$https : / / developer . microej . com / [838] [839] [840 <./platform-build_workflow.PNG>] [841 <./build_microej_mono_sa ndbox_firmware_numbered.PNG>] [842] [843 <./tuto_microej_platform_how_to_select _modules.PNG>] [844] [845] [846] Underfull \hbox (badness 10000) in paragraph at lines 70242--70242 []\T1/SourceSansPro-LF/m/n/10 Listing 1: |[][][]$https : / / github . com / Mic roEJ / FreeRTOS / commit / [847] [848] Underfull \hbox (badness 10000) in paragraph at lines 70389--70389 []\T1/SourceSansPro-LF/m/n/10 Listing 2: |[][][]$https : / / github . com / Mic roEJ / FreeRTOS / commit / [849] Underfull \hbox (badness 10000) in paragraph at lines 70453--70453 []\T1/SourceSansPro-LF/m/n/10 Listing 3: |[][][]$https : / / github . com / Mic roEJ / FreeRTOS / commit / [850] [851] [852 <./tuto_microej_fw_from_scratch_import_architecture.PNG>] [853 <./tuto_microej_fw_from_scratch_activate_license.PNG>] [854 <./tuto_microe j_fw_from_scratch_create_platform.PNG> <./tuto_microej_fw_from_scratch_add_plat form_configuration_additions.PNG>] Overfull \hbox (80.24498pt too wide) in paragraph at lines 70806--70806 []\T1/zi4/m/it/10 ============================================================= ===============================================| Overfull \hbox (80.24498pt too wide) in paragraph at lines 70811--70811 []\T1/zi4/m/it/10 ============================================================= ===============================================| [855] [856 <./tuto_microej_fw_from_scratch_build_platform.png>] [857 <./tuto_mi croej_fw_from_scratch_new_microej_application_project.PNG>] [858 <./tuto_microe j_fw_from_scratch_run_as_microej_application.PNG>] [859] [860 <./tuto_microej_f w_from_scratch_run_configurations.PNG> <./tuto_microej_fw_from_scratch_run_conf igurations_execute_on_device.PNG>] [861] [862] Underfull \vbox (badness 10000) detected at line 71154 [863] [864] Underfull \hbox (badness 10000) in paragraph at lines 71206--71206 []\T1/SourceSansPro-LF/m/n/10 Listing 6: |[][][]$https : / / github . com / Mic roEJ / FreeRTOS / commit / Underfull \hbox (badness 10000) in paragraph at lines 71258--71258 []\T1/SourceSansPro-LF/m/n/10 Listing 7: |[][][]$https : / / github . com / Fre eRTOS / FreeRTOS / commit / [865] Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71292. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71292. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71293. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71294. [866] Underfull \hbox (badness 10000) in paragraph at lines 71334--71334 []\T1/SourceSansPro-LF/m/n/10 Listing 8: |[][][]$https : / / github . com / Mic roEJ / FreeRTOS / commit / Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71360. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71361. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71362. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71362. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71363. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71364. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71366. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71367. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71368. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71369. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71370. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71371. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71373. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71374. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71375. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71376. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71377. [867] Underfull \hbox (badness 10000) in paragraph at lines 71392--71392 []\T1/SourceSansPro-LF/m/n/10 Listing 9: |[][][]$https : / / github . com / Mic roEJ / FreeRTOS / commit / [868] Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71421. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71422. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71423. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71424. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71425. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71426. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71427. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71428. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71429. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71430. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71431. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71432. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71433. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71434. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71435. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71436. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71437. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71438. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71439. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71440. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71441. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71442. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71443. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71444. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71445. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71446. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71447. Underfull \hbox (badness 10000) in paragraph at lines 71458--71458 []\T1/SourceSansPro-LF/m/n/10 Listing 10: |[][][]$https : / / github . com / Mi croEJ / FreeRTOS / commit / [869] Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71497. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71498. Underfull \hbox (badness 10000) in paragraph at lines 71508--71508 []\T1/SourceSansPro-LF/m/n/10 Listing 11: |[][][]$https : / / github . com / Mi croEJ / FreeRTOS / commit / [870] Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71547. Package textcomp Warning: Symbol \textasciigrave not provided by (textcomp) font family zi4 in TS1 encoding. (textcomp) Default family used instead on input line 71548. Underfull \hbox (badness 10000) in paragraph at lines 71560--71560 []\T1/SourceSansPro-LF/m/n/10 Listing 12: |[][][]$https : / / github . com / Mi croEJ / FreeRTOS / commit / [871] [872 <./tuto_microej_fw_from_scratch_hello_world_updated.PNG> <./tuto_mic roej_fw_from_scratch_hello_world_updated_run.PNG>] [873] [874] Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\sphinxtitleref' on input line 71816. Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\sphinxtitleref' on input line 71816. Overfull \vbox (1.17744pt too high) detected at line 71876 [875] [876] Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\sphinxtitleref' on input line 71943. Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\sphinxtitleref' on input line 71943. [877] [878] [879 <./configure_build_bat_eclipse.png>] [880] [881] [882] [883 <./tuto_microej_cli_flow.PNG>] [884] Underfull \vbox (badness 10000) detected at line 72550 Overfull \vbox (0.82594pt too high) detected at line 72550 [885] [886] [887] Underfull \hbox (badness 10000) in paragraph at lines 72752--72754 []\T1/SourceSansPro-LF/m/n/10 Click on [][][] and se-lect the Mi-croEJ mod-ul e repos-i-tory zip file ( []\T1/zi4/m/it/10 microej[][MicroEJ [888 <./tuto_microej_cli_artifactory_module_preview.PNG>] [889] [890] [891 <./t uto_microej_cli_module_creation.PNG>] [892 <./tuto_microej_cli_module_files.PNG > <./tuto_microej_cli_module_location.PNG>] Underfull \hbox (badness 10000) in paragraph at lines 73143--73145 []\T1/SourceSansPro-LF/m/n/10 At the end of the build, the mod-ule is pub-lishe d to []\T1/zi4/m/it/10 http://localhost:8081/artifactory/list/ [893 <./tuto_microej_cli_jenkins_parameter.PNG> <./tuto_microej_cli_jenkins_git _hello.PNG>] [894] [895] [896] [897] [898] [899] [900] [901] [902] [903] [904] [905] [906] Underfull \hbox (badness 10000) in paragraph at lines 74433--74435 []\T1/SourceSansPro-LF/m/n/10 Sep-a-rate each func-tion and data re-source in a ded-i-cated sec-tion ( [][]\T1/zi4/m/it/10 ffunction[]sections [907] [908] [909] [910] [911] [912] [913] [914 <./json-src-files-folders.png>] Overfull \vbox (3.29794pt too high) detected at line 75003 [915] [916] Overfull \hbox (930.24498pt too wide) in paragraph at lines 75049--75049 []\T1/zi4/m/it/10 a1646d656e75a36269646466696c656576616c75656446696c6565706f707 570a1686d656e756974656d83a26576616c7565634e6577676f6e636c69636b6e4372656174654e 6577446f632829a26576616c7565644f70656e676f6e636c69636b694f70656e446f632829a2657 6616c756565436c6f7365676f6e636c69636b6a436c6f7365446f632829| [917] [918] [919] [920 <./tuto_microej_trace_property.png>] [921] [922] [923 <./tuto_microej_trace_constant.png>] [924] [925] [926] [927 <./tuto_testsu ite_plug_uart_wrover.JPG>] Underfull \hbox (badness 6876) in paragraph at lines 75805--75811 \T1/SourceSansPro-LF/m/n/10 De-pend-ing on the Test Suite and the speci-fici-ti es of the de-vice, var-i-ous prop-er-ties may be re-quired Underfull \hbox (badness 10000) in paragraph at lines 75805--75811 \T1/SourceSansPro-LF/m/n/10 and ad-justed. See the file []\T1/zi4/m/it/10 vali dation/microej[]testsuite[]common.properties[] \T1/SourceSansPro-LF/m/n/10 (fo r ex-am-ple Underfull \hbox (badness 10000) in paragraph at lines 75805--75811 [][]$\T1/SourceSansPro-LF/m/n/10 https : / / github . com / MicroEJ / PlatformQ ualificationTools / blob / 2 . 3 . 0 / tests / fs / java / java-[]testsuite-[]f s / validation / [928] [929 <./tuto_testsuite_fs_all_tests_passed.PNG>] [930] [931 <./tuto_sni_n on_blocking_call_blocking_case.PNG>] [932 <./tuto_sni_non_blocking_call_non_blo cking_case.PNG>] Underfull \hbox (badness 10000) in paragraph at lines 76146--76150 []\T1/SourceSansPro-LF/m/n/10 The call-back func-tion is au-to-mat-i-cally call ed by the Java thread when it is re-sumed. Use the Underfull \hbox (badness 10000) in paragraph at lines 76146--76150 []\T1/zi4/m/it/10 SNI_getCallbackArgs()[] \T1/SourceSansPro-LF/m/n/10 func-tio n to re-trieve the ar-gu-ments that was pre-vi-ously given to the [933] [934] [935 <./createStandaloneProject.png> <./structure.png>] [936 <./wid getdemo.png>] [937 <./simulator.png>] Underfull \hbox (badness 6641) in paragraph at lines 76405--76407 []\T1/SourceSansPro-LF/m/n/10 To run the code go to the \T1/SourceSansPro-LF/b/ n/10 Main.java \T1/SourceSansPro-LF/m/n/10 file and right click it, hover over [][][] and se-lect [938] [939 <./runapplication.png>] [940 <./hello.png>] [941 <./drawline.png>] [942 <./geometry.png>] [943 <./imagedrawable.png>] [944 <./thickshapes.png>] [945 <./ticking.png>] [946] [947] [948 <./progressbar.png>] [949 <./flowexample .png>] [950 <./flowusage.png>] [951 <./canvassample.png>] [952] [953 <./stylebo rder.png>] [954 <./margin.png> <./tuto_microej_gettingstarted_oversizedmargin.p ng>] [955 <./marginandpadding.png>] [956 <./tuto_microej_gettingstarted_oversiz edmarginandpadding.png> <./microej_logo.png>] [957 <./resources.png>] [958 <./i magessimulator.png>] [959] [960 <./imagebackgroundexample.png>] [961 <./classse lectorexample.png>] [962] [963 <./microejfont.png>] [964 <./fontname.png>] [965 <./fonteditor.png>] [966 <./importfonts1.png>] [967 <./importfonts2.png>] [968 <./font.png>] [969 <./listsample.png>] [970 <./scrollbar.png>] [971] [972] [973 <./listcontact.png>] [974] [975 <./labelsampleptbr.png>] Underfull \hbox (badness 5161) in paragraph at lines 77912--77914 []\T1/SourceSansPro-LF/m/n/10 This path can be found in []\T1/zi4/m/it/10 src[ ]adpgenerated/binarynls/java/com/mycompany/myapp/generated/ Underfull \hbox (badness 10000) in paragraph at lines 77925--77928 []\T1/SourceSansPro-LF/m/n/10 The re-source con-tain-ing trans-la-tions is now lo-cated in the []\T1/zi4/m/it/10 com.mycompany.myapp.Main/ Underfull \hbox (badness 10000) in paragraph at lines 77931--77934 []\T1/SourceSansPro-LF/m/n/10 A sim-ple im-ple-men-ta-tion of the Ex-ter-nal Re -sources Loader is avail-able on GitHub: [][]Example- [976 <./labelsampleenus.png>] [977] [978] Underfull \hbox (badness 10000) in paragraph at lines 78096--78098 [][] [979] Underfull \vbox (badness 10000) detected at line 78187 Overfull \vbox (0.82594pt too high) detected at line 78187 [980] [981] [982 <./HeapAnalyzer-example.png>] [983] [984] [985] [986] [987 <./ tuto_microej_debug_ui_freeze_rtos_task_heart_beat_priority.png (PNG copy)>] [988] Underfull \hbox (badness 6842) in paragraph at lines 78568--78572 []\T1/SourceSansPro-LF/m/n/10 Let's make the heart-beat snip-pet above ex-e-cut e in the UI thread. Sim-ply wraps the []\T1/zi4/m/it/10 System.out. [989] [990] [991] Underfull \hbox (badness 10000) in paragraph at lines 78887--78889 []\T1/SourceSansPro-LF/m/n/10 For ex-am-ple, FreeR-TOS in-cludes FreeRTOS-MPU [ ][]$https : / / www . freertos . org / [992] [993] [994] [995 <./emojisProfiles.png>] [996 <./emojisCopy.png> <./emoji sAppend.png>] [997 <./emojisExport.png>] Chapter 8. Underfull \hbox (badness 10000) in paragraph at lines 79323--79326 []|[][]$\T1/SourceSansPro-LF/m/n/10 https : / / repository . microej . com / pa ckages / repository / 2 . 5 . 0 / microej-[]5 _ [998] Chapter 9. (./microej-docs.ind [999] [1000]) (./microej-docs.aux) LaTeX Font Warning: Some font shapes were not available, defaults substituted. LaTeX Warning: There were undefined references. ) (see the transcript file for additional information){/usr/share/texlive/texmf-d ist/fonts/enc/dvips/sourcesanspro/a_sd7igg.enc}{/usr/share/texlive/texmf-dist/f onts/enc/dvips/sourcesanspro/a_2cvp4u.enc}{/usr/share/texmf/fonts/enc/dvips/cm- super/cm-super-ts1.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/sourcesan spro/a_5tbsmu.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/inconsolata/i4 -ts1.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/inconsolata/i4-t1-0.enc }{/usr/share/texlive/texmf-dist/fonts/enc/dvips/sourcesanspro/a_ggs4wk.enc} Output written on microej-docs.pdf (1011 pages, 21608565 bytes). Transcript written on microej-docs.log. Latexmk: Index file 'microej-docs.idx' was written Latexmk: Log file says output to 'microej-docs.pdf' Latexmk: Summary of warnings from last run of (pdf)latex: =====Latex reported missing or unavailable character(s). =====See log file for details. Collected error summary (may duplicate other messages): pdflatex: Command for 'pdflatex' gave return code 1 Refer to 'microej-docs.log' for details === TeX engine is 'pdfTeX' Latexmk: Errors, in force_mode: so I tried finishing targets