-
Notifications
You must be signed in to change notification settings - Fork 78
feat: Add documentation for slint and flutter #608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
New warnings found with rstcheck: |
888d746 to
09557ac
Compare
|
New warnings found with rstcheck: |
09557ac to
ffcff3d
Compare
|
New warnings found with rstcheck: |
| See the :ref:`TI-Apps-Launcher-User-Guide-label` documentation for more information about Qt-based demos. | ||
| This guide provides a brief overview of Flutter and Slint, along with instructions on how to build and run demos for each. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we really be directing people here? We already have a Qt overview and listed demos under the graphics section.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just wanted to highlight current QT based out of box demos here for comparison.
Add a how to develop guide with different UI frameworks including slint and flutter in the Demo Applications section for AM62x/AM62P. Signed-off-by: Telukula Jeevan Kumar Sahu <[email protected]>
ffcff3d to
a182578
Compare
|
New warnings found with rstcheck: |
StaticRocket
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Slint will need to be added to the vocabulary as a part of this series since it was not previously mentioned anywhere else.
Also, those duplicate implicit targets should be avoided. Makes refs and permalinks messy.
| Please refer to the :ref:`Yocto Layer Configuration <yocto-layer-configuration>` guide to | ||
| find the correct :file:`<oeconfig-file>` for the SDK release. The ``<machine>`` variable should | ||
| be set to your target device as in :ref:`Build_Options`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Please refer to the :ref:`Yocto Layer Configuration <yocto-layer-configuration>` guide to | |
| find the correct :file:`<oeconfig-file>` for the SDK release. The ``<machine>`` variable should | |
| be set to your target device as in :ref:`Build_Options`. | |
| See the :ref:`Yocto Layer Configuration <yocto-layer-configuration>` guide to | |
| find the correct :file:`<oeconfig-file>` for the SDK release. Ensure the ``<machine>`` variable is | |
| set to your target device as in :ref:`Build_Options`. |
| #. **Configure and build the SDK:** | ||
| The following commands will set up the necessary flutter layers(`meta-flutter <https://layers.openembedded.org/layerindex/branch/master/layer/meta-flutter/>`__) and build the image. | ||
|
|
||
| .. code-block:: bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| .. code-block:: bash | |
| .. code-block:: console |
Add a how to develop guide with different UI frameworks including slint and flutter in the Demo Applications section for AM62x/AM62P.