From 64bd9053a25297f7a442ca831c7da5b44bd33f84 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 12 Jun 2024 17:54:40 +1000 Subject: Update LVGL to v9.1.0 --- lib/lvgl/.devcontainer/devcontainer.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 lib/lvgl/.devcontainer/devcontainer.json (limited to 'lib/lvgl/.devcontainer/devcontainer.json') diff --git a/lib/lvgl/.devcontainer/devcontainer.json b/lib/lvgl/.devcontainer/devcontainer.json new file mode 100644 index 00000000..bf4fd5c3 --- /dev/null +++ b/lib/lvgl/.devcontainer/devcontainer.json @@ -0,0 +1,28 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": { + "ghcr.io/ebaskoro/devcontainer-features/emscripten:1": {} + }, + "postCreateCommand": "chmod +x /workspace/lvgl_app/lvgl/.devcontainer/setup.sh; /workspace/lvgl_app/lvgl/.devcontainer/setup.sh", + "postStartCommand": ". /usr/local/emsdk/emsdk_env.sh;", + + // Configure tool-specific properties. + "customizations": { + // Configure properties specific to VS Code. + "vscode": { + // Add the IDs of extensions you want installed when the container is created. + "extensions": [ + //"searking.preview-vscode" + "analytic-signal.preview-html" + ] + } + }, + + "hostRequirements": { + "cpus": 4 + }, + + "workspaceMount": "source=${localWorkspaceFolder},target=/workspace/lvgl_app/lvgl,type=bind", + "workspaceFolder": "/workspace/lvgl_app" + +} -- cgit v1.2.3