Additional multicore fixes, BOOTSEL and PIO (#123)
BOOTSEL needs to be multicore protected, too. Reading BOOTSEL required disabling the flash interface, so the other core needs to be idles while this runs. Make the PIO program object multicore safe, too, so that if both cores try to load a program they won't step on each other.
Showing
Please register or sign in to comment