esp-rs / esp-idf-template

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

Awesome, list of projects based on this template #213

Closed stappersg closed 3 months ago

stappersg commented 3 months ago

Motivations

We learn much from examples.

Solution

Have in this template a link, an URL, to a list of projects based on this template.

Alternatives

Inspiration:

Additional context

I don't know much https://github.com/esp-rs/awesome-esp-rust#no_std projects are based on this template project.

SergioGasquez commented 3 months ago

I would say that most of (or all) the projects of https://github.com/esp-rs/awesome-esp-rust were created using templates, and if they were not, it would have been easier to do so. So, I don't really see the value of having a list of projects based on this template, as it's just a tool that make things simpler, but you can achieve the same by doing everything manually.

stappersg commented 3 months ago

It was https://www.reddit.com/r/rust/comments/1d9f9nu/bare_metal_on_esp32/ that triggered me to open this issue. The goal is to have a collection of esp-rs/esp-idf-template success stories.

SergioGasquez commented 3 months ago

I think that list would be a duplication of https://github.com/esp-rs/awesome-esp-rust?tab=readme-ov-file#std, and would require more maintenance. I will be closing the issue as I don't see advantages, but thanks for suggesting it!