Damien George

Results 1057 comments of Damien George

While not technically a bug (the spec could be that "\" matches just that non-special char) the behaviour is unexpected and unintuitive and I agree it should be fixed. Otherwise...

Thanks for the patch. But, I'm not sure this is a good addition. It doesn't seem to be supported by CPython's `requests` module? Also, some work was done recently with...

> used to work Going back to the commit before UTF-8 checking was introduced, it seems that "ignore" didn't work as CPython does it. I got the behaviour (unix version):...

> I stored crash dumps in the backup S-RAM in under 1024 bytes, rebooted, then read these out and 'decoded' them on next boot. The exception text would be trailed...

Thanks for the report. It looks like there are a few other issues: the ADC capabilities need to be defined in the boards/stm32h743_af.csv file, and the use of the pin_adc1...

I added basic support for H7 ADC on pins in 43a894fb4807ad9ec25569952c0dcd9fd5525a87 and b367c425e40f3792dba625a33a625e345cec723c On the NUCLEO_H743ZI board only the following pins are supported at the moment: PF6-PF10 and PH2.

The issue here is partially addressed by ff7be31f264c359b6f11fcc2cec8489dfe4905bd, so now ADC12 is used by default for `pyb.ADC(pin)`. The final step would be to allow the user to select which of...

Sorry this didn't get any further attention. Will focus on the revised #15392.