dawsonjon / PicoRX

Build a SDR SW/MW/LW Receiver with a Raspberry Pi Pico
MIT License
250 stars 32 forks source link

Moved USB streaming to core0 to offload core1 a bit #117

Closed mryndzionek closed 1 month ago

mryndzionek commented 1 month ago

With USB streaming enabled core1 sometimes hits 100% load now. This is an attempt at moving USB streaming to core0 to offload core1 a little bit. Needs testing.

dawsonjon commented 1 month ago

Cool, I think putting USB stuff on core 0 is a good approach in the longer term.