Updated VS Code (markdown)

master
Andrew Leech 2023-05-25 14:16:54 +10:00
rodzic a0286149e2
commit 5bf7319917
1 zmienionych plików z 1 dodań i 1 usunięć

@ -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.
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.