Skip to content

Commit

Permalink
Merge pull request #194 from malw4/quick-fixes
Browse files Browse the repository at this point in the history
Fixed pico-sdk version
  • Loading branch information
malw4 authored May 31, 2024
2 parents 9e266c2 + 87df494 commit d179e9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/LwM2M_Client/RaspberryPi/RaspberryPi-Pico-W.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Integrate your Raspberry Pi Pico W board.
0. Clone the **Raspberry Pi Pico SDK** and the **FreeRTOS kernel** into a base directory, parallel to the `Anjay-pico-client` Github repository:

```
git clone -b 1.4.0 https://github.com/raspberrypi/pico-sdk.git
git clone -b 1.5.1 https://github.com/raspberrypi/pico-sdk.git
cd pico-sdk/ && git submodule update --init && cd ..
git clone -b V10.5.0 https://github.com/FreeRTOS/FreeRTOS-Kernel.git
git clone https://github.com/AVSystem/Anjay-pico-client.git
Expand Down
2 changes: 1 addition & 1 deletion docs/academy/exercise1.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Start by creating a new workspace, installing the dependencies, and cloning all
* Clone the RPi Pico SDK repository and update its submodules

```
git clone -b 1.4.0 https://github.com/raspberrypi/pico-sdk.git
git clone -b 1.5.1 https://github.com/raspberrypi/pico-sdk.git
cd pico-sdk/ && git submodule update --init && cd ..
```

Expand Down

0 comments on commit d179e9b

Please sign in to comment.