ObviousInRetrospect
ObviousInRetrospect
Makes sense, thanks, no need for more verbose version. Any objection to profile controlling advanced settings or is it just code that hasn't been written? For audio selection a rich...
+1 on this ... and is there a way for users to override it in the interim? the error text is really hard to read. I looked for a theme.txt...
I was still able to reproduce the problem in sleep mode power down without cli/sei a few times but also had stretches where a million in a row passed. Given...
FWIW I did some testing and found a minor but non-zero power difference between IDLE and Active but agree that IDLE sucks. I think it was somewhere around 400ua. Are...
I can't explain why our compilers are generating different code. I'm using the stock one DXCore installs for OS X. But it is a reasonably horrible to debug failure mode...
And stopping the test at 12.2 million cycles without a single error. This is fixed. ``` CRC valid fail: 0 pass: 12246236 ```
Same fix applies to mTC per MX682X I just killed wire/src and replaced with his final zip in the bug
Coming back to this for a minute. It is totally obvious to me that sleeping while a slave transaction is open will trash that transaction. It is less obvious to...
1. in my real code I have a serial.flush() prior to sleep; I should add it to the sample code. 2. given that I am already checking Wire.slaveTransactionOpen() before sleep...
should have said this up-front but I am doing my testing on 1.4.10 (latest release) against an avr64db32 (which had less errata than the 128's or the da's). fwiw I...