From 5bf7319917f9cb470cbf1bfab79c04d3cabff3af Mon Sep 17 00:00:00 2001 From: Andrew Leech Date: Thu, 25 May 2023 14:16:54 +1000 Subject: [PATCH] Updated VS Code (markdown) --- VS-Code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VS-Code.md b/VS-Code.md index c830ddc..e8c3816 100644 --- a/VS-Code.md +++ b/VS-Code.md @@ -129,4 +129,4 @@ Here's an example `.devcontainer.json` micropython project file you could base y } ``` -The image used could be swapped from `micropython/unix:latest` to `espressif/idf:release-v4.4` if you want to compile for esp32, or one with arm-none-eabi-gcc like `registry.gitlab.com/alelec/docker-arm-none-eabi:latest` for building arm ports like stm32 or mimxrt. \ No newline at end of file +The image used could be swapped from `micropython/unix:latest` to `espressif/idf:release-v4.4` if you want to compile for esp32, or one with arm-none-eabi-gcc like `micropython/build-micropython-arm:latest` for building arm ports like stm32 or mimxrt. \ No newline at end of file