diff --git a/docs/Meadow/Getting_Started/Deploying_Meadow.OS/index.md b/docs/Meadow/Getting_Started/Deploying_Meadow.OS/index.md index 5016f002e..3105f8cc5 100644 --- a/docs/Meadow/Getting_Started/Deploying_Meadow.OS/index.md +++ b/docs/Meadow/Getting_Started/Deploying_Meadow.OS/index.md @@ -52,7 +52,7 @@ Before flashing a Meadow board, open the Device Manager and check: - When connecting the board while holding down the BOOT button to power it on in **Bootloader mode** it should show up as a `STM32 BOOTLOADER` device under `Universal Serial Bus Devices` section. - When connecting it normally it should show up as a `USB Serial Device (COMX)` under the `Ports (COM & LPT)` section -![Meadow drivers shown in Bootloader and regular mode]({{ page.url }}meadow_driver_state.png) +![Meadow drivers shown in Bootloader and regular mode](meadow_driver_state.png) If the board is in this state you can skip the next step and move on to the [Download Meadow OS and network binaries](#download-meadow-os-and-network-binaries). diff --git a/docs/Meadow/Getting_Started/Deploying_Meadow/index.md b/docs/Meadow/Getting_Started/Deploying_Meadow/index.md index 1e2055a1c..71cbfde29 100644 --- a/docs/Meadow/Getting_Started/Deploying_Meadow/index.md +++ b/docs/Meadow/Getting_Started/Deploying_Meadow/index.md @@ -317,5 +317,5 @@ meadow flash os -s [PORT] Unplug and replug Meadow to give it a full restart. Your board is now ready to have a Meadow application deployed to it! -## [Next - Hello, Meadow](/Meadow/Getting_Started/Hello_World/) +## [Next - Hello, Meadow](/Meadow/Getting_Started/MCUs/F7_Feather/) diff --git a/docs/Meadow/Getting_Started/Deployment/index.md b/docs/Meadow/Getting_Started/Deployment/index.md index 5b5bd9bf4..d65e5e8f6 100644 --- a/docs/Meadow/Getting_Started/Deployment/index.md +++ b/docs/Meadow/Getting_Started/Deployment/index.md @@ -10,4 +10,4 @@ subtitle: Guides and documentation for Meadow * [Windows](Windows/) * [Linux](Linux/) -## [Next - Hello, World](/Meadow/Getting_Started/Hello_World/) \ No newline at end of file +## [Next - Hello, World](/Meadow/Getting_Started/MCUs/F7_Feather/) \ No newline at end of file diff --git a/docs/Meadow/Getting_Started/Getting_Started_Core-Compute_Module/index.md b/docs/Meadow/Getting_Started/Getting_Started_Core-Compute_Module/index.md index e6eddb658..6619201c8 100644 --- a/docs/Meadow/Getting_Started/Getting_Started_Core-Compute_Module/index.md +++ b/docs/Meadow/Getting_Started/Getting_Started_Core-Compute_Module/index.md @@ -12,7 +12,7 @@ If you are working with a bare Meadow Core-Compute module without the developmen 1. **Install Visual Studio** - Download and Install [Visual Studio](https://visualstudio.microsoft.com/) for either Windows or macOS to prepare your development machine. Community edition will work fine. 1. **Deploy Meadow.OS** - Use the Meadow.CLI to [deploy Meadow.OS to your board](/Meadow/Getting_Started/Deploying_Meadow/), booting the Core-Compute module into bootloader mode when you first connect it to your development machine. -1. **Deploy Hello, World** - Verify everything is setup by deploying your first Meadow application. You can start working from the Feather [Hello, Meadow](/Meadow/Getting_Started/Hello_World/) application, but you will need to connect external components or peripherals to recreate the experience of the onboard RGB LED. You can still see logging output without any additional components. +1. **Deploy Hello, World** - Verify everything is setup by deploying your first Meadow application. You can start working from the Feather [Hello, Meadow](/Meadow/Getting_Started/MCUs/F7_Feather/) application, but you will need to connect external components or peripherals to recreate the experience of the onboard RGB LED. You can still see logging output without any additional components. ```csharp using Meadow; diff --git a/docs/Meadow/Getting_Started/IDE_Extensions/index.md b/docs/Meadow/Getting_Started/IDE_Extensions/index.md index dcbe08b45..e4c1d30cd 100644 --- a/docs/Meadow/Getting_Started/IDE_Extensions/index.md +++ b/docs/Meadow/Getting_Started/IDE_Extensions/index.md @@ -26,9 +26,12 @@ If you havent already, download and Install [Visual Studio](https://visualstudio You'll need to install the VS Tools for Meadow Extension by [downloading it](https://marketplace.visualstudio.com/items?itemName=WildernessLabs.vsmeadow2022) or through the Extension Manager -1. In Visual Studio, go to Extensions => Manage Extensions -1. Click Online and search for Meadow. -1. Install VS Tools for Meadow, then close all instances of Visual Studio so the extension gets installed. +1. In Visual Studio, go to **Extensions** => **Manage Extensions** +1. Click **Online** and search for `VS 2022 Tools for Meadow`. It should be the first extension in the list. + + ![vscode meadow extension](vs2022-extension-marketplace.png) + +1. Install **VS Tools for Meadow**, then close all instances of Visual Studio so the extension gets installed. @@ -46,7 +49,7 @@ If you havent, download and Install [Visual Studio Code](https://visualstudio.mi ![vscode meadow extension](vscode-extension-marketplace.png) -1. Click it the Install button on the bottom right of the listed item. +1. Click it the **Install** button on the bottom right of the listed item. 1. The extension should now be installed. diff --git a/docs/Meadow/Getting_Started/IDE_Extensions/vs2022-extension-marketplace.png b/docs/Meadow/Getting_Started/IDE_Extensions/vs2022-extension-marketplace.png new file mode 100644 index 000000000..47798ddd2 Binary files /dev/null and b/docs/Meadow/Getting_Started/IDE_Extensions/vs2022-extension-marketplace.png differ diff --git a/docs/Meadow/Getting_Started/index.md b/docs/Meadow/Getting_Started/index.md index a6fe1a408..082f6d901 100644 --- a/docs/Meadow/Getting_Started/index.md +++ b/docs/Meadow/Getting_Started/index.md @@ -7,4 +7,4 @@ subtitle: "To get up and running with Meadow, follow these steps:" 1. Download and Install [Visual Studio](https://visualstudio.microsoft.com/) for either Windows or macOS. Community edition will work fine. 2. [Assemble your Meadow board](/Meadow/Getting_Started/Assemble_Meadow/) 3. Use the Meadow.CLI to [deploy Meadow.OS to your board](/Meadow/Getting_Started/Deploying_Meadow/). - 4. Deploy a [Hello, Meadow](/Meadow/Getting_Started/Hello_World/) application. + 4. Deploy a [Hello, Meadow](/Meadow/Getting_Started/MCUs/F7_Feather/) application. diff --git a/docs/Meadow/Release_Notes/Beta3/index.md b/docs/Meadow/Release_Notes/Beta3/index.md index f459dc382..c403b0b49 100644 --- a/docs/Meadow/Release_Notes/Beta3/index.md +++ b/docs/Meadow/Release_Notes/Beta3/index.md @@ -662,7 +662,7 @@ We got [SPI](/Meadow/Meadow_Basics/IO/Digital/Protocols/SPI/) validated and merg ### Visual Studio Extension -Our project template is now included enabling the creation of new Meadow Apps within Visual Studio, [check out the update](/Meadow/Getting_Started/Hello_World/). Debugging remains unavailable, but the console app gracefully exists. +Our project template is now included enabling the creation of new Meadow Apps within Visual Studio, [check out the update](/Meadow/Getting_Started/MCUs/F7_Feather/). Debugging remains unavailable, but the console app gracefully exists. ### Meadow.CLI Now available for [download](http://wldrn.es/latestmeadowcli). diff --git a/src/sidebars/meadowOsSidebar.js b/src/sidebars/meadowOsSidebar.js index fed77fad5..c3b0f58d5 100644 --- a/src/sidebars/meadowOsSidebar.js +++ b/src/sidebars/meadowOsSidebar.js @@ -20,9 +20,9 @@ const meadowOsSidebar = [ id: "Meadow/Getting_Started/MCUs/index", }, items: [ - "Meadow/Getting_Started/Deploying_Meadow/index", + "Meadow/Getting_Started/Deploying_Meadow.OS/index", "Meadow/Getting_Started/MCUs/Assemble_F7Feather_DevKit/index", - "Meadow/Getting_Started/Hello_World/index", + "Meadow/Getting_Started/MCUs/F7_Feather/index", "Meadow/Getting_Started/MCUs/Core_Compute_Module_DevKit/index", "Meadow/Getting_Started/MCUs/Project_Lab/index", ],