1940 lines
36 KiB
JSON
1940 lines
36 KiB
JSON
{
|
|
"entries" :
|
|
[
|
|
{
|
|
"name" : "CMAKE_ADDR2LINE",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Path to a program."
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "/opt/homebrew/bin/arm-none-eabi-addr2line"
|
|
},
|
|
{
|
|
"name" : "CMAKE_AR",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Path to a program."
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "/opt/homebrew/bin/arm-none-eabi-ar"
|
|
},
|
|
{
|
|
"name" : "CMAKE_ASM_COMPILER",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "ASM compiler"
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : "/opt/homebrew/bin/arm-none-eabi-gcc"
|
|
},
|
|
{
|
|
"name" : "CMAKE_ASM_COMPILER_AR",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler"
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "/opt/homebrew/bin/arm-none-eabi-gcc-ar"
|
|
},
|
|
{
|
|
"name" : "CMAKE_ASM_COMPILER_RANLIB",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler"
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "/opt/homebrew/bin/arm-none-eabi-gcc-ranlib"
|
|
},
|
|
{
|
|
"name" : "CMAKE_ASM_COMPILER_WORKS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : ""
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "CMAKE_ASM_FLAGS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the ASM compiler during all build types."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : "-mcpu=cortex-m0plus -mthumb"
|
|
},
|
|
{
|
|
"name" : "CMAKE_ASM_FLAGS_DEBUG",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the ASM compiler during DEBUG builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : "-Og -g"
|
|
},
|
|
{
|
|
"name" : "CMAKE_ASM_FLAGS_MINSIZEREL",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the ASM compiler during MINSIZEREL builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : "-Os -DNDEBUG"
|
|
},
|
|
{
|
|
"name" : "CMAKE_ASM_FLAGS_RELEASE",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the ASM compiler during RELEASE builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : "-O3 -DNDEBUG"
|
|
},
|
|
{
|
|
"name" : "CMAKE_ASM_FLAGS_RELWITHDEBINFO",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the ASM compiler during RELWITHDEBINFO builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : "-O2 -g -DNDEBUG"
|
|
},
|
|
{
|
|
"name" : "CMAKE_BUILD_TYPE",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ..."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : "Debug"
|
|
},
|
|
{
|
|
"name" : "CMAKE_CACHEFILE_DIR",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "This is the directory where this CMakeCache.txt was created"
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "/Users/rq/pico/car/cmake-build-debug"
|
|
},
|
|
{
|
|
"name" : "CMAKE_CACHE_MAJOR_VERSION",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Major version of cmake used to create the current loaded cache"
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "3"
|
|
},
|
|
{
|
|
"name" : "CMAKE_CACHE_MINOR_VERSION",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Minor version of cmake used to create the current loaded cache"
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "26"
|
|
},
|
|
{
|
|
"name" : "CMAKE_CACHE_PATCH_VERSION",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Patch version of cmake used to create the current loaded cache"
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "4"
|
|
},
|
|
{
|
|
"name" : "CMAKE_COLOR_DIAGNOSTICS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Enable colored diagnostics throughout."
|
|
}
|
|
],
|
|
"type" : "BOOL",
|
|
"value" : "ON"
|
|
},
|
|
{
|
|
"name" : "CMAKE_COLOR_MAKEFILE",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "(This variable does not exist and should not be used)"
|
|
}
|
|
],
|
|
"type" : "UNINITIALIZED",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_COMMAND",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Path to CMake executable."
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake"
|
|
},
|
|
{
|
|
"name" : "CMAKE_CPACK_COMMAND",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Path to cpack program executable."
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "/Applications/CLion.app/Contents/bin/cmake/mac/bin/cpack"
|
|
},
|
|
{
|
|
"name" : "CMAKE_CTEST_COMMAND",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Path to ctest program executable."
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "/Applications/CLion.app/Contents/bin/cmake/mac/bin/ctest"
|
|
},
|
|
{
|
|
"name" : "CMAKE_CXX_COMPILER",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "CXX compiler"
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : "/opt/homebrew/bin/arm-none-eabi-g++"
|
|
},
|
|
{
|
|
"name" : "CMAKE_CXX_COMPILER_AR",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler"
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "/opt/homebrew/bin/arm-none-eabi-gcc-ar"
|
|
},
|
|
{
|
|
"name" : "CMAKE_CXX_COMPILER_RANLIB",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler"
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "/opt/homebrew/bin/arm-none-eabi-gcc-ranlib"
|
|
},
|
|
{
|
|
"name" : "CMAKE_CXX_FLAGS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the CXX compiler during all build types."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : "-mcpu=cortex-m0plus -mthumb"
|
|
},
|
|
{
|
|
"name" : "CMAKE_CXX_FLAGS_DEBUG",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the CXX compiler during DEBUG builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : "-Og -g"
|
|
},
|
|
{
|
|
"name" : "CMAKE_CXX_FLAGS_MINSIZEREL",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the CXX compiler during MINSIZEREL builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : "-Os -DNDEBUG"
|
|
},
|
|
{
|
|
"name" : "CMAKE_CXX_FLAGS_RELEASE",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the CXX compiler during RELEASE builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : "-O3 -DNDEBUG"
|
|
},
|
|
{
|
|
"name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : "-O2 -g -DNDEBUG"
|
|
},
|
|
{
|
|
"name" : "CMAKE_C_COMPILER",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "C compiler"
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : "/opt/homebrew/bin/arm-none-eabi-gcc"
|
|
},
|
|
{
|
|
"name" : "CMAKE_C_COMPILER_AR",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler"
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "/opt/homebrew/bin/arm-none-eabi-gcc-ar"
|
|
},
|
|
{
|
|
"name" : "CMAKE_C_COMPILER_RANLIB",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler"
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "/opt/homebrew/bin/arm-none-eabi-gcc-ranlib"
|
|
},
|
|
{
|
|
"name" : "CMAKE_C_FLAGS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the C compiler during all build types."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : "-mcpu=cortex-m0plus -mthumb"
|
|
},
|
|
{
|
|
"name" : "CMAKE_C_FLAGS_DEBUG",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the C compiler during DEBUG builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : "-Og -g"
|
|
},
|
|
{
|
|
"name" : "CMAKE_C_FLAGS_MINSIZEREL",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the C compiler during MINSIZEREL builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : "-Os -DNDEBUG"
|
|
},
|
|
{
|
|
"name" : "CMAKE_C_FLAGS_RELEASE",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the C compiler during RELEASE builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : "-O3 -DNDEBUG"
|
|
},
|
|
{
|
|
"name" : "CMAKE_C_FLAGS_RELWITHDEBINFO",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the C compiler during RELWITHDEBINFO builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : "-O2 -g -DNDEBUG"
|
|
},
|
|
{
|
|
"name" : "CMAKE_DLLTOOL",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Path to a program."
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "CMAKE_DLLTOOL-NOTFOUND"
|
|
},
|
|
{
|
|
"name" : "CMAKE_EXECUTABLE_FORMAT",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Executable file format"
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "ELF"
|
|
},
|
|
{
|
|
"name" : "CMAKE_EXE_LINKER_FLAGS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the linker during all build types."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the linker during DEBUG builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the linker during MINSIZEREL builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the linker during RELEASE builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the linker during RELWITHDEBINFO builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_EXPORT_COMPILE_COMMANDS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Enable/Disable output of compile commands during generation."
|
|
}
|
|
],
|
|
"type" : "BOOL",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_EXTRA_GENERATOR",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Name of external makefile project generator."
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Value Computed by CMake."
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "/Users/rq/pico/car/cmake-build-debug/CMakeFiles/pkgRedirects"
|
|
},
|
|
{
|
|
"name" : "CMAKE_GENERATOR",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Name of generator."
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "Unix Makefiles"
|
|
},
|
|
{
|
|
"name" : "CMAKE_GENERATOR_INSTANCE",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Generator instance identifier."
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_GENERATOR_PLATFORM",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Name of generator platform."
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_GENERATOR_TOOLSET",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Name of generator toolset."
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_HOME_DIRECTORY",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Source directory with the top level CMakeLists.txt file for this project"
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "/Users/rq/pico/car"
|
|
},
|
|
{
|
|
"name" : "CMAKE_INSTALL_PREFIX",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Install path prefix, prepended onto install directories."
|
|
}
|
|
],
|
|
"type" : "PATH",
|
|
"value" : "/usr/local"
|
|
},
|
|
{
|
|
"name" : "CMAKE_LINKER",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Path to a program."
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "/opt/homebrew/bin/arm-none-eabi-ld"
|
|
},
|
|
{
|
|
"name" : "CMAKE_MAKE_PROGRAM",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Path to a program."
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "/opt/homebrew/bin/gmake"
|
|
},
|
|
{
|
|
"name" : "CMAKE_MODULE_LINKER_FLAGS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the linker during the creation of modules during all build types."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the linker during the creation of modules during DEBUG builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the linker during the creation of modules during RELEASE builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_NM",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Path to a program."
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "/opt/homebrew/bin/arm-none-eabi-nm"
|
|
},
|
|
{
|
|
"name" : "CMAKE_NUMBER_OF_MAKEFILES",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "number of local generators"
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "84"
|
|
},
|
|
{
|
|
"name" : "CMAKE_OBJCOPY",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : ""
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "/opt/homebrew/bin/arm-none-eabi-objcopy"
|
|
},
|
|
{
|
|
"name" : "CMAKE_OBJDUMP",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : ""
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "/opt/homebrew/bin/arm-none-eabi-objdump"
|
|
},
|
|
{
|
|
"name" : "CMAKE_PLATFORM_INFO_INITIALIZED",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Platform information initialized"
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "CMAKE_PROJECT_DESCRIPTION",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Value Computed by CMake"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_PROJECT_HOMEPAGE_URL",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Value Computed by CMake"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_PROJECT_NAME",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Value Computed by CMake"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "test_project"
|
|
},
|
|
{
|
|
"name" : "CMAKE_RANLIB",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Path to a program."
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "/opt/homebrew/bin/arm-none-eabi-ranlib"
|
|
},
|
|
{
|
|
"name" : "CMAKE_READELF",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Path to a program."
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "/opt/homebrew/bin/arm-none-eabi-readelf"
|
|
},
|
|
{
|
|
"name" : "CMAKE_ROOT",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Path to CMake installation."
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26"
|
|
},
|
|
{
|
|
"name" : "CMAKE_SHARED_LINKER_FLAGS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the linker during the creation of shared libraries during all build types."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_SKIP_INSTALL_RPATH",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "If set, runtime paths are not added when installing shared libraries, but are added when building."
|
|
}
|
|
],
|
|
"type" : "BOOL",
|
|
"value" : "NO"
|
|
},
|
|
{
|
|
"name" : "CMAKE_SKIP_RPATH",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "If set, runtime paths are not added when using shared libraries."
|
|
}
|
|
],
|
|
"type" : "BOOL",
|
|
"value" : "NO"
|
|
},
|
|
{
|
|
"name" : "CMAKE_STATIC_LINKER_FLAGS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the linker during the creation of static libraries during all build types."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the linker during the creation of static libraries during DEBUG builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the linker during the creation of static libraries during RELEASE builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds."
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "CMAKE_STRIP",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Path to a program."
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "/opt/homebrew/bin/arm-none-eabi-strip"
|
|
},
|
|
{
|
|
"name" : "CMAKE_TOOLCHAIN_FILE",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "The CMake toolchain file"
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "/Users/rq/pico/pico-sdk/cmake/preload/toolchains/pico_arm_gcc.cmake"
|
|
},
|
|
{
|
|
"name" : "CMAKE_UNAME",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "uname command"
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "/usr/bin/uname"
|
|
},
|
|
{
|
|
"name" : "CMAKE_VERBOSE_MAKEFILE",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo."
|
|
}
|
|
],
|
|
"type" : "BOOL",
|
|
"value" : "FALSE"
|
|
},
|
|
{
|
|
"name" : "DOXYGEN_DOT_EXECUTABLE",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Dot tool for use with Doxygen"
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "DOXYGEN_DOT_EXECUTABLE-NOTFOUND"
|
|
},
|
|
{
|
|
"name" : "DOXYGEN_EXECUTABLE",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "ADVANCED",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Doxygen documentation generation tool (https://www.doxygen.nl)"
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "DOXYGEN_EXECUTABLE-NOTFOUND"
|
|
},
|
|
{
|
|
"name" : "FAMILY_MCUS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : ""
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "RP2040"
|
|
},
|
|
{
|
|
"name" : "FIND_PACKAGE_MESSAGE_DETAILS_Python3",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Details about finding Python3"
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "[/opt/homebrew/Frameworks/Python.framework/Versions/3.11/bin/python3.11][cfound components: Interpreter ][v3.11.5()]"
|
|
},
|
|
{
|
|
"name" : "FREERTOS_KERNEL_PATH",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Path to the FreeRTOS_KERNEL"
|
|
}
|
|
],
|
|
"type" : "PATH",
|
|
"value" : "/Users/rq/pico/FreeRTOS-KernelV10.6.1"
|
|
},
|
|
{
|
|
"name" : "FreeRTOS-Kernel_BINARY_DIR",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Value Computed by CMake"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "/Users/rq/pico/car/cmake-build-debug/frtos/FREERTOS_KERNEL"
|
|
},
|
|
{
|
|
"name" : "FreeRTOS-Kernel_IS_TOP_LEVEL",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Value Computed by CMake"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "OFF"
|
|
},
|
|
{
|
|
"name" : "FreeRTOS-Kernel_SOURCE_DIR",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Value Computed by CMake"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "/Users/rq/pico/FreeRTOS-KernelV10.6.1/portable/ThirdParty/GCC/RP2040"
|
|
},
|
|
{
|
|
"name" : "PICO_BOARD",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "PICO target board (e.g. pico)"
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : "pico_w"
|
|
},
|
|
{
|
|
"name" : "PICO_BOARD_HEADER_DIRS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "PICO board header directories"
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "PICO_BOOT_STAGE2_DIR",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : ""
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "/Users/rq/pico/pico-sdk/src/rp2_common/boot_stage2"
|
|
},
|
|
{
|
|
"name" : "PICO_BUILD_DOCS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Build HTML Doxygen docs"
|
|
}
|
|
],
|
|
"type" : "BOOL",
|
|
"value" : "OFF"
|
|
},
|
|
{
|
|
"name" : "PICO_CMAKE_PRELOAD_PLATFORM_DIR",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : ""
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "/Users/rq/pico/pico-sdk/cmake/preload/platforms"
|
|
},
|
|
{
|
|
"name" : "PICO_CMAKE_PRELOAD_PLATFORM_FILE",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : ""
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "/Users/rq/pico/pico-sdk/cmake/preload/platforms/rp2040.cmake"
|
|
},
|
|
{
|
|
"name" : "PICO_COMPILER_ASM",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : ""
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "/opt/homebrew/bin/arm-none-eabi-gcc"
|
|
},
|
|
{
|
|
"name" : "PICO_COMPILER_CC",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Path to a program."
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "/opt/homebrew/bin/arm-none-eabi-gcc"
|
|
},
|
|
{
|
|
"name" : "PICO_COMPILER_CXX",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Path to a program."
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "/opt/homebrew/bin/arm-none-eabi-g++"
|
|
},
|
|
{
|
|
"name" : "PICO_COPY_TO_RAM",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Default binaries to Copy code to RAM when booting from flash"
|
|
}
|
|
],
|
|
"type" : "BOOL",
|
|
"value" : "OFF"
|
|
},
|
|
{
|
|
"name" : "PICO_DEFAULT_BOOT_STAGE2",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "boot stage 2 short name"
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : "compile_time_choice"
|
|
},
|
|
{
|
|
"name" : "PICO_DEOPTIMIZED_DEBUG",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Build debug builds with -O0"
|
|
}
|
|
],
|
|
"type" : "BOOL",
|
|
"value" : "OFF"
|
|
},
|
|
{
|
|
"name" : "PICO_DOXYGEN_EXCLUDE_PATHS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : ""
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : " /Users/rq/pico/pico-sdk/src/rp2_common/cmsis /Users/rq/pico/pico-sdk/src/rp2040/hardware_regs /Users/rq/pico/pico-sdk/src/rp2_common/cmsis /Users/rq/pico/pico-sdk/src/rp2040/hardware_regs"
|
|
},
|
|
{
|
|
"name" : "PICO_DOXYGEN_PATHS",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : ""
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : " /Users/rq/pico/pico-sdk/src/common /Users/rq/pico/pico-sdk/lib/cyw43-driver/src /Users/rq/pico/pico-sdk/src/rp2_common /Users/rq/pico/pico-sdk/src/rp2040"
|
|
},
|
|
{
|
|
"name" : "PICO_NO_FLASH",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Default binaries to not not use flash"
|
|
}
|
|
],
|
|
"type" : "BOOL",
|
|
"value" : "OFF"
|
|
},
|
|
{
|
|
"name" : "PICO_NO_HARDWARE",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : ""
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "0"
|
|
},
|
|
{
|
|
"name" : "PICO_OBJCOPY",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Path to a program."
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "/opt/homebrew/bin/arm-none-eabi-objcopy"
|
|
},
|
|
{
|
|
"name" : "PICO_OBJDUMP",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Path to a program."
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : "/opt/homebrew/bin/arm-none-eabi-objdump"
|
|
},
|
|
{
|
|
"name" : "PICO_ON_DEVICE",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : ""
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "1"
|
|
},
|
|
{
|
|
"name" : "PICO_PLATFORM",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "PICO Build platform (e.g. rp2040, host)"
|
|
}
|
|
],
|
|
"type" : "STRING",
|
|
"value" : "rp2040"
|
|
},
|
|
{
|
|
"name" : "PICO_PLATFORM_CMAKE_FILE",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : ""
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "/Users/rq/pico/pico-sdk/src/rp2040.cmake"
|
|
},
|
|
{
|
|
"name" : "PICO_SDK_FETCH_FROM_GIT",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Set to ON to fetch copy of SDK from git if not otherwise locatable"
|
|
}
|
|
],
|
|
"type" : "BOOL",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "PICO_SDK_FETCH_FROM_GIT_PATH",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "location to download SDK"
|
|
}
|
|
],
|
|
"type" : "FILEPATH",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "PICO_SDK_PATH",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Path to the Raspberry Pi Pico SDK"
|
|
}
|
|
],
|
|
"type" : "PATH",
|
|
"value" : "/Users/rq/pico/pico-sdk"
|
|
},
|
|
{
|
|
"name" : "PICO_SDK_TESTS_ENABLED",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Enable build of SDK tests"
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "PICO_STDIO_SEMIHOSTING",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Globally enable stdio semi-hosting"
|
|
}
|
|
],
|
|
"type" : "BOOL",
|
|
"value" : "OFF"
|
|
},
|
|
{
|
|
"name" : "PICO_STDIO_UART",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Globally enable stdio UART"
|
|
}
|
|
],
|
|
"type" : "BOOL",
|
|
"value" : "ON"
|
|
},
|
|
{
|
|
"name" : "PICO_STDIO_USB",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Globally enable stdio USB"
|
|
}
|
|
],
|
|
"type" : "BOOL",
|
|
"value" : "OFF"
|
|
},
|
|
{
|
|
"name" : "PICO_TOOLCHAIN_PATH",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : ""
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "WIFI_PASSWORD",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "WiFi password for examples"
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "WIFI_SSID",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "WiFi SSID for examples"
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "_Python3_Compiler_REASON_FAILURE",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Compiler reason failure"
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "_Python3_Development_REASON_FAILURE",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Development reason failure"
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "_Python3_EXECUTABLE",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Path to a program."
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "/opt/homebrew/Frameworks/Python.framework/Versions/3.11/bin/python3.11"
|
|
},
|
|
{
|
|
"name" : "_Python3_INTERPRETER_PROPERTIES",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Python3 Properties"
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "Python;3;11;5;32;;;abi3;/opt/homebrew/opt/python@3.11/Frameworks/Python.framework/Versions/3.11/lib/python3.11;/opt/homebrew/opt/python@3.11/Frameworks/Python.framework/Versions/3.11/lib/python3.11;/opt/homebrew/opt/python@3.11/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages;/opt/homebrew/opt/python@3.11/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages"
|
|
},
|
|
{
|
|
"name" : "_Python3_INTERPRETER_SIGNATURE",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : ""
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : "91fa6b41055f536ea0963b4ef9ef5b99"
|
|
},
|
|
{
|
|
"name" : "_Python3_Interpreter_REASON_FAILURE",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Interpreter reason failure"
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "_Python3_NumPy_REASON_FAILURE",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "NumPy reason failure"
|
|
}
|
|
],
|
|
"type" : "INTERNAL",
|
|
"value" : ""
|
|
},
|
|
{
|
|
"name" : "pico-sdk-tools_DIR",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "The directory containing a CMake configuration file for pico-sdk-tools."
|
|
}
|
|
],
|
|
"type" : "PATH",
|
|
"value" : "pico-sdk-tools_DIR-NOTFOUND"
|
|
},
|
|
{
|
|
"name" : "pico_sdk_BINARY_DIR",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Value Computed by CMake"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "/Users/rq/pico/car/cmake-build-debug/pico-sdk"
|
|
},
|
|
{
|
|
"name" : "pico_sdk_IS_TOP_LEVEL",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Value Computed by CMake"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "OFF"
|
|
},
|
|
{
|
|
"name" : "pico_sdk_SOURCE_DIR",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Value Computed by CMake"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "/Users/rq/pico/pico-sdk"
|
|
},
|
|
{
|
|
"name" : "test_project_BINARY_DIR",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Value Computed by CMake"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "/Users/rq/pico/car/cmake-build-debug"
|
|
},
|
|
{
|
|
"name" : "test_project_IS_TOP_LEVEL",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Value Computed by CMake"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "ON"
|
|
},
|
|
{
|
|
"name" : "test_project_SOURCE_DIR",
|
|
"properties" :
|
|
[
|
|
{
|
|
"name" : "HELPSTRING",
|
|
"value" : "Value Computed by CMake"
|
|
}
|
|
],
|
|
"type" : "STATIC",
|
|
"value" : "/Users/rq/pico/car"
|
|
}
|
|
],
|
|
"kind" : "cache",
|
|
"version" :
|
|
{
|
|
"major" : 2,
|
|
"minor" : 0
|
|
}
|
|
}
|