Lines Matching refs:application
9 By using docker containers it allows developers to focus on the application
13 application that can be deployed on any Toradex device running TorizonOS.
46 Toradex provides a `VSCode extension <https://developer.toradex.com/torizon/application-development…
54 …The template for a LVGL application is currently being added to the VSCode extension and will be a…
67 <https://developer.toradex.com/torizon/application-development/working-with-containers/configure-bu…
106 # Directory of the application inside container
176 Read `this article <https://developer.toradex.com/torizon/application-development/working-with-cont…
221 of the host system. While this is great for security, an embedded application will obviously need
222 `access to the hardware. <https://developer.toradex.com/torizon/application-development/use-cases/p…
224 The container running the LVGL application needs access to the framebuffer device ``/dev/fb0``.
235 You now have a running LVGL application. Where to go from here?
237 * You are now ready to build your LVGL application for Torizon OS.
245 * Read this `article <https://developer.toradex.com/torizon/application-development/application-dev…