An open API service indexing awesome lists of open source software.

https://github.com/znitche/picodooralarm


https://github.com/znitche/picodooralarm

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

```
mkdir -p ~/SDKs/pico-sdk
cd ~/SDKs/pico-sdk
git clone -b "2.2.0" --single-branch https://github.com/raspberrypi/pico-sdk.git 2.2.0
```

```
cd ~/SDKs/pico-sdk/2.2.0
git submodule update --init
```

Open devcontainer

```
cd /home/pico_sdk_worker
cmake -S . -B build

or

cmake -DPICO_BOARD=pico_w -S . -B build

cd build
make -j 16
```

```
screen /dev/tty.1
CTRL + A & CTRL + \
```