esp-rs / esp-idf-template

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

Support for ESP-IDF 5.1 #121

Closed ivmarkov closed 1 year ago

ivmarkov commented 1 year ago

@SergioGasquez Given that the upcoming esp-idf-* release actually does support ESP IDF 5.1, we should probably be having an option for that release as well?

Vollbrecht commented 1 year ago

my personal opinion: maybe just update the 5.0 option -> use 5.1 instead and leave the two other options? as the template is mostly for generating new projects. This way we focus on support for v4.4 and the current v5 release branch.

SergioGasquez commented 1 year ago

I kind of agree with @Vollbrecht comment, is there any value for a user to start a project in v5.0 instead of v5.1? Another thing we need to update is SoC support since the new version do support the new chips and this will require some logic to avoid unsupported combinations.

SergioGasquez commented 1 year ago

@ivmarkov we discussed this topic in today's community meeting, and there was no hard opinion, but most of us agreed with removing 5.0 option and keeping only the 5.1 option for ESP-IDF 5, do you have any input on this?