redfast00

Results 94 comments of redfast00

@tswen Would you accept a PR that includes your patch?

Sure: https://gist.github.com/redfast00/6b462037e57f33c850987242c34fd91d I don't know if it's possible to detect that text is displayed in a monospace font and to decide to convert units based on that.

Additional example: https://github.com/pyauth/pyotp#time-based-otps

See https://softwarefoundations.cis.upenn.edu/lf-current/Imp.html#lab328 for an example

Not from pyOCD, no :/ but I was able to clear them with STM32CubeProg

We have been able to make the problematic code a lot smaller: it's only 170 lines of C now, in a single file, based on the 'i2c simple example'[ https://github.com/espressif/esp-idf/tree/v5.1.2/examples/peripherals/i2c/i2c_simple](https://github.com/espressif/esp-idf/tree/v5.1.2/examples/peripherals/i2c/i2c_simple)....

We received support from Espressif. There was indeed an issue with the I2C FIFO, the following patch given by one of their employees fixes it: ```diff From fb0c921cc6c93a755f3f39f472fc88b59d130dad Mon Sep...