P33M

Results 261 comments of P33M

I think I have a reproduction here - if I check that the number of bytes transferred in an isochronous packet is an integer multiple of sample size, I occasionally...

Ah, 64-bit kernels are incompatible with ARM's FIQ handlers, so the FIQ code is demoted to a regular IRQ handler. The only workaround is to specify arm_64bit=0 in /boot/config.txt and...

The linked commit adds arm64 architectural support for FIQ handlers but there's quite a bit of plumbing required to get dwc_otg to use it. It's low priority, so won't get...

Not really. Question: what happens if you have two identical touchscreens plugged into a hub thus sharing a root port? Does the bus string expand into a route string (e.g....

Without hardware that fails in this exact way, we will be unable to reproduce your issue.

This issue tracker is for bug reports, not technical support. Please post on our community forum at https://forums.raspberrypi.com/viewforum.php?f=144

This appears to be resolved as of 2.0 rc7 (not using the exact failing flash storage as last time, but a device that's similarly slow to write)

I2S (via convoluted setup in sound/soc/soc-generic-dmaengine-pcm.c) sets only the peripheral's buswidth. I assume that because tx/rx is effectively continuous, the trapped residue for rx doesn't matter?

[FreeRTOS_Kernel_import.cmake](https://github.com/raspberrypi/debugprobe/blob/master/FreeRTOS_Kernel_import.cmake) and [pico_sdk_import.cmake](https://github.com/raspberrypi/debugprobe/blob/master/pico_sdk_import.cmake) are direct copies from the pico-sdk, which is BSD 3-clause, so I will add a header to those. [probe_config.c](https://github.com/raspberrypi/debugprobe/blob/master/src/probe_config.c) and [probe_oen.pio](https://github.com/raspberrypi/debugprobe/blob/master/src/probe_oen.pio) are third-party contributions, and attribution/licence has...