add pico sdk
This commit is contained in:
parent
0dca34240b
commit
4a91edd271
3 changed files with 4 additions and 1 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "pico-sdk"]
|
||||
path = pico-sdk
|
||||
url = https://github.com/raspberrypi/pico-sdk
|
|
@ -40,7 +40,6 @@ I used VS code but you only need a terminal for building this.
|
|||
### Pico firmware
|
||||
Requires the following software: `git`, `make`, `cmake` and a C compiler
|
||||
```
|
||||
(TODO make sure pico-sdk is a submodule)
|
||||
git clone https://git.crispypin.cc/CrispyPin/wind_station --recursive
|
||||
```
|
||||
Now edit the file `pico/src/wifi_cred.h` and update the values accordingly.
|
||||
|
|
1
pico-sdk
Submodule
1
pico-sdk
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit ee68c78d0afae2b69c03ae1a72bf5cc267a2d94c
|
Loading…
Add table
Add a link
Reference in a new issue