Skip to content

Latest commit

 

History

History

README.md

Build

Fetch Dependencies

python3 ./fetch_repos.py

Tool Chains

ESP-IDF v5.5.4

Build

idf.py build

Host-side tests

The motion coordinate helpers can be tested without ESP-IDF hardware:

cmake -S tests -B build-host-tests
cmake --build build-host-tests
ctest --test-dir build-host-tests --output-on-failure

Flash

idf.py flash