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

Add the 64bit time_t flag when targeting v5 #65

Closed MabezDev closed 1 year ago

MabezDev commented 1 year ago

Good points, will add cmake support and look at adding v5 support too.

MabezDev commented 1 year ago

I don't think V5.0 is fully released yet, at least there is no tag or release on GitHub so will defer adding those options to another PR.

ivmarkov commented 1 year ago

Indeed there is no v5.0 tag, yet there is a release branch? https://github.com/espressif/esp-idf/tree/release/v5.0

ivmarkov commented 1 year ago

And docu: https://docs.espressif.com/projects/esp-idf/en/release-v5.0/esp32/get-started/index.html

ivmarkov commented 1 year ago

But I agree - this could be a separate PR.

MabezDev commented 1 year ago

https://docs.espressif.com/projects/esp-idf/en/release-v5.0/esp32/get-started/index.html

At the top of those docs says v5.0 is a pre release version, so I'll defer for now until its properly released.