esp-rs / rust

Rust for the xtensa architecture. Built in targets for the ESP32 and ESP8266
https://www.rust-lang.org
Other
743 stars 39 forks source link

Rust STD support for the ESP-IDF framework #52

Closed ivmarkov closed 3 years ago

ivmarkov commented 3 years ago

This is a cleaned up version of 5 commits:

Functionality:

By the way - as unpleasant as it sounds, we might need to temporarily host the libc fork also in the esp-rs org (currently hosted in my personal space). It contains what it amounts to 5 line changes, so I hope these would be upstreamed quickly.

ivmarkov commented 3 years ago

Btw, these "failing checks" caught me by surprise. Any idea what this is?

MabezDev commented 3 years ago

Thanks looks good to me!

By the way - as unpleasant as it sounds, we might need to temporarily host the libc fork also in the esp-rs org

I think its fine to leave in your personal repo - if that's okay with you! Presumably, we can open a pull request on the upstream libc repo now?

Btw, these "failing checks" caught me by surprise. Any idea what this is?

I'm not entirely sure, but I think upstream rust has dedicated (paid) runners to perform CI and given that is isn't the upstream repo the jobs cannot run - nothing to worry about I think :)