Implement esp_idf_min_version_MAJOR_MINOR_PATCH
cfgs for all released ESP IDFs so far
#341
Labels
enhancement
New feature or request
E.g.
#[cfg(esp_idf_min_version_5_1_2)]
would be true iff the current ESP IDF version is >= 5.1.2Reason: this
How to implement? In the
esp-idf-sys
build script, we can just hard-code an array with all released versions since 4.4.0 (or whatever start), and then use it to generate the cfgs:The text was updated successfully, but these errors were encountered: