README.md
Embedded configurator
Designed to quickly set up projects based on a description in toml format. On successful completion, the drivers/libraries will be cloned and setup files will be generated.
USAGE
./embconf -p myproject_config.toml
For extra debug info use: RUST_LOG=info ./embconf -p myproject_config.toml
Config example
git_address = "https://gitflic.ru/project/egan-ru"
[driver]
[testdriver0]
testdriver_should0 = "0"
testdriver_should1 = "1"
testdriver_should2 = "2"
testdriver_should3 = "3"
[testdriver1]
testdriver_should4 = "4"
testdriver_should5 = "5"
testdriver_should6 = "6"
testdriver_should7 = "7"
[lib]
[testlib0]
testlib_should0 = "0"
[testlib1]
testlib_should1 = "1"
For testing purposes created testdriver0, testdriver1, testlib0 and testlib1 in “https://gitflic.ru/project/egan-ru”.
Конвейеры
0 успешных
0 с ошибкой