Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Xandr215 authored Jun 30, 2024
1 parent 7e49d2b commit 6aa3dd9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dedicated/appinst/pico-csdk.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
git clone https://github.com/raspberrypi/pico-sdk.git --branch master
cd pico-sdk
git submodule update --init
cd ..
git clone https://github.com/raspberrypi/pico-examples.git --branch master
cd pico-examples
mkdir build
cd build
export PICO_SDK_PATH=../../pico-sdk
cmake -DPICO_BOARD=pico_w -DWIFI_SSID="dexter" -DWIFI_PASSWORD="LittleManXander" ..

0 comments on commit 6aa3dd9

Please sign in to comment.