You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .devcontainer/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ The available pre build images are:
8
8
* ghcr.io/nanoframework/dev-container-chibios: contains all elements to build a firmware image for any of the ChibiOS targets
9
9
* ghcr.io/nanoframework/dev-container-ti: contains all elements to build a firmware image for any of the TI SimpleLink targets
10
10
* ghcr.io/nanoframework/dev-container-esp32: contains all elements to build a firmware image for any of the ESP32 targets
11
-
* ghcr.io/nanoframework/dev-container-azure-rtos: contains all elements to build a firmware image for any of the Azure RTOS targets
11
+
* ghcr.io/nanoframework/dev-container-azure-rtos: contains all elements to build a firmware image for any of the Eclipse ThreadX (a.k.a. Azure RTOS) targets
12
12
* ghcr.io/nanoframework/dev-container-freertos-nxp: contains all elements to build a firmware image for any of the NXP targets
13
13
14
14
You can choose the dev container needed when opening a remote container in VSCode. The options are:
15
15
16
16
*`nanoFramework-All` to use the pre build container with all the elements to build a firmware image for any of the targets
17
-
*`nanoFramework-AzureRTOS` to use the pre build container with all the elements to build Azure RTOS targets
17
+
*`nanoFramework-AzureRTOS` to use the pre build container with all the elements to build Eclipse ThreadX (a.k.a. Azure RTOS) targets
18
18
*`nanoFramework-ChibiOS` to use the pre build container with all the elements to build ChibiOS targets
19
19
*`nanoFramework-ESP32` to use the pre build container with all the elements to build ESP32 targets
20
20
*`nanoFramework-TI` to use the pre build container with all the elements to build TI SimpleLink targets
@@ -23,7 +23,7 @@ You can choose the dev container needed when opening a remote container in VSCod
23
23
To use the source dockerfile for the respective platform adjust its `devcontainer.json` file and change the `"dockerFile": "Dockerfile.<platform>"` element for the image you would like to use:
24
24
25
25
*`Dockerfile.All.SRC` to build the container image from the source with all the elements to build all the images
26
-
*`Dockerfile.AzureRTOS.SRC` to build the container image from the source with all the elements to build Azure RTOS based devices
26
+
*`Dockerfile.AzureRTOS.SRC` to build the container image from the source with all the elements to build Eclipse ThreadX (a.k.a. Azure RTOS) based devices
27
27
*`Dockerfile.ChibiOS.SRC` to build the container image from the source with all the elements to build ChibiOS based devices
28
28
*`Dockerfile.ESP32.SRC` to build the container image from the source with all the elements to build ESP32 based devices
29
29
*`Dockerfile.TI.SRC` to build the container image from the source with all the elements to build TI SimpleLink based devices
0 commit comments