esp-rs / embuild

Build support for embedded Rust: Cargo integration with other embedded build ecosystems & tools, like PlatformIO, CMake and kconfig.
Apache License 2.0
140 stars 40 forks source link

Tracking issue for making the library build system agnostic (`embuild`). #8

Closed N3xed closed 3 years ago

N3xed commented 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 (without platformio), 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 the cargo-pio-link tool will be renamed:

Steps