mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
Updated VS Code (markdown)
@@ -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.
|
||||
Reference in New Issue
Block a user