Chris Chandler
Chris Chandler
Ha, I think that's going to need some tuning. It clearly doesn't like the way I've done things: 26 files inspected, 1190 offences detected
In your example you create a new unsigned certificate object on line 19. The key material doesn't contain any part of the previously signed certificate, so all the setup you...
Thanks! I hope it's working well for whatever you need. Totally honest answer: I did not make any progress on that :-). There's nothing pending you don't see in the...
I'll see if I can get this in tomorrow :-)
@sconover and I just encountered this problem internally. For us it was because the Gemfile specified a source of "https://rubygems.org" and as soon as we just used plain http it...
I had the exact same issue as the OP. I did @Vollbrecht's suggestion and checked the default component list in `./target/xtensa-esp32s3-espidf/debug/build/esp-idf-sys-9954d550c2403695/output` (esp-idf-sys=0.35). There's a line prefixed with `-- Components:` that...
@ivmarkov Here's the section from Cargo.toml. If I omit `main` from the `esp_idf_components` I get the OP's error in a cleanroom build. ``` [package.metadata.esp-idf-sys] esp_idf_components = ["usb", "usb_host_hid", "main"] esp_idf_comp_usb_enabled...