You can use this in code
similarly in CMake
You will have to modify the linker script for each of RP2040 and RP2350 separately as they are different, but should be trivial to add your changes to the new stock versions
Code:
#if PICO_RP2040or#if PICO_RP2350
Code:
if (PICO_RP2350) ...endif()
Statistics: Posted by kilograham — Fri Sep 13, 2024 1:14 am