dotcypress / ula

μLA: Micro Logic Analyzer for RP2040
Apache License 2.0
766 stars 62 forks source link

Using 2nd core to stream samples over USB #13

Open danni-m opened 5 months ago

danni-m commented 5 months ago

Hi, First of all, this is an awesome project.

Is it possible to utilize the 2nd core to continuously stream the samples over USB?

I wonder what limitations using the 2nd core will have:

  1. I would assume the borrow checker will need to be satisfied with life-times
  2. will it be fast enough to take out the samples and push it over USB
  3. contention between the cores.