krzmaz/pico-w-neopixel-server

Investigate benefits of using both cores of the microcontroller

Opened this issue · 0 comments

krzmaz commented

There is https://github.com/embassy-rs/embassy/blob/main/embassy-rp/src/multicore.rs which could allow us to move some work (like usb communication) to another core, however the dependency on data sharing would synchronize a lot of the work anyway