gojimmypi
gojimmypi
> I think it is a reasonable expectation that when an example of a component of a particular version is requested, the example should use the component of that specific...
Thanks @hfudev and @igrr - all good suggestions. I've pinned the source code of the [examples](https://components.espressif.com/components/wolfssl/wolfssl/versions/5.7.4-preview1f/examples/wolfssl_benchmark?language=en) to a specific published version: ``` $ mkdir wow gojimmypi:/mnt/c/workspace/wolfssl_scripts-gojimmypi/espressif $ cd wow gojimmypi:/mnt/c/workspace/wolfssl_scripts-gojimmypi/espressif/wow...
Hi @kumekay - > Fix is made, should be deployed soon ... will change ^ to = for the create-project-from-example command. sounds great, thank you! How's the staging site doing?...
I've discovered why the staging site no longer finds components. See https://github.com/espressif/idf-component-manager/issues/81 TL;DR: needs explicit `registry_url` setting in `main/idf_component.yml`. ``` dependencies: gojimmypi/mywolfssh: version: ^1.4.19-preview1c registry_url: https://components-staging.espressif.com gojimmypi/mywolfssl: version: ^5.7.4-preview1i registry_url:...
> Been using msys/mingw but it seems a dead-end under Windows @peardox I've had pretty good success using WSL. (Windows Subsystem For Linux). I've not recently built for this particular...