History log of /optee_os/.devcontainer/Dockerfile.vscode (Results 1 – 1 of 1)
Revision Date Author Comments
# 9f34db38 25-Jun-2024 Ayoub Zaki <ayoub.zaki@embetrix.com>

VSCode : Enable Development inside Docker Container

This will enable seamless Development of optee_os Project with VSCode
inside Docker container.

The VSCode Container provides:

* Automatic Mappin

VSCode : Enable Development inside Docker Container

This will enable seamless Development of optee_os Project with VSCode
inside Docker container.

The VSCode Container provides:

* Automatic Mapping of the host user UID/GID inside the container
* GCC Cross-Compilers (aarch64/armhf/riscv64)
* GDB Multiarch for Debugging
* Remote SSH on the Target with seamless ssh mapping of the Host
inside the container (Linux/Windows WSL)
* Git and Git Extensions to work and send Patches

Note: This require Docker installation for Linux/or Windows :
[1] https://docs.docker.com/engine/install

VSCode Extensions (extensions.json) will be recommended
for the installation

For more Information :
[2] https://code.visualstudio.com/docs/devcontainers/containers
[3] https://www.youtube.com/watch?v=C_5tDWsWSj0
[4] https://www.youtube.com/watch?v=b1RavPr_878

Signed-off-by: Ayoub Zaki <ayoub.zaki@embetrix.com>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>

show more ...