Skip to content

Commit 61783b7

Browse files
authored
Merge pull request #35 from lf-lang/update
Removing workaround related to the old Pico SDK version
2 parents 0df0206 + 4ac1fc3 commit 61783b7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Tools.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,10 @@ If the environment variable `PICO_SDK_PATH` is not set, simply run `nix develop`
8888

8989
First, clone the [raspberry-pi/pico-examples](https://github.com/raspberrypi/pico-examples) repository (for example, in your home directory) and make it your current working directory:
9090

91-
> **_Note_**
92-
>
93-
> As of September 2024, we need to check out the specific commit version (`c95295f830a68a4854f822f07ef1b9b5abc3079e`) as shown below
94-
> because the current template (`lf-3pi-template`) uses Raspberry Pi Pico SDK version 1.5.1,
95-
> while the current version of `pico-examples` requires Pico SDK version 2.0.0.
96-
9791
```bash
9892
$ cd ~
9993
$ git clone https://github.com/raspberrypi/pico-examples.git
10094
$ cd pico-examples
101-
$ git checkout c95295f830a68a4854f822f07ef1b9b5abc3079e
10295
```
10396

10497
Make a blank `build` directory and use it to compile all the examples:

0 commit comments

Comments
 (0)