VSCode : Enable Development inside Docker ContainerThis will enable seamless Development of optee_os Project with VSCodeinside Docker container.The VSCode Container provides:* Automatic Mappin
VSCode : Enable Development inside Docker ContainerThis will enable seamless Development of optee_os Project with VSCodeinside 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 PatchesNote: This require Docker installation for Linux/or Windows : [1] https://docs.docker.com/engine/install VSCode Extensions (extensions.json) will be recommended for the installationFor 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_878Signed-off-by: Ayoub Zaki <ayoub.zaki@embetrix.com>Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
show more ...