Skip to content

Commit

Permalink
Fix URLs to GS Feather F7
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgedevs committed Jan 29, 2024
1 parent ca6e957 commit 7723230
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/Meadow/Getting_Started/Deploying_Meadow.OS/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion docs/Meadow/Getting_Started/Deploying_Meadow/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

2 changes: 1 addition & 1 deletion docs/Meadow/Getting_Started/Deployment/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ subtitle: Guides and documentation for Meadow
* [Windows](Windows/)
* [Linux](Linux/)

## [Next - Hello, World](/Meadow/Getting_Started/Hello_World/)
## [Next - Hello, World](/Meadow/Getting_Started/MCUs/F7_Feather/)
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
11 changes: 7 additions & 4 deletions docs/Meadow/Getting_Started/IDE_Extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


</TabItem>
Expand All @@ -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.


Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/Meadow/Getting_Started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/Meadow/Release_Notes/Beta3/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
4 changes: 2 additions & 2 deletions src/sidebars/meadowOsSidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down

0 comments on commit 7723230

Please sign in to comment.