No description
| firmware@ad309a4883 | ||
| pcb@74097e6a7b | ||
| .gitmodules | ||
| Makefile | ||
| README.md | ||
KWT Collar
Setup for local development:
Prerequisits
- Docker
- A whole bunch of RAM
Local Development Environment
- Clone repositories and submodules
git clone --recurse-submodules -j$(nproc) ssh://git@git.grey.ooo:222/Kinkware.tech/collar.git Collar
This will take a hot minute, theres a lot of tooling to download.
- Prepare build tooling
make prepare
- Build firmware
make build
- Flash firmware
make flash