Skip to content

Commit db671a8

Browse files
committed
Embed video
1 parent 644a529 commit db671a8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/developer/on-target-development.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ description: Using VS Code for "on-target" development.
66
# Develop Lingua Franca on Remote Targets
77
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.
88

9+
<p align="center">
10+
<iframe width="560" height="315" src="https://www.youtube.com/embed/yg_sudCyzV4?si=b--gaS0q9e9gbMv-" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; display:block;clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
11+
</p>
12+
913
## Configure your Target
1014

1115
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.

versioned_docs/version-0.6.0/developer/on-target-development.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ description: Using VS Code for "on-target" development.
66
# Develop Lingua Franca on Remote Targets
77
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.
88

9+
A video that demonstrates on-target development is available here:
10+
11+
<p align="center">
12+
<iframe width="560" height="315" src="https://www.youtube.com/embed/yg_sudCyzV4?si=b--gaS0q9e9gbMv-" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; display:block;clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
13+
</p>
14+
915
## Configure your Target
1016

1117
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.

0 commit comments

Comments
 (0)