Skip to content

Commit

Permalink
cConsole:Deprecating it for Torizon OS 7(move to C/C++ Console template)
Browse files Browse the repository at this point in the history
Deprecating it for Torizon OS 7, since the maintainer will no longer be
able to maintain it. torizon#273
Also, C Console template is not needed, as the C/C++ Console template
can also be used with C (information explaining how to use GCC instead
of G++ was added to to the `.doc/README.md` of the C/C++ Console
template).

Signed-off-by: Andre Riesco <[email protected]>
  • Loading branch information
andreriesco committed Dec 11, 2024
1 parent 1722cb0 commit e4c0e6e
Show file tree
Hide file tree
Showing 23 changed files with 49 additions and 1,155 deletions.
3 changes: 3 additions & 0 deletions DEPRECATED.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@
| ![](https://raw.githubusercontent.com/toradex/vscode-torizon-templates-documentation/refs/heads/main/thumbnails/gambasform.png?raw=true) | Gambas3 Form Project | Gambas3 | Visual Basic | ![](assets/img/arm32.png?raw=true&id=2) ![](assets/img/arm64.png?raw=true&id=2) | [gambasForms](./gambasForms) | ![](https://avatars.githubusercontent.com/u/2633321?v=4&s=64) [@microhobby](https://www.github.com/microhobby) |
| ![](https://raw.githubusercontent.com/toradex/vscode-torizon-templates-documentation/refs/heads/main/thumbnails/rust-console.png?raw=true) | Rust Console Application | libc | Rust | ![](assets/img/arm32.png?raw=true&id=2) ![](assets/img/arm64.png?raw=true&id=2) | [rustConsole](./rustConsole) | ![](https://avatars.githubusercontent.com/u/19845403?v=4&s=64) [@skkywalker](https://www.github.com/skkywalker) |
| ![](https://raw.githubusercontent.com/toradex/vscode-torizon-templates-documentation/refs/heads/main/thumbnails/python3console.png?raw=true) | Python 3 Pyside 2(Qt5) QML | Pyside 2 | Python 3 | ![](assets/img/arm32.png?raw=true&id=2) ![](assets/img/arm64.png?raw=true&id=2) | [python3Pyside2QML](./python3Pyside2QML) | ![](https://github.com/toradex/vscode-torizon-templates-documentation/blob/main/thumbnails/none.png?raw=true) [@andreriesco](https://www.github.com/andreriesco) |
| ![](https://raw.githubusercontent.com/toradex/vscode-torizon-templates-documentation/refs/heads/main/thumbnails/cconsole.png?raw=true) | C Makefile Console Application | libc | C | ![](assets/img/arm32.png?raw=true&id=2) ![](assets/img/arm64.png?raw=true&id=2) ![](assets/img/riscv64.png?raw=true&id=2) ![](assets/img/x8664.png?raw=true&id=2) | [cConsole](./cConsole) | ![](https://avatars.githubusercontent.com/u/19562097?v=4&s=64) [@hiagofranco](https://www.github.com/hiagofranco) |

This templates were deprecated due to the fact that their respective maintainer does not have the intention to keep maintaining them on Torizon OS 7. As they were Community Supported Templates, their maintenance is responsability of their respective maintainer. If you use any of this templates and have interest on becoming it's maintainer, please feel free to do so by [opening an issue here on the repository](https://github.com/torizon/vscode-torizon-templates/issues), contributions are welcome and we will help you out with this.

Python 3 Pyside 2(Qt5) QML template is an exception, since it will be replaced by a PySide6 (Qt6) template in the future.

Also, C Console template is not needed, as the C/C++ Console template can also be used with C (information explaining how to use GCC instead of G++ was added to to the `.doc/README.md` of the C/C++ Console template).

## Already deprecated on Torizon OS 6

| TEMPLATE | DESCRIPTION | RUNTIME | LANGUAGE | HW ARCH | FOLDER | CONTRIBUTOR |
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ We encourage you to also contribute templates. The community supported templates
| -------- | ----------- | ------- | -------- | ------- | ------ | ----------- |
| ![](https://raw.githubusercontent.com/toradex/vscode-torizon-templates-documentation/refs/heads/main/thumbnails/avaloniafbdrm.png?raw=true) | .NET 8 C# Avalonia Frame Buffer DRM | .NET 8.0 | C# | ![](assets/img/arm32.png?raw=true&id=2) ![](assets/img/arm64.png?raw=true&id=2) | [dotnetAvaloniaFrameBuffer](./dotnetAvaloniaFrameBuffer) | ![](https://avatars.githubusercontent.com/u/2633321?v=4&s=64) [@microhobby](https://www.github.com/microhobby) |
| ![](https://raw.githubusercontent.com/toradex/vscode-torizon-templates-documentation/refs/heads/main/thumbnails/avaloniagtk.png?raw=true) | .NET 8 C# Avalonia GTK MVVM | .NET 8.0 | C# | ![](assets/img/arm32.png?raw=true&id=2) ![](assets/img/arm64.png?raw=true&id=2) | [dotnetAvalonia](./dotnetAvalonia) | ![](https://avatars.githubusercontent.com/u/2633321?v=4&s=64) [@microhobby](https://www.github.com/microhobby) |
| ![](https://raw.githubusercontent.com/toradex/vscode-torizon-templates-documentation/refs/heads/main/thumbnails/cconsole.png?raw=true) | C Makefile Console Application | libc | C | ![](assets/img/arm32.png?raw=true&id=2) ![](assets/img/arm64.png?raw=true&id=2) ![](assets/img/riscv64.png?raw=true&id=2) ![](assets/img/x8664.png?raw=true&id=2) | [cConsole](./cConsole) | ![](https://avatars.githubusercontent.com/u/19562097?v=4&s=64) [@hiagofranco](https://www.github.com/hiagofranco) |
| ![](https://raw.githubusercontent.com/toradex/vscode-torizon-templates-documentation/refs/heads/main/thumbnails/zig-console.png?raw=true) | Zig Console Application | no-libc | Zig | ![](assets/img/arm32.png?raw=true&id=2) ![](assets/img/arm64.png?raw=true&id=2) | [zigConsole](./zigConsole) | ![](https://avatars.githubusercontent.com/u/6756180?v=4&s=64) [@kassane](https://www.github.com/kassane) |
| ![](https://raw.githubusercontent.com/toradex/vscode-torizon-templates-documentation/refs/heads/main/thumbnails/nodejsts.png?raw=true) | Node.js TypeScript Application | Node.js | TypeScript | ![](assets/img/arm32.png?raw=true&id=2) ![](assets/img/arm64.png?raw=true&id=2) ![](assets/img/x8664.png?raw=true&id=2)| [nodeJSTypeScript](./nodeJSTypeScript) | ![](https://avatars.githubusercontent.com/u/142019321?v=4&s=64) [@torizon](https://www.github.com/torizon) |

Expand Down
10 changes: 0 additions & 10 deletions cConsole/.conf/deps.json

This file was deleted.

27 changes: 0 additions & 27 deletions cConsole/.conf/id_rsa

This file was deleted.

1 change: 0 additions & 1 deletion cConsole/.conf/id_rsa.pub

This file was deleted.

14 changes: 0 additions & 14 deletions cConsole/.conf/update.json

This file was deleted.

23 changes: 0 additions & 23 deletions cConsole/.doc/README.md

This file was deleted.

1 change: 0 additions & 1 deletion cConsole/.dockerignore

This file was deleted.

84 changes: 0 additions & 84 deletions cConsole/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions cConsole/.vscode/c_cpp_properties.json

This file was deleted.

6 changes: 0 additions & 6 deletions cConsole/.vscode/extensions.json

This file was deleted.

172 changes: 0 additions & 172 deletions cConsole/.vscode/launch.json

This file was deleted.

Loading

0 comments on commit e4c0e6e

Please sign in to comment.