• Earle F. Philhower, III's avatar
    Additional multicore fixes, BOOTSEL and PIO (#123) · 763846ae
    Earle F. Philhower, III authored
    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.
    763846ae
Bootsel.cpp 2.08 KB