From db671a8cfa3d2c73cfcf676921dfb8497b1a41ae Mon Sep 17 00:00:00 2001 From: Marten Lohstroh Date: Mon, 8 Apr 2024 15:32:09 -0700 Subject: [PATCH] Embed video --- docs/developer/on-target-development.mdx | 4 ++++ .../version-0.6.0/developer/on-target-development.mdx | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/docs/developer/on-target-development.mdx b/docs/developer/on-target-development.mdx index d326ee9bc..1f6679360 100644 --- a/docs/developer/on-target-development.mdx +++ b/docs/developer/on-target-development.mdx @@ -6,6 +6,10 @@ description: Using VS Code for "on-target" development. # Develop Lingua Franca on Remote Targets Microsoft Visual Studio Code can be used to connect to a remote target or a virtual machine, which provides a convenient way of developing Lingua Franca applications "on target". The steps here are an alternative to cross-compilation or installing local toolchains, as the tools run natively on a remote target or virtual machine. +

+ +

+ ## Configure your Target You may [manually install Lingua Franca](./../installation), or, if you want to use a provisioning tool, see [xronos-inc/xronos_lfc_ansible](https://github.com/xronos-inc/xronos_lfc_ansible) for an Ansible script to install Lingua Franca tools on a remote target. diff --git a/versioned_docs/version-0.6.0/developer/on-target-development.mdx b/versioned_docs/version-0.6.0/developer/on-target-development.mdx index d326ee9bc..db7a53bee 100644 --- a/versioned_docs/version-0.6.0/developer/on-target-development.mdx +++ b/versioned_docs/version-0.6.0/developer/on-target-development.mdx @@ -6,6 +6,12 @@ description: Using VS Code for "on-target" development. # Develop Lingua Franca on Remote Targets Microsoft Visual Studio Code can be used to connect to a remote target or a virtual machine, which provides a convenient way of developing Lingua Franca applications "on target". The steps here are an alternative to cross-compilation or installing local toolchains, as the tools run natively on a remote target or virtual machine. +A video that demonstrates on-target development is available here: + +

+ +

+ ## Configure your Target You may [manually install Lingua Franca](./../installation), or, if you want to use a provisioning tool, see [xronos-inc/xronos_lfc_ansible](https://github.com/xronos-inc/xronos_lfc_ansible) for an Ansible script to install Lingua Franca tools on a remote target.