embassy-rp 0.1.0

Embassy Hardware Abstraction Layer (HAL) for the Raspberry Pi RP2040 microcontroller
Documentation

SECTIONS {
    /* ### Boot loader */
    .boot2 ORIGIN(BOOT2) :
    {
        KEEP(*(.boot2));
    } > BOOT2
}