I can just have a boards folder in the project root then, that's awesome. Will changing this cause issues with dependencies for example my folders need pico.h and pico2.h so do I need to copy them to the project as well or will that still work?In ${CMAKE_BOARD_HEADER_DIRS}When you have a custom board header the file goes where?
I normally use:which gives me a /boards subdirectory at the same level as the source subdirectories for the various applications that use it; you may choose to keep your board files somewhere else.Code:
set(PICO_BOARD_HEADER_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/../boards)
Statistics: Posted by DarkElvenAngel — Wed Sep 18, 2024 10:37 pm