Juraj Michálek

Results 101 comments of Juraj Michálek

Blocked by https://github.com/esp-rs/esp-idf-sys/issues/99

5.1 with activated ESP-IDF fails. Created issue #150 Test with 5.0: ``` git clone --branch v5.0-beta1 --recursive --depth 1 --shallow-submodules [email protected]:espressif/esp-idf.git esp-idf-v5.0-beta1 cd esp-idf-v5.0-beta1 ./install.sh source ./export.sh cd ../esp-idf-rs-test cargo...

Without activated environment there is a failure: ``` Using esp-idf v5.1.0 at '/Users/georgik/projects/esp-idf-rs-test/.embuild/espressif/esp-idf/master' ERROR: tool cmake does not have versions compatible with platform macos-arm64 Error: Could not install esp-idf ```...

Thank you @N3xed for explanation. It seems that esp-idf-template contains outdated version of embuild. @SergioGasquez Please, could you update it.

The problem occurs also on desktop ``` [info]: Installing the Espressif Rust ecosystem [warn]: GitHub rate limit exceeded [warn]: GitHub rate limit exceeded [warn]: GitHub rate limit exceeded [warn]: GitHub...

@stappersg There is an open request for "custom channels" for rustup. That would solve the problem: https://github.com/rust-lang/rustup/issues/2696

It does not seems lilely to fix this limitation. Closing the issue.

Thank you, @kyrias, for the contribution. @SergioGasquez Please, review and test the change. If it works, we could merge it to 1.63.0.0.

@n3xed Please could you review the patch in context of Embuild?

Thank you @pixelspark for reporting the problem. The build tools deploys clone of ESP-IDF to .embuild/espressif directory. Please run: `open /Applications/Python\ X.Y/Install\ Certificates.command` which should update certificates in the system....