https://github.com/znitche/picodooralarm
https://github.com/znitche/picodooralarm
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/znitche/picodooralarm
- Owner: zNitche
- License: mit
- Created: 2026-01-12T19:50:31.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2026-01-16T23:30:17.000Z (about 2 months ago)
- Last Synced: 2026-01-17T10:14:03.618Z (about 2 months ago)
- Language: CMake
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 + \
```