Skip to content

Commit 01e1036

Browse files
committed
doc: revise Readme.md
1 parent 84a4e94 commit 01e1036

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,9 @@ Additional power control circuit and battery voltage monitoring circuit are desc
9595

9696
## How to build
9797
* See ["Getting started with Raspberry Pi Pico"](https://datasheets.raspberrypi.org/pico/getting-started-with-pico.pdf)
98-
* Build is confirmed only in Developer Command Prompt for VS 2019 and Visual Studio Code on Windows enviroment
99-
* Put "pico-sdk", "pico-examples", "pico-extras" and "pico-playground" on the same level with this project folder.
98+
* Put "pico-sdk", "pico-examples" (, "pico-extras" and "pico-playground") on the same level with this project folder.
99+
* Build is confirmed in Developer Command Prompt for VS 2022 and Visual Studio Code on Windows enviroment
100+
* Confirmed with Pico SDK 1.4.0, cmake-3.27.2-windows-x86_64 and gcc-arm-none-eabi-10.3-2021.10-win32
100101
```
101102
> git clone -b master https://github.com/raspberrypi/pico-sdk.git
102103
> cd pico-sdk
@@ -112,7 +113,7 @@ Additional power control circuit and battery voltage monitoring circuit are desc
112113
>
113114
> git clone -b main https://github.com/elehobica/RPi_Pico_WAV_Player.git
114115
```
115-
* Lanuch "Developer Command Prompt for VS 2019"
116+
* Lanuch "Developer Command Prompt for VS 2022"
116117
```
117118
> cd RPi_Pico_WAV_Player
118119
> mkdir build

0 commit comments

Comments
 (0)