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

3rd party C libraries #36

Closed p3zhy closed 1 year ago

p3zhy commented 2 years ago

is there a way to use 3rd party C libraries in esp-idf-template?

ivmarkov commented 1 year ago

No. The only supported C library is the one in ESP IDF - newlibc.