esp-rs / esp-idf-template

A "Hello, world!" template of a Rust binary crate for the ESP-IDF framework.
417 stars 50 forks source link

Document default builder behavior #26

Closed voteblake closed 2 years ago

voteblake commented 2 years ago

Native appears to be default now, the optional feature is for PlatformIO.

ivmarkov commented 2 years ago

Thanks - and disregard the CI failure - it is due to esp-idf-svc failing to build in no_std mode. To be fixed soon.