PICO_RP2350 and PICO_RP2350A are not the same thing at all, so don't change one to the other.
It seems like your build is confused as to what platform it is, which sounds like you haven't deleted your build directory, but I suppose could be related to you setting PICO_PLATFORM and PICO_BOARD in your `CMakeLists.txt`
Try moving them to the very top of the CMakeLists.txt as some ordering requirements were imposed in SDK2.0.0 (and also delete your build directory again)
It seems like your build is confused as to what platform it is, which sounds like you haven't deleted your build directory, but I suppose could be related to you setting PICO_PLATFORM and PICO_BOARD in your `CMakeLists.txt`
Try moving them to the very top of the CMakeLists.txt as some ordering requirements were imposed in SDK2.0.0 (and also delete your build directory again)
Statistics: Posted by kilograham — Wed Nov 20, 2024 4:35 am