Skip to content

Commit

Permalink
Fixed links and added hints
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardalee committed Mar 10, 2024
1 parent 93a7361 commit 479b9f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Tools.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 3. Tools and Environments
The purpose of this lab exercise is to familiarize you with the hardware and software used for embedded software programming. This lab exercise assumes you have followed the [Installation instructions](./Installation.md). The [Resources](./Resources.md) and [Acronyms](./Acronyms.md) pages will also prove particularly useful.
The purpose of this lab exercise is to familiarize you with the hardware and software used for embedded software programming. This lab exercise assumes you have followed the [installation instructions](./Prerequisites.html). The [Documentation](./Documentation.md) and [Acronyms](./Acronyms.md) pages will also prove particularly useful.

Embedded systems often have limited resources and interaction methods and hence require a different approach for programming.
Their microprocessors often have no operating system, and are therefore called "bare metal" or "bare iron" machines.
Expand Down Expand Up @@ -144,9 +144,12 @@ Start VS Code in your root `pico-examples` directory:

```bash
$ cd ~/pico-examples
$ nix develop
$ code .
```

(The second line may not be necessary if you have already done this.)

This will likely result in a popup appearing as follows:

<img src="img/SelectAKit.png" alt="Select a kit"/>
Expand Down

0 comments on commit 479b9f9

Please sign in to comment.