Build support for embedded Rust: Cargo integration with other embedded build ecosystems & tools, like PlatformIO, CMake and kconfig.
140
stars
40
forks
source link
Tracking issue for making the library build system agnostic (`embuild`). #8
Closed
N3xed closed 3 years ago
This is the tracking issue to create a more build system agnostic library.
This is done to support building the
esp-idf
natively (withoutplatformio
), see https://github.com/esp-rs/esp-idf-sys/pull/7#issuecomment-899035142. As it will not be build system specific anymore, the library and thecargo-pio-link
tool will be renamed:embuild
.cargo-pio-link
will be renamed toldproxy
.Steps
platformio
and refactor code.pio
.