mirror of
https://github.com/m5stack/StackChan.git
synced 2026-07-30 20:24:52 +00:00
Build
Fetch Dependencies
python3 ./fetch_repos.py
Tool Chains
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