-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #222 from toradex/next
Next to Dev
- Loading branch information
Showing
333 changed files
with
8,020 additions
and
8,900 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ Torizon IDE Extension project templates are in their nature VS Code workspaces, | |
![](https://github.com/toradex/vscode-torizon-templates/blob/dev/assets/img/vscodetasksDiagram.png?raw=true&v=6) | ||
|
||
> ⚠️ To trigger the Torizon IDE Extension `build/deploy start` event the first dependency tasks from the pipeline needs to be labeled `validate-settings-*`. | ||
> | ||
> | ||
> Check the common tasks to use the right validate settings task for the architecture that is being added [assets/tasks/common.json](./assets/tasks/common.json) | ||
> ⚠️ To trigger the Torizon IDE Extension `build/deploy end` event the last task to be executed from the pipeline needs to be labeled `deploy-torizon-*`. | ||
|
@@ -83,15 +83,15 @@ Substitution tags can be used inside files and as folders names to rename stuff | |
In the `.vscode` folder the following files are expected: | ||
|
||
- `settings.json`: define configurations about the host and the target device; | ||
|
||
- ```json | ||
{ | ||
"torizon_psswd": "", // remote device psswd | ||
"torizon_login": "", // remote device login | ||
"torizon_ip": "", // remote device hostname or ip address | ||
"host_ip": "", // development pc ip address | ||
"torizon_workspace": "${workspaceFolder}", | ||
"torizon_debug_port": "", // debug port used by the framework | ||
"torizon_debug_port1": "", // debug port used by the framework | ||
"torizon_debug_ssh_port": "2230", // ssh port used by debug container | ||
"torizon_debug_port2": "", // second port used by the framework | ||
"torizon_debug_port3": "", // third port used by the framework | ||
|
@@ -112,12 +112,8 @@ In the `.vscode` folder the following files are expected: | |
|
||
In the `.conf` folder the following files are expected: | ||
|
||
- `id_rsa`: private key used for debug purposes, to remote deploy/debug the application inside a container; | ||
|
||
- `id_rsa.pub`: public key used for debug purposes, to remote deploy/debug the application inside a container; | ||
|
||
- `deps.json`: define an array with the Debian/Ubuntu packages that are dependency for compile and/or run the application locally. Torizon IDE Extension extension will check and will try to install it if they are not installed: | ||
|
||
- ```json | ||
{ | ||
"packages": [ | ||
|
@@ -135,9 +131,9 @@ In the `.conf` folder the following files are expected: | |
|
||
#### Dot Doc Folder | ||
|
||
In the `.doc` folder is present the documentation specific of each template. | ||
In the `.doc` folder is present the documentation specific of each template. | ||
|
||
This documentation should give some explanation of how the code is being built and deployed to the application, how it is being debugged and where did its source code come from. Also, there should be present any information specific from that template, warnings, recommendations and tasks specific from that template and how to use them. You can add any information that you believe is relevant to the template there. The file containing this information has to be the `README.md` file. | ||
This documentation should give some explanation of how the code is being built and deployed to the application, how it is being debugged and where did its source code come from. Also, there should be present any information specific from that template, warnings, recommendations and tasks specific from that template and how to use them. You can add any information that you believe is relevant to the template there. The file containing this information has to be the `README.md` file. | ||
|
||
> ℹ️ Check the [cppQML/.doc/README.md](./cppQML/.doc/README.md) to see an example. | ||
|
||
|
@@ -155,13 +151,13 @@ For Torizon IDE Extension project templates we are using [GitHub platform](https | |
- Create a new development branch for your contributions; | ||
|
||
- Follow this commits format: | ||
|
||
- ```git | ||
<template Folder>: <description> | ||
|
||
[optional body] <detailed description> | ||
|
||
|
||
Signed-off-by: [email protected] | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Deprecated templates | ||
|
||
Due to the eminent EOL of .NET 6, .NET 6 Uno and .NET 6 Uno FrameBuffer templates are deprecated, being replaced by the [.NET 8 Uno 5](./dotnetUno5) and [.NET 8 Uno 5 FrameBuffer](./dotnetUno5FrameBuffer) templates. | ||
|
||
Due to the quite big difference between .NET 6 Uno 4 and .NET 8 Uno 5, it is not possible to update the project via `try-update-template` task. To update it, create a new .NET 8 Uno 5 clean project and update the source files accordingly. | ||
|
||
| ![](assets/img/unogtk.png?raw=true) | .NET 6 C# Uno Platform Skia.GTK | .NET 6.0 | C# | ![](assets/img/arm32.png?raw=true&id=2) ![](assets/img/arm64.png?raw=true&id=2) ![](assets/img/x8664.png?raw=true&id=2) | [dotnetUno](./dotnetUno) | | ||
| ![](assets/img/unofbdrm.png?raw=true) | .NET 6 C# Uno Platform Frame Buffer | .NET 6.0 | C# | ![](assets/img/arm32.png?raw=true&id=2) ![](assets/img/arm64.png?raw=true&id=2) | [dotnetUnoFrameBuffer](./dotnetUnoFrameBuffer) | ![](https://avatars.githubusercontent.com/u/2633321?v=4) [@microhobby](https://www.github.com/microhobby) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.