1 /** 2 * \defgroup pico_crt0 pico_crt0 3 * \brief Provides the default linker scripts and the program entry/exit point 4 */ 5 6 // PICO_CONFIG: PICO_EMBED_XIP_SETUP, Embed custom XIP setup (boot2) in an RP2350 binary, type=bool, default=0, group=pico_base 7 // unused but keeps tooling happy 8 #define PICO_EMBED_XIP_SETUP 0