pavhofman
pavhofman
I you want to, I can take a look at the live CDSP logging of the timing traces and the plotting. It would be a handy feature for any CDSP...
Ah I see the methods get/set/take_rust_field. Please is there any way to avoid the overhead of JNI class and fieldID lookups of get_field, by passing the "ptr as crate::sys::jlong" to/from...
I am hitting the same problem on the audio gadget (data in control messages are not passed when DMA enabled). Interesting - RPi4 1GB RAM works perfectly. RPi4 4GB RAM...
Thanks a lot, this is an important issue for the gadget feature. I am ready to do any tests/debugfs dumps if needed.
I have the rpi-5.12y branch ready for testing any patches, thanks.
Thanks, I will be happy to test. I have cross-compiled & tested a number of changes to the dwc2 and other modules on the latest raspbian64 recently.
I tested the patch on 1GB and 4GB models, works correctly now on both. Thanks a lot for your help, this was a difficult bug to catch.
Hi, thank you very much for very fast fix. I will try it tomorrow. As of the choices - I would probably prefer the t.to_ad1() version as it does not...
Hi, thanks a lot for your great support. The updated example works very good now. I am just afraid the move to AD has introduced some extra wrapping in the...
Thanks! Regarding the jacobian - would that be possible to enter the jacobian matrix externally just like the optimized function, i.e. a closure? From what I have seen most engines...