It turned to be "pico-sdk" in:
With pico-sdk present in target_compile_definitions, something replaces "pico" with "sdk -1" in a path. Removing pico-sdk solved the problem.
Code:
target_compile_definitions(sample PUBLIC pico-sdk PICO_USE_STACK_GUARDS=1 PICO_MALLOC_PANIC=1 PICO_MAX_SHARED_IRQ_HANDLERS=6)Statistics: Posted by codebrane — Sat Jun 07, 2025 6:56 am