From 4aa1a65bc046e3e7574051d2a0a81605ffd37b99 Mon Sep 17 00:00:00 2001 From: philippd Date: Thu, 21 Mar 2024 19:16:51 +0100 Subject: [PATCH] clean up --- .devcontainer/devcontainer.json | 51 --------------------------------- docker/compile_fsbl/embeddedsw | 1 + 2 files changed, 1 insertion(+), 51 deletions(-) delete mode 100644 .devcontainer/devcontainer.json create mode 160000 docker/compile_fsbl/embeddedsw diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json deleted file mode 100644 index 0442382..0000000 --- a/.devcontainer/devcontainer.json +++ /dev/null @@ -1,51 +0,0 @@ -// For format details, see https://aka.ms/devcontainer.json. For config options, see the -// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile -{ - "name": "Existing Dockerfile", - "build": { - // Sets the run context to one level up instead of the .devcontainer folder. - "context": "..", - // Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename. - "dockerfile": "../Dockerfile" - }, - -"customizations": { - "vscode": { - "extensions": [ - "rust-lang.rust-analyzer", - "tamasfe.even-better-toml", - "serayuzgur.crates", - "ms-vscode.cpptools", - "ms-vscode.cpptools-extension-pack", - "twxs.cmake", - "ms-vscode.cmake-tools", - "rogalmic.bash-debug", - "gruntfuggly.todo-tree", - "ms-python.python", - "eamodio.gitlens", - "mhutchie.git-graph", - "ms-azuretools.vscode-docker", - "formulahendry.code-runner", - "GitHub.copilot", - "GitHub.copilot-chat", - "hoovercj.vscode-settings-cycler", - "vadimcn.vscode-lldb" - ] - } -} - - // Features to add to the dev container. More info: https://containers.dev/features. - // "features": {}, - - // Use 'forwardPorts' to make a list of ports inside the container available locally. - // "forwardPorts": [], - - // Uncomment the next line to run commands after the container is created. - // "postCreateCommand": "cat /etc/os-release", - - // Configure tool-specific properties. - // "customizations": {}, - - // Uncomment to connect as an existing user other than the container default. More info: https://aka.ms/dev-containers-non-root. - // "remoteUser": "devcontainer" -} diff --git a/docker/compile_fsbl/embeddedsw b/docker/compile_fsbl/embeddedsw new file mode 160000 index 0000000..3728f54 --- /dev/null +++ b/docker/compile_fsbl/embeddedsw @@ -0,0 +1 @@ +Subproject commit 3728f546f178a1bcd91cf6efc9f8921447846cec