esp-rs / esp-idf-template

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

Implement support for no_std projects #4

Closed ivmarkov closed 2 years ago

ivmarkov commented 2 years ago

Running with no_std when linking against the ESP-IDF seems... strange, but we actually do support it. So why not?

ivmarkov commented 2 years ago

Phew! Done.