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: content/building/build-esp32.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ You'll need:
41
41
42
42
`C:\nanoFramework`
43
43
44
-
-**Step 2**: Download and install [Visual Studio Code](http://code.visualstudio.com).
44
+
-**Step 2**: Download and install [Visual Studio Code](https://code.visualstudio.com).
45
45
46
46
-**Step 3**: Clone [`nf-interpreter`](https://github.com/nanoframework/nf-interpreter) repository into `C:\nanoFramework\nf-interpreter`. See next section for more info.
47
47
@@ -234,7 +234,7 @@ If flashing nanoCLR via a COM port (default), then be aware that you need to dis
234
234
235
235
You may have to add the `IRAM_ATTR` attribute to a function that you want to debug, so it can be loaded in RAM. When launched the debugger will normally stop at the main task. Its not possible to set a break point on code that is not yet loaded so either step down to a point that it is loaded or temporarily set the method with the IRAM_ATTR attribute.
236
236
237
-
For more information on JTAG debugging see [Espressif documentation](http://esp-idf.readthedocs.io/en/latest/api-guides/jtag-debugging/).
237
+
For more information on JTAG debugging see [Espressif documentation](https://esp-idf.readthedocs.io/en/latest/api-guides/jtag-debugging/).
Copy file name to clipboardExpand all lines: content/building/build-instructions.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ You'll need:
34
34
35
35
If you are using VS Code as your development platform we suggest that you use the CMake Tools extension. This will allow you to run the builds without leaving VS Code.
36
36
37
-
-[Visual Studio Code](http://code.visualstudio.com/)
37
+
-[Visual Studio Code](https://code.visualstudio.com/)
. [CMake Tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cmake-tools) - Extended CMake support in Visual Studio Code (by Microsoft)
@@ -42,7 +42,7 @@ To simplify: this guide we will put all our tools and source in easily accessibl
42
42
-`C:\nftools`
43
43
-`C:\nanoFramework`
44
44
45
-
1. Download and install [Visual Studio Code](http://code.visualstudio.com).
45
+
1. Download and install [Visual Studio Code](https://code.visualstudio.com).
46
46
47
47
1. Clone [`nf-interpreter`](https://github.com/nanoframework/nf-interpreter) repository into `C:\nanoFramework\nf-interpreter`. See next section for more info.
48
48
@@ -73,7 +73,7 @@ To simplify, this guide we will put all our tools and source in easily accessibl
73
73
-`C:\nftools`
74
74
-`C:\nanoFramework`
75
75
76
-
2.[Download](http://code.visualstudio.com/) and install Visual Studio Code.
76
+
2.[Download](https://code.visualstudio.com/) and install Visual Studio Code.
77
77
78
78
3.[Download](https://cmake.org/download/) and install CMake to `C:\nftools\CMake`.
79
79
@@ -206,4 +206,4 @@ If you want to view CPU register values in real time and use more advanced debug
206
206
207
207
## Next Steps
208
208
209
-
See [Getting Started](http://docs.nanoframework.net/content/getting-started-guides/getting-started-managed.html) for instructions on creating and running a 'Hello World' managed application on your nanoFramework board.
209
+
See [Getting Started](https://docs.nanoframework.net/content/getting-started-guides/getting-started-managed.html) for instructions on creating and running a 'Hello World' managed application on your nanoFramework board.
Copy file name to clipboardExpand all lines: content/building/build-stm32.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ To simplify: this guide we will put all our tools and source in easily accessibl
42
42
-`C:\nftools`
43
43
-`C:\nanoFramework`
44
44
45
-
1. Download and install [Visual Studio Code](http://code.visualstudio.com).
45
+
1. Download and install [Visual Studio Code](https://code.visualstudio.com).
46
46
47
47
1. Clone [`nf-interpreter`](https://github.com/nanoframework/nf-interpreter) repository into `C:\nanoFramework\nf-interpreter`. See next section for more info.
48
48
@@ -177,4 +177,4 @@ Follow the instructions [here](../stm32/flash-cube-programmer.md) to install STM
177
177
178
178
## Next Steps
179
179
180
-
See [Getting Started](http://docs.nanoframework.net/content/getting-started-guides/getting-started-managed.html) for instructions on creating and running a 'Hello World' managed application on your nanoFramework board.
180
+
See [Getting Started](https://docs.nanoframework.net/content/getting-started-guides/getting-started-managed.html) for instructions on creating and running a 'Hello World' managed application on your nanoFramework board.
0 commit comments