prjpeppercorn/docs
Patrick Urban f9183e4e2a docs: update `CMD_CHG_STATUS` PLL control register bits 2025-10-15 19:40:40 +02:00
..
source docs: update `CMD_CHG_STATUS` PLL control register bits 2025-10-15 19:40:40 +02:00
.gitignore Initial setup for documentation 2024-12-04 11:45:48 +01:00
Makefile Initial setup for documentation 2024-12-04 11:45:48 +01:00
README.md License and README 2024-12-04 11:45:48 +01:00

README.md

Project Peppercorn Documentation

Setting up environment

python -m venv .venv
source .venv/bin/activate
make reqs