Piers Finlayson
Piers Finlayson
I've added support for Espressif's SDK v2.2.0. I've tested this on Ubuntu 16.04 and 18.04.
Two problems here: 1. I am trying to use `binaries` in Cargo.toml to specify one (and hence ignore other) binaries in my image. However packager is trying to include the...
Per #168. As well as potentially setting the timeout with a new (Windows only) method on Device, it is also arguable that control_in and control_out should reset the timeout to...
The nusb documentation is clear that for Interface::control_in and Interface::control_out: `the timeout is currently fixed to 5 seconds and the timeout argument is ignored.` I assume this because the standard...
5.10.7, says ``` The entire bootloader will need to fit in the OTP rows from 0x0C0 to 0xF48 to avoid interfering with other reserved OTP functionality, giving a maximum size...
GPIOs are held up or down by pull-up/pull-down resistors by default. While some GPIOs do change during the boot phase and are controlled by the chip (or SDK) the others...
Currently external device monitoring script (not yet in github) only reports problems in the event of device outage - need to monitor and act when temperature out of bounds. (Remember...