I fixed the problem by including these two lines in the very beginning of pico_sdk_import.cmake
set(PICO_SDK_PATH $ENV{PICO_SDK_PATH})
message("PICO_SDK_PATH ==> ${PICO_SDK_PATH} ")
I have no idea, where the issue came from.
set(PICO_SDK_PATH $ENV{PICO_SDK_PATH})
message("PICO_SDK_PATH ==> ${PICO_SDK_PATH} ")
I have no idea, where the issue came from.
Statistics: Posted by lhm0 — Sat Mar 16, 2024 5:16 pm