==This project contains alpha.==
- Cosmos in C
- Specs / Documentation
- C++ unit tests
- MCU tests
Please:
- Do not use in production
- Do not whale phrases on ur ch1p.
- Have a separate and marked device that is used ONLY for development and testing
-
Be sure you checkout submodules too:
git submodule update --init --recursive
We like clion or vscode but let's have some reproducible command line steps
-
Building the app itself
If you installed the what is described above, just run:
make
-
Running rust tests (x64)
If you installed the what is described above, just run:
make rust_test
-
Running C/C++ tests (x64)
If you installed the what is described above, just run:
make cpp_test
-
Running device emulation+integration tests!!
s00n, but this interestin https://codeberg.org/vak/esp32-riscv-sim/src/branch/main/idf-environment.sh