No description
Find a file
2025-03-17 17:53:44 +01:00
firmware@ad309a4883 Fixup 2025-03-17 17:53:44 +01:00
pcb@74097e6a7b Initial commit 2025-03-17 16:18:39 +00:00
.gitmodules Initial commit 2025-03-17 16:18:39 +00:00
Makefile Docs 2025-03-17 17:34:43 +01:00
README.md Docs 2025-03-17 17:34:43 +01:00

KWT Collar

Setup for local development:

Prerequisits

  • Docker
  • A whole bunch of RAM

Local Development Environment

  1. 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.

  1. Prepare build tooling
make prepare
  1. Build firmware
make build
  1. Flash firmware
make flash