commit 741f1e56a64a17eb92b066c1cb04fbf4a6413a87 Author: matthias wagner Date: Sat May 13 11:10:52 2023 +0200 initial setup diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..56850bf --- /dev/null +++ b/.vscode/c_cpp_properties.json @@ -0,0 +1,17 @@ +{ + "configurations": [ + { + "name": "Linux", + "includePath": [ + "${workspaceFolder}/**" + ], + "defines": [], + "compilerPath": "/usr/lib/llvm/15/bin/clang", + "cStandard": "c17", + "cppStandard": "c++14", + "intelliSenseMode": "linux-clang-x64", + "configurationProvider": "ms-vscode.cmake-tools" + } + ], + "version": 4 +} \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..230eaf3 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,31 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Pico Debug", + "cwd": "${workspaceRoot}", + "executable": "${command:cmake.launchTargetPath}", + "request": "launch", + "type": "cortex-debug", + "servertype": "openocd", + // This may need to be "arm-none-eabi-gdb" for some previous builds + "gdbPath" : "gdb", + "device": "RP2040", + "configFiles": [ + "interface/cmsis-dap.cfg", + "target/rp2040-core0.cfg" + ], + "openOCDLaunchCommands": [ + "transport select swd", + "adapter speed 4000" + ], + "svdFile": "${env:PICO_SDK_PATH}/src/rp2040/hardware_regs/rp2040.svd", + "runToEntryPoint": "main", + // Work around for stopping at main on restart + "postRestartCommands": [ + "monitor reset init", // orig: "break main", + "continue" + ] + } + ] +} diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..c8489b4 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,21 @@ +{ + // These settings tweaks to the cmake plugin will ensure + // that you debug using cortex-debug instead of trying to launch + // a Pico binary on the host + "cmake.statusbar.advanced": { + "debug": { + "visibility": "hidden" + }, + "launch": { + "visibility": "hidden" + }, + "build": { + "visibility": "hidden" + }, + "buildTarget": { + "visibility": "hidden" + } + }, + "cmake.buildBeforeRun": true, + "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools" +} \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..36c0671 --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,28 @@ +{ + "tasks": [ + { + "type": "cppbuild", + "label": "C/C++: arm-none-eabi-gcc build active file", + "command": "/usr/bin/arm-none-eabi-gcc", + "args": [ + "-fdiagnostics-color=always", + "-g", + "${file}", + "-o", + "${fileDirname}/${fileBasenameNoExtension}" + ], + "options": { + "cwd": "${fileDirname}" + }, + "problemMatcher": [ + "$gcc" + ], + "group": { + "kind": "build", + "isDefault": true + }, + "detail": "Task generated by Debugger." + } + ], + "version": "2.0.0" +} \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..11861ab --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,11 @@ +cmake_minimum_required(VERSION 3.10) +set(PICO_SDK_PATH "$ENV{PICO_SDK_PATH}") +set(CMAKE_C_FLAGS "-g -O0 -mthumb -mcpu=cortex-m0plus") +include(pico_sdk_import.cmake) +pico_sdk_init() +project(clacer C CXX ASM) +file(GLOB SOURCES "src/*.c") +add_executable(clacer ${SOURCES}) +target_link_libraries(clacer pico_stdlib hardware_spi) +set_target_properties(clacer PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/build) +pico_add_extra_outputs(clacer) diff --git a/build/.cmake/api/v1/query/client-vscode/query.json b/build/.cmake/api/v1/query/client-vscode/query.json new file mode 100644 index 0000000..82bb964 --- /dev/null +++ b/build/.cmake/api/v1/query/client-vscode/query.json @@ -0,0 +1 @@ +{"requests":[{"kind":"cache","version":2},{"kind":"codemodel","version":2},{"kind":"toolchains","version":1},{"kind":"cmakeFiles","version":1}]} \ No newline at end of file diff --git a/build/.cmake/api/v1/reply/cache-v2-c0b90e06688d9807cafc.json b/build/.cmake/api/v1/reply/cache-v2-c0b90e06688d9807cafc.json new file mode 100644 index 0000000..c1e029c --- /dev/null +++ b/build/.cmake/api/v1/reply/cache-v2-c0b90e06688d9807cafc.json @@ -0,0 +1,1883 @@ +{ + "entries" : + [ + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/arm-none-eabi-addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/arm-none-eabi-ar" + }, + { + "name" : "CMAKE_ASM_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "ASM compiler" + } + ], + "type" : "STRING", + "value" : "/usr/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" : "/usr/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" : "/usr/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" : "No help, variable specified on the command line." + } + ], + "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" : "/home/spider_pig/src/c/pico/clacer/build" + }, + { + "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" : "25" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/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" : "/usr/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" : "/usr/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" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/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" : "/usr/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" : "/usr/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" : "/usr/lib/llvm/15/bin/dlltool" + }, + { + "name" : "CMAKE_EDIT_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cache edit program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ccmake" + }, + { + "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" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "BOOL", + "value" : "TRUE" + }, + { + "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" : "/home/spider_pig/src/c/pico/clacer/build/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator." + } + ], + "type" : "INTERNAL", + "value" : "Ninja" + }, + { + "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" : "/home/spider_pig/src/c/pico/clacer" + }, + { + "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" : "/usr/bin/arm-none-eabi-ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program used to build from build.ninja files." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ninja" + }, + { + "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" : "/usr/bin/arm-none-eabi-nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "80" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/arm-none-eabi-objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "FILEPATH", + "value" : "/usr/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" : "clacer" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/arm-none-eabi-ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/arm-none-eabi-readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/usr/share/cmake" + }, + { + "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" : "/usr/bin/arm-none-eabi-strip" + }, + { + "name" : "CMAKE_TOOLCHAIN_FILE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The CMake toolchain file" + } + ], + "type" : "FILEPATH", + "value" : "/home/spider_pig/src/c/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" : "[/usr/bin/python3.11][cfound components: Interpreter ][v3.11.3()]" + }, + { + "name" : "PICO_BOARD", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "PICO target board (e.g. pico)" + } + ], + "type" : "STRING", + "value" : "pico" + }, + { + "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" : "/home/spider_pig/src/c/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" : "/home/spider_pig/src/c/pico/pico-sdk/cmake/preload/platforms" + }, + { + "name" : "PICO_CMAKE_PRELOAD_PLATFORM_FILE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/home/spider_pig/src/c/pico/pico-sdk/cmake/preload/platforms/rp2040.cmake" + }, + { + "name" : "PICO_COMPILER_ASM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/arm-none-eabi-gcc" + }, + { + "name" : "PICO_COMPILER_CC", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/arm-none-eabi-gcc" + }, + { + "name" : "PICO_COMPILER_CXX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/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" : " /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/cmsis /home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/cmsis /home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/cmsis /home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/cmsis /home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs" + }, + { + "name" : "PICO_DOXYGEN_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : " /home/spider_pig/src/c/pico/pico-sdk/src/common /home/spider_pig/src/c/pico/pico-sdk/lib/cyw43-driver/src /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common /home/spider_pig/src/c/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" : "/usr/bin/arm-none-eabi-objcopy" + }, + { + "name" : "PICO_OBJDUMP", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/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" : "/home/spider_pig/src/c/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" : "/home/spider_pig/src/c/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" : "Globablly enable stdio semihosting" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "PICO_STDIO_UART", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Globablly enable stdio UART" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "PICO_STDIO_USB", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Globablly enable stdio USB" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "PICO_TOOLCHAIN_PATH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "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" : "/usr/bin/python3.11" + }, + { + "name" : "_Python3_INTERPRETER_PROPERTIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Python3 Properties" + } + ], + "type" : "INTERNAL", + "value" : "Python;3;11;3;32;;;/usr/lib/python3.11;/usr/lib/python3.11;/usr/lib/python3.11/site-packages;/usr/lib/python3.11/site-packages" + }, + { + "name" : "_Python3_INTERPRETER_SIGNATURE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "c5ea8e56613f13ab5e55239a52af8d00" + }, + { + "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" : "clacer_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/spider_pig/src/c/pico/clacer/build" + }, + { + "name" : "clacer_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "clacer_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/spider_pig/src/c/pico/clacer" + }, + { + "name" : "display_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/spider_pig/src/c/pico/clacer/build" + }, + { + "name" : "display_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "display_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/spider_pig/src/c/pico/clacer" + }, + { + "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" : "/home/spider_pig/src/c/pico/clacer/build/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" : "/home/spider_pig/src/c/pico/pico-sdk" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/build/.cmake/api/v1/reply/cmakeFiles-v1-059ab2051e84c5b1f6e2.json b/build/.cmake/api/v1/reply/cmakeFiles-v1-059ab2051e84c5b1f6e2.json new file mode 100644 index 0000000..bd51d4a --- /dev/null +++ b/build/.cmake/api/v1/reply/cmakeFiles-v1-059ab2051e84c5b1f6e2.json @@ -0,0 +1,780 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "path" : "pico_sdk_import.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/pico_sdk_init.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/pico_sdk_version.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/cmake/pico_utils.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/cmake/pico_pre_load_platform.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/cmake/preload/platforms/rp2040.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/cmake/preload/platforms/pico/pico.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/cmake/pico_pre_load_toolchain.cmake" + }, + { + "isGenerated" : true, + "path" : "build/CMakeFiles/3.25.3/CMakeSystem.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/cmake/preload/toolchains/pico_arm_gcc.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/cmake/preload/toolchains/find_compiler.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/cmake/preload/toolchains/set_flags.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isGenerated" : true, + "path" : "build/CMakeFiles/3.25.3/CMakeCCompiler.cmake" + }, + { + "isGenerated" : true, + "path" : "build/CMakeFiles/3.25.3/CMakeCXXCompiler.cmake" + }, + { + "isGenerated" : true, + "path" : "build/CMakeFiles/3.25.3/CMakeASMCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/cmake/Platform/PICO.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/cmake/Platform/PICO.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/cmake/Platform/PICO.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeASMInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-ASM.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/tools/FindELF2UF2.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/ExternalProject.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/ExternalProject/mkdirs.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/elf2uf2/tmp/ELF2UF2Build-mkdirs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/ExternalProject/RepositoryInfo.txt.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/ExternalProject/cfgcmd.txt.in" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/pico_sdk_init.cmake" + }, + { + "isGenerated" : true, + "path" : "build/CMakeFiles/3.25.3/CMakeSystem.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/cmake/preload/toolchains/pico_arm_gcc.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/cmake/preload/toolchains/find_compiler.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/cmake/preload/toolchains/set_flags.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isGenerated" : true, + "path" : "build/CMakeFiles/3.25.3/CMakeCCompiler.cmake" + }, + { + "isGenerated" : true, + "path" : "build/CMakeFiles/3.25.3/CMakeCXXCompiler.cmake" + }, + { + "isGenerated" : true, + "path" : "build/CMakeFiles/3.25.3/CMakeASMCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/cmake/Platform/PICO.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/cmake/Platform/PICO.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/cmake/Platform/PICO.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeASMInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-ASM.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/generate_config_header.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include/pico/version.h.in" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/tools/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/board_setup.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/boards/generic_board.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2040.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeASMInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-ASM.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/boot_picoboot/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/boot_uf2/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_usb_reset_interface/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_adc/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_dma/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_exception/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_flash/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_i2c/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_interp/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pio/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pwm/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_rtc/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPython3.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPython/Support.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageMessage.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootsel_via_double_reset/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_multicore/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_unique_id/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_rand/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_semihosting/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/cmsis/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/tinyusb/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/lib/tinyusb/hw/bsp/family_support.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/lib/tinyusb/hw/bsp/rp2040/family.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/lib/tinyusb/hw/bsp/rp2040/pico_sdk_import.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/pico_sdk_init.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/lib/tinyusb/hw/bsp/rp2040/boards/pico_sdk/board.cmake" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_usb/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_i2c_slave/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_async_context/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_btstack/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/tools/FindPioasm.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/ExternalProject.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/ExternalProject/mkdirs.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/tmp/PioasmBuild-mkdirs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/ExternalProject/RepositoryInfo.txt.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/ExternalProject/cfgcmd.txt.in" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_lwip/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cyw43_arch/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mbedtls/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cxx_options/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_fix/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_fix/rp2040_usb_device_enumeration/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/CMakeLists.txt" + }, + { + "isExternal" : true, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/docs/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindDoxygen.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/FindPackageMessage.cmake" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/home/spider_pig/src/c/pico/clacer/build", + "source" : "/home/spider_pig/src/c/pico/clacer" + }, + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/build/.cmake/api/v1/reply/codemodel-v2-16c5b6bf6c98952348e6.json b/build/.cmake/api/v1/reply/codemodel-v2-16c5b6bf6c98952348e6.json new file mode 100644 index 0000000..937936f --- /dev/null +++ b/build/.cmake/api/v1/reply/codemodel-v2-16c5b6bf6c98952348e6.json @@ -0,0 +1,1185 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "childIndexes" : + [ + 1 + ], + "jsonFile" : "directory-.-Debug-f5ebdc15457944623624.json", + "minimumCMakeVersion" : + { + "string" : "3.10" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0, + 5 + ] + }, + { + "build" : "pico-sdk", + "childIndexes" : + [ + 2, + 3, + 79 + ], + "jsonFile" : "directory-pico-sdk-Debug-184f63a6f1b598ec2c99.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 0, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk" + }, + { + "build" : "pico-sdk/tools", + "jsonFile" : "directory-pico-sdk.tools-Debug-e3468683131e1e010a2c.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 1, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/tools" + }, + { + "build" : "pico-sdk/src", + "childIndexes" : + [ + 4, + 16, + 76 + ], + "jsonFile" : "directory-pico-sdk.src-Debug-b7dc17c6e9b8cdd7f659.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 1, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src" + }, + { + "build" : "pico-sdk/src/common", + "childIndexes" : + [ + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ], + "jsonFile" : "directory-pico-sdk.src.common-Debug-3048bd656833a34fcb4e.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 3, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/common" + }, + { + "build" : "pico-sdk/src/common/boot_picoboot", + "jsonFile" : "directory-pico-sdk.src.common.boot_picoboot-Debug-504f73085be8947c1b50.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 4, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/boot_picoboot" + }, + { + "build" : "pico-sdk/src/common/boot_uf2", + "jsonFile" : "directory-pico-sdk.src.common.boot_uf2-Debug-16ee9a5a8231c66bd25a.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 4, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/boot_uf2" + }, + { + "build" : "pico-sdk/src/common/pico_base", + "jsonFile" : "directory-pico-sdk.src.common.pico_base-Debug-7ffa7a575c70f28c5c90.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 4, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base" + }, + { + "build" : "pico-sdk/src/common/pico_usb_reset_interface", + "jsonFile" : "directory-pico-sdk.src.common.pico_usb_reset_interface-Debug-14c67efc06b5b22b3a08.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 4, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_usb_reset_interface" + }, + { + "build" : "pico-sdk/src/common/pico_bit_ops", + "jsonFile" : "directory-pico-sdk.src.common.pico_bit_ops-Debug-f233e985248105a90f57.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 4, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops" + }, + { + "build" : "pico-sdk/src/common/pico_binary_info", + "jsonFile" : "directory-pico-sdk.src.common.pico_binary_info-Debug-b9d796021ad731b0f369.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 4, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info" + }, + { + "build" : "pico-sdk/src/common/pico_divider", + "jsonFile" : "directory-pico-sdk.src.common.pico_divider-Debug-56f7fcf1cac5c0595bfc.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 4, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider" + }, + { + "build" : "pico-sdk/src/common/pico_sync", + "jsonFile" : "directory-pico-sdk.src.common.pico_sync-Debug-bb30180945f59be34c6b.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 4, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync" + }, + { + "build" : "pico-sdk/src/common/pico_time", + "jsonFile" : "directory-pico-sdk.src.common.pico_time-Debug-8ef01d38e75972130644.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 4, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time" + }, + { + "build" : "pico-sdk/src/common/pico_util", + "jsonFile" : "directory-pico-sdk.src.common.pico_util-Debug-d389193b103377397acf.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 4, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util" + }, + { + "build" : "pico-sdk/src/common/pico_stdlib", + "jsonFile" : "directory-pico-sdk.src.common.pico_stdlib-Debug-4fb6aaf97dd3f91fda6d.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 4, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib" + }, + { + "build" : "pico-sdk/src/rp2_common", + "childIndexes" : + [ + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63, + 64, + 65, + 67, + 68, + 69, + 70, + 71, + 72, + 73, + 75 + ], + "jsonFile" : "directory-pico-sdk.src.rp2_common-Debug-f8a5fbc104af94125535.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 3, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common" + }, + { + "build" : "pico-sdk/src/rp2_common/hardware_base", + "jsonFile" : "directory-pico-sdk.src.rp2_common.hardware_base-Debug-36e94a53ded7b552d78d.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base" + }, + { + "build" : "pico-sdk/src/rp2_common/hardware_claim", + "jsonFile" : "directory-pico-sdk.src.rp2_common.hardware_claim-Debug-7005bee4d0dc0fd98a41.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim" + }, + { + "build" : "pico-sdk/src/rp2_common/hardware_adc", + "jsonFile" : "directory-pico-sdk.src.rp2_common.hardware_adc-Debug-b08c6b1968d3b0ebaf74.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_adc" + }, + { + "build" : "pico-sdk/src/rp2_common/hardware_clocks", + "jsonFile" : "directory-pico-sdk.src.rp2_common.hardware_clocks-Debug-602af71d54935a9a6e89.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks" + }, + { + "build" : "pico-sdk/src/rp2_common/hardware_dma", + "jsonFile" : "directory-pico-sdk.src.rp2_common.hardware_dma-Debug-3891502e02319bff07df.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_dma" + }, + { + "build" : "pico-sdk/src/rp2_common/hardware_divider", + "jsonFile" : "directory-pico-sdk.src.rp2_common.hardware_divider-Debug-6d25f1d4416b7f3a6046.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider" + }, + { + "build" : "pico-sdk/src/rp2_common/hardware_exception", + "jsonFile" : "directory-pico-sdk.src.rp2_common.hardware_exception-Debug-b6a96b18fe0df8efb56c.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_exception" + }, + { + "build" : "pico-sdk/src/rp2_common/hardware_flash", + "jsonFile" : "directory-pico-sdk.src.rp2_common.hardware_flash-Debug-9e1717f9b9f0b6cf470f.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_flash" + }, + { + "build" : "pico-sdk/src/rp2_common/hardware_gpio", + "jsonFile" : "directory-pico-sdk.src.rp2_common.hardware_gpio-Debug-624109d39f316c410add.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio" + }, + { + "build" : "pico-sdk/src/rp2_common/hardware_i2c", + "jsonFile" : "directory-pico-sdk.src.rp2_common.hardware_i2c-Debug-a3ee6fd0f81a5d5e6238.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_i2c" + }, + { + "build" : "pico-sdk/src/rp2_common/hardware_interp", + "jsonFile" : "directory-pico-sdk.src.rp2_common.hardware_interp-Debug-eeab9ca22ecd7e3f68c7.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_interp" + }, + { + "build" : "pico-sdk/src/rp2_common/hardware_irq", + "jsonFile" : "directory-pico-sdk.src.rp2_common.hardware_irq-Debug-b5619dc95fb547624fbc.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq" + }, + { + "build" : "pico-sdk/src/rp2_common/hardware_pio", + "jsonFile" : "directory-pico-sdk.src.rp2_common.hardware_pio-Debug-f1fcce3761633a49053e.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pio" + }, + { + "build" : "pico-sdk/src/rp2_common/hardware_pll", + "jsonFile" : "directory-pico-sdk.src.rp2_common.hardware_pll-Debug-3247ddba09e2ee91324f.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll" + }, + { + "build" : "pico-sdk/src/rp2_common/hardware_pwm", + "jsonFile" : "directory-pico-sdk.src.rp2_common.hardware_pwm-Debug-ae73901e734532997f70.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pwm" + }, + { + "build" : "pico-sdk/src/rp2_common/hardware_resets", + "jsonFile" : "directory-pico-sdk.src.rp2_common.hardware_resets-Debug-357af59f719b76d28278.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets" + }, + { + "build" : "pico-sdk/src/rp2_common/hardware_rtc", + "jsonFile" : "directory-pico-sdk.src.rp2_common.hardware_rtc-Debug-61c3568fee701b1a2f10.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_rtc" + }, + { + "build" : "pico-sdk/src/rp2_common/hardware_spi", + "jsonFile" : "directory-pico-sdk.src.rp2_common.hardware_spi-Debug-692f9cc52dbba6d2b68a.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi" + }, + { + "build" : "pico-sdk/src/rp2_common/hardware_sync", + "jsonFile" : "directory-pico-sdk.src.rp2_common.hardware_sync-Debug-9d17fba03aecc35e6bbd.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync" + }, + { + "build" : "pico-sdk/src/rp2_common/hardware_timer", + "jsonFile" : "directory-pico-sdk.src.rp2_common.hardware_timer-Debug-bbf73b1d1fba12f3a710.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer" + }, + { + "build" : "pico-sdk/src/rp2_common/hardware_uart", + "jsonFile" : "directory-pico-sdk.src.rp2_common.hardware_uart-Debug-b003bbb6c0c9fff13f35.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart" + }, + { + "build" : "pico-sdk/src/rp2_common/hardware_vreg", + "jsonFile" : "directory-pico-sdk.src.rp2_common.hardware_vreg-Debug-b1081aa5f50e55703e48.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg" + }, + { + "build" : "pico-sdk/src/rp2_common/hardware_watchdog", + "jsonFile" : "directory-pico-sdk.src.rp2_common.hardware_watchdog-Debug-0292d100e86c5888c56a.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog" + }, + { + "build" : "pico-sdk/src/rp2_common/hardware_xosc", + "jsonFile" : "directory-pico-sdk.src.rp2_common.hardware_xosc-Debug-c68e0169cfa1335ad559.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc" + }, + { + "build" : "pico-sdk/src/rp2_common/pico_bootrom", + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_bootrom-Debug-1c1004a31a34716e2df0.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom" + }, + { + "build" : "pico-sdk/src/rp2_common/pico_platform", + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_platform-Debug-667da7c47da7a8cd0fc8.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform" + }, + { + "build" : "pico-sdk/src/rp2_common/boot_stage2", + "jsonFile" : "directory-pico-sdk.src.rp2_common.boot_stage2-Debug-74e021c57bdfa4432cb4.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2", + "targetIndexes" : + [ + 2, + 3, + 4 + ] + }, + { + "build" : "pico-sdk/src/rp2_common/pico_bootsel_via_double_reset", + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_bootsel_via_double_reset-Debug-6be2b568299e4a8b00bb.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootsel_via_double_reset" + }, + { + "build" : "pico-sdk/src/rp2_common/pico_multicore", + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_multicore-Debug-e9a7f88314c619a48087.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_multicore" + }, + { + "build" : "pico-sdk/src/rp2_common/pico_unique_id", + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_unique_id-Debug-cf84f0920f524de9569a.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_unique_id" + }, + { + "build" : "pico-sdk/src/rp2_common/pico_bit_ops", + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_bit_ops-Debug-787811d0a923b31b6896.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops" + }, + { + "build" : "pico-sdk/src/rp2_common/pico_divider", + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_divider-Debug-56a08974da40d0128a71.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider" + }, + { + "build" : "pico-sdk/src/rp2_common/pico_double", + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_double-Debug-2c2729799ce8d4eb35b1.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double" + }, + { + "build" : "pico-sdk/src/rp2_common/pico_int64_ops", + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_int64_ops-Debug-93054d2c78019722db62.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops" + }, + { + "build" : "pico-sdk/src/rp2_common/pico_float", + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_float-Debug-79e9df47960095b9b98c.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float" + }, + { + "build" : "pico-sdk/src/rp2_common/pico_mem_ops", + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_mem_ops-Debug-0714fe6f0c01115bba66.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops" + }, + { + "build" : "pico-sdk/src/rp2_common/pico_malloc", + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_malloc-Debug-86b534008391c7c43aa5.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc" + }, + { + "build" : "pico-sdk/src/rp2_common/pico_printf", + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_printf-Debug-c320dc87ac6e490ba780.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf" + }, + { + "build" : "pico-sdk/src/rp2_common/pico_rand", + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_rand-Debug-dc398d3cf7f8e03da363.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_rand" + }, + { + "build" : "pico-sdk/src/rp2_common/pico_stdio", + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_stdio-Debug-8fc3ca48916555fd066a.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio" + }, + { + "build" : "pico-sdk/src/rp2_common/pico_stdio_semihosting", + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_stdio_semihosting-Debug-df291b5afeb36bd6c677.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_semihosting" + }, + { + "build" : "pico-sdk/src/rp2_common/pico_stdio_uart", + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_stdio_uart-Debug-c094437b0e0dee2075ee.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart" + }, + { + "build" : "pico-sdk/src/rp2_common/cmsis", + "jsonFile" : "directory-pico-sdk.src.rp2_common.cmsis-Debug-4d9c5907a423b0dc4b2e.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/cmsis" + }, + { + "build" : "pico-sdk/src/rp2_common/tinyusb", + "jsonFile" : "directory-pico-sdk.src.rp2_common.tinyusb-Debug-551d8bb5ea478c5a128d.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/tinyusb" + }, + { + "build" : "pico-sdk/src/rp2_common/pico_stdio_usb", + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_stdio_usb-Debug-be93ef1704ea1e5c0ed4.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_usb" + }, + { + "build" : "pico-sdk/src/rp2_common/pico_i2c_slave", + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_i2c_slave-Debug-9058dfb6522ff650945a.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_i2c_slave" + }, + { + "build" : "pico-sdk/src/rp2_common/pico_async_context", + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_async_context-Debug-2b04ec0398beef8f008b.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_async_context" + }, + { + "build" : "pico-sdk/src/rp2_common/pico_btstack", + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_btstack-Debug-6a3187bed2d31ac6652b.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_btstack" + }, + { + "build" : "pico-sdk/src/rp2_common/pico_cyw43_driver", + "childIndexes" : + [ + 66 + ], + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_cyw43_driver-Debug-542b4bbbccdac0db18f6.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cyw43_driver", + "targetIndexes" : + [ + 1, + 6 + ] + }, + { + "build" : "pico-sdk/src/rp2_common/pico_cyw43_driver/cybt_shared_bus", + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_cyw43_driver.cybt_shared_bus-Debug-a94e650f3a593ca3e8e5.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 65, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cyw43_driver/cybt_shared_bus" + }, + { + "build" : "pico-sdk/src/rp2_common/pico_lwip", + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_lwip-Debug-5b623ec65e6d1e810a50.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_lwip" + }, + { + "build" : "pico-sdk/src/rp2_common/pico_cyw43_arch", + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_cyw43_arch-Debug-ed74af7a9d48fed669fb.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cyw43_arch" + }, + { + "build" : "pico-sdk/src/rp2_common/pico_mbedtls", + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_mbedtls-Debug-6b7923af29264e082376.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mbedtls" + }, + { + "build" : "pico-sdk/src/rp2_common/pico_stdlib", + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_stdlib-Debug-81a1df5a501e171684e2.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib" + }, + { + "build" : "pico-sdk/src/rp2_common/pico_cxx_options", + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_cxx_options-Debug-da52c1d14e4fbdecc4b4.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cxx_options" + }, + { + "build" : "pico-sdk/src/rp2_common/pico_standard_link", + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_standard_link-Debug-530bf48782caa7a7b38a.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link" + }, + { + "build" : "pico-sdk/src/rp2_common/pico_fix", + "childIndexes" : + [ + 74 + ], + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_fix-Debug-ddee37bfd64632da83e5.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_fix" + }, + { + "build" : "pico-sdk/src/rp2_common/pico_fix/rp2040_usb_device_enumeration", + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_fix.rp2040_usb_device_enumeration-Debug-fd16c84ce6803d962f49.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 73, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_fix/rp2040_usb_device_enumeration" + }, + { + "build" : "pico-sdk/src/rp2_common/pico_runtime", + "jsonFile" : "directory-pico-sdk.src.rp2_common.pico_runtime-Debug-8dc538a5ddf025334547.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 16, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime" + }, + { + "build" : "pico-sdk/src/rp2040", + "childIndexes" : + [ + 77, + 78 + ], + "jsonFile" : "directory-pico-sdk.src.rp2040-Debug-34f75e9589a34c4dd0ba.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 3, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2040" + }, + { + "build" : "pico-sdk/src/rp2040/hardware_regs", + "jsonFile" : "directory-pico-sdk.src.rp2040.hardware_regs-Debug-e453e565751d0fd25f6c.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 76, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs" + }, + { + "build" : "pico-sdk/src/rp2040/hardware_structs", + "jsonFile" : "directory-pico-sdk.src.rp2040.hardware_structs-Debug-8c6034d3a988615a24a5.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 76, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs" + }, + { + "build" : "pico-sdk/docs", + "jsonFile" : "directory-pico-sdk.docs-Debug-c6b33747fabe4ba9194b.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 1, + "projectIndex" : 1, + "source" : "/home/spider_pig/src/c/pico/pico-sdk/docs" + } + ], + "name" : "Debug", + "projects" : + [ + { + "childIndexes" : + [ + 1 + ], + "directoryIndexes" : + [ + 0 + ], + "name" : "clacer", + "targetIndexes" : + [ + 0, + 5 + ] + }, + { + "directoryIndexes" : + [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63, + 64, + 65, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79 + ], + "name" : "pico_sdk", + "parentIndex" : 0, + "targetIndexes" : + [ + 1, + 2, + 3, + 4, + 6 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "ELF2UF2Build::@6890427a1f51a3e7e1df", + "jsonFile" : "target-ELF2UF2Build-Debug-280f79e28c15915eae0a.json", + "name" : "ELF2UF2Build", + "projectIndex" : 0 + }, + { + "directoryIndex" : 65, + "id" : "PioasmBuild::@c2fb4f534018e64680d5", + "jsonFile" : "target-PioasmBuild-Debug-50eedf2fdc29e3b16155.json", + "name" : "PioasmBuild", + "projectIndex" : 1 + }, + { + "directoryIndex" : 43, + "id" : "bs2_default::@bc554eaed616d198a22d", + "jsonFile" : "target-bs2_default-Debug-d2aa7c71a8b5c3adbe9c.json", + "name" : "bs2_default", + "projectIndex" : 1 + }, + { + "directoryIndex" : 43, + "id" : "bs2_default_bin::@bc554eaed616d198a22d", + "jsonFile" : "target-bs2_default_bin-Debug-c353534478e98d1b68ba.json", + "name" : "bs2_default_bin", + "projectIndex" : 1 + }, + { + "directoryIndex" : 43, + "id" : "bs2_default_padded_checksummed_asm::@bc554eaed616d198a22d", + "jsonFile" : "target-bs2_default_padded_checksummed_asm-Debug-5cc5ec54ca3e088b3ec5.json", + "name" : "bs2_default_padded_checksummed_asm", + "projectIndex" : 1 + }, + { + "directoryIndex" : 0, + "id" : "clacer::@6890427a1f51a3e7e1df", + "jsonFile" : "target-clacer-Debug-8f863c84764ec639a1cf.json", + "name" : "clacer", + "projectIndex" : 0 + }, + { + "directoryIndex" : 65, + "id" : "cyw43_driver_picow_cyw43_bus_pio_spi_pio_h::@c2fb4f534018e64680d5", + "jsonFile" : "target-cyw43_driver_picow_cyw43_bus_pio_spi_pio_h-Debug-838ce1621856329cdda3.json", + "name" : "cyw43_driver_picow_cyw43_bus_pio_spi_pio_h", + "projectIndex" : 1 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/spider_pig/src/c/pico/clacer/build", + "source" : "/home/spider_pig/src/c/pico/clacer" + }, + "version" : + { + "major" : 2, + "minor" : 4 + } +} diff --git a/build/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json b/build/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json new file mode 100644 index 0000000..3a67af9 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk-Debug-184f63a6f1b598ec2c99.json b/build/.cmake/api/v1/reply/directory-pico-sdk-Debug-184f63a6f1b598ec2c99.json new file mode 100644 index 0000000..5f773b6 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk-Debug-184f63a6f1b598ec2c99.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk", + "source" : "/home/spider_pig/src/c/pico/pico-sdk" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.docs-Debug-c6b33747fabe4ba9194b.json b/build/.cmake/api/v1/reply/directory-pico-sdk.docs-Debug-c6b33747fabe4ba9194b.json new file mode 100644 index 0000000..831e9d4 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.docs-Debug-c6b33747fabe4ba9194b.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/docs", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/docs" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src-Debug-b7dc17c6e9b8cdd7f659.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src-Debug-b7dc17c6e9b8cdd7f659.json new file mode 100644 index 0000000..8dbb37b --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src-Debug-b7dc17c6e9b8cdd7f659.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.common-Debug-3048bd656833a34fcb4e.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.common-Debug-3048bd656833a34fcb4e.json new file mode 100644 index 0000000..c2bb68b --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.common-Debug-3048bd656833a34fcb4e.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/common", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/common" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.boot_picoboot-Debug-504f73085be8947c1b50.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.boot_picoboot-Debug-504f73085be8947c1b50.json new file mode 100644 index 0000000..fb106d7 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.boot_picoboot-Debug-504f73085be8947c1b50.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/common/boot_picoboot", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/boot_picoboot" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.boot_uf2-Debug-16ee9a5a8231c66bd25a.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.boot_uf2-Debug-16ee9a5a8231c66bd25a.json new file mode 100644 index 0000000..02b2393 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.boot_uf2-Debug-16ee9a5a8231c66bd25a.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/common/boot_uf2", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/boot_uf2" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.pico_base-Debug-7ffa7a575c70f28c5c90.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.pico_base-Debug-7ffa7a575c70f28c5c90.json new file mode 100644 index 0000000..fdc438a --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.pico_base-Debug-7ffa7a575c70f28c5c90.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/common/pico_base", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.pico_binary_info-Debug-b9d796021ad731b0f369.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.pico_binary_info-Debug-b9d796021ad731b0f369.json new file mode 100644 index 0000000..121a935 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.pico_binary_info-Debug-b9d796021ad731b0f369.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/common/pico_binary_info", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.pico_bit_ops-Debug-f233e985248105a90f57.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.pico_bit_ops-Debug-f233e985248105a90f57.json new file mode 100644 index 0000000..c691045 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.pico_bit_ops-Debug-f233e985248105a90f57.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/common/pico_bit_ops", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.pico_divider-Debug-56f7fcf1cac5c0595bfc.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.pico_divider-Debug-56f7fcf1cac5c0595bfc.json new file mode 100644 index 0000000..e982717 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.pico_divider-Debug-56f7fcf1cac5c0595bfc.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/common/pico_divider", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.pico_stdlib-Debug-4fb6aaf97dd3f91fda6d.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.pico_stdlib-Debug-4fb6aaf97dd3f91fda6d.json new file mode 100644 index 0000000..0303a83 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.pico_stdlib-Debug-4fb6aaf97dd3f91fda6d.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/common/pico_stdlib", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.pico_sync-Debug-bb30180945f59be34c6b.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.pico_sync-Debug-bb30180945f59be34c6b.json new file mode 100644 index 0000000..b03a7bb --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.pico_sync-Debug-bb30180945f59be34c6b.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/common/pico_sync", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.pico_time-Debug-8ef01d38e75972130644.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.pico_time-Debug-8ef01d38e75972130644.json new file mode 100644 index 0000000..ee017d4 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.pico_time-Debug-8ef01d38e75972130644.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/common/pico_time", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.pico_usb_reset_interface-Debug-14c67efc06b5b22b3a08.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.pico_usb_reset_interface-Debug-14c67efc06b5b22b3a08.json new file mode 100644 index 0000000..e683ac3 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.pico_usb_reset_interface-Debug-14c67efc06b5b22b3a08.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/common/pico_usb_reset_interface", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_usb_reset_interface" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.pico_util-Debug-d389193b103377397acf.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.pico_util-Debug-d389193b103377397acf.json new file mode 100644 index 0000000..cbbd5cb --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.common.pico_util-Debug-d389193b103377397acf.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/common/pico_util", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2040-Debug-34f75e9589a34c4dd0ba.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2040-Debug-34f75e9589a34c4dd0ba.json new file mode 100644 index 0000000..84cd53f --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2040-Debug-34f75e9589a34c4dd0ba.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2040", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2040" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2040.hardware_regs-Debug-e453e565751d0fd25f6c.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2040.hardware_regs-Debug-e453e565751d0fd25f6c.json new file mode 100644 index 0000000..2693799 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2040.hardware_regs-Debug-e453e565751d0fd25f6c.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2040/hardware_regs", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2040.hardware_structs-Debug-8c6034d3a988615a24a5.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2040.hardware_structs-Debug-8c6034d3a988615a24a5.json new file mode 100644 index 0000000..4745bd4 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2040.hardware_structs-Debug-8c6034d3a988615a24a5.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2040/hardware_structs", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common-Debug-f8a5fbc104af94125535.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common-Debug-f8a5fbc104af94125535.json new file mode 100644 index 0000000..ea5a90d --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common-Debug-f8a5fbc104af94125535.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.boot_stage2-Debug-74e021c57bdfa4432cb4.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.boot_stage2-Debug-74e021c57bdfa4432cb4.json new file mode 100644 index 0000000..9c3d686 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.boot_stage2-Debug-74e021c57bdfa4432cb4.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/boot_stage2", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.cmsis-Debug-4d9c5907a423b0dc4b2e.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.cmsis-Debug-4d9c5907a423b0dc4b2e.json new file mode 100644 index 0000000..e909e83 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.cmsis-Debug-4d9c5907a423b0dc4b2e.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/cmsis", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/cmsis" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_adc-Debug-b08c6b1968d3b0ebaf74.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_adc-Debug-b08c6b1968d3b0ebaf74.json new file mode 100644 index 0000000..00a5fbb --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_adc-Debug-b08c6b1968d3b0ebaf74.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/hardware_adc", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_adc" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_base-Debug-36e94a53ded7b552d78d.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_base-Debug-36e94a53ded7b552d78d.json new file mode 100644 index 0000000..457c5cf --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_base-Debug-36e94a53ded7b552d78d.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/hardware_base", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_claim-Debug-7005bee4d0dc0fd98a41.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_claim-Debug-7005bee4d0dc0fd98a41.json new file mode 100644 index 0000000..cd6eb18 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_claim-Debug-7005bee4d0dc0fd98a41.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/hardware_claim", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_clocks-Debug-602af71d54935a9a6e89.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_clocks-Debug-602af71d54935a9a6e89.json new file mode 100644 index 0000000..c70d444 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_clocks-Debug-602af71d54935a9a6e89.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/hardware_clocks", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_divider-Debug-6d25f1d4416b7f3a6046.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_divider-Debug-6d25f1d4416b7f3a6046.json new file mode 100644 index 0000000..c3c78ba --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_divider-Debug-6d25f1d4416b7f3a6046.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/hardware_divider", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_dma-Debug-3891502e02319bff07df.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_dma-Debug-3891502e02319bff07df.json new file mode 100644 index 0000000..9de1beb --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_dma-Debug-3891502e02319bff07df.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/hardware_dma", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_dma" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_exception-Debug-b6a96b18fe0df8efb56c.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_exception-Debug-b6a96b18fe0df8efb56c.json new file mode 100644 index 0000000..f22fcc5 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_exception-Debug-b6a96b18fe0df8efb56c.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/hardware_exception", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_exception" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_flash-Debug-9e1717f9b9f0b6cf470f.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_flash-Debug-9e1717f9b9f0b6cf470f.json new file mode 100644 index 0000000..6ce96c3 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_flash-Debug-9e1717f9b9f0b6cf470f.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/hardware_flash", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_flash" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_gpio-Debug-624109d39f316c410add.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_gpio-Debug-624109d39f316c410add.json new file mode 100644 index 0000000..6781d6d --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_gpio-Debug-624109d39f316c410add.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/hardware_gpio", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_i2c-Debug-a3ee6fd0f81a5d5e6238.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_i2c-Debug-a3ee6fd0f81a5d5e6238.json new file mode 100644 index 0000000..5a70736 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_i2c-Debug-a3ee6fd0f81a5d5e6238.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/hardware_i2c", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_i2c" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_interp-Debug-eeab9ca22ecd7e3f68c7.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_interp-Debug-eeab9ca22ecd7e3f68c7.json new file mode 100644 index 0000000..9ab60e5 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_interp-Debug-eeab9ca22ecd7e3f68c7.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/hardware_interp", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_interp" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_irq-Debug-b5619dc95fb547624fbc.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_irq-Debug-b5619dc95fb547624fbc.json new file mode 100644 index 0000000..727eee6 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_irq-Debug-b5619dc95fb547624fbc.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/hardware_irq", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_pio-Debug-f1fcce3761633a49053e.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_pio-Debug-f1fcce3761633a49053e.json new file mode 100644 index 0000000..1de8be2 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_pio-Debug-f1fcce3761633a49053e.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/hardware_pio", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pio" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_pll-Debug-3247ddba09e2ee91324f.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_pll-Debug-3247ddba09e2ee91324f.json new file mode 100644 index 0000000..a62e363 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_pll-Debug-3247ddba09e2ee91324f.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/hardware_pll", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_pwm-Debug-ae73901e734532997f70.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_pwm-Debug-ae73901e734532997f70.json new file mode 100644 index 0000000..a242b66 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_pwm-Debug-ae73901e734532997f70.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/hardware_pwm", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pwm" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_resets-Debug-357af59f719b76d28278.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_resets-Debug-357af59f719b76d28278.json new file mode 100644 index 0000000..c26138a --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_resets-Debug-357af59f719b76d28278.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/hardware_resets", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_rtc-Debug-61c3568fee701b1a2f10.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_rtc-Debug-61c3568fee701b1a2f10.json new file mode 100644 index 0000000..7b42666 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_rtc-Debug-61c3568fee701b1a2f10.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/hardware_rtc", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_rtc" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_spi-Debug-692f9cc52dbba6d2b68a.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_spi-Debug-692f9cc52dbba6d2b68a.json new file mode 100644 index 0000000..8a1e426 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_spi-Debug-692f9cc52dbba6d2b68a.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/hardware_spi", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_sync-Debug-9d17fba03aecc35e6bbd.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_sync-Debug-9d17fba03aecc35e6bbd.json new file mode 100644 index 0000000..cdb9fa0 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_sync-Debug-9d17fba03aecc35e6bbd.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/hardware_sync", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_timer-Debug-bbf73b1d1fba12f3a710.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_timer-Debug-bbf73b1d1fba12f3a710.json new file mode 100644 index 0000000..cb31351 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_timer-Debug-bbf73b1d1fba12f3a710.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/hardware_timer", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_uart-Debug-b003bbb6c0c9fff13f35.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_uart-Debug-b003bbb6c0c9fff13f35.json new file mode 100644 index 0000000..ce20e41 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_uart-Debug-b003bbb6c0c9fff13f35.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/hardware_uart", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_vreg-Debug-b1081aa5f50e55703e48.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_vreg-Debug-b1081aa5f50e55703e48.json new file mode 100644 index 0000000..6cf4ca5 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_vreg-Debug-b1081aa5f50e55703e48.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/hardware_vreg", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_watchdog-Debug-0292d100e86c5888c56a.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_watchdog-Debug-0292d100e86c5888c56a.json new file mode 100644 index 0000000..3d58381 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_watchdog-Debug-0292d100e86c5888c56a.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/hardware_watchdog", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_xosc-Debug-c68e0169cfa1335ad559.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_xosc-Debug-c68e0169cfa1335ad559.json new file mode 100644 index 0000000..f7800f3 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.hardware_xosc-Debug-c68e0169cfa1335ad559.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/hardware_xosc", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_async_context-Debug-2b04ec0398beef8f008b.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_async_context-Debug-2b04ec0398beef8f008b.json new file mode 100644 index 0000000..a2686e4 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_async_context-Debug-2b04ec0398beef8f008b.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_async_context", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_async_context" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_bit_ops-Debug-787811d0a923b31b6896.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_bit_ops-Debug-787811d0a923b31b6896.json new file mode 100644 index 0000000..70ef797 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_bit_ops-Debug-787811d0a923b31b6896.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_bit_ops", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_bootrom-Debug-1c1004a31a34716e2df0.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_bootrom-Debug-1c1004a31a34716e2df0.json new file mode 100644 index 0000000..568764e --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_bootrom-Debug-1c1004a31a34716e2df0.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_bootrom", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_bootsel_via_double_reset-Debug-6be2b568299e4a8b00bb.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_bootsel_via_double_reset-Debug-6be2b568299e4a8b00bb.json new file mode 100644 index 0000000..832d318 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_bootsel_via_double_reset-Debug-6be2b568299e4a8b00bb.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_bootsel_via_double_reset", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootsel_via_double_reset" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_btstack-Debug-6a3187bed2d31ac6652b.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_btstack-Debug-6a3187bed2d31ac6652b.json new file mode 100644 index 0000000..25254fc --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_btstack-Debug-6a3187bed2d31ac6652b.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_btstack", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_btstack" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_cxx_options-Debug-da52c1d14e4fbdecc4b4.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_cxx_options-Debug-da52c1d14e4fbdecc4b4.json new file mode 100644 index 0000000..0eaa556 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_cxx_options-Debug-da52c1d14e4fbdecc4b4.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_cxx_options", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cxx_options" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_cyw43_arch-Debug-ed74af7a9d48fed669fb.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_cyw43_arch-Debug-ed74af7a9d48fed669fb.json new file mode 100644 index 0000000..25c8edb --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_cyw43_arch-Debug-ed74af7a9d48fed669fb.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_cyw43_arch", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cyw43_arch" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_cyw43_driver-Debug-542b4bbbccdac0db18f6.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_cyw43_driver-Debug-542b4bbbccdac0db18f6.json new file mode 100644 index 0000000..f5e5dbc --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_cyw43_driver-Debug-542b4bbbccdac0db18f6.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_cyw43_driver", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cyw43_driver" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_cyw43_driver.cybt_shared_bus-Debug-a94e650f3a593ca3e8e5.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_cyw43_driver.cybt_shared_bus-Debug-a94e650f3a593ca3e8e5.json new file mode 100644 index 0000000..c67ac1a --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_cyw43_driver.cybt_shared_bus-Debug-a94e650f3a593ca3e8e5.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_cyw43_driver/cybt_shared_bus", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cyw43_driver/cybt_shared_bus" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_divider-Debug-56a08974da40d0128a71.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_divider-Debug-56a08974da40d0128a71.json new file mode 100644 index 0000000..ccc7cd5 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_divider-Debug-56a08974da40d0128a71.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_divider", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_double-Debug-2c2729799ce8d4eb35b1.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_double-Debug-2c2729799ce8d4eb35b1.json new file mode 100644 index 0000000..c33825f --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_double-Debug-2c2729799ce8d4eb35b1.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_double", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_fix-Debug-ddee37bfd64632da83e5.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_fix-Debug-ddee37bfd64632da83e5.json new file mode 100644 index 0000000..f317309 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_fix-Debug-ddee37bfd64632da83e5.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_fix", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_fix" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_fix.rp2040_usb_device_enumeration-Debug-fd16c84ce6803d962f49.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_fix.rp2040_usb_device_enumeration-Debug-fd16c84ce6803d962f49.json new file mode 100644 index 0000000..2f2d6c1 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_fix.rp2040_usb_device_enumeration-Debug-fd16c84ce6803d962f49.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_fix/rp2040_usb_device_enumeration", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_fix/rp2040_usb_device_enumeration" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_float-Debug-79e9df47960095b9b98c.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_float-Debug-79e9df47960095b9b98c.json new file mode 100644 index 0000000..7c40934 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_float-Debug-79e9df47960095b9b98c.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_float", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_i2c_slave-Debug-9058dfb6522ff650945a.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_i2c_slave-Debug-9058dfb6522ff650945a.json new file mode 100644 index 0000000..19e4316 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_i2c_slave-Debug-9058dfb6522ff650945a.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_i2c_slave", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_i2c_slave" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_int64_ops-Debug-93054d2c78019722db62.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_int64_ops-Debug-93054d2c78019722db62.json new file mode 100644 index 0000000..22bb14a --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_int64_ops-Debug-93054d2c78019722db62.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_int64_ops", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_lwip-Debug-5b623ec65e6d1e810a50.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_lwip-Debug-5b623ec65e6d1e810a50.json new file mode 100644 index 0000000..68a8210 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_lwip-Debug-5b623ec65e6d1e810a50.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_lwip", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_lwip" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_malloc-Debug-86b534008391c7c43aa5.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_malloc-Debug-86b534008391c7c43aa5.json new file mode 100644 index 0000000..3b72cfc --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_malloc-Debug-86b534008391c7c43aa5.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_malloc", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_mbedtls-Debug-6b7923af29264e082376.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_mbedtls-Debug-6b7923af29264e082376.json new file mode 100644 index 0000000..34f3f64 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_mbedtls-Debug-6b7923af29264e082376.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_mbedtls", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mbedtls" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_mem_ops-Debug-0714fe6f0c01115bba66.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_mem_ops-Debug-0714fe6f0c01115bba66.json new file mode 100644 index 0000000..db0fc19 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_mem_ops-Debug-0714fe6f0c01115bba66.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_mem_ops", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_multicore-Debug-e9a7f88314c619a48087.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_multicore-Debug-e9a7f88314c619a48087.json new file mode 100644 index 0000000..8724cf7 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_multicore-Debug-e9a7f88314c619a48087.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_multicore", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_multicore" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_platform-Debug-667da7c47da7a8cd0fc8.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_platform-Debug-667da7c47da7a8cd0fc8.json new file mode 100644 index 0000000..9411b62 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_platform-Debug-667da7c47da7a8cd0fc8.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_platform", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_printf-Debug-c320dc87ac6e490ba780.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_printf-Debug-c320dc87ac6e490ba780.json new file mode 100644 index 0000000..e87859b --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_printf-Debug-c320dc87ac6e490ba780.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_printf", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_rand-Debug-dc398d3cf7f8e03da363.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_rand-Debug-dc398d3cf7f8e03da363.json new file mode 100644 index 0000000..36ed54f --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_rand-Debug-dc398d3cf7f8e03da363.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_rand", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_rand" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_runtime-Debug-8dc538a5ddf025334547.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_runtime-Debug-8dc538a5ddf025334547.json new file mode 100644 index 0000000..0dbd3ab --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_runtime-Debug-8dc538a5ddf025334547.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_runtime", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_standard_link-Debug-530bf48782caa7a7b38a.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_standard_link-Debug-530bf48782caa7a7b38a.json new file mode 100644 index 0000000..95debd3 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_standard_link-Debug-530bf48782caa7a7b38a.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_standard_link", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_stdio-Debug-8fc3ca48916555fd066a.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_stdio-Debug-8fc3ca48916555fd066a.json new file mode 100644 index 0000000..c483136 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_stdio-Debug-8fc3ca48916555fd066a.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_stdio", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_stdio_semihosting-Debug-df291b5afeb36bd6c677.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_stdio_semihosting-Debug-df291b5afeb36bd6c677.json new file mode 100644 index 0000000..6eb5605 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_stdio_semihosting-Debug-df291b5afeb36bd6c677.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_stdio_semihosting", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_semihosting" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_stdio_uart-Debug-c094437b0e0dee2075ee.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_stdio_uart-Debug-c094437b0e0dee2075ee.json new file mode 100644 index 0000000..8cb367f --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_stdio_uart-Debug-c094437b0e0dee2075ee.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_stdio_uart", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_stdio_usb-Debug-be93ef1704ea1e5c0ed4.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_stdio_usb-Debug-be93ef1704ea1e5c0ed4.json new file mode 100644 index 0000000..6b67c45 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_stdio_usb-Debug-be93ef1704ea1e5c0ed4.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_stdio_usb", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_usb" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_stdlib-Debug-81a1df5a501e171684e2.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_stdlib-Debug-81a1df5a501e171684e2.json new file mode 100644 index 0000000..4bbc7e1 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_stdlib-Debug-81a1df5a501e171684e2.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_stdlib", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_unique_id-Debug-cf84f0920f524de9569a.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_unique_id-Debug-cf84f0920f524de9569a.json new file mode 100644 index 0000000..cf2e5d6 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.pico_unique_id-Debug-cf84f0920f524de9569a.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_unique_id", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_unique_id" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.tinyusb-Debug-551d8bb5ea478c5a128d.json b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.tinyusb-Debug-551d8bb5ea478c5a128d.json new file mode 100644 index 0000000..22e7953 --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.src.rp2_common.tinyusb-Debug-551d8bb5ea478c5a128d.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/src/rp2_common/tinyusb", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/tinyusb" + } +} diff --git a/build/.cmake/api/v1/reply/directory-pico-sdk.tools-Debug-e3468683131e1e010a2c.json b/build/.cmake/api/v1/reply/directory-pico-sdk.tools-Debug-e3468683131e1e010a2c.json new file mode 100644 index 0000000..97fae4b --- /dev/null +++ b/build/.cmake/api/v1/reply/directory-pico-sdk.tools-Debug-e3468683131e1e010a2c.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "pico-sdk/tools", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/tools" + } +} diff --git a/build/.cmake/api/v1/reply/index-2023-05-13T09-04-32-0437.json b/build/.cmake/api/v1/reply/index-2023-05-13T09-04-32-0437.json new file mode 100644 index 0000000..84c7b75 --- /dev/null +++ b/build/.cmake/api/v1/reply/index-2023-05-13T09-04-32-0437.json @@ -0,0 +1,132 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "/usr/bin/cmake", + "cpack" : "/usr/bin/cpack", + "ctest" : "/usr/bin/ctest", + "root" : "/usr/share/cmake" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 25, + "patch" : 3, + "string" : "3.25.3", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-16c5b6bf6c98952348e6.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 4 + } + }, + { + "jsonFile" : "cache-v2-c0b90e06688d9807cafc.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-059ab2051e84c5b1f6e2.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-a281d4654ec33c2de807.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "client-vscode" : + { + "query.json" : + { + "requests" : + [ + { + "kind" : "cache", + "version" : 2 + }, + { + "kind" : "codemodel", + "version" : 2 + }, + { + "kind" : "toolchains", + "version" : 1 + }, + { + "kind" : "cmakeFiles", + "version" : 1 + } + ], + "responses" : + [ + { + "jsonFile" : "cache-v2-c0b90e06688d9807cafc.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "codemodel-v2-16c5b6bf6c98952348e6.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 4 + } + }, + { + "jsonFile" : "toolchains-v1-a281d4654ec33c2de807.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-059ab2051e84c5b1f6e2.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ] + } + } + } +} diff --git a/build/.cmake/api/v1/reply/target-ELF2UF2Build-Debug-280f79e28c15915eae0a.json b/build/.cmake/api/v1/reply/target-ELF2UF2Build-Debug-280f79e28c15915eae0a.json new file mode 100644 index 0000000..4a4cb61 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-ELF2UF2Build-Debug-280f79e28c15915eae0a.json @@ -0,0 +1,162 @@ +{ + "backtrace" : 6, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target", + "ExternalProject_Add", + "find_package", + "pico_add_uf2_output", + "pico_add_extra_outputs" + ], + "files" : + [ + "/usr/share/cmake/Modules/ExternalProject.cmake", + "/home/spider_pig/src/c/pico/pico-sdk/tools/FindELF2UF2.cmake", + "/home/spider_pig/src/c/pico/pico-sdk/tools/CMakeLists.txt", + "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common.cmake", + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 4 + }, + { + "command" : 4, + "file" : 4, + "line" : 11, + "parent" : 0 + }, + { + "command" : 3, + "file" : 3, + "line" : 47, + "parent" : 1 + }, + { + "command" : 2, + "file" : 2, + "line" : 64, + "parent" : 2 + }, + { + "file" : 1, + "parent" : 3 + }, + { + "command" : 1, + "file" : 1, + "line" : 26, + "parent" : 4 + }, + { + "command" : 0, + "file" : 0, + "line" : 3984, + "parent" : 5 + } + ] + }, + "folder" : + { + "name" : "ExternalProjectTargets/ELF2UF2Build" + }, + "id" : "ELF2UF2Build::@6890427a1f51a3e7e1df", + "name" : "ELF2UF2Build", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9 + ] + } + ], + "sources" : + [ + { + "backtrace" : 6, + "isGenerated" : true, + "path" : "build/CMakeFiles/ELF2UF2Build", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/CMakeFiles/ELF2UF2Build.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/CMakeFiles/ELF2UF2Build-complete.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-build.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-configure.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-download.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-install.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-mkdir.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-patch.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-update.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/.cmake/api/v1/reply/target-PioasmBuild-Debug-50eedf2fdc29e3b16155.json b/build/.cmake/api/v1/reply/target-PioasmBuild-Debug-50eedf2fdc29e3b16155.json new file mode 100644 index 0000000..8183298 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-PioasmBuild-Debug-50eedf2fdc29e3b16155.json @@ -0,0 +1,161 @@ +{ + "backtrace" : 6, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target", + "ExternalProject_Add", + "find_package", + "_pico_init_pioasm", + "pico_generate_pio_header" + ], + "files" : + [ + "/usr/share/cmake/Modules/ExternalProject.cmake", + "/home/spider_pig/src/c/pico/pico-sdk/tools/FindPioasm.cmake", + "/home/spider_pig/src/c/pico/pico-sdk/tools/CMakeLists.txt", + "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 3 + }, + { + "command" : 4, + "file" : 3, + "line" : 50, + "parent" : 0 + }, + { + "command" : 3, + "file" : 2, + "line" : 14, + "parent" : 1 + }, + { + "command" : 2, + "file" : 2, + "line" : 8, + "parent" : 2 + }, + { + "file" : 1, + "parent" : 3 + }, + { + "command" : 1, + "file" : 1, + "line" : 27, + "parent" : 4 + }, + { + "command" : 0, + "file" : 0, + "line" : 3984, + "parent" : 5 + } + ] + }, + "folder" : + { + "name" : "ExternalProjectTargets/PioasmBuild" + }, + "id" : "PioasmBuild::@c2fb4f534018e64680d5", + "name" : "PioasmBuild", + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_cyw43_driver", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cyw43_driver" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9 + ] + } + ], + "sources" : + [ + { + "backtrace" : 6, + "isGenerated" : true, + "path" : "build/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild-complete.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-build.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-configure.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-download.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-install.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-mkdir.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-patch.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-update.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/.cmake/api/v1/reply/target-bs2_default-Debug-d2aa7c71a8b5c3adbe9c.json b/build/.cmake/api/v1/reply/target-bs2_default-Debug-d2aa7c71a8b5c3adbe9c.json new file mode 100644 index 0000000..20ff04c --- /dev/null +++ b/build/.cmake/api/v1/reply/target-bs2_default-Debug-d2aa7c71a8b5c3adbe9c.json @@ -0,0 +1,219 @@ +{ + "artifacts" : + [ + { + "path" : "pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf" + } + ], + "backtrace" : 2, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "pico_define_boot_stage2", + "target_link_options", + "pico_add_map_output", + "target_link_libraries", + "target_include_directories" + ], + "files" : + [ + "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/CMakeLists.txt", + "/home/spider_pig/src/c/pico/pico-sdk/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 101, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 38, + "parent" : 1 + }, + { + "command" : 2, + "file" : 0, + "line" : 46, + "parent" : 1 + }, + { + "command" : 2, + "file" : 0, + "line" : 47, + "parent" : 1 + }, + { + "command" : 2, + "file" : 0, + "line" : 54, + "parent" : 1 + }, + { + "command" : 3, + "file" : 0, + "line" : 58, + "parent" : 1 + }, + { + "command" : 2, + "file" : 1, + "line" : 62, + "parent" : 6 + }, + { + "command" : 4, + "file" : 0, + "line" : 53, + "parent" : 1 + }, + { + "command" : 5, + "file" : 0, + "line" : 51, + "parent" : 1 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-mcpu=cortex-m0plus -mthumb -Og -g" + } + ], + "defines" : + [ + { + "backtrace" : 8, + "define" : "PICO_BOARD=\"pico\"" + }, + { + "backtrace" : 8, + "define" : "PICO_BUILD=1" + }, + { + "backtrace" : 8, + "define" : "PICO_NO_HARDWARE=0" + }, + { + "backtrace" : 8, + "define" : "PICO_ON_DEVICE=1" + } + ], + "includes" : + [ + { + "backtrace" : 9, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/asminclude" + }, + { + "backtrace" : 8, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include" + }, + { + "backtrace" : 8, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include" + }, + { + "backtrace" : 8, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include" + }, + { + "backtrace" : 8, + "path" : "/home/spider_pig/src/c/pico/clacer/build/generated/pico_base" + }, + { + "backtrace" : 8, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/boards/include" + }, + { + "backtrace" : 8, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include" + }, + { + "backtrace" : 8, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include" + } + ], + "language" : "ASM", + "sourceIndexes" : + [ + 0 + ] + } + ], + "id" : "bs2_default::@bc554eaed616d198a22d", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-mcpu=cortex-m0plus -mthumb -Og -g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 3, + "fragment" : "--specs=nosys.specs", + "role" : "flags" + }, + { + "backtrace" : 4, + "fragment" : "-nostartfiles", + "role" : "flags" + }, + { + "backtrace" : 5, + "fragment" : "-Wl,--script=/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/boot_stage2.ld", + "role" : "flags" + }, + { + "backtrace" : 7, + "fragment" : "-Wl,-Map=bs2_default.elf.map", + "role" : "flags" + } + ], + "language" : "ASM" + }, + "name" : "bs2_default", + "nameOnDisk" : "bs2_default.elf", + "paths" : + { + "build" : "pico-sdk/src/rp2_common/boot_stage2", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/compile_time_choice.S", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-bs2_default_bin-Debug-c353534478e98d1b68ba.json b/build/.cmake/api/v1/reply/target-bs2_default_bin-Debug-c353534478e98d1b68ba.json new file mode 100644 index 0000000..6f4ae8d --- /dev/null +++ b/build/.cmake/api/v1/reply/target-bs2_default_bin-Debug-c353534478e98d1b68ba.json @@ -0,0 +1,94 @@ +{ + "backtrace" : 2, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target", + "pico_define_boot_stage2", + "add_custom_command" + ], + "files" : + [ + "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 101, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 65, + "parent" : 1 + }, + { + "command" : 2, + "file" : 0, + "line" : 66, + "parent" : 1 + } + ] + }, + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "bs2_default::@bc554eaed616d198a22d" + } + ], + "id" : "bs2_default_bin::@bc554eaed616d198a22d", + "name" : "bs2_default_bin", + "paths" : + { + "build" : "pico-sdk/src/rp2_common/boot_stage2", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1, + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 2, + "isGenerated" : true, + "path" : "build/pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_bin", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_bin.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/pico-sdk/src/rp2_common/boot_stage2/bs2_default.bin.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/.cmake/api/v1/reply/target-bs2_default_padded_checksummed_asm-Debug-5cc5ec54ca3e088b3ec5.json b/build/.cmake/api/v1/reply/target-bs2_default_padded_checksummed_asm-Debug-5cc5ec54ca3e088b3ec5.json new file mode 100644 index 0000000..b2deb0e --- /dev/null +++ b/build/.cmake/api/v1/reply/target-bs2_default_padded_checksummed_asm-Debug-5cc5ec54ca3e088b3ec5.json @@ -0,0 +1,101 @@ +{ + "backtrace" : 2, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target", + "pico_define_boot_stage2", + "add_custom_command" + ], + "files" : + [ + "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 101, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 69, + "parent" : 1 + }, + { + "command" : 2, + "file" : 0, + "line" : 66, + "parent" : 1 + } + ] + }, + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "bs2_default::@bc554eaed616d198a22d" + } + ], + "id" : "bs2_default_padded_checksummed_asm::@bc554eaed616d198a22d", + "name" : "bs2_default_padded_checksummed_asm", + "paths" : + { + "build" : "pico-sdk/src/rp2_common/boot_stage2", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1, + 2, + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 2, + "isGenerated" : true, + "path" : "build/pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/pico-sdk/src/rp2_common/boot_stage2/bs2_default_padded_checksummed.S.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/pico-sdk/src/rp2_common/boot_stage2/bs2_default.bin.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/.cmake/api/v1/reply/target-clacer-Debug-8f863c84764ec639a1cf.json b/build/.cmake/api/v1/reply/target-clacer-Debug-8f863c84764ec639a1cf.json new file mode 100644 index 0000000..e610b98 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-clacer-Debug-8f863c84764ec639a1cf.json @@ -0,0 +1,2375 @@ +{ + "artifacts" : + [ + { + "path" : "clacer.elf" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "pico_define_boot_stage2", + "add_dependencies", + "find_package", + "pico_add_uf2_output", + "pico_add_extra_outputs", + "target_compile_definitions" + ], + "files" : + [ + "CMakeLists.txt", + "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/CMakeLists.txt", + "/home/spider_pig/src/c/pico/pico-sdk/tools/FindELF2UF2.cmake", + "/home/spider_pig/src/c/pico/pico-sdk/tools/CMakeLists.txt", + "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common.cmake" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 8, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 9, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 2, + "file" : 1, + "line" : 101, + "parent" : 3 + }, + { + "command" : 1, + "file" : 1, + "line" : 77, + "parent" : 4 + }, + { + "command" : 6, + "file" : 0, + "line" : 11, + "parent" : 0 + }, + { + "command" : 5, + "file" : 4, + "line" : 47, + "parent" : 6 + }, + { + "command" : 4, + "file" : 3, + "line" : 64, + "parent" : 7 + }, + { + "file" : 2, + "parent" : 8 + }, + { + "command" : 3, + "file" : 2, + "line" : 43, + "parent" : 9 + }, + { + "command" : 3, + "file" : 1, + "line" : 75, + "parent" : 4 + }, + { + "command" : 7, + "file" : 4, + "line" : 30, + "parent" : 6 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -O0 -mthumb -mcpu=cortex-m0plus -Og -g" + }, + { + "backtrace" : 2, + "fragment" : "-ffunction-sections" + }, + { + "backtrace" : 2, + "fragment" : "-fdata-sections" + } + ], + "defines" : + [ + { + "backtrace" : 2, + "define" : "LIB_PICO_BIT_OPS=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_BIT_OPS_PICO=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_DIVIDER=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_DIVIDER_HARDWARE=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_DOUBLE=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_DOUBLE_PICO=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_FLOAT=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_FLOAT_PICO=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_INT64_OPS=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_INT64_OPS_PICO=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_MALLOC=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_MEM_OPS=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_MEM_OPS_PICO=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_PLATFORM=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_PRINTF=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_PRINTF_PICO=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_RUNTIME=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_STANDARD_LINK=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_STDIO=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_STDIO_UART=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_STDLIB=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_SYNC=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_SYNC_CRITICAL_SECTION=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_SYNC_MUTEX=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_SYNC_SEM=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_TIME=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_UTIL=1" + }, + { + "backtrace" : 2, + "define" : "PICO_BOARD=\"pico\"" + }, + { + "backtrace" : 2, + "define" : "PICO_BUILD=1" + }, + { + "backtrace" : 2, + "define" : "PICO_CMAKE_BUILD_TYPE=\"Debug\"" + }, + { + "backtrace" : 2, + "define" : "PICO_COPY_TO_RAM=0" + }, + { + "backtrace" : 2, + "define" : "PICO_CXX_ENABLE_EXCEPTIONS=0" + }, + { + "backtrace" : 2, + "define" : "PICO_NO_FLASH=0" + }, + { + "backtrace" : 2, + "define" : "PICO_NO_HARDWARE=0" + }, + { + "backtrace" : 2, + "define" : "PICO_ON_DEVICE=1" + }, + { + "backtrace" : 12, + "define" : "PICO_TARGET_NAME=\"clacer\"" + }, + { + "backtrace" : 2, + "define" : "PICO_USE_BLOCKED_RAM=0" + } + ], + "includes" : + [ + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/clacer/build/generated/pico_base" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/boards/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include" + } + ], + "language" : "C", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 26, + 27, + 29, + 32, + 33, + 37, + 38, + 40, + 44, + 45, + 46, + 47 + ] + }, + { + "compileCommandFragments" : + [ + { + "fragment" : "-mcpu=cortex-m0plus -mthumb -Og -g" + }, + { + "backtrace" : 2, + "fragment" : "-ffunction-sections" + }, + { + "backtrace" : 2, + "fragment" : "-fdata-sections" + } + ], + "defines" : + [ + { + "backtrace" : 2, + "define" : "LIB_PICO_BIT_OPS=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_BIT_OPS_PICO=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_DIVIDER=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_DIVIDER_HARDWARE=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_DOUBLE=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_DOUBLE_PICO=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_FLOAT=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_FLOAT_PICO=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_INT64_OPS=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_INT64_OPS_PICO=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_MALLOC=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_MEM_OPS=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_MEM_OPS_PICO=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_PLATFORM=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_PRINTF=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_PRINTF_PICO=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_RUNTIME=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_STANDARD_LINK=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_STDIO=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_STDIO_UART=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_STDLIB=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_SYNC=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_SYNC_CRITICAL_SECTION=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_SYNC_MUTEX=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_SYNC_SEM=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_TIME=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_UTIL=1" + }, + { + "backtrace" : 2, + "define" : "PICO_BOARD=\"pico\"" + }, + { + "backtrace" : 2, + "define" : "PICO_BUILD=1" + }, + { + "backtrace" : 2, + "define" : "PICO_CMAKE_BUILD_TYPE=\"Debug\"" + }, + { + "backtrace" : 2, + "define" : "PICO_COPY_TO_RAM=0" + }, + { + "backtrace" : 2, + "define" : "PICO_CXX_ENABLE_EXCEPTIONS=0" + }, + { + "backtrace" : 2, + "define" : "PICO_NO_FLASH=0" + }, + { + "backtrace" : 2, + "define" : "PICO_NO_HARDWARE=0" + }, + { + "backtrace" : 2, + "define" : "PICO_ON_DEVICE=1" + }, + { + "backtrace" : 12, + "define" : "PICO_TARGET_NAME=\"clacer\"" + }, + { + "backtrace" : 2, + "define" : "PICO_USE_BLOCKED_RAM=0" + } + ], + "includes" : + [ + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/clacer/build/generated/pico_base" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/boards/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include" + } + ], + "language" : "ASM", + "sourceIndexes" : + [ + 8, + 25, + 28, + 30, + 31, + 34, + 35, + 36, + 39, + 41, + 42 + ] + }, + { + "compileCommandFragments" : + [ + { + "fragment" : "-mcpu=cortex-m0plus -mthumb -Og -g" + }, + { + "backtrace" : 2, + "fragment" : "-ffunction-sections" + }, + { + "backtrace" : 2, + "fragment" : "-fdata-sections" + }, + { + "backtrace" : 2, + "fragment" : "-fno-exceptions" + }, + { + "backtrace" : 2, + "fragment" : "-fno-unwind-tables" + }, + { + "backtrace" : 2, + "fragment" : "-fno-rtti" + }, + { + "backtrace" : 2, + "fragment" : "-fno-use-cxa-atexit" + } + ], + "defines" : + [ + { + "backtrace" : 2, + "define" : "LIB_PICO_BIT_OPS=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_BIT_OPS_PICO=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_DIVIDER=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_DIVIDER_HARDWARE=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_DOUBLE=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_DOUBLE_PICO=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_FLOAT=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_FLOAT_PICO=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_INT64_OPS=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_INT64_OPS_PICO=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_MALLOC=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_MEM_OPS=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_MEM_OPS_PICO=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_PLATFORM=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_PRINTF=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_PRINTF_PICO=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_RUNTIME=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_STANDARD_LINK=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_STDIO=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_STDIO_UART=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_STDLIB=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_SYNC=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_SYNC_CRITICAL_SECTION=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_SYNC_MUTEX=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_SYNC_SEM=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_TIME=1" + }, + { + "backtrace" : 2, + "define" : "LIB_PICO_UTIL=1" + }, + { + "backtrace" : 2, + "define" : "PICO_BOARD=\"pico\"" + }, + { + "backtrace" : 2, + "define" : "PICO_BUILD=1" + }, + { + "backtrace" : 2, + "define" : "PICO_CMAKE_BUILD_TYPE=\"Debug\"" + }, + { + "backtrace" : 2, + "define" : "PICO_COPY_TO_RAM=0" + }, + { + "backtrace" : 2, + "define" : "PICO_CXX_ENABLE_EXCEPTIONS=0" + }, + { + "backtrace" : 2, + "define" : "PICO_NO_FLASH=0" + }, + { + "backtrace" : 2, + "define" : "PICO_NO_HARDWARE=0" + }, + { + "backtrace" : 2, + "define" : "PICO_ON_DEVICE=1" + }, + { + "backtrace" : 12, + "define" : "PICO_TARGET_NAME=\"clacer\"" + }, + { + "backtrace" : 2, + "define" : "PICO_USE_BLOCKED_RAM=0" + } + ], + "includes" : + [ + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/clacer/build/generated/pico_base" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/boards/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include" + }, + { + "backtrace" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include" + } + ], + "language" : "CXX", + "sourceIndexes" : + [ + 43 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 10, + "id" : "ELF2UF2Build::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 11, + "id" : "bs2_default_padded_checksummed_asm::@bc554eaed616d198a22d" + } + ], + "id" : "clacer::@6890427a1f51a3e7e1df", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-mcpu=cortex-m0plus -mthumb -Og -g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "--specs=nosys.specs", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=sprintf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=snprintf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=vsnprintf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__clzsi2", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__clzdi2", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__ctzsi2", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__ctzdi2", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__popcountsi2", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__popcountdi2", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__clz", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__clzl", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__clzll", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_idiv", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_idivmod", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_ldivmod", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_uidiv", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_uidivmod", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_uldivmod", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_dadd", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_ddiv", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_dmul", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_drsub", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_dsub", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_cdcmpeq", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_cdrcmple", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_cdcmple", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_dcmpeq", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_dcmplt", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_dcmple", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_dcmpge", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_dcmpgt", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_dcmpun", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_i2d", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_l2d", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_ui2d", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_ul2d", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_d2iz", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_d2lz", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_d2uiz", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_d2ulz", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_d2f", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=sqrt", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=cos", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=sin", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=tan", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=atan2", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=exp", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=log", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=ldexp", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=copysign", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=trunc", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=floor", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=ceil", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=round", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=sincos", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=asin", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=acos", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=atan", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=sinh", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=cosh", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=tanh", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=asinh", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=acosh", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=atanh", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=exp2", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=log2", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=exp10", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=log10", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=pow", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=powint", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=hypot", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=cbrt", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=fmod", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=drem", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=remainder", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=remquo", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=expm1", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=log1p", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=fma", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_lmul", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_fadd", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_fdiv", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_fmul", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_frsub", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_fsub", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_cfcmpeq", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_cfrcmple", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_cfcmple", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_fcmpeq", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_fcmplt", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_fcmple", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_fcmpge", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_fcmpgt", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_fcmpun", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_i2f", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_l2f", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_ui2f", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_ul2f", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_f2iz", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_f2lz", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_f2uiz", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_f2ulz", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_f2d", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=sqrtf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=cosf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=sinf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=tanf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=atan2f", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=expf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=logf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=ldexpf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=copysignf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=truncf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=floorf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=ceilf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=roundf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=sincosf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=asinf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=acosf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=atanf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=sinhf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=coshf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=tanhf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=asinhf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=acoshf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=atanhf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=exp2f", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=log2f", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=exp10f", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=log10f", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=powf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=powintf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=hypotf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=cbrtf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=fmodf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=dremf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=remainderf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=remquof", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=expm1f", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=log1pf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=fmaf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=malloc", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=calloc", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=realloc", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=free", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=memcpy", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=memset", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_memcpy", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_memset", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_memcpy4", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_memset4", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_memcpy8", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=__aeabi_memset8", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,-Map=clacer.elf.map", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--script=/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/memmap_default.ld", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,-z,max-page-size=4096", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--gc-sections", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--no-warn-rwx-segments", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=printf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=vprintf", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=puts", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=putchar", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wl,--wrap=getchar", + "role" : "flags" + }, + { + "backtrace" : 5, + "fragment" : "pico-sdk/src/rp2_common/boot_stage2/bs2_default_padded_checksummed.S", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "clacer", + "nameOnDisk" : "clacer.elf", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 26, + 27, + 29, + 32, + 33, + 37, + 38, + 40, + 43, + 44, + 45, + 46, + 47 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 8, + 25, + 28, + 30, + 31, + 34, + 35, + 36, + 39, + 41, + 42 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/main.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/tft.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/platform.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 1, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq_handler_chain.S", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/lock_core.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/critical_section.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/vreg.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 1, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 1, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 1, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/divider.S", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 1, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 1, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 1, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/pico_int64_ops_aeabi.S", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 1, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 1, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 1, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 1, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 2, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/build/.cmake/api/v1/reply/target-cyw43_driver_picow_cyw43_bus_pio_spi_pio_h-Debug-838ce1621856329cdda3.json b/build/.cmake/api/v1/reply/target-cyw43_driver_picow_cyw43_bus_pio_spi_pio_h-Debug-838ce1621856329cdda3.json new file mode 100644 index 0000000..37ba4f1 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-cyw43_driver_picow_cyw43_bus_pio_spi_pio_h-Debug-838ce1621856329cdda3.json @@ -0,0 +1,114 @@ +{ + "backtrace" : 2, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target", + "pico_generate_pio_header", + "add_dependencies", + "find_package", + "_pico_init_pioasm" + ], + "files" : + [ + "/home/spider_pig/src/c/pico/pico-sdk/tools/CMakeLists.txt", + "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeLists.txt", + "/home/spider_pig/src/c/pico/pico-sdk/tools/FindPioasm.cmake" + ], + "nodes" : + [ + { + "file" : 1 + }, + { + "command" : 1, + "file" : 1, + "line" : 50, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 36, + "parent" : 1 + }, + { + "command" : 4, + "file" : 0, + "line" : 14, + "parent" : 1 + }, + { + "command" : 3, + "file" : 0, + "line" : 8, + "parent" : 3 + }, + { + "file" : 2, + "parent" : 4 + }, + { + "command" : 2, + "file" : 2, + "line" : 51, + "parent" : 5 + } + ] + }, + "dependencies" : + [ + { + "backtrace" : 6, + "id" : "PioasmBuild::@c2fb4f534018e64680d5" + } + ], + "id" : "cyw43_driver_picow_cyw43_bus_pio_spi_pio_h::@c2fb4f534018e64680d5", + "name" : "cyw43_driver_picow_cyw43_bus_pio_spi_pio_h", + "paths" : + { + "build" : "pico-sdk/src/rp2_common/pico_cyw43_driver", + "source" : "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cyw43_driver" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1, + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 2, + "isGenerated" : true, + "path" : "build/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/cyw43_driver_picow_cyw43_bus_pio_spi_pio_h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/cyw43_driver_picow_cyw43_bus_pio_spi_pio_h.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/pico-sdk/src/rp2_common/pico_cyw43_driver/cyw43_bus_pio_spi.pio.h.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/build/.cmake/api/v1/reply/toolchains-v1-a281d4654ec33c2de807.json b/build/.cmake/api/v1/reply/toolchains-v1-a281d4654ec33c2de807.json new file mode 100644 index 0000000..3b428cb --- /dev/null +++ b/build/.cmake/api/v1/reply/toolchains-v1-a281d4654ec33c2de807.json @@ -0,0 +1,105 @@ +{ + "kind" : "toolchains", + "toolchains" : + [ + { + "compiler" : + { + "id" : "GNU", + "implicit" : {}, + "path" : "/usr/bin/arm-none-eabi-gcc", + "version" : "" + }, + "language" : "ASM", + "sourceFileExtensions" : + [ + "s", + "S", + "asm" + ] + }, + { + "compiler" : + { + "id" : "GNU", + "implicit" : + { + "includeDirectories" : + [ + "/usr/lib/gcc/arm-none-eabi/13/include", + "/usr/lib/gcc/arm-none-eabi/13/include-fixed", + "/usr/arm-none-eabi/include" + ], + "linkDirectories" : + [ + "/usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp", + "/usr/arm-none-eabi/lib/thumb/v6-m/nofp", + "/usr/lib/gcc/arm-none-eabi/13", + "/usr/arm-none-eabi/lib", + "/usr/arm-none-eabi/usr/lib" + ], + "linkFrameworkDirectories" : [], + "linkLibraries" : [] + }, + "path" : "/usr/bin/arm-none-eabi-gcc", + "version" : "13.1.0" + }, + "language" : "C", + "sourceFileExtensions" : + [ + "c", + "m" + ] + }, + { + "compiler" : + { + "id" : "GNU", + "implicit" : + { + "includeDirectories" : + [ + "/usr/lib/gcc/arm-none-eabi/13/include/g++-v13", + "/usr/lib/gcc/arm-none-eabi/13/include/g++-v13/arm-none-eabi/thumb/v6-m/nofp", + "/usr/lib/gcc/arm-none-eabi/13/include/g++-v13/backward", + "/usr/lib/gcc/arm-none-eabi/13/include", + "/usr/lib/gcc/arm-none-eabi/13/include-fixed", + "/usr/arm-none-eabi/include" + ], + "linkDirectories" : + [ + "/usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp", + "/usr/arm-none-eabi/lib/thumb/v6-m/nofp", + "/usr/lib/gcc/arm-none-eabi/13", + "/usr/arm-none-eabi/lib", + "/usr/arm-none-eabi/usr/lib" + ], + "linkFrameworkDirectories" : [], + "linkLibraries" : [] + }, + "path" : "/usr/bin/arm-none-eabi-g++", + "version" : "13.1.0" + }, + "language" : "CXX", + "sourceFileExtensions" : + [ + "C", + "M", + "c++", + "cc", + "cpp", + "cxx", + "mm", + "mpp", + "CPP", + "ixx", + "cppm" + ] + } + ], + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/build/.ninja_deps b/build/.ninja_deps new file mode 100644 index 0000000..f3db19a Binary files /dev/null and b/build/.ninja_deps differ diff --git a/build/.ninja_log b/build/.ninja_log new file mode 100644 index 0000000..308c169 --- /dev/null +++ b/build/.ninja_log @@ -0,0 +1,124 @@ +# ninja log v5 +641 702 1683968527296482716 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c.obj 12d2e649b98a6809 +14 20 1683968526620482684 pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-update fd2dab465702d9df +674 703 1683968527297482716 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c.obj b568ced3346d8356 +616 702 1683968527290482716 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj c4fe9b417876ee19 +628 684 1683968527284482715 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c.obj cc5fdc3b0a00faed +7 12 1683968566349484578 /home/spider_pig/src/c/pico/clacer/build/CMakeFiles/ELF2UF2Build-complete 617f1c2d7520e1da +637 679 1683968527271482715 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/vreg.c.obj 7541dddf7095dd4f +633 677 1683968527266482714 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c.obj b665e7cfe037476 +601 677 1683968527269482715 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj 7f476992b2f016a3 +594 674 1683968527250482714 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj 7d249ca4f9d4eed2 +702 739 1683968527340482718 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj 3a35531a6d7f0a66 +642 681 1683968527273482715 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S.obj 8e5241d957775c5d +5 7 0 elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-install da11455db91baef8 +590 665 1683968527263482714 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj e5f71cac4101868e +2 12 1683968526612482683 pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj 308f8473bf1f5b43 +590 663 1683968527261482714 CMakeFiles/clacer.dir/src/tft.c.obj 75018c9ac2018283 +590 642 1683968527241482713 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c.obj 938b6c222c8718ad +679 706 1683968527295482716 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj 4ff46f4a23ef1302 +591 640 1683968527240482713 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj 911489632d62127b +674 702 1683968527297482716 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj fa34f6ac0ad36f09 +706 726 1683968527326482717 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj 23916c7fd41cd513 +703 726 1683968527326482717 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S.obj 4e6ec248e354971a +590 633 1683968527229482713 CMakeFiles/clacer.dir/src/main.c.obj 377534f07705680d +591 628 1683968527222482712 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj b60883270b6b681a +640 696 1683968527276482715 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj 821fd5ebeb688b0 +24 131 1683968526732482689 pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-configure 288b2a78b035e7d4 +591 628 1683968527219482712 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/platform.c.obj 49a0282d3eaf8554 +7 12 1683968566349484578 /home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-done 617f1c2d7520e1da +7 12 1683968566349484578 CMakeFiles/ELF2UF2Build-complete 617f1c2d7520e1da +2 7 1683968526608482683 elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-mkdir 81cae4e9bf58157e +7 14 1683968526614482683 elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-download b7409e38ada9ba00 +12 20 1683968526617482683 pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf 215b6c6ecb04554c +591 637 1683968527235482713 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq_handler_chain.S.obj 3e561a92a5765a8c +24 206 1683968526806482693 elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-configure ed736c8b86e88cea +2 5 0 elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-build e04160818fd48053 +7 14 1683968526615482683 /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-download 74a1871b2e674814 +2 5 0 /home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-build e04160818fd48053 +14 19 1683968526620482684 /home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-update 23d3ad4e6cc2e63 +674 705 1683968527287482715 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/divider.S.obj 2be1cc850bb582b1 +677 813 1683968527414482721 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj 65c3d0bc9a9364e5 +813 839 1683968527430482722 clacer.elf 5280f3491fd22faa +676 706 1683968527293482716 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj ea5a113ad146a4e9 +677 712 1683968527306482716 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c.obj da94da883fce70c7 +1359 1361 0 pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-install c3008ea98abf7935 +131 1359 0 /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-build 2089f21c007f4f90 +681 718 1683968527302482716 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/pico_int64_ops_aeabi.S.obj cee486fe32eca176 +7 12 1683968566349484578 elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-done 617f1c2d7520e1da +5 7 0 /home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-install da11455db91baef8 +665 806 1683968527406482721 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj 22286abfd6c390e5 +1361 1366 1683968527967482748 /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-done b644e48f5ba67d09 +2 7 1683968526608482683 /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-mkdir dbc0244571daacd7 +591 616 1683968527212482712 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/lock_core.c.obj 8a09a7a4c45afaa1 +1361 1366 1683968527967482748 pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-done b644e48f5ba67d09 +705 735 1683968527335482718 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp.obj 32d88bcfdc8a3bed +14 20 1683968526620482684 /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-update fd2dab465702d9df +663 732 1683968527332482718 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj 55fe20d6e044adc6 +14 19 1683968526620482684 elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-update 23d3ad4e6cc2e63 +702 718 1683968527312482717 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S.obj aa3da46c87aebc80 +712 775 1683968527375482720 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj 75a33d76ffae6f51 +702 811 1683968527411482721 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj 15295467d881c664 +2 7 1683968526608482683 /home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-mkdir 81cae4e9bf58157e +1361 1366 1683968527967482748 pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild-complete b644e48f5ba67d09 +706 783 1683968527384482720 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj c73d08b0a39cc480 +20 21 1683968526621482684 pico-sdk/src/rp2_common/boot_stage2/bs2_default.bin 279a17d169ac8073 +631 709 1683968527306482716 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj eafdf7ee6ba8df43 +709 767 1683968527367482719 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj bcb636ed93d1d3f1 +592 723 1683968527323482717 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj 47afa0b68d873658 +7 14 1683968526615482683 pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-download 74a1871b2e674814 +131 1359 0 pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-build 2089f21c007f4f90 +702 718 1683968527312482717 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S.obj 7254c36526182246 +609 674 1683968527252482714 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c.obj 616aac9170454dec +1359 1361 0 /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-install c3008ea98abf7935 +7 14 1683968526614482683 /home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-download b7409e38ada9ba00 +2 7 1683968526608482683 pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-mkdir dbc0244571daacd7 +20 24 1683968526624482684 pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-patch 8f23def52607155b +591 675 1683968527274482715 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj d1fcca7c5c2dac0a +684 718 1683968527306482716 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj cd2bc62573ba3a50 +628 702 1683968527297482716 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj f3edc5e314b4c803 +696 730 1683968527330482717 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c.obj d3dbbbdc0fca1103 +24 206 1683968526806482693 /home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-configure ed736c8b86e88cea +20 24 1683968526624482684 /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-patch 8f23def52607155b +20 21 1683968526621482684 /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default.bin 279a17d169ac8073 +591 641 1683968527237482713 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/critical_section.c.obj 98d31194e38d6622 +19 24 1683968526624482684 elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-patch 3df2e2acf74822b3 +21 41 1683968526639482685 /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default_padded_checksummed.S caf84794fcdd7802 +24 131 1683968526732482689 /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-configure 288b2a78b035e7d4 +591 674 1683968527260482714 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj 5728a26b2ff607d3 +591 631 1683968527222482712 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj cd681a7d2fe0d88 +1361 1366 1683968527967482748 /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild-complete b644e48f5ba67d09 +19 24 1683968526624482684 /home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-patch 3df2e2acf74822b3 +21 41 1683968526639482685 pico-sdk/src/rp2_common/boot_stage2/bs2_default_padded_checksummed.S caf84794fcdd7802 +2 6 0 elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-build e04160818fd48053 +2 6 0 /home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-build e04160818fd48053 +2 6 0 pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-build 2089f21c007f4f90 +2 6 0 /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-build 2089f21c007f4f90 +6 8 0 elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-install da11455db91baef8 +6 8 0 /home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-install da11455db91baef8 +6 8 0 pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-install c3008ea98abf7935 +6 8 0 /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-install c3008ea98abf7935 +8 13 1683968673232489675 CMakeFiles/ELF2UF2Build-complete 617f1c2d7520e1da +8 13 1683968673232489675 elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-done 617f1c2d7520e1da +8 13 1683968673232489675 /home/spider_pig/src/c/pico/clacer/build/CMakeFiles/ELF2UF2Build-complete 617f1c2d7520e1da +8 13 1683968673232489675 /home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-done 617f1c2d7520e1da +8 13 1683968673232489675 pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild-complete b644e48f5ba67d09 +8 13 1683968673232489675 pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-done b644e48f5ba67d09 +8 13 1683968673232489675 /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild-complete b644e48f5ba67d09 +8 13 1683968673232489675 /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-done b644e48f5ba67d09 +2 6 0 elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-build e04160818fd48053 +2 6 0 /home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-build e04160818fd48053 +2 6 0 pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-build 2089f21c007f4f90 +2 6 0 /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-build 2089f21c007f4f90 +6 8 0 elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-install da11455db91baef8 +6 8 0 /home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-install da11455db91baef8 +6 8 0 pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-install c3008ea98abf7935 +6 8 0 /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-install c3008ea98abf7935 +8 12 1683968918453501368 CMakeFiles/ELF2UF2Build-complete 617f1c2d7520e1da +8 12 1683968918453501368 elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-done 617f1c2d7520e1da +8 12 1683968918453501368 /home/spider_pig/src/c/pico/clacer/build/CMakeFiles/ELF2UF2Build-complete 617f1c2d7520e1da +8 12 1683968918453501368 /home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-done 617f1c2d7520e1da +8 13 1683968918453501368 pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild-complete b644e48f5ba67d09 +8 13 1683968918453501368 pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-done b644e48f5ba67d09 +8 13 1683968918453501368 /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild-complete b644e48f5ba67d09 +8 13 1683968918453501368 /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-done b644e48f5ba67d09 diff --git a/build/CMakeCache.txt b/build/CMakeCache.txt new file mode 100644 index 0000000..8c33d66 --- /dev/null +++ b/build/CMakeCache.txt @@ -0,0 +1,521 @@ +# This is the CMakeCache file. +# For build in directory: /home/spider_pig/src/c/pico/clacer/build +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/arm-none-eabi-addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/arm-none-eabi-ar + +//ASM compiler +CMAKE_ASM_COMPILER:STRING=/usr/bin/arm-none-eabi-gcc + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_ASM_COMPILER_AR:FILEPATH=/usr/bin/arm-none-eabi-gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_ASM_COMPILER_RANLIB:FILEPATH=/usr/bin/arm-none-eabi-gcc-ranlib + +//Flags used by the ASM compiler during all build types. +CMAKE_ASM_FLAGS:STRING=-mcpu=cortex-m0plus -mthumb + +//Flags used by the ASM compiler during DEBUG builds. +CMAKE_ASM_FLAGS_DEBUG:STRING=-Og -g + +//Flags used by the ASM compiler during MINSIZEREL builds. +CMAKE_ASM_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the ASM compiler during RELEASE builds. +CMAKE_ASM_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the ASM compiler during RELWITHDEBINFO builds. +CMAKE_ASM_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//No help, variable specified on the command line. +CMAKE_BUILD_TYPE:STRING=Debug + +//No help, variable specified on the command line. +CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/arm-none-eabi-g++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/arm-none-eabi-gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/arm-none-eabi-gcc-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING=-mcpu=cortex-m0plus -mthumb + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-Og -g + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//No help, variable specified on the command line. +CMAKE_C_COMPILER:FILEPATH=/usr/bin/arm-none-eabi-gcc + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/arm-none-eabi-gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/arm-none-eabi-gcc-ranlib + +//Flags used by the C compiler during all build types. +CMAKE_C_FLAGS:STRING=-mcpu=cortex-m0plus -mthumb + +//Flags used by the C compiler during DEBUG builds. +CMAKE_C_FLAGS_DEBUG:STRING=-Og -g + +//Flags used by the C compiler during MINSIZEREL builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the C compiler during RELEASE builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the C compiler during RELWITHDEBINFO builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=/usr/lib/llvm/15/bin/dlltool + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//No help, variable specified on the command line. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/spider_pig/src/c/pico/clacer/build/CMakeFiles/pkgRedirects + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/arm-none-eabi-ld + +//Program used to build from build.ninja files. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/arm-none-eabi-nm + +CMAKE_OBJCOPY:FILEPATH=/usr/bin/arm-none-eabi-objcopy + +CMAKE_OBJDUMP:FILEPATH=/usr/bin/arm-none-eabi-objdump + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=clacer + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/arm-none-eabi-ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/arm-none-eabi-readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/arm-none-eabi-strip + +//The CMake toolchain file +CMAKE_TOOLCHAIN_FILE:FILEPATH=/home/spider_pig/src/c/pico/pico-sdk/cmake/preload/toolchains/pico_arm_gcc.cmake + +//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. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Dot tool for use with Doxygen +DOXYGEN_DOT_EXECUTABLE:FILEPATH=DOXYGEN_DOT_EXECUTABLE-NOTFOUND + +//Doxygen documentation generation tool (https://www.doxygen.nl) +DOXYGEN_EXECUTABLE:FILEPATH=DOXYGEN_EXECUTABLE-NOTFOUND + +//PICO target board (e.g. pico) +PICO_BOARD:STRING=pico + +//PICO board header directories +PICO_BOARD_HEADER_DIRS:STRING= + +//Build HTML Doxygen docs +PICO_BUILD_DOCS:BOOL=OFF + +//Path to a program. +PICO_COMPILER_CC:FILEPATH=/usr/bin/arm-none-eabi-gcc + +//Path to a program. +PICO_COMPILER_CXX:FILEPATH=/usr/bin/arm-none-eabi-g++ + +//Default binaries to Copy code to RAM when booting from flash +PICO_COPY_TO_RAM:BOOL=OFF + +//boot stage 2 short name +PICO_DEFAULT_BOOT_STAGE2:STRING=compile_time_choice + +//Build debug builds with -O0 +PICO_DEOPTIMIZED_DEBUG:BOOL=OFF + +//Default binaries to not not use flash +PICO_NO_FLASH:BOOL=OFF + +//Path to a program. +PICO_OBJCOPY:FILEPATH=/usr/bin/arm-none-eabi-objcopy + +//Path to a program. +PICO_OBJDUMP:FILEPATH=/usr/bin/arm-none-eabi-objdump + +//PICO Build platform (e.g. rp2040, host) +PICO_PLATFORM:STRING=rp2040 + +//Set to ON to fetch copy of SDK from git if not otherwise locatable +PICO_SDK_FETCH_FROM_GIT:BOOL= + +//location to download SDK +PICO_SDK_FETCH_FROM_GIT_PATH:FILEPATH= + +//Path to the Raspberry Pi Pico SDK +PICO_SDK_PATH:PATH=/home/spider_pig/src/c/pico/pico-sdk + +//Globablly enable stdio semihosting +PICO_STDIO_SEMIHOSTING:BOOL=OFF + +//Globablly enable stdio UART +PICO_STDIO_UART:BOOL=ON + +//Globablly enable stdio USB +PICO_STDIO_USB:BOOL=OFF + +//Value Computed by CMake +clacer_BINARY_DIR:STATIC=/home/spider_pig/src/c/pico/clacer/build + +//Value Computed by CMake +clacer_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +clacer_SOURCE_DIR:STATIC=/home/spider_pig/src/c/pico/clacer + +//Value Computed by CMake +display_BINARY_DIR:STATIC=/home/spider_pig/src/c/pico/clacer/build + +//Value Computed by CMake +display_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +display_SOURCE_DIR:STATIC=/home/spider_pig/src/c/pico/clacer + +//The directory containing a CMake configuration file for pico-sdk-tools. +pico-sdk-tools_DIR:PATH=pico-sdk-tools_DIR-NOTFOUND + +//Value Computed by CMake +pico_sdk_BINARY_DIR:STATIC=/home/spider_pig/src/c/pico/clacer/build/pico-sdk + +//Value Computed by CMake +pico_sdk_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +pico_sdk_SOURCE_DIR:STATIC=/home/spider_pig/src/c/pico/pico-sdk + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_COMPILER +CMAKE_ASM_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_COMPILER_AR +CMAKE_ASM_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_COMPILER_RANLIB +CMAKE_ASM_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +CMAKE_ASM_COMPILER_WORKS:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS +CMAKE_ASM_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_DEBUG +CMAKE_ASM_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_MINSIZEREL +CMAKE_ASM_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELEASE +CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO +CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/spider_pig/src/c/pico/clacer/build +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=25 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Ninja +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/spider_pig/src/c/pico/clacer +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=80 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DOXYGEN_DOT_EXECUTABLE +DOXYGEN_DOT_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DOXYGEN_EXECUTABLE +DOXYGEN_EXECUTABLE-ADVANCED:INTERNAL=1 +FAMILY_MCUS:INTERNAL=RP2040 +//Details about finding Python3 +FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[/usr/bin/python3.11][cfound components: Interpreter ][v3.11.3()] +PICO_BOOT_STAGE2_DIR:INTERNAL=/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2 +PICO_CMAKE_PRELOAD_PLATFORM_DIR:INTERNAL=/home/spider_pig/src/c/pico/pico-sdk/cmake/preload/platforms +PICO_CMAKE_PRELOAD_PLATFORM_FILE:INTERNAL=/home/spider_pig/src/c/pico/pico-sdk/cmake/preload/platforms/rp2040.cmake +PICO_COMPILER_ASM:INTERNAL=/usr/bin/arm-none-eabi-gcc +PICO_DOXYGEN_EXCLUDE_PATHS:INTERNAL= /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/cmsis /home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/cmsis /home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/cmsis /home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/cmsis /home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs +PICO_DOXYGEN_PATHS:INTERNAL= /home/spider_pig/src/c/pico/pico-sdk/src/common /home/spider_pig/src/c/pico/pico-sdk/lib/cyw43-driver/src /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common /home/spider_pig/src/c/pico/pico-sdk/src/rp2040 +PICO_NO_HARDWARE:INTERNAL=0 +PICO_ON_DEVICE:INTERNAL=1 +PICO_PLATFORM_CMAKE_FILE:INTERNAL=/home/spider_pig/src/c/pico/pico-sdk/src/rp2040.cmake +//Enable build of SDK tests +PICO_SDK_TESTS_ENABLED:INTERNAL= +PICO_TOOLCHAIN_PATH:INTERNAL= +//Compiler reason failure +_Python3_Compiler_REASON_FAILURE:INTERNAL= +//Development reason failure +_Python3_Development_REASON_FAILURE:INTERNAL= +//Path to a program. +_Python3_EXECUTABLE:INTERNAL=/usr/bin/python3.11 +//Python3 Properties +_Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;11;3;32;;;/usr/lib/python3.11;/usr/lib/python3.11;/usr/lib/python3.11/site-packages;/usr/lib/python3.11/site-packages +_Python3_INTERPRETER_SIGNATURE:INTERNAL=c5ea8e56613f13ab5e55239a52af8d00 +//Interpreter reason failure +_Python3_Interpreter_REASON_FAILURE:INTERNAL= +//NumPy reason failure +_Python3_NumPy_REASON_FAILURE:INTERNAL= + diff --git a/build/CMakeFiles/3.25.3/CMakeASMCompiler.cmake b/build/CMakeFiles/3.25.3/CMakeASMCompiler.cmake new file mode 100644 index 0000000..5e82bf1 --- /dev/null +++ b/build/CMakeFiles/3.25.3/CMakeASMCompiler.cmake @@ -0,0 +1,21 @@ +set(CMAKE_ASM_COMPILER "/usr/bin/arm-none-eabi-gcc") +set(CMAKE_ASM_COMPILER_ARG1 "") +set(CMAKE_AR "/usr/bin/arm-none-eabi-ar") +set(CMAKE_ASM_COMPILER_AR "/usr/bin/arm-none-eabi-gcc-ar") +set(CMAKE_RANLIB "/usr/bin/arm-none-eabi-ranlib") +set(CMAKE_ASM_COMPILER_RANLIB "/usr/bin/arm-none-eabi-gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/arm-none-eabi-ld") +set(CMAKE_MT "") +set(CMAKE_ASM_COMPILER_LOADED 1) +set(CMAKE_ASM_COMPILER_ID "GNU") +set(CMAKE_ASM_COMPILER_VERSION "") +set(CMAKE_ASM_COMPILER_ENV_VAR "ASM") + + +set(CMAKE_ASM_COMPILER_SYSROOT "/usr/arm-none-eabi/usr") +set(CMAKE_COMPILER_SYSROOT "/usr/arm-none-eabi/usr") + +set(CMAKE_ASM_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_ASM_LINKER_PREFERENCE 0) + + diff --git a/build/CMakeFiles/3.25.3/CMakeCCompiler.cmake b/build/CMakeFiles/3.25.3/CMakeCCompiler.cmake new file mode 100644 index 0000000..9bfa653 --- /dev/null +++ b/build/CMakeFiles/3.25.3/CMakeCCompiler.cmake @@ -0,0 +1,73 @@ +set(CMAKE_C_COMPILER "/usr/bin/arm-none-eabi-gcc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "13.1.0") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") +set(CMAKE_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_C_SIMULATE_VERSION "") + +set(CMAKE_C_COMPILER_SYSROOT "/usr/arm-none-eabi/usr") +set(CMAKE_COMPILER_SYSROOT "/usr/arm-none-eabi/usr") + + +set(CMAKE_AR "/usr/bin/arm-none-eabi-ar") +set(CMAKE_C_COMPILER_AR "/usr/bin/arm-none-eabi-gcc-ar") +set(CMAKE_RANLIB "/usr/bin/arm-none-eabi-ranlib") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/arm-none-eabi-gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/arm-none-eabi-ld") +set(CMAKE_MT "") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "4") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/arm-none-eabi/13/include;/usr/lib/gcc/arm-none-eabi/13/include-fixed;/usr/arm-none-eabi/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp;/usr/arm-none-eabi/lib/thumb/v6-m/nofp;/usr/lib/gcc/arm-none-eabi/13;/usr/arm-none-eabi/lib;/usr/arm-none-eabi/usr/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build/CMakeFiles/3.25.3/CMakeCXXCompiler.cmake b/build/CMakeFiles/3.25.3/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..8a11d18 --- /dev/null +++ b/build/CMakeFiles/3.25.3/CMakeCXXCompiler.cmake @@ -0,0 +1,84 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/arm-none-eabi-g++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "13.1.0") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") + +set(CMAKE_CXX_PLATFORM_ID "") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_CXX_SIMULATE_VERSION "") + +set(CMAKE_CXX_COMPILER_SYSROOT "/usr/arm-none-eabi/usr") +set(CMAKE_COMPILER_SYSROOT "/usr/arm-none-eabi/usr") + + +set(CMAKE_AR "/usr/bin/arm-none-eabi-ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/arm-none-eabi-gcc-ar") +set(CMAKE_RANLIB "/usr/bin/arm-none-eabi-ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/arm-none-eabi-gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/arm-none-eabi-ld") +set(CMAKE_MT "") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "4") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/arm-none-eabi/13/include/g++-v13;/usr/lib/gcc/arm-none-eabi/13/include/g++-v13/arm-none-eabi/thumb/v6-m/nofp;/usr/lib/gcc/arm-none-eabi/13/include/g++-v13/backward;/usr/lib/gcc/arm-none-eabi/13/include;/usr/lib/gcc/arm-none-eabi/13/include-fixed;/usr/arm-none-eabi/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp;/usr/arm-none-eabi/lib/thumb/v6-m/nofp;/usr/lib/gcc/arm-none-eabi/13;/usr/arm-none-eabi/lib;/usr/arm-none-eabi/usr/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build/CMakeFiles/3.25.3/CMakeDetermineCompilerABI_C.bin b/build/CMakeFiles/3.25.3/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000..a89d322 Binary files /dev/null and b/build/CMakeFiles/3.25.3/CMakeDetermineCompilerABI_C.bin differ diff --git a/build/CMakeFiles/3.25.3/CMakeDetermineCompilerABI_CXX.bin b/build/CMakeFiles/3.25.3/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..7c15a4c Binary files /dev/null and b/build/CMakeFiles/3.25.3/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/build/CMakeFiles/3.25.3/CMakeSystem.cmake b/build/CMakeFiles/3.25.3/CMakeSystem.cmake new file mode 100644 index 0000000..ddc89b1 --- /dev/null +++ b/build/CMakeFiles/3.25.3/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.1.19-gentoo") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.1.19-gentoo") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + +include("/home/spider_pig/src/c/pico/pico-sdk/cmake/preload/toolchains/pico_arm_gcc.cmake") + +set(CMAKE_SYSTEM "PICO") +set(CMAKE_SYSTEM_NAME "PICO") +set(CMAKE_SYSTEM_VERSION "") +set(CMAKE_SYSTEM_PROCESSOR "cortex-m0plus") + +set(CMAKE_CROSSCOMPILING "TRUE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/build/CMakeFiles/3.25.3/CompilerIdC/CMakeCCompilerId.c b/build/CMakeFiles/3.25.3/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..a83e378 --- /dev/null +++ b/build/CMakeFiles/3.25.3/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,868 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(1) +# if defined(__LCC__) +# define COMPILER_VERSION_MINOR DEC(__LCC__- 100) +# endif +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if !defined(__STDC__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif __STDC_VERSION__ > 201710L +# define C_VERSION "23" +#elif __STDC_VERSION__ >= 201710L +# define C_VERSION "17" +#elif __STDC_VERSION__ >= 201000L +# define C_VERSION "11" +#elif __STDC_VERSION__ >= 199901L +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/build/CMakeFiles/3.25.3/CompilerIdC/CMakeCCompilerId.o b/build/CMakeFiles/3.25.3/CompilerIdC/CMakeCCompilerId.o new file mode 100644 index 0000000..1c2b8e3 Binary files /dev/null and b/build/CMakeFiles/3.25.3/CompilerIdC/CMakeCCompilerId.o differ diff --git a/build/CMakeFiles/3.25.3/CompilerIdCXX/CMakeCXXCompilerId.cpp b/build/CMakeFiles/3.25.3/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..c9ba632 --- /dev/null +++ b/build/CMakeFiles/3.25.3/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,857 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__COMO__) +# define COMPILER_ID "Comeau" + /* __COMO_VERSION__ = VRR */ +# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) +# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) + +#elif defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(1) +# if defined(__LCC__) +# define COMPILER_VERSION_MINOR DEC(__LCC__- 100) +# endif +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L +# if defined(__INTEL_CXX11_MODE__) +# if defined(__cpp_aggregate_nsdmi) +# define CXX_STD 201402L +# else +# define CXX_STD 201103L +# endif +# else +# define CXX_STD 199711L +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# define CXX_STD _MSVC_LANG +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > 202002L + "23" +#elif CXX_STD > 201703L + "20" +#elif CXX_STD >= 201703L + "17" +#elif CXX_STD >= 201402L + "14" +#elif CXX_STD >= 201103L + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/build/CMakeFiles/3.25.3/CompilerIdCXX/CMakeCXXCompilerId.o b/build/CMakeFiles/3.25.3/CompilerIdCXX/CMakeCXXCompilerId.o new file mode 100644 index 0000000..639bffe Binary files /dev/null and b/build/CMakeFiles/3.25.3/CompilerIdCXX/CMakeCXXCompilerId.o differ diff --git a/build/CMakeFiles/CMakeError.log b/build/CMakeFiles/CMakeError.log new file mode 100644 index 0000000..e69de29 diff --git a/build/CMakeFiles/CMakeOutput.log b/build/CMakeFiles/CMakeOutput.log new file mode 100644 index 0000000..aafb3c3 --- /dev/null +++ b/build/CMakeFiles/CMakeOutput.log @@ -0,0 +1,318 @@ +The target system is: PICO - - cortex-m0plus +The host system is: Linux - 6.1.19-gentoo - x86_64 +Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. +Compiler: /usr/bin/arm-none-eabi-gcc +Build flags: -g;-O0;-mthumb;-mcpu=cortex-m0plus +Id flags: -c + +The output was: +0 + + +Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CMakeCCompilerId.o" + +The C compiler identification is GNU, found in "/home/spider_pig/src/c/pico/clacer/build/CMakeFiles/3.25.3/CompilerIdC/CMakeCCompilerId.o" + +Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. +Compiler: /usr/bin/arm-none-eabi-g++ +Build flags: ;-mcpu=cortex-m0plus;-mthumb +Id flags: -c + +The output was: +0 + + +Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CMakeCXXCompilerId.o" + +The CXX compiler identification is GNU, found in "/home/spider_pig/src/c/pico/clacer/build/CMakeFiles/3.25.3/CompilerIdCXX/CMakeCXXCompilerId.o" + +Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)": +arm-none-eabi-gcc (Gentoo 13.1.0-r1 p1) 13.1.0 +Copyright (C) 2023 Free Software Foundation, Inc. +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +Detecting C compiler ABI info compiled with the following output: +Change Dir: /home/spider_pig/src/c/pico/clacer/build/CMakeFiles/CMakeScratch/TryCompile-X3mExo + +Run Build Command(s):/usr/bin/ninja cmTC_b4cf7 && [1/2] Building C object CMakeFiles/cmTC_b4cf7.dir/CMakeCCompilerABI.c.obj +Using built-in specs. +COLLECT_GCC=/usr/bin/arm-none-eabi-gcc +Target: arm-none-eabi +Configured with: /var/tmp/portage/cross-arm-none-eabi/gcc-13.1.0-r1/work/gcc-13.1.0/configure --host=x86_64-pc-linux-gnu --target=arm-none-eabi --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/arm-none-eabi/gcc-bin/13 --includedir=/usr/lib/gcc/arm-none-eabi/13/include --datadir=/usr/share/gcc-data/arm-none-eabi/13 --mandir=/usr/share/gcc-data/arm-none-eabi/13/man --infodir=/usr/share/gcc-data/arm-none-eabi/13/info --with-gxx-include-dir=/usr/lib/gcc/arm-none-eabi/13/include/g++-v13 --with-python-dir=/share/gcc-data/arm-none-eabi/13/python --enable-languages=c,c++ --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 13.1.0-r1 p1' --with-gcc-major-version-only --disable-esp --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-poison-system-directories --disable-libstdcxx-time --with-sysroot=/usr/arm-none-eabi --disable-bootstrap --with-newlib --enable-multilib --disable-fixed-point --with-multilib-list=aprofile,rmprofile --disable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --without-isl --disable-libsanitizer --disable-default-pie --disable-default-ssp +Thread model: single +Supported LTO compression algorithms: zlib +gcc version 13.1.0 (Gentoo 13.1.0-r1 p1) +COLLECT_GCC_OPTIONS='-g' '-O0' '-mthumb' '-mcpu=cortex-m0plus' '-v' '-o' 'CMakeFiles/cmTC_b4cf7.dir/CMakeCCompilerABI.c.obj' '-c' '-mfloat-abi=soft' '-mlibarch=armv6s-m' '-march=armv6s-m' '-dumpdir' 'CMakeFiles/cmTC_b4cf7.dir/' + /usr/libexec/gcc/arm-none-eabi/13/cc1 -quiet -v -imultilib thumb/v6-m/nofp -D__USES_INITFINI__ /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_b4cf7.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mthumb -mcpu=cortex-m0plus -mfloat-abi=soft -mlibarch=armv6s-m -march=armv6s-m -g -O0 -version -o /tmp/ccLrmTGv.s +GNU C17 (Gentoo 13.1.0-r1 p1) version 13.1.0 (arm-none-eabi) + compiled by GNU C version 12.2.1 20230428, GMP version 6.2.1, MPFR version 4.2.0, MPC version 1.3.1, isl version none +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring nonexistent directory "/usr/arm-none-eabi/usr/local/include" +ignoring nonexistent directory "/usr/arm-none-eabi/usr/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/lib/gcc/arm-none-eabi/13/include + /usr/lib/gcc/arm-none-eabi/13/include-fixed + /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/include +End of search list. +Compiler executable checksum: 127782992c6f6198bd738f57d05328e4 +COLLECT_GCC_OPTIONS='-g' '-O0' '-mthumb' '-mcpu=cortex-m0plus' '-v' '-o' 'CMakeFiles/cmTC_b4cf7.dir/CMakeCCompilerABI.c.obj' '-c' '-mfloat-abi=soft' '-mlibarch=armv6s-m' '-march=armv6s-m' '-dumpdir' 'CMakeFiles/cmTC_b4cf7.dir/' + /usr/libexec/gcc/arm-none-eabi/as -march=armv6s-m -mfloat-abi=soft -meabi=5 -o CMakeFiles/cmTC_b4cf7.dir/CMakeCCompilerABI.c.obj /tmp/ccLrmTGv.s +COMPILER_PATH=/usr/libexec/gcc/arm-none-eabi/13/:/usr/libexec/gcc/arm-none-eabi/13/:/usr/libexec/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/13/:/usr/lib/gcc/arm-none-eabi/ +LIBRARY_PATH=/usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/:/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/:/usr/arm-none-eabi/lib/thumb/v6-m/nofp/:/usr/lib/gcc/arm-none-eabi/13/:/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/:/usr/arm-none-eabi/lib/:/usr/arm-none-eabi/usr/lib/ +COLLECT_GCC_OPTIONS='-g' '-O0' '-mthumb' '-mcpu=cortex-m0plus' '-v' '-o' 'CMakeFiles/cmTC_b4cf7.dir/CMakeCCompilerABI.c.obj' '-c' '-mfloat-abi=soft' '-mlibarch=armv6s-m' '-march=armv6s-m' '-dumpdir' 'CMakeFiles/cmTC_b4cf7.dir/CMakeCCompilerABI.c.' +[2/2] Linking C executable cmTC_b4cf7.elf +Using built-in specs. +COLLECT_GCC=/usr/bin/arm-none-eabi-gcc +COLLECT_LTO_WRAPPER=/usr/libexec/gcc/arm-none-eabi/13/lto-wrapper +Target: arm-none-eabi +Configured with: /var/tmp/portage/cross-arm-none-eabi/gcc-13.1.0-r1/work/gcc-13.1.0/configure --host=x86_64-pc-linux-gnu --target=arm-none-eabi --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/arm-none-eabi/gcc-bin/13 --includedir=/usr/lib/gcc/arm-none-eabi/13/include --datadir=/usr/share/gcc-data/arm-none-eabi/13 --mandir=/usr/share/gcc-data/arm-none-eabi/13/man --infodir=/usr/share/gcc-data/arm-none-eabi/13/info --with-gxx-include-dir=/usr/lib/gcc/arm-none-eabi/13/include/g++-v13 --with-python-dir=/share/gcc-data/arm-none-eabi/13/python --enable-languages=c,c++ --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 13.1.0-r1 p1' --with-gcc-major-version-only --disable-esp --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-poison-system-directories --disable-libstdcxx-time --with-sysroot=/usr/arm-none-eabi --disable-bootstrap --with-newlib --enable-multilib --disable-fixed-point --with-multilib-list=aprofile,rmprofile --disable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --without-isl --disable-libsanitizer --disable-default-pie --disable-default-ssp +Thread model: single +Supported LTO compression algorithms: zlib +gcc version 13.1.0 (Gentoo 13.1.0-r1 p1) +COMPILER_PATH=/usr/libexec/gcc/arm-none-eabi/13/:/usr/libexec/gcc/arm-none-eabi/13/:/usr/libexec/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/13/:/usr/lib/gcc/arm-none-eabi/ +LIBRARY_PATH=/usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/:/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/:/usr/arm-none-eabi/lib/thumb/v6-m/nofp/:/usr/lib/gcc/arm-none-eabi/13/:/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/:/usr/arm-none-eabi/lib/:/usr/arm-none-eabi/usr/lib/ +COLLECT_GCC_OPTIONS='-g' '-O0' '-mthumb' '-mcpu=cortex-m0plus' '-nostdlib' '-v' '-o' 'cmTC_b4cf7.elf' '-mfloat-abi=soft' '-mlibarch=armv6s-m' '-march=armv6s-m' '-dumpdir' 'cmTC_b4cf7.elf.' + /usr/libexec/gcc/arm-none-eabi/13/collect2 -plugin /usr/libexec/gcc/arm-none-eabi/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/arm-none-eabi/13/lto-wrapper -plugin-opt=-fresolution=/tmp/cc6TeY1G.res --sysroot=/usr/arm-none-eabi -X -o cmTC_b4cf7.elf -L/usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp -L/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp -L/usr/arm-none-eabi/lib/thumb/v6-m/nofp -L/usr/lib/gcc/arm-none-eabi/13 -L/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib -L/usr/arm-none-eabi/lib -L/usr/arm-none-eabi/usr/lib --build-id=none CMakeFiles/cmTC_b4cf7.dir/CMakeCCompilerABI.c.obj +/usr/libexec/gcc/arm-none-eabi/ld: warning: cannot find entry symbol _start; defaulting to 00008000 +COLLECT_GCC_OPTIONS='-g' '-O0' '-mthumb' '-mcpu=cortex-m0plus' '-nostdlib' '-v' '-o' 'cmTC_b4cf7.elf' '-mfloat-abi=soft' '-mlibarch=armv6s-m' '-march=armv6s-m' '-dumpdir' 'cmTC_b4cf7.elf.' + + + +Parsed C implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/arm-none-eabi/13/include] + add: [/usr/lib/gcc/arm-none-eabi/13/include-fixed] + add: [/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/include] + end of search list found + collapse include dir [/usr/lib/gcc/arm-none-eabi/13/include] ==> [/usr/lib/gcc/arm-none-eabi/13/include] + collapse include dir [/usr/lib/gcc/arm-none-eabi/13/include-fixed] ==> [/usr/lib/gcc/arm-none-eabi/13/include-fixed] + collapse include dir [/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/include] ==> [/usr/arm-none-eabi/include] + implicit include dirs: [/usr/lib/gcc/arm-none-eabi/13/include;/usr/lib/gcc/arm-none-eabi/13/include-fixed;/usr/arm-none-eabi/include] + + +Parsed C implicit link information from above output: + link line regex: [^( *|.*[/\])(arm-none-eabi-ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/spider_pig/src/c/pico/clacer/build/CMakeFiles/CMakeScratch/TryCompile-X3mExo] + ignore line: [] + ignore line: [Run Build Command(s):/usr/bin/ninja cmTC_b4cf7 && [1/2] Building C object CMakeFiles/cmTC_b4cf7.dir/CMakeCCompilerABI.c.obj] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/arm-none-eabi-gcc] + ignore line: [Target: arm-none-eabi] + ignore line: [Configured with: /var/tmp/portage/cross-arm-none-eabi/gcc-13.1.0-r1/work/gcc-13.1.0/configure --host=x86_64-pc-linux-gnu --target=arm-none-eabi --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/arm-none-eabi/gcc-bin/13 --includedir=/usr/lib/gcc/arm-none-eabi/13/include --datadir=/usr/share/gcc-data/arm-none-eabi/13 --mandir=/usr/share/gcc-data/arm-none-eabi/13/man --infodir=/usr/share/gcc-data/arm-none-eabi/13/info --with-gxx-include-dir=/usr/lib/gcc/arm-none-eabi/13/include/g++-v13 --with-python-dir=/share/gcc-data/arm-none-eabi/13/python --enable-languages=c c++ --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 13.1.0-r1 p1' --with-gcc-major-version-only --disable-esp --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-poison-system-directories --disable-libstdcxx-time --with-sysroot=/usr/arm-none-eabi --disable-bootstrap --with-newlib --enable-multilib --disable-fixed-point --with-multilib-list=aprofile rmprofile --disable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --without-isl --disable-libsanitizer --disable-default-pie --disable-default-ssp] + ignore line: [Thread model: single] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 13.1.0 (Gentoo 13.1.0-r1 p1) ] + ignore line: [COLLECT_GCC_OPTIONS='-g' '-O0' '-mthumb' '-mcpu=cortex-m0plus' '-v' '-o' 'CMakeFiles/cmTC_b4cf7.dir/CMakeCCompilerABI.c.obj' '-c' '-mfloat-abi=soft' '-mlibarch=armv6s-m' '-march=armv6s-m' '-dumpdir' 'CMakeFiles/cmTC_b4cf7.dir/'] + ignore line: [ /usr/libexec/gcc/arm-none-eabi/13/cc1 -quiet -v -imultilib thumb/v6-m/nofp -D__USES_INITFINI__ /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_b4cf7.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mthumb -mcpu=cortex-m0plus -mfloat-abi=soft -mlibarch=armv6s-m -march=armv6s-m -g -O0 -version -o /tmp/ccLrmTGv.s] + ignore line: [GNU C17 (Gentoo 13.1.0-r1 p1) version 13.1.0 (arm-none-eabi)] + ignore line: [ compiled by GNU C version 12.2.1 20230428 GMP version 6.2.1 MPFR version 4.2.0 MPC version 1.3.1 isl version none] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/arm-none-eabi/usr/local/include"] + ignore line: [ignoring nonexistent directory "/usr/arm-none-eabi/usr/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/arm-none-eabi/13/include] + ignore line: [ /usr/lib/gcc/arm-none-eabi/13/include-fixed] + ignore line: [ /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 127782992c6f6198bd738f57d05328e4] + ignore line: [COLLECT_GCC_OPTIONS='-g' '-O0' '-mthumb' '-mcpu=cortex-m0plus' '-v' '-o' 'CMakeFiles/cmTC_b4cf7.dir/CMakeCCompilerABI.c.obj' '-c' '-mfloat-abi=soft' '-mlibarch=armv6s-m' '-march=armv6s-m' '-dumpdir' 'CMakeFiles/cmTC_b4cf7.dir/'] + ignore line: [ /usr/libexec/gcc/arm-none-eabi/as -march=armv6s-m -mfloat-abi=soft -meabi=5 -o CMakeFiles/cmTC_b4cf7.dir/CMakeCCompilerABI.c.obj /tmp/ccLrmTGv.s] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/arm-none-eabi/13/:/usr/libexec/gcc/arm-none-eabi/13/:/usr/libexec/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/13/:/usr/lib/gcc/arm-none-eabi/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/:/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/:/usr/arm-none-eabi/lib/thumb/v6-m/nofp/:/usr/lib/gcc/arm-none-eabi/13/:/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/:/usr/arm-none-eabi/lib/:/usr/arm-none-eabi/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-g' '-O0' '-mthumb' '-mcpu=cortex-m0plus' '-v' '-o' 'CMakeFiles/cmTC_b4cf7.dir/CMakeCCompilerABI.c.obj' '-c' '-mfloat-abi=soft' '-mlibarch=armv6s-m' '-march=armv6s-m' '-dumpdir' 'CMakeFiles/cmTC_b4cf7.dir/CMakeCCompilerABI.c.'] + ignore line: [[2/2] Linking C executable cmTC_b4cf7.elf] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/arm-none-eabi-gcc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/arm-none-eabi/13/lto-wrapper] + ignore line: [Target: arm-none-eabi] + ignore line: [Configured with: /var/tmp/portage/cross-arm-none-eabi/gcc-13.1.0-r1/work/gcc-13.1.0/configure --host=x86_64-pc-linux-gnu --target=arm-none-eabi --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/arm-none-eabi/gcc-bin/13 --includedir=/usr/lib/gcc/arm-none-eabi/13/include --datadir=/usr/share/gcc-data/arm-none-eabi/13 --mandir=/usr/share/gcc-data/arm-none-eabi/13/man --infodir=/usr/share/gcc-data/arm-none-eabi/13/info --with-gxx-include-dir=/usr/lib/gcc/arm-none-eabi/13/include/g++-v13 --with-python-dir=/share/gcc-data/arm-none-eabi/13/python --enable-languages=c c++ --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 13.1.0-r1 p1' --with-gcc-major-version-only --disable-esp --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-poison-system-directories --disable-libstdcxx-time --with-sysroot=/usr/arm-none-eabi --disable-bootstrap --with-newlib --enable-multilib --disable-fixed-point --with-multilib-list=aprofile rmprofile --disable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --without-isl --disable-libsanitizer --disable-default-pie --disable-default-ssp] + ignore line: [Thread model: single] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 13.1.0 (Gentoo 13.1.0-r1 p1) ] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/arm-none-eabi/13/:/usr/libexec/gcc/arm-none-eabi/13/:/usr/libexec/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/13/:/usr/lib/gcc/arm-none-eabi/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/:/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/:/usr/arm-none-eabi/lib/thumb/v6-m/nofp/:/usr/lib/gcc/arm-none-eabi/13/:/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/:/usr/arm-none-eabi/lib/:/usr/arm-none-eabi/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-g' '-O0' '-mthumb' '-mcpu=cortex-m0plus' '-nostdlib' '-v' '-o' 'cmTC_b4cf7.elf' '-mfloat-abi=soft' '-mlibarch=armv6s-m' '-march=armv6s-m' '-dumpdir' 'cmTC_b4cf7.elf.'] + link line: [ /usr/libexec/gcc/arm-none-eabi/13/collect2 -plugin /usr/libexec/gcc/arm-none-eabi/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/arm-none-eabi/13/lto-wrapper -plugin-opt=-fresolution=/tmp/cc6TeY1G.res --sysroot=/usr/arm-none-eabi -X -o cmTC_b4cf7.elf -L/usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp -L/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp -L/usr/arm-none-eabi/lib/thumb/v6-m/nofp -L/usr/lib/gcc/arm-none-eabi/13 -L/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib -L/usr/arm-none-eabi/lib -L/usr/arm-none-eabi/usr/lib --build-id=none CMakeFiles/cmTC_b4cf7.dir/CMakeCCompilerABI.c.obj] + arg [/usr/libexec/gcc/arm-none-eabi/13/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/libexec/gcc/arm-none-eabi/13/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/libexec/gcc/arm-none-eabi/13/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cc6TeY1G.res] ==> ignore + arg [--sysroot=/usr/arm-none-eabi] ==> ignore + arg [-X] ==> ignore + arg [-o] ==> ignore + arg [cmTC_b4cf7.elf] ==> ignore + arg [-L/usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp] ==> dir [/usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp] + arg [-L/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp] ==> dir [/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp] + arg [-L/usr/arm-none-eabi/lib/thumb/v6-m/nofp] ==> dir [/usr/arm-none-eabi/lib/thumb/v6-m/nofp] + arg [-L/usr/lib/gcc/arm-none-eabi/13] ==> dir [/usr/lib/gcc/arm-none-eabi/13] + arg [-L/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib] ==> dir [/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib] + arg [-L/usr/arm-none-eabi/lib] ==> dir [/usr/arm-none-eabi/lib] + arg [-L/usr/arm-none-eabi/usr/lib] ==> dir [/usr/arm-none-eabi/usr/lib] + arg [--build-id=none] ==> ignore + arg [CMakeFiles/cmTC_b4cf7.dir/CMakeCCompilerABI.c.obj] ==> ignore + collapse library dir [/usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp] ==> [/usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp] + collapse library dir [/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp] ==> [/usr/arm-none-eabi/lib/thumb/v6-m/nofp] + collapse library dir [/usr/arm-none-eabi/lib/thumb/v6-m/nofp] ==> [/usr/arm-none-eabi/lib/thumb/v6-m/nofp] + collapse library dir [/usr/lib/gcc/arm-none-eabi/13] ==> [/usr/lib/gcc/arm-none-eabi/13] + collapse library dir [/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib] ==> [/usr/arm-none-eabi/lib] + collapse library dir [/usr/arm-none-eabi/lib] ==> [/usr/arm-none-eabi/lib] + collapse library dir [/usr/arm-none-eabi/usr/lib] ==> [/usr/arm-none-eabi/usr/lib] + implicit libs: [] + implicit objs: [] + implicit dirs: [/usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp;/usr/arm-none-eabi/lib/thumb/v6-m/nofp;/usr/lib/gcc/arm-none-eabi/13;/usr/arm-none-eabi/lib;/usr/arm-none-eabi/usr/lib] + implicit fwks: [] + + +Detecting CXX compiler ABI info compiled with the following output: +Change Dir: /home/spider_pig/src/c/pico/clacer/build/CMakeFiles/CMakeScratch/TryCompile-GSe0eQ + +Run Build Command(s):/usr/bin/ninja cmTC_cb0f1 && [1/2] Building CXX object CMakeFiles/cmTC_cb0f1.dir/CMakeCXXCompilerABI.cpp.obj +Using built-in specs. +COLLECT_GCC=/usr/bin/arm-none-eabi-g++ +Target: arm-none-eabi +Configured with: /var/tmp/portage/cross-arm-none-eabi/gcc-13.1.0-r1/work/gcc-13.1.0/configure --host=x86_64-pc-linux-gnu --target=arm-none-eabi --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/arm-none-eabi/gcc-bin/13 --includedir=/usr/lib/gcc/arm-none-eabi/13/include --datadir=/usr/share/gcc-data/arm-none-eabi/13 --mandir=/usr/share/gcc-data/arm-none-eabi/13/man --infodir=/usr/share/gcc-data/arm-none-eabi/13/info --with-gxx-include-dir=/usr/lib/gcc/arm-none-eabi/13/include/g++-v13 --with-python-dir=/share/gcc-data/arm-none-eabi/13/python --enable-languages=c,c++ --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 13.1.0-r1 p1' --with-gcc-major-version-only --disable-esp --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-poison-system-directories --disable-libstdcxx-time --with-sysroot=/usr/arm-none-eabi --disable-bootstrap --with-newlib --enable-multilib --disable-fixed-point --with-multilib-list=aprofile,rmprofile --disable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --without-isl --disable-libsanitizer --disable-default-pie --disable-default-ssp +Thread model: single +Supported LTO compression algorithms: zlib +gcc version 13.1.0 (Gentoo 13.1.0-r1 p1) +COLLECT_GCC_OPTIONS='-mcpu=cortex-m0plus' '-mthumb' '-v' '-o' 'CMakeFiles/cmTC_cb0f1.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mfloat-abi=soft' '-mlibarch=armv6s-m' '-march=armv6s-m' '-dumpdir' 'CMakeFiles/cmTC_cb0f1.dir/' + /usr/libexec/gcc/arm-none-eabi/13/cc1plus -quiet -v -imultilib thumb/v6-m/nofp -D__USES_INITFINI__ /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_cb0f1.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mcpu=cortex-m0plus -mthumb -mfloat-abi=soft -mlibarch=armv6s-m -march=armv6s-m -version -o /tmp/cc4YRtZX.s +GNU C++17 (Gentoo 13.1.0-r1 p1) version 13.1.0 (arm-none-eabi) + compiled by GNU C version 12.2.1 20230428, GMP version 6.2.1, MPFR version 4.2.0, MPC version 1.3.1, isl version none +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring nonexistent directory "/usr/arm-none-eabi/usr/local/include" +ignoring nonexistent directory "/usr/arm-none-eabi/usr/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/lib/gcc/arm-none-eabi/13/include/g++-v13 + /usr/lib/gcc/arm-none-eabi/13/include/g++-v13/arm-none-eabi/thumb/v6-m/nofp + /usr/lib/gcc/arm-none-eabi/13/include/g++-v13/backward + /usr/lib/gcc/arm-none-eabi/13/include + /usr/lib/gcc/arm-none-eabi/13/include-fixed + /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/include +End of search list. +Compiler executable checksum: e8960c6e977e4223841e1540a599fcde +COLLECT_GCC_OPTIONS='-mcpu=cortex-m0plus' '-mthumb' '-v' '-o' 'CMakeFiles/cmTC_cb0f1.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mfloat-abi=soft' '-mlibarch=armv6s-m' '-march=armv6s-m' '-dumpdir' 'CMakeFiles/cmTC_cb0f1.dir/' + /usr/libexec/gcc/arm-none-eabi/as -march=armv6s-m -mfloat-abi=soft -meabi=5 -o CMakeFiles/cmTC_cb0f1.dir/CMakeCXXCompilerABI.cpp.obj /tmp/cc4YRtZX.s +COMPILER_PATH=/usr/libexec/gcc/arm-none-eabi/13/:/usr/libexec/gcc/arm-none-eabi/13/:/usr/libexec/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/13/:/usr/lib/gcc/arm-none-eabi/ +LIBRARY_PATH=/usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/:/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/:/usr/arm-none-eabi/lib/thumb/v6-m/nofp/:/usr/lib/gcc/arm-none-eabi/13/:/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/:/usr/arm-none-eabi/lib/:/usr/arm-none-eabi/usr/lib/ +COLLECT_GCC_OPTIONS='-mcpu=cortex-m0plus' '-mthumb' '-v' '-o' 'CMakeFiles/cmTC_cb0f1.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mfloat-abi=soft' '-mlibarch=armv6s-m' '-march=armv6s-m' '-dumpdir' 'CMakeFiles/cmTC_cb0f1.dir/CMakeCXXCompilerABI.cpp.' +[2/2] Linking CXX executable cmTC_cb0f1.elf +Using built-in specs. +COLLECT_GCC=/usr/bin/arm-none-eabi-g++ +COLLECT_LTO_WRAPPER=/usr/libexec/gcc/arm-none-eabi/13/lto-wrapper +Target: arm-none-eabi +Configured with: /var/tmp/portage/cross-arm-none-eabi/gcc-13.1.0-r1/work/gcc-13.1.0/configure --host=x86_64-pc-linux-gnu --target=arm-none-eabi --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/arm-none-eabi/gcc-bin/13 --includedir=/usr/lib/gcc/arm-none-eabi/13/include --datadir=/usr/share/gcc-data/arm-none-eabi/13 --mandir=/usr/share/gcc-data/arm-none-eabi/13/man --infodir=/usr/share/gcc-data/arm-none-eabi/13/info --with-gxx-include-dir=/usr/lib/gcc/arm-none-eabi/13/include/g++-v13 --with-python-dir=/share/gcc-data/arm-none-eabi/13/python --enable-languages=c,c++ --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 13.1.0-r1 p1' --with-gcc-major-version-only --disable-esp --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-poison-system-directories --disable-libstdcxx-time --with-sysroot=/usr/arm-none-eabi --disable-bootstrap --with-newlib --enable-multilib --disable-fixed-point --with-multilib-list=aprofile,rmprofile --disable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --without-isl --disable-libsanitizer --disable-default-pie --disable-default-ssp +Thread model: single +Supported LTO compression algorithms: zlib +gcc version 13.1.0 (Gentoo 13.1.0-r1 p1) +COMPILER_PATH=/usr/libexec/gcc/arm-none-eabi/13/:/usr/libexec/gcc/arm-none-eabi/13/:/usr/libexec/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/13/:/usr/lib/gcc/arm-none-eabi/ +LIBRARY_PATH=/usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/:/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/:/usr/arm-none-eabi/lib/thumb/v6-m/nofp/:/usr/lib/gcc/arm-none-eabi/13/:/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/:/usr/arm-none-eabi/lib/:/usr/arm-none-eabi/usr/lib/ +COLLECT_GCC_OPTIONS='-mcpu=cortex-m0plus' '-mthumb' '-nostdlib' '-v' '-o' 'cmTC_cb0f1.elf' '-mfloat-abi=soft' '-mlibarch=armv6s-m' '-march=armv6s-m' '-dumpdir' 'cmTC_cb0f1.elf.' + /usr/libexec/gcc/arm-none-eabi/13/collect2 -plugin /usr/libexec/gcc/arm-none-eabi/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/arm-none-eabi/13/lto-wrapper -plugin-opt=-fresolution=/tmp/cc1jm1CH.res --sysroot=/usr/arm-none-eabi -X -o cmTC_cb0f1.elf -L/usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp -L/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp -L/usr/arm-none-eabi/lib/thumb/v6-m/nofp -L/usr/lib/gcc/arm-none-eabi/13 -L/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib -L/usr/arm-none-eabi/lib -L/usr/arm-none-eabi/usr/lib --build-id=none CMakeFiles/cmTC_cb0f1.dir/CMakeCXXCompilerABI.cpp.obj +/usr/libexec/gcc/arm-none-eabi/ld: warning: cannot find entry symbol _start; defaulting to 00008000 +COLLECT_GCC_OPTIONS='-mcpu=cortex-m0plus' '-mthumb' '-nostdlib' '-v' '-o' 'cmTC_cb0f1.elf' '-mfloat-abi=soft' '-mlibarch=armv6s-m' '-march=armv6s-m' '-dumpdir' 'cmTC_cb0f1.elf.' + + + +Parsed CXX implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/arm-none-eabi/13/include/g++-v13] + add: [/usr/lib/gcc/arm-none-eabi/13/include/g++-v13/arm-none-eabi/thumb/v6-m/nofp] + add: [/usr/lib/gcc/arm-none-eabi/13/include/g++-v13/backward] + add: [/usr/lib/gcc/arm-none-eabi/13/include] + add: [/usr/lib/gcc/arm-none-eabi/13/include-fixed] + add: [/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/include] + end of search list found + collapse include dir [/usr/lib/gcc/arm-none-eabi/13/include/g++-v13] ==> [/usr/lib/gcc/arm-none-eabi/13/include/g++-v13] + collapse include dir [/usr/lib/gcc/arm-none-eabi/13/include/g++-v13/arm-none-eabi/thumb/v6-m/nofp] ==> [/usr/lib/gcc/arm-none-eabi/13/include/g++-v13/arm-none-eabi/thumb/v6-m/nofp] + collapse include dir [/usr/lib/gcc/arm-none-eabi/13/include/g++-v13/backward] ==> [/usr/lib/gcc/arm-none-eabi/13/include/g++-v13/backward] + collapse include dir [/usr/lib/gcc/arm-none-eabi/13/include] ==> [/usr/lib/gcc/arm-none-eabi/13/include] + collapse include dir [/usr/lib/gcc/arm-none-eabi/13/include-fixed] ==> [/usr/lib/gcc/arm-none-eabi/13/include-fixed] + collapse include dir [/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/include] ==> [/usr/arm-none-eabi/include] + implicit include dirs: [/usr/lib/gcc/arm-none-eabi/13/include/g++-v13;/usr/lib/gcc/arm-none-eabi/13/include/g++-v13/arm-none-eabi/thumb/v6-m/nofp;/usr/lib/gcc/arm-none-eabi/13/include/g++-v13/backward;/usr/lib/gcc/arm-none-eabi/13/include;/usr/lib/gcc/arm-none-eabi/13/include-fixed;/usr/arm-none-eabi/include] + + +Parsed CXX implicit link information from above output: + link line regex: [^( *|.*[/\])(arm-none-eabi-ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/spider_pig/src/c/pico/clacer/build/CMakeFiles/CMakeScratch/TryCompile-GSe0eQ] + ignore line: [] + ignore line: [Run Build Command(s):/usr/bin/ninja cmTC_cb0f1 && [1/2] Building CXX object CMakeFiles/cmTC_cb0f1.dir/CMakeCXXCompilerABI.cpp.obj] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/arm-none-eabi-g++] + ignore line: [Target: arm-none-eabi] + ignore line: [Configured with: /var/tmp/portage/cross-arm-none-eabi/gcc-13.1.0-r1/work/gcc-13.1.0/configure --host=x86_64-pc-linux-gnu --target=arm-none-eabi --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/arm-none-eabi/gcc-bin/13 --includedir=/usr/lib/gcc/arm-none-eabi/13/include --datadir=/usr/share/gcc-data/arm-none-eabi/13 --mandir=/usr/share/gcc-data/arm-none-eabi/13/man --infodir=/usr/share/gcc-data/arm-none-eabi/13/info --with-gxx-include-dir=/usr/lib/gcc/arm-none-eabi/13/include/g++-v13 --with-python-dir=/share/gcc-data/arm-none-eabi/13/python --enable-languages=c c++ --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 13.1.0-r1 p1' --with-gcc-major-version-only --disable-esp --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-poison-system-directories --disable-libstdcxx-time --with-sysroot=/usr/arm-none-eabi --disable-bootstrap --with-newlib --enable-multilib --disable-fixed-point --with-multilib-list=aprofile rmprofile --disable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --without-isl --disable-libsanitizer --disable-default-pie --disable-default-ssp] + ignore line: [Thread model: single] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 13.1.0 (Gentoo 13.1.0-r1 p1) ] + ignore line: [COLLECT_GCC_OPTIONS='-mcpu=cortex-m0plus' '-mthumb' '-v' '-o' 'CMakeFiles/cmTC_cb0f1.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mfloat-abi=soft' '-mlibarch=armv6s-m' '-march=armv6s-m' '-dumpdir' 'CMakeFiles/cmTC_cb0f1.dir/'] + ignore line: [ /usr/libexec/gcc/arm-none-eabi/13/cc1plus -quiet -v -imultilib thumb/v6-m/nofp -D__USES_INITFINI__ /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_cb0f1.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mcpu=cortex-m0plus -mthumb -mfloat-abi=soft -mlibarch=armv6s-m -march=armv6s-m -version -o /tmp/cc4YRtZX.s] + ignore line: [GNU C++17 (Gentoo 13.1.0-r1 p1) version 13.1.0 (arm-none-eabi)] + ignore line: [ compiled by GNU C version 12.2.1 20230428 GMP version 6.2.1 MPFR version 4.2.0 MPC version 1.3.1 isl version none] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/arm-none-eabi/usr/local/include"] + ignore line: [ignoring nonexistent directory "/usr/arm-none-eabi/usr/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/arm-none-eabi/13/include/g++-v13] + ignore line: [ /usr/lib/gcc/arm-none-eabi/13/include/g++-v13/arm-none-eabi/thumb/v6-m/nofp] + ignore line: [ /usr/lib/gcc/arm-none-eabi/13/include/g++-v13/backward] + ignore line: [ /usr/lib/gcc/arm-none-eabi/13/include] + ignore line: [ /usr/lib/gcc/arm-none-eabi/13/include-fixed] + ignore line: [ /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: e8960c6e977e4223841e1540a599fcde] + ignore line: [COLLECT_GCC_OPTIONS='-mcpu=cortex-m0plus' '-mthumb' '-v' '-o' 'CMakeFiles/cmTC_cb0f1.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mfloat-abi=soft' '-mlibarch=armv6s-m' '-march=armv6s-m' '-dumpdir' 'CMakeFiles/cmTC_cb0f1.dir/'] + ignore line: [ /usr/libexec/gcc/arm-none-eabi/as -march=armv6s-m -mfloat-abi=soft -meabi=5 -o CMakeFiles/cmTC_cb0f1.dir/CMakeCXXCompilerABI.cpp.obj /tmp/cc4YRtZX.s] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/arm-none-eabi/13/:/usr/libexec/gcc/arm-none-eabi/13/:/usr/libexec/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/13/:/usr/lib/gcc/arm-none-eabi/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/:/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/:/usr/arm-none-eabi/lib/thumb/v6-m/nofp/:/usr/lib/gcc/arm-none-eabi/13/:/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/:/usr/arm-none-eabi/lib/:/usr/arm-none-eabi/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-mcpu=cortex-m0plus' '-mthumb' '-v' '-o' 'CMakeFiles/cmTC_cb0f1.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mfloat-abi=soft' '-mlibarch=armv6s-m' '-march=armv6s-m' '-dumpdir' 'CMakeFiles/cmTC_cb0f1.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] Linking CXX executable cmTC_cb0f1.elf] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/arm-none-eabi-g++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/arm-none-eabi/13/lto-wrapper] + ignore line: [Target: arm-none-eabi] + ignore line: [Configured with: /var/tmp/portage/cross-arm-none-eabi/gcc-13.1.0-r1/work/gcc-13.1.0/configure --host=x86_64-pc-linux-gnu --target=arm-none-eabi --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/arm-none-eabi/gcc-bin/13 --includedir=/usr/lib/gcc/arm-none-eabi/13/include --datadir=/usr/share/gcc-data/arm-none-eabi/13 --mandir=/usr/share/gcc-data/arm-none-eabi/13/man --infodir=/usr/share/gcc-data/arm-none-eabi/13/info --with-gxx-include-dir=/usr/lib/gcc/arm-none-eabi/13/include/g++-v13 --with-python-dir=/share/gcc-data/arm-none-eabi/13/python --enable-languages=c c++ --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 13.1.0-r1 p1' --with-gcc-major-version-only --disable-esp --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-poison-system-directories --disable-libstdcxx-time --with-sysroot=/usr/arm-none-eabi --disable-bootstrap --with-newlib --enable-multilib --disable-fixed-point --with-multilib-list=aprofile rmprofile --disable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --without-isl --disable-libsanitizer --disable-default-pie --disable-default-ssp] + ignore line: [Thread model: single] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 13.1.0 (Gentoo 13.1.0-r1 p1) ] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/arm-none-eabi/13/:/usr/libexec/gcc/arm-none-eabi/13/:/usr/libexec/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/13/:/usr/lib/gcc/arm-none-eabi/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/:/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/:/usr/arm-none-eabi/lib/thumb/v6-m/nofp/:/usr/lib/gcc/arm-none-eabi/13/:/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/:/usr/arm-none-eabi/lib/:/usr/arm-none-eabi/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-mcpu=cortex-m0plus' '-mthumb' '-nostdlib' '-v' '-o' 'cmTC_cb0f1.elf' '-mfloat-abi=soft' '-mlibarch=armv6s-m' '-march=armv6s-m' '-dumpdir' 'cmTC_cb0f1.elf.'] + link line: [ /usr/libexec/gcc/arm-none-eabi/13/collect2 -plugin /usr/libexec/gcc/arm-none-eabi/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/arm-none-eabi/13/lto-wrapper -plugin-opt=-fresolution=/tmp/cc1jm1CH.res --sysroot=/usr/arm-none-eabi -X -o cmTC_cb0f1.elf -L/usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp -L/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp -L/usr/arm-none-eabi/lib/thumb/v6-m/nofp -L/usr/lib/gcc/arm-none-eabi/13 -L/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib -L/usr/arm-none-eabi/lib -L/usr/arm-none-eabi/usr/lib --build-id=none CMakeFiles/cmTC_cb0f1.dir/CMakeCXXCompilerABI.cpp.obj] + arg [/usr/libexec/gcc/arm-none-eabi/13/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/libexec/gcc/arm-none-eabi/13/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/libexec/gcc/arm-none-eabi/13/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cc1jm1CH.res] ==> ignore + arg [--sysroot=/usr/arm-none-eabi] ==> ignore + arg [-X] ==> ignore + arg [-o] ==> ignore + arg [cmTC_cb0f1.elf] ==> ignore + arg [-L/usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp] ==> dir [/usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp] + arg [-L/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp] ==> dir [/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp] + arg [-L/usr/arm-none-eabi/lib/thumb/v6-m/nofp] ==> dir [/usr/arm-none-eabi/lib/thumb/v6-m/nofp] + arg [-L/usr/lib/gcc/arm-none-eabi/13] ==> dir [/usr/lib/gcc/arm-none-eabi/13] + arg [-L/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib] ==> dir [/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib] + arg [-L/usr/arm-none-eabi/lib] ==> dir [/usr/arm-none-eabi/lib] + arg [-L/usr/arm-none-eabi/usr/lib] ==> dir [/usr/arm-none-eabi/usr/lib] + arg [--build-id=none] ==> ignore + arg [CMakeFiles/cmTC_cb0f1.dir/CMakeCXXCompilerABI.cpp.obj] ==> ignore + collapse library dir [/usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp] ==> [/usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp] + collapse library dir [/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp] ==> [/usr/arm-none-eabi/lib/thumb/v6-m/nofp] + collapse library dir [/usr/arm-none-eabi/lib/thumb/v6-m/nofp] ==> [/usr/arm-none-eabi/lib/thumb/v6-m/nofp] + collapse library dir [/usr/lib/gcc/arm-none-eabi/13] ==> [/usr/lib/gcc/arm-none-eabi/13] + collapse library dir [/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib] ==> [/usr/arm-none-eabi/lib] + collapse library dir [/usr/arm-none-eabi/lib] ==> [/usr/arm-none-eabi/lib] + collapse library dir [/usr/arm-none-eabi/usr/lib] ==> [/usr/arm-none-eabi/usr/lib] + implicit libs: [] + implicit objs: [] + implicit dirs: [/usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp;/usr/arm-none-eabi/lib/thumb/v6-m/nofp;/usr/lib/gcc/arm-none-eabi/13;/usr/arm-none-eabi/lib;/usr/arm-none-eabi/usr/lib] + implicit fwks: [] + + diff --git a/build/CMakeFiles/ELF2UF2Build-complete b/build/CMakeFiles/ELF2UF2Build-complete new file mode 100644 index 0000000..e69de29 diff --git a/build/CMakeFiles/ELF2UF2Build.dir/Labels.json b/build/CMakeFiles/ELF2UF2Build.dir/Labels.json new file mode 100644 index 0000000..df16a68 --- /dev/null +++ b/build/CMakeFiles/ELF2UF2Build.dir/Labels.json @@ -0,0 +1,43 @@ +{ + "sources" : + [ + { + "file" : "/home/spider_pig/src/c/pico/clacer/build/CMakeFiles/ELF2UF2Build" + }, + { + "file" : "/home/spider_pig/src/c/pico/clacer/build/CMakeFiles/ELF2UF2Build.rule" + }, + { + "file" : "/home/spider_pig/src/c/pico/clacer/build/CMakeFiles/ELF2UF2Build-complete.rule" + }, + { + "file" : "/home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-build.rule" + }, + { + "file" : "/home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-configure.rule" + }, + { + "file" : "/home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-download.rule" + }, + { + "file" : "/home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-install.rule" + }, + { + "file" : "/home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-mkdir.rule" + }, + { + "file" : "/home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-patch.rule" + }, + { + "file" : "/home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-update.rule" + } + ], + "target" : + { + "labels" : + [ + "ELF2UF2Build" + ], + "name" : "ELF2UF2Build" + } +} \ No newline at end of file diff --git a/build/CMakeFiles/ELF2UF2Build.dir/Labels.txt b/build/CMakeFiles/ELF2UF2Build.dir/Labels.txt new file mode 100644 index 0000000..ae8a36a --- /dev/null +++ b/build/CMakeFiles/ELF2UF2Build.dir/Labels.txt @@ -0,0 +1,13 @@ +# Target labels + ELF2UF2Build +# Source files and their labels +/home/spider_pig/src/c/pico/clacer/build/CMakeFiles/ELF2UF2Build +/home/spider_pig/src/c/pico/clacer/build/CMakeFiles/ELF2UF2Build.rule +/home/spider_pig/src/c/pico/clacer/build/CMakeFiles/ELF2UF2Build-complete.rule +/home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-build.rule +/home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-configure.rule +/home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-download.rule +/home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-install.rule +/home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-mkdir.rule +/home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-patch.rule +/home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-update.rule diff --git a/build/CMakeFiles/TargetDirectories.txt b/build/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..d48f92c --- /dev/null +++ b/build/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,167 @@ +/home/spider_pig/src/c/pico/clacer/build/CMakeFiles/clacer.dir +/home/spider_pig/src/c/pico/clacer/build/CMakeFiles/ELF2UF2Build.dir +/home/spider_pig/src/c/pico/clacer/build/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/tools/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/tools/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/boot_picoboot/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/boot_picoboot/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/boot_uf2/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/boot_uf2/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_base/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_base/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_usb_reset_interface/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_usb_reset_interface/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_bit_ops/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_bit_ops/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_binary_info/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_binary_info/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_divider/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_divider/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_sync/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_sync/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_time/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_time/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_util/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_util/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_stdlib/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_stdlib/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_base/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_base/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_claim/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_claim/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_adc/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_adc/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_clocks/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_clocks/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_dma/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_dma/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_divider/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_divider/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_exception/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_exception/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_flash/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_flash/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_gpio/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_gpio/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_i2c/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_i2c/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_interp/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_interp/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_irq/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_irq/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_pio/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_pio/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_pll/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_pll/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_pwm/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_pwm/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_resets/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_resets/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_rtc/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_rtc/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_spi/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_spi/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_sync/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_sync/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_timer/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_timer/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_uart/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_uart/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_vreg/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_vreg/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_watchdog/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_watchdog/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_xosc/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_xosc/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_bootrom/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_bootrom/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_platform/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_platform/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_bin.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_bootsel_via_double_reset/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_bootsel_via_double_reset/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_multicore/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_multicore/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_unique_id/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_unique_id/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_bit_ops/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_bit_ops/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_divider/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_divider/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_double/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_double/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_int64_ops/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_int64_ops/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_float/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_float/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_mem_ops/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_mem_ops/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_malloc/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_malloc/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_printf/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_printf/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_rand/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_rand/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_stdio/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_stdio/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_stdio_semihosting/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_stdio_semihosting/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_stdio_uart/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_stdio_uart/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/cmsis/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/cmsis/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/tinyusb/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/tinyusb/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_stdio_usb/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_stdio_usb/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_i2c_slave/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_i2c_slave/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_async_context/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_async_context/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_btstack/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_btstack/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/cyw43_driver_picow_cyw43_bus_pio_spi_pio_h.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_lwip/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_lwip/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_arch/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_arch/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_mbedtls/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_mbedtls/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_stdlib/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_stdlib/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cxx_options/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cxx_options/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_standard_link/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_standard_link/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_fix/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_fix/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_fix/rp2040_usb_device_enumeration/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_fix/rp2040_usb_device_enumeration/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_runtime/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_runtime/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2040/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2040/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2040/hardware_regs/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2040/hardware_regs/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2040/hardware_structs/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2040/hardware_structs/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/docs/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/docs/CMakeFiles/rebuild_cache.dir diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/critical_section.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/critical_section.c.obj new file mode 100644 index 0000000..07ef859 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/critical_section.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/lock_core.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/lock_core.c.obj new file mode 100644 index 0000000..ea97357 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/lock_core.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj new file mode 100644 index 0000000..2a90b7a Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj new file mode 100644 index 0000000..9f4b5ff Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj new file mode 100644 index 0000000..651bf70 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj new file mode 100644 index 0000000..876d935 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c.obj new file mode 100644 index 0000000..ff64531 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj new file mode 100644 index 0000000..9e21a54 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj new file mode 100644 index 0000000..f6cdebb Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj new file mode 100644 index 0000000..01e1956 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj new file mode 100644 index 0000000..726a644 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S.obj new file mode 100644 index 0000000..ecf1e53 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj new file mode 100644 index 0000000..84a6782 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj new file mode 100644 index 0000000..5148302 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq_handler_chain.S.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq_handler_chain.S.obj new file mode 100644 index 0000000..12e6f0e Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq_handler_chain.S.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c.obj new file mode 100644 index 0000000..784aa5c Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj new file mode 100644 index 0000000..b96fab9 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj new file mode 100644 index 0000000..274ee5b Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj new file mode 100644 index 0000000..971295d Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c.obj new file mode 100644 index 0000000..58697b0 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/vreg.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/vreg.c.obj new file mode 100644 index 0000000..3e1ba2a Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/vreg.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj new file mode 100644 index 0000000..77c1977 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c.obj new file mode 100644 index 0000000..373bf1c Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj new file mode 100644 index 0000000..a9d9cd0 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c.obj new file mode 100644 index 0000000..618d105 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/divider.S.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/divider.S.obj new file mode 100644 index 0000000..ae9697a Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/divider.S.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj new file mode 100644 index 0000000..e6d5434 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c.obj new file mode 100644 index 0000000..e065cd0 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj new file mode 100644 index 0000000..bb68ef9 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj new file mode 100644 index 0000000..9d5065a Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj new file mode 100644 index 0000000..04a7d0d Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c.obj new file mode 100644 index 0000000..a0e1669 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj new file mode 100644 index 0000000..bffb0b5 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S.obj new file mode 100644 index 0000000..8af4216 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/pico_int64_ops_aeabi.S.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/pico_int64_ops_aeabi.S.obj new file mode 100644 index 0000000..deb8974 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/pico_int64_ops_aeabi.S.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj new file mode 100644 index 0000000..1aa965a Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S.obj new file mode 100644 index 0000000..d388df3 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/platform.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/platform.c.obj new file mode 100644 index 0000000..a0c4586 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/platform.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj new file mode 100644 index 0000000..bfad260 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj new file mode 100644 index 0000000..125f217 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj new file mode 100644 index 0000000..b1ecfbf Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S.obj new file mode 100644 index 0000000..e3ca741 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp.obj new file mode 100644 index 0000000..a9f0108 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj new file mode 100644 index 0000000..2a25502 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj new file mode 100644 index 0000000..ef9175c Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c.obj b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c.obj new file mode 100644 index 0000000..0b67b8e Binary files /dev/null and b/build/CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/src/main.c.obj b/build/CMakeFiles/clacer.dir/src/main.c.obj new file mode 100644 index 0000000..8fd7dab Binary files /dev/null and b/build/CMakeFiles/clacer.dir/src/main.c.obj differ diff --git a/build/CMakeFiles/clacer.dir/src/tft.c.obj b/build/CMakeFiles/clacer.dir/src/tft.c.obj new file mode 100644 index 0000000..0e239c9 Binary files /dev/null and b/build/CMakeFiles/clacer.dir/src/tft.c.obj differ diff --git a/build/CMakeFiles/cmake.check_cache b/build/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/build/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/build/CMakeFiles/rules.ninja b/build/CMakeFiles/rules.ninja new file mode 100644 index 0000000..ebeb797 --- /dev/null +++ b/build/CMakeFiles/rules.ninja @@ -0,0 +1,103 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.25 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: clacer +# Configurations: Debug +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling ASM files. + +rule ASM_COMPILER__clacer_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/arm-none-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building ASM object $out + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__clacer_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/arm-none-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__clacer_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/arm-none-eabi-g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__clacer_Debug + command = $PRE_LINK && /usr/bin/arm-none-eabi-g++ $FLAGS -Wl,--build-id=none $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for compiling ASM files. + +rule ASM_COMPILER__bs2_default_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/arm-none-eabi-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building ASM object $out + + +############################################# +# Rule for linking ASM executable. + +rule ASM_EXECUTABLE_LINKER__bs2_default_Debug + command = $PRE_LINK && /usr/bin/arm-none-eabi-gcc $FLAGS -Wl,--build-id=none $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking ASM executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /usr/bin/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /usr/bin/ninja -t targets + description = All primary targets available: + diff --git a/build/bs2_default.elf.map b/build/bs2_default.elf.map new file mode 100644 index 0000000..76ee2c3 --- /dev/null +++ b/build/bs2_default.elf.map @@ -0,0 +1,84 @@ + +Memory Configuration + +Name Origin Length Attributes +SRAM 0x20041f00 0x000000fc xr +*default* 0x00000000 0xffffffff + +Linker script and memory map + + 0x20041f00 . = ORIGIN (SRAM) + +.text 0x20041f00 0xf0 + *(.entry) + *(.text) + .text 0x20041f00 0xf0 pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj + 0x20041f00 _stage2_boot + 0x20041fbc read_flash_sreg + 0x20041fcc literals +LOAD pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj +START GROUP +LOAD /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/libgcc.a +LOAD /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a +LOAD /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libc.a +END GROUP +START GROUP +LOAD /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/libgcc.a +LOAD /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libc.a +LOAD /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libnosys.a +END GROUP +OUTPUT(pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf elf32-littlearm) +LOAD linker stubs + +.data 0x20041ff0 0x0 + .data 0x20041ff0 0x0 pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj + +.igot.plt 0x20041ff0 0x0 + .igot.plt 0x20041ff0 0x0 pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj + +.glue_7 0x20041ff0 0x0 + .glue_7 0x20041ff0 0x0 linker stubs + +.glue_7t 0x20041ff0 0x0 + .glue_7t 0x20041ff0 0x0 linker stubs + +.vfp11_veneer 0x20041ff0 0x0 + .vfp11_veneer 0x20041ff0 0x0 linker stubs + +.v4_bx 0x20041ff0 0x0 + .v4_bx 0x20041ff0 0x0 linker stubs + +.iplt 0x20041ff0 0x0 + .iplt 0x20041ff0 0x0 pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj + +.rel.dyn 0x20041ff0 0x0 + .rel.iplt 0x20041ff0 0x0 pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj + +.bss 0x20041ff0 0x0 + .bss 0x20041ff0 0x0 pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj + +.ARM.attributes + 0x00000000 0x22 + .ARM.attributes + 0x00000000 0x22 pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj + +.debug_line 0x00000000 0xed + .debug_line 0x00000000 0xed pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj + +.debug_line_str + 0x00000000 0x107 + .debug_line_str + 0x00000000 0x107 pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj + +.debug_info 0x00000000 0x25 + .debug_info 0x00000000 0x25 pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj + +.debug_abbrev 0x00000000 0x14 + .debug_abbrev 0x00000000 0x14 pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj + +.debug_aranges 0x00000000 0x20 + .debug_aranges + 0x00000000 0x20 pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj + +.debug_str 0x00000000 0x87 + .debug_str 0x00000000 0x87 pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj diff --git a/build/build.ninja b/build/build.ninja new file mode 100644 index 0000000..67c1c9c --- /dev/null +++ b/build/build.ninja @@ -0,0 +1,3642 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.25 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: clacer +# Configurations: Debug +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + + +############################################# +# Set configuration variable for custom commands. + +CONFIGURATION = Debug +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /home/spider_pig/src/c/pico/clacer/build/ +# ============================================================================= +# Object build statements for EXECUTABLE target clacer + + +############################################# +# Order-only phony target for clacer + +build cmake_object_order_depends_target_clacer: phony || ELF2UF2Build pico-sdk/src/rp2_common/boot_stage2/bs2_default_padded_checksummed_asm + +build CMakeFiles/clacer.dir/src/main.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/clacer/src/main.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/src/main.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/src + +build CMakeFiles/clacer.dir/src/tft.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/clacer/src/tft.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/src/tft.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/src + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/platform.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/platform.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/platform.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq_handler_chain.S.obj: ASM_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq_handler_chain.S || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq_handler_chain.S.obj.d + FLAGS = -mcpu=cortex-m0plus -mthumb -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/lock_core.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/lock_core.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/lock_core.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/critical_section.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/critical_section.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/critical_section.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/vreg.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/vreg.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/vreg.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S.obj: ASM_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S.obj.d + FLAGS = -mcpu=cortex-m0plus -mthumb -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj: ASM_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj.d + FLAGS = -mcpu=cortex-m0plus -mthumb -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/divider.S.obj: ASM_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/divider.S || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/divider.S.obj.d + FLAGS = -mcpu=cortex-m0plus -mthumb -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj: ASM_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj.d + FLAGS = -mcpu=cortex-m0plus -mthumb -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj: ASM_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj.d + FLAGS = -mcpu=cortex-m0plus -mthumb -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/pico_int64_ops_aeabi.S.obj: ASM_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/pico_int64_ops_aeabi.S || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/pico_int64_ops_aeabi.S.obj.d + FLAGS = -mcpu=cortex-m0plus -mthumb -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj: ASM_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj.d + FLAGS = -mcpu=cortex-m0plus -mthumb -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S.obj: ASM_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S.obj.d + FLAGS = -mcpu=cortex-m0plus -mthumb -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S.obj: ASM_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S.obj.d + FLAGS = -mcpu=cortex-m0plus -mthumb -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S.obj: ASM_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S.obj.d + FLAGS = -mcpu=cortex-m0plus -mthumb -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp.obj: CXX_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp.obj.d + FLAGS = -mcpu=cortex-m0plus -mthumb -Og -g -ffunction-sections -fdata-sections -fno-exceptions -fno-unwind-tables -fno-rtti -fno-use-cxa-atexit + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart + +build CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj: C_COMPILER__clacer_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c || cmake_object_order_depends_target_clacer + DEFINES = -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\"Debug\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\"clacer\" -DPICO_USE_BLOCKED_RAM=0 + DEP_FILE = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj.d + FLAGS = -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include + OBJECT_DIR = CMakeFiles/clacer.dir + OBJECT_FILE_DIR = CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi + + +# ============================================================================= +# Link build statements for EXECUTABLE target clacer + + +############################################# +# Link the executable clacer.elf + +build clacer.elf: CXX_EXECUTABLE_LINKER__clacer_Debug CMakeFiles/clacer.dir/src/main.c.obj CMakeFiles/clacer.dir/src/tft.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/platform.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq_handler_chain.S.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/lock_core.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/critical_section.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/vreg.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/divider.S.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/pico_int64_ops_aeabi.S.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj | pico-sdk/src/rp2_common/boot_stage2/bs2_default_padded_checksummed.S || ELF2UF2Build pico-sdk/src/rp2_common/boot_stage2/bs2_default_padded_checksummed_asm + FLAGS = -mcpu=cortex-m0plus -mthumb -Og -g + LINK_FLAGS = --specs=nosys.specs -Wl,--wrap=sprintf -Wl,--wrap=snprintf -Wl,--wrap=vsnprintf -Wl,--wrap=__clzsi2 -Wl,--wrap=__clzdi2 -Wl,--wrap=__ctzsi2 -Wl,--wrap=__ctzdi2 -Wl,--wrap=__popcountsi2 -Wl,--wrap=__popcountdi2 -Wl,--wrap=__clz -Wl,--wrap=__clzl -Wl,--wrap=__clzll -Wl,--wrap=__aeabi_idiv -Wl,--wrap=__aeabi_idivmod -Wl,--wrap=__aeabi_ldivmod -Wl,--wrap=__aeabi_uidiv -Wl,--wrap=__aeabi_uidivmod -Wl,--wrap=__aeabi_uldivmod -Wl,--wrap=__aeabi_dadd -Wl,--wrap=__aeabi_ddiv -Wl,--wrap=__aeabi_dmul -Wl,--wrap=__aeabi_drsub -Wl,--wrap=__aeabi_dsub -Wl,--wrap=__aeabi_cdcmpeq -Wl,--wrap=__aeabi_cdrcmple -Wl,--wrap=__aeabi_cdcmple -Wl,--wrap=__aeabi_dcmpeq -Wl,--wrap=__aeabi_dcmplt -Wl,--wrap=__aeabi_dcmple -Wl,--wrap=__aeabi_dcmpge -Wl,--wrap=__aeabi_dcmpgt -Wl,--wrap=__aeabi_dcmpun -Wl,--wrap=__aeabi_i2d -Wl,--wrap=__aeabi_l2d -Wl,--wrap=__aeabi_ui2d -Wl,--wrap=__aeabi_ul2d -Wl,--wrap=__aeabi_d2iz -Wl,--wrap=__aeabi_d2lz -Wl,--wrap=__aeabi_d2uiz -Wl,--wrap=__aeabi_d2ulz -Wl,--wrap=__aeabi_d2f -Wl,--wrap=sqrt -Wl,--wrap=cos -Wl,--wrap=sin -Wl,--wrap=tan -Wl,--wrap=atan2 -Wl,--wrap=exp -Wl,--wrap=log -Wl,--wrap=ldexp -Wl,--wrap=copysign -Wl,--wrap=trunc -Wl,--wrap=floor -Wl,--wrap=ceil -Wl,--wrap=round -Wl,--wrap=sincos -Wl,--wrap=asin -Wl,--wrap=acos -Wl,--wrap=atan -Wl,--wrap=sinh -Wl,--wrap=cosh -Wl,--wrap=tanh -Wl,--wrap=asinh -Wl,--wrap=acosh -Wl,--wrap=atanh -Wl,--wrap=exp2 -Wl,--wrap=log2 -Wl,--wrap=exp10 -Wl,--wrap=log10 -Wl,--wrap=pow -Wl,--wrap=powint -Wl,--wrap=hypot -Wl,--wrap=cbrt -Wl,--wrap=fmod -Wl,--wrap=drem -Wl,--wrap=remainder -Wl,--wrap=remquo -Wl,--wrap=expm1 -Wl,--wrap=log1p -Wl,--wrap=fma -Wl,--wrap=__aeabi_lmul -Wl,--wrap=__aeabi_fadd -Wl,--wrap=__aeabi_fdiv -Wl,--wrap=__aeabi_fmul -Wl,--wrap=__aeabi_frsub -Wl,--wrap=__aeabi_fsub -Wl,--wrap=__aeabi_cfcmpeq -Wl,--wrap=__aeabi_cfrcmple -Wl,--wrap=__aeabi_cfcmple -Wl,--wrap=__aeabi_fcmpeq -Wl,--wrap=__aeabi_fcmplt -Wl,--wrap=__aeabi_fcmple -Wl,--wrap=__aeabi_fcmpge -Wl,--wrap=__aeabi_fcmpgt -Wl,--wrap=__aeabi_fcmpun -Wl,--wrap=__aeabi_i2f -Wl,--wrap=__aeabi_l2f -Wl,--wrap=__aeabi_ui2f -Wl,--wrap=__aeabi_ul2f -Wl,--wrap=__aeabi_f2iz -Wl,--wrap=__aeabi_f2lz -Wl,--wrap=__aeabi_f2uiz -Wl,--wrap=__aeabi_f2ulz -Wl,--wrap=__aeabi_f2d -Wl,--wrap=sqrtf -Wl,--wrap=cosf -Wl,--wrap=sinf -Wl,--wrap=tanf -Wl,--wrap=atan2f -Wl,--wrap=expf -Wl,--wrap=logf -Wl,--wrap=ldexpf -Wl,--wrap=copysignf -Wl,--wrap=truncf -Wl,--wrap=floorf -Wl,--wrap=ceilf -Wl,--wrap=roundf -Wl,--wrap=sincosf -Wl,--wrap=asinf -Wl,--wrap=acosf -Wl,--wrap=atanf -Wl,--wrap=sinhf -Wl,--wrap=coshf -Wl,--wrap=tanhf -Wl,--wrap=asinhf -Wl,--wrap=acoshf -Wl,--wrap=atanhf -Wl,--wrap=exp2f -Wl,--wrap=log2f -Wl,--wrap=exp10f -Wl,--wrap=log10f -Wl,--wrap=powf -Wl,--wrap=powintf -Wl,--wrap=hypotf -Wl,--wrap=cbrtf -Wl,--wrap=fmodf -Wl,--wrap=dremf -Wl,--wrap=remainderf -Wl,--wrap=remquof -Wl,--wrap=expm1f -Wl,--wrap=log1pf -Wl,--wrap=fmaf -Wl,--wrap=malloc -Wl,--wrap=calloc -Wl,--wrap=realloc -Wl,--wrap=free -Wl,--wrap=memcpy -Wl,--wrap=memset -Wl,--wrap=__aeabi_memcpy -Wl,--wrap=__aeabi_memset -Wl,--wrap=__aeabi_memcpy4 -Wl,--wrap=__aeabi_memset4 -Wl,--wrap=__aeabi_memcpy8 -Wl,--wrap=__aeabi_memset8 -Wl,-Map=clacer.elf.map -Wl,--script=/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/memmap_default.ld -Wl,-z,max-page-size=4096 -Wl,--gc-sections -Wl,--no-warn-rwx-segments -Wl,--wrap=printf -Wl,--wrap=vprintf -Wl,--wrap=puts -Wl,--wrap=putchar -Wl,--wrap=getchar + LINK_LIBRARIES = pico-sdk/src/rp2_common/boot_stage2/bs2_default_padded_checksummed.S + OBJECT_DIR = CMakeFiles/clacer.dir + POST_BUILD = cd /home/spider_pig/src/c/pico/clacer/build && /usr/bin/arm-none-eabi-objcopy -Oihex /home/spider_pig/src/c/pico/clacer/build/clacer.elf clacer.hex && cd /home/spider_pig/src/c/pico/clacer/build && /usr/bin/arm-none-eabi-objcopy -Obinary /home/spider_pig/src/c/pico/clacer/build/clacer.elf clacer.bin && cd /home/spider_pig/src/c/pico/clacer/build && /usr/bin/arm-none-eabi-objdump -h /home/spider_pig/src/c/pico/clacer/build/clacer.elf > clacer.dis && /usr/bin/arm-none-eabi-objdump -d /home/spider_pig/src/c/pico/clacer/build/clacer.elf >> clacer.dis && cd /home/spider_pig/src/c/pico/clacer/build && /home/spider_pig/src/c/pico/clacer/build/elf2uf2/elf2uf2 /home/spider_pig/src/c/pico/clacer/build/clacer.elf clacer.uf2 + PRE_LINK = : + TARGET_FILE = clacer.elf + TARGET_PDB = clacer.elf.dbg + + +############################################# +# Utility command for ELF2UF2Build + +build ELF2UF2Build: phony CMakeFiles/ELF2UF2Build CMakeFiles/ELF2UF2Build-complete elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-done elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-build elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-configure elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-download elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-install elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-mkdir elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-patch elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-update + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + + +############################################# +# Phony custom command for CMakeFiles/ELF2UF2Build + +build CMakeFiles/ELF2UF2Build | ${cmake_ninja_workdir}CMakeFiles/ELF2UF2Build: phony CMakeFiles/ELF2UF2Build-complete + + +############################################# +# Custom command for CMakeFiles/ELF2UF2Build-complete + +build CMakeFiles/ELF2UF2Build-complete elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-done | ${cmake_ninja_workdir}CMakeFiles/ELF2UF2Build-complete ${cmake_ninja_workdir}elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-done: CUSTOM_COMMAND elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-install elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-mkdir elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-download elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-update elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-patch elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-configure elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-build elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-install + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build && /usr/bin/cmake -E make_directory /home/spider_pig/src/c/pico/clacer/build/CMakeFiles && /usr/bin/cmake -E touch /home/spider_pig/src/c/pico/clacer/build/CMakeFiles/ELF2UF2Build-complete && /usr/bin/cmake -E touch /home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-done + DESC = Completed 'ELF2UF2Build' + restat = 1 + + +############################################# +# Custom command for elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-build + +build elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-build | ${cmake_ninja_workdir}elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-build: CUSTOM_COMMAND elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-configure + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/elf2uf2 && /usr/bin/cmake --build . + DESC = Performing build step for 'ELF2UF2Build' + + +############################################# +# Custom command for elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-configure + +build elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-configure | ${cmake_ninja_workdir}elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-configure: CUSTOM_COMMAND elf2uf2/tmp/ELF2UF2Build-cfgcmd.txt elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-patch + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/elf2uf2 && /usr/bin/cmake -DCMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja -GNinja /home/spider_pig/src/c/pico/pico-sdk/tools/elf2uf2 && /usr/bin/cmake -E touch /home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-configure + DESC = Performing configure step for 'ELF2UF2Build' + restat = 1 + + +############################################# +# Custom command for elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-download + +build elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-download | ${cmake_ninja_workdir}elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-download: CUSTOM_COMMAND elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-source_dirinfo.txt elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-mkdir + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build && /usr/bin/cmake -E echo_append && /usr/bin/cmake -E touch /home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-download + DESC = No download step for 'ELF2UF2Build' + restat = 1 + + +############################################# +# Custom command for elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-install + +build elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-install | ${cmake_ninja_workdir}elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-install: CUSTOM_COMMAND elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-build + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/elf2uf2 && /usr/bin/cmake -E echo_append + DESC = No install step for 'ELF2UF2Build' + + +############################################# +# Custom command for elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-mkdir + +build elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-mkdir | ${cmake_ninja_workdir}elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-mkdir: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build && /usr/bin/cmake -Dcfgdir= -P /home/spider_pig/src/c/pico/clacer/build/elf2uf2/tmp/ELF2UF2Build-mkdirs.cmake && /usr/bin/cmake -E touch /home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-mkdir + DESC = Creating directories for 'ELF2UF2Build' + restat = 1 + + +############################################# +# Custom command for elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-patch + +build elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-patch | ${cmake_ninja_workdir}elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-patch: CUSTOM_COMMAND elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-update + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build && /usr/bin/cmake -E echo_append && /usr/bin/cmake -E touch /home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-patch + DESC = No patch step for 'ELF2UF2Build' + restat = 1 + + +############################################# +# Custom command for elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-update + +build elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-update | ${cmake_ninja_workdir}elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-update: CUSTOM_COMMAND elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-download + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build && /usr/bin/cmake -E echo_append && /usr/bin/cmake -E touch /home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-update + DESC = No update step for 'ELF2UF2Build' + restat = 1 + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/clacer/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/edit_cache: phony pico-sdk/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/rebuild_cache: phony pico-sdk/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/tools/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/tools && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/tools/edit_cache: phony pico-sdk/tools/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/tools/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/tools && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/tools/rebuild_cache: phony pico-sdk/tools/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/edit_cache: phony pico-sdk/src/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rebuild_cache: phony pico-sdk/src/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common.cmake +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/common/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/common/edit_cache: phony pico-sdk/src/common/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/common/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/common/rebuild_cache: phony pico-sdk/src/common/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/common/boot_picoboot/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/boot_picoboot && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/common/boot_picoboot/edit_cache: phony pico-sdk/src/common/boot_picoboot/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/common/boot_picoboot/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/boot_picoboot && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/common/boot_picoboot/rebuild_cache: phony pico-sdk/src/common/boot_picoboot/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/common/boot_uf2/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/boot_uf2 && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/common/boot_uf2/edit_cache: phony pico-sdk/src/common/boot_uf2/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/common/boot_uf2/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/boot_uf2 && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/common/boot_uf2/rebuild_cache: phony pico-sdk/src/common/boot_uf2/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/common/pico_base/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_base && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/common/pico_base/edit_cache: phony pico-sdk/src/common/pico_base/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/common/pico_base/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_base && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/common/pico_base/rebuild_cache: phony pico-sdk/src/common/pico_base/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/common/pico_usb_reset_interface/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_usb_reset_interface && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/common/pico_usb_reset_interface/edit_cache: phony pico-sdk/src/common/pico_usb_reset_interface/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/common/pico_usb_reset_interface/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_usb_reset_interface && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/common/pico_usb_reset_interface/rebuild_cache: phony pico-sdk/src/common/pico_usb_reset_interface/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/common/pico_bit_ops/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_bit_ops && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/common/pico_bit_ops/edit_cache: phony pico-sdk/src/common/pico_bit_ops/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/common/pico_bit_ops/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_bit_ops && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/common/pico_bit_ops/rebuild_cache: phony pico-sdk/src/common/pico_bit_ops/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/common/pico_binary_info/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_binary_info && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/common/pico_binary_info/edit_cache: phony pico-sdk/src/common/pico_binary_info/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/common/pico_binary_info/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_binary_info && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/common/pico_binary_info/rebuild_cache: phony pico-sdk/src/common/pico_binary_info/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/common/pico_divider/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_divider && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/common/pico_divider/edit_cache: phony pico-sdk/src/common/pico_divider/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/common/pico_divider/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_divider && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/common/pico_divider/rebuild_cache: phony pico-sdk/src/common/pico_divider/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/common/pico_sync/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_sync && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/common/pico_sync/edit_cache: phony pico-sdk/src/common/pico_sync/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/common/pico_sync/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_sync && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/common/pico_sync/rebuild_cache: phony pico-sdk/src/common/pico_sync/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/common/pico_time/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_time && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/common/pico_time/edit_cache: phony pico-sdk/src/common/pico_time/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/common/pico_time/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_time && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/common/pico_time/rebuild_cache: phony pico-sdk/src/common/pico_time/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/common/pico_util/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_util && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/common/pico_util/edit_cache: phony pico-sdk/src/common/pico_util/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/common/pico_util/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_util && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/common/pico_util/rebuild_cache: phony pico-sdk/src/common/pico_util/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/common/pico_stdlib/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_stdlib && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/common/pico_stdlib/edit_cache: phony pico-sdk/src/common/pico_stdlib/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/common/pico_stdlib/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_stdlib && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/common/pico_stdlib/rebuild_cache: phony pico-sdk/src/common/pico_stdlib/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common.cmake +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/edit_cache: phony pico-sdk/src/rp2_common/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/rebuild_cache: phony pico-sdk/src/rp2_common/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/hardware_base/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_base && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_base/edit_cache: phony pico-sdk/src/rp2_common/hardware_base/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/hardware_base/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_base && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_base/rebuild_cache: phony pico-sdk/src/rp2_common/hardware_base/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/hardware_claim/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_claim && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_claim/edit_cache: phony pico-sdk/src/rp2_common/hardware_claim/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/hardware_claim/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_claim && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_claim/rebuild_cache: phony pico-sdk/src/rp2_common/hardware_claim/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/hardware_adc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_adc && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_adc/edit_cache: phony pico-sdk/src/rp2_common/hardware_adc/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/hardware_adc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_adc && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_adc/rebuild_cache: phony pico-sdk/src/rp2_common/hardware_adc/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/hardware_clocks/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_clocks && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_clocks/edit_cache: phony pico-sdk/src/rp2_common/hardware_clocks/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/hardware_clocks/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_clocks && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_clocks/rebuild_cache: phony pico-sdk/src/rp2_common/hardware_clocks/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/hardware_dma/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_dma && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_dma/edit_cache: phony pico-sdk/src/rp2_common/hardware_dma/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/hardware_dma/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_dma && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_dma/rebuild_cache: phony pico-sdk/src/rp2_common/hardware_dma/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/hardware_divider/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_divider && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_divider/edit_cache: phony pico-sdk/src/rp2_common/hardware_divider/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/hardware_divider/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_divider && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_divider/rebuild_cache: phony pico-sdk/src/rp2_common/hardware_divider/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/hardware_exception/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_exception && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_exception/edit_cache: phony pico-sdk/src/rp2_common/hardware_exception/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/hardware_exception/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_exception && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_exception/rebuild_cache: phony pico-sdk/src/rp2_common/hardware_exception/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/hardware_flash/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_flash && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_flash/edit_cache: phony pico-sdk/src/rp2_common/hardware_flash/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/hardware_flash/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_flash && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_flash/rebuild_cache: phony pico-sdk/src/rp2_common/hardware_flash/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/hardware_gpio/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_gpio && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_gpio/edit_cache: phony pico-sdk/src/rp2_common/hardware_gpio/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/hardware_gpio/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_gpio && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_gpio/rebuild_cache: phony pico-sdk/src/rp2_common/hardware_gpio/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/hardware_i2c/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_i2c && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_i2c/edit_cache: phony pico-sdk/src/rp2_common/hardware_i2c/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/hardware_i2c/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_i2c && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_i2c/rebuild_cache: phony pico-sdk/src/rp2_common/hardware_i2c/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/hardware_interp/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_interp && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_interp/edit_cache: phony pico-sdk/src/rp2_common/hardware_interp/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/hardware_interp/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_interp && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_interp/rebuild_cache: phony pico-sdk/src/rp2_common/hardware_interp/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/hardware_irq/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_irq && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_irq/edit_cache: phony pico-sdk/src/rp2_common/hardware_irq/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/hardware_irq/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_irq && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_irq/rebuild_cache: phony pico-sdk/src/rp2_common/hardware_irq/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/hardware_pio/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_pio && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_pio/edit_cache: phony pico-sdk/src/rp2_common/hardware_pio/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/hardware_pio/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_pio && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_pio/rebuild_cache: phony pico-sdk/src/rp2_common/hardware_pio/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/hardware_pll/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_pll && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_pll/edit_cache: phony pico-sdk/src/rp2_common/hardware_pll/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/hardware_pll/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_pll && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_pll/rebuild_cache: phony pico-sdk/src/rp2_common/hardware_pll/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/hardware_pwm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_pwm && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_pwm/edit_cache: phony pico-sdk/src/rp2_common/hardware_pwm/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/hardware_pwm/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_pwm && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_pwm/rebuild_cache: phony pico-sdk/src/rp2_common/hardware_pwm/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/hardware_resets/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_resets && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_resets/edit_cache: phony pico-sdk/src/rp2_common/hardware_resets/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/hardware_resets/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_resets && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_resets/rebuild_cache: phony pico-sdk/src/rp2_common/hardware_resets/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/hardware_rtc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_rtc && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_rtc/edit_cache: phony pico-sdk/src/rp2_common/hardware_rtc/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/hardware_rtc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_rtc && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_rtc/rebuild_cache: phony pico-sdk/src/rp2_common/hardware_rtc/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/hardware_spi/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_spi && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_spi/edit_cache: phony pico-sdk/src/rp2_common/hardware_spi/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/hardware_spi/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_spi && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_spi/rebuild_cache: phony pico-sdk/src/rp2_common/hardware_spi/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/hardware_sync/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_sync && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_sync/edit_cache: phony pico-sdk/src/rp2_common/hardware_sync/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/hardware_sync/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_sync && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_sync/rebuild_cache: phony pico-sdk/src/rp2_common/hardware_sync/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/hardware_timer/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_timer && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_timer/edit_cache: phony pico-sdk/src/rp2_common/hardware_timer/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/hardware_timer/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_timer && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_timer/rebuild_cache: phony pico-sdk/src/rp2_common/hardware_timer/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/hardware_uart/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_uart && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_uart/edit_cache: phony pico-sdk/src/rp2_common/hardware_uart/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/hardware_uart/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_uart && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_uart/rebuild_cache: phony pico-sdk/src/rp2_common/hardware_uart/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/hardware_vreg/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_vreg && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_vreg/edit_cache: phony pico-sdk/src/rp2_common/hardware_vreg/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/hardware_vreg/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_vreg && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_vreg/rebuild_cache: phony pico-sdk/src/rp2_common/hardware_vreg/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/hardware_watchdog/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_watchdog && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_watchdog/edit_cache: phony pico-sdk/src/rp2_common/hardware_watchdog/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/hardware_watchdog/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_watchdog && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_watchdog/rebuild_cache: phony pico-sdk/src/rp2_common/hardware_watchdog/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/hardware_xosc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_xosc && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_xosc/edit_cache: phony pico-sdk/src/rp2_common/hardware_xosc/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/hardware_xosc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_xosc && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/hardware_xosc/rebuild_cache: phony pico-sdk/src/rp2_common/hardware_xosc/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_bootrom/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_bootrom && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_bootrom/edit_cache: phony pico-sdk/src/rp2_common/pico_bootrom/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_bootrom/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_bootrom && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_bootrom/rebuild_cache: phony pico-sdk/src/rp2_common/pico_bootrom/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_platform/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_platform && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_platform/edit_cache: phony pico-sdk/src/rp2_common/pico_platform/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_platform/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_platform && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_platform/rebuild_cache: phony pico-sdk/src/rp2_common/pico_platform/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for EXECUTABLE target bs2_default + + +############################################# +# Order-only phony target for bs2_default + +build cmake_object_order_depends_target_bs2_default: phony || pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir + +build pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj: ASM_COMPILER__bs2_default_Debug /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/compile_time_choice.S || cmake_object_order_depends_target_bs2_default + DEFINES = -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 + DEP_FILE = pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj.d + FLAGS = -mcpu=cortex-m0plus -mthumb -Og -g + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/asminclude -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include + OBJECT_DIR = pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir + OBJECT_FILE_DIR = pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir + + +# ============================================================================= +# Link build statements for EXECUTABLE target bs2_default + + +############################################# +# Link the executable pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf + +build pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf: ASM_EXECUTABLE_LINKER__bs2_default_Debug pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj | /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/boot_stage2.ld + FLAGS = -mcpu=cortex-m0plus -mthumb -Og -g + LINK_FLAGS = --specs=nosys.specs -nostartfiles -Wl,--script=/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/boot_stage2.ld -Wl,-Map=bs2_default.elf.map + OBJECT_DIR = pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir + POST_BUILD = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/boot_stage2 && /usr/bin/arm-none-eabi-objdump -h /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf > bs2_default.dis && /usr/bin/arm-none-eabi-objdump -d /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf >> bs2_default.dis + PRE_LINK = : + TARGET_FILE = pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf + TARGET_PDB = bs2_default.elf.dbg + + +############################################# +# Utility command for bs2_default_bin + +build pico-sdk/src/rp2_common/boot_stage2/bs2_default_bin: phony pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_bin pico-sdk/src/rp2_common/boot_stage2/bs2_default.bin pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf + + +############################################# +# Utility command for bs2_default_padded_checksummed_asm + +build pico-sdk/src/rp2_common/boot_stage2/bs2_default_padded_checksummed_asm: phony pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm pico-sdk/src/rp2_common/boot_stage2/bs2_default_padded_checksummed.S pico-sdk/src/rp2_common/boot_stage2/bs2_default.bin pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/boot_stage2 && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/boot_stage2/edit_cache: phony pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/boot_stage2 && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/boot_stage2/rebuild_cache: phony pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/rebuild_cache.util + + +############################################# +# Phony custom command for pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_bin + +build pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_bin | ${cmake_ninja_workdir}pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_bin: phony pico-sdk/src/rp2_common/boot_stage2/bs2_default.bin || pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf + + +############################################# +# Custom command for pico-sdk/src/rp2_common/boot_stage2/bs2_default.bin + +build pico-sdk/src/rp2_common/boot_stage2/bs2_default.bin | ${cmake_ninja_workdir}pico-sdk/src/rp2_common/boot_stage2/bs2_default.bin: CUSTOM_COMMAND pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf || pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/boot_stage2 && /usr/bin/arm-none-eabi-objcopy -Obinary /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default.bin + DESC = Generating bs2_default.bin + restat = 1 + + +############################################# +# Phony custom command for pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm + +build pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm | ${cmake_ninja_workdir}pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm: phony pico-sdk/src/rp2_common/boot_stage2/bs2_default_padded_checksummed.S || pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf + + +############################################# +# Custom command for pico-sdk/src/rp2_common/boot_stage2/bs2_default_padded_checksummed.S + +build pico-sdk/src/rp2_common/boot_stage2/bs2_default_padded_checksummed.S | ${cmake_ninja_workdir}pico-sdk/src/rp2_common/boot_stage2/bs2_default_padded_checksummed.S: CUSTOM_COMMAND pico-sdk/src/rp2_common/boot_stage2/bs2_default.bin || pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/boot_stage2 && /usr/bin/python3.11 /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/pad_checksum -s 0xffffffff /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default.bin /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default_padded_checksummed.S + DESC = Generating bs2_default_padded_checksummed.S + restat = 1 + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_bootsel_via_double_reset/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_bootsel_via_double_reset && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_bootsel_via_double_reset/edit_cache: phony pico-sdk/src/rp2_common/pico_bootsel_via_double_reset/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_bootsel_via_double_reset/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_bootsel_via_double_reset && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_bootsel_via_double_reset/rebuild_cache: phony pico-sdk/src/rp2_common/pico_bootsel_via_double_reset/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_multicore/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_multicore && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_multicore/edit_cache: phony pico-sdk/src/rp2_common/pico_multicore/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_multicore/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_multicore && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_multicore/rebuild_cache: phony pico-sdk/src/rp2_common/pico_multicore/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_unique_id/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_unique_id && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_unique_id/edit_cache: phony pico-sdk/src/rp2_common/pico_unique_id/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_unique_id/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_unique_id && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_unique_id/rebuild_cache: phony pico-sdk/src/rp2_common/pico_unique_id/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_bit_ops/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_bit_ops && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_bit_ops/edit_cache: phony pico-sdk/src/rp2_common/pico_bit_ops/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_bit_ops/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_bit_ops && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_bit_ops/rebuild_cache: phony pico-sdk/src/rp2_common/pico_bit_ops/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_divider/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_divider && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_divider/edit_cache: phony pico-sdk/src/rp2_common/pico_divider/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_divider/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_divider && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_divider/rebuild_cache: phony pico-sdk/src/rp2_common/pico_divider/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_double/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_double && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_double/edit_cache: phony pico-sdk/src/rp2_common/pico_double/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_double/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_double && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_double/rebuild_cache: phony pico-sdk/src/rp2_common/pico_double/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_int64_ops/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_int64_ops && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_int64_ops/edit_cache: phony pico-sdk/src/rp2_common/pico_int64_ops/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_int64_ops/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_int64_ops && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_int64_ops/rebuild_cache: phony pico-sdk/src/rp2_common/pico_int64_ops/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_float/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_float && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_float/edit_cache: phony pico-sdk/src/rp2_common/pico_float/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_float/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_float && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_float/rebuild_cache: phony pico-sdk/src/rp2_common/pico_float/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_mem_ops/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_mem_ops && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_mem_ops/edit_cache: phony pico-sdk/src/rp2_common/pico_mem_ops/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_mem_ops/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_mem_ops && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_mem_ops/rebuild_cache: phony pico-sdk/src/rp2_common/pico_mem_ops/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_malloc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_malloc && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_malloc/edit_cache: phony pico-sdk/src/rp2_common/pico_malloc/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_malloc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_malloc && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_malloc/rebuild_cache: phony pico-sdk/src/rp2_common/pico_malloc/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_printf/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_printf && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_printf/edit_cache: phony pico-sdk/src/rp2_common/pico_printf/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_printf/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_printf && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_printf/rebuild_cache: phony pico-sdk/src/rp2_common/pico_printf/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_rand/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_rand && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_rand/edit_cache: phony pico-sdk/src/rp2_common/pico_rand/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_rand/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_rand && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_rand/rebuild_cache: phony pico-sdk/src/rp2_common/pico_rand/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_stdio/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_stdio && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_stdio/edit_cache: phony pico-sdk/src/rp2_common/pico_stdio/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_stdio/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_stdio && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_stdio/rebuild_cache: phony pico-sdk/src/rp2_common/pico_stdio/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_stdio_semihosting/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_stdio_semihosting && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_stdio_semihosting/edit_cache: phony pico-sdk/src/rp2_common/pico_stdio_semihosting/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_stdio_semihosting/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_stdio_semihosting && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_stdio_semihosting/rebuild_cache: phony pico-sdk/src/rp2_common/pico_stdio_semihosting/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_stdio_uart/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_stdio_uart && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_stdio_uart/edit_cache: phony pico-sdk/src/rp2_common/pico_stdio_uart/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_stdio_uart/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_stdio_uart && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_stdio_uart/rebuild_cache: phony pico-sdk/src/rp2_common/pico_stdio_uart/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/cmsis/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/cmsis && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/cmsis/edit_cache: phony pico-sdk/src/rp2_common/cmsis/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/cmsis/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/cmsis && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/cmsis/rebuild_cache: phony pico-sdk/src/rp2_common/cmsis/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/tinyusb/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/tinyusb && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/tinyusb/edit_cache: phony pico-sdk/src/rp2_common/tinyusb/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/tinyusb/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/tinyusb && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/tinyusb/rebuild_cache: phony pico-sdk/src/rp2_common/tinyusb/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_stdio_usb/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_stdio_usb && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_stdio_usb/edit_cache: phony pico-sdk/src/rp2_common/pico_stdio_usb/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_stdio_usb/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_stdio_usb && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_stdio_usb/rebuild_cache: phony pico-sdk/src/rp2_common/pico_stdio_usb/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_i2c_slave/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_i2c_slave && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_i2c_slave/edit_cache: phony pico-sdk/src/rp2_common/pico_i2c_slave/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_i2c_slave/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_i2c_slave && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_i2c_slave/rebuild_cache: phony pico-sdk/src/rp2_common/pico_i2c_slave/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_async_context/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_async_context && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_async_context/edit_cache: phony pico-sdk/src/rp2_common/pico_async_context/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_async_context/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_async_context && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_async_context/rebuild_cache: phony pico-sdk/src/rp2_common/pico_async_context/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_btstack/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_btstack && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_btstack/edit_cache: phony pico-sdk/src/rp2_common/pico_btstack/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_btstack/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_btstack && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_btstack/rebuild_cache: phony pico-sdk/src/rp2_common/pico_btstack/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for PioasmBuild + +build pico-sdk/src/rp2_common/pico_cyw43_driver/PioasmBuild: phony pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild-complete pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-done pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-build pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-configure pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-download pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-install pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-mkdir pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-patch pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-update + + +############################################# +# Utility command for cyw43_driver_picow_cyw43_bus_pio_spi_pio_h + +build pico-sdk/src/rp2_common/pico_cyw43_driver/cyw43_driver_picow_cyw43_bus_pio_spi_pio_h: phony pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/cyw43_driver_picow_cyw43_bus_pio_spi_pio_h pico-sdk/src/rp2_common/pico_cyw43_driver/cyw43_bus_pio_spi.pio.h pico-sdk/src/rp2_common/pico_cyw43_driver/PioasmBuild + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_cyw43_driver/edit_cache: phony pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_cyw43_driver/rebuild_cache: phony pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/rebuild_cache.util + + +############################################# +# Phony custom command for pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild + +build pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild | ${cmake_ninja_workdir}pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild: phony pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild-complete + + +############################################# +# Custom command for pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild-complete + +build pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild-complete pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-done | ${cmake_ninja_workdir}pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild-complete ${cmake_ninja_workdir}pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-done: CUSTOM_COMMAND pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-install pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-mkdir pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-download pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-update pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-patch pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-configure pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-build pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-install + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver && /usr/bin/cmake -E make_directory /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles && /usr/bin/cmake -E touch /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild-complete && /usr/bin/cmake -E touch /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-done + DESC = Completed 'PioasmBuild' + restat = 1 + + +############################################# +# Custom command for pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-build + +build pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-build | ${cmake_ninja_workdir}pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-build: CUSTOM_COMMAND pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-configure + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pioasm && /usr/bin/cmake --build . + DESC = Performing build step for 'PioasmBuild' + + +############################################# +# Custom command for pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-configure + +build pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-configure | ${cmake_ninja_workdir}pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-configure: CUSTOM_COMMAND pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/tmp/PioasmBuild-cfgcmd.txt pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/tmp/PioasmBuild-cache-Debug.cmake pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-patch + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pioasm && /usr/bin/cmake -DCMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja -GNinja -C/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/tmp/PioasmBuild-cache-Debug.cmake /home/spider_pig/src/c/pico/pico-sdk/tools/pioasm && /usr/bin/cmake -E touch /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-configure + DESC = Performing configure step for 'PioasmBuild' + restat = 1 + + +############################################# +# Custom command for pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-download + +build pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-download | ${cmake_ninja_workdir}pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-download: CUSTOM_COMMAND pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-source_dirinfo.txt pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-mkdir + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver && /usr/bin/cmake -E echo_append && /usr/bin/cmake -E touch /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-download + DESC = No download step for 'PioasmBuild' + restat = 1 + + +############################################# +# Custom command for pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-install + +build pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-install | ${cmake_ninja_workdir}pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-install: CUSTOM_COMMAND pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-build + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pioasm && /usr/bin/cmake -E echo_append + DESC = No install step for 'PioasmBuild' + + +############################################# +# Custom command for pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-mkdir + +build pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-mkdir | ${cmake_ninja_workdir}pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-mkdir: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver && /usr/bin/cmake -Dcfgdir= -P /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/tmp/PioasmBuild-mkdirs.cmake && /usr/bin/cmake -E touch /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-mkdir + DESC = Creating directories for 'PioasmBuild' + restat = 1 + + +############################################# +# Custom command for pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-patch + +build pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-patch | ${cmake_ninja_workdir}pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-patch: CUSTOM_COMMAND pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-update + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver && /usr/bin/cmake -E echo_append && /usr/bin/cmake -E touch /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-patch + DESC = No patch step for 'PioasmBuild' + restat = 1 + + +############################################# +# Custom command for pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-update + +build pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-update | ${cmake_ninja_workdir}pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-update: CUSTOM_COMMAND pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-download + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver && /usr/bin/cmake -E echo_append && /usr/bin/cmake -E touch /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-update + DESC = No update step for 'PioasmBuild' + restat = 1 + + +############################################# +# Phony custom command for pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/cyw43_driver_picow_cyw43_bus_pio_spi_pio_h + +build pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/cyw43_driver_picow_cyw43_bus_pio_spi_pio_h | ${cmake_ninja_workdir}pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/cyw43_driver_picow_cyw43_bus_pio_spi_pio_h: phony pico-sdk/src/rp2_common/pico_cyw43_driver/cyw43_bus_pio_spi.pio.h || pico-sdk/src/rp2_common/pico_cyw43_driver/PioasmBuild + + +############################################# +# Custom command for pico-sdk/src/rp2_common/pico_cyw43_driver/cyw43_bus_pio_spi.pio.h + +build pico-sdk/src/rp2_common/pico_cyw43_driver/cyw43_bus_pio_spi.pio.h | ${cmake_ninja_workdir}pico-sdk/src/rp2_common/pico_cyw43_driver/cyw43_bus_pio_spi.pio.h: CUSTOM_COMMAND /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cyw43_driver/cyw43_bus_pio_spi.pio || pico-sdk/src/rp2_common/pico_cyw43_driver/PioasmBuild + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver && /home/spider_pig/src/c/pico/clacer/build/pioasm/pioasm -o c-sdk /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cyw43_driver/cyw43_bus_pio_spi.pio /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/cyw43_bus_pio_spi.pio.h + DESC = Generating cyw43_bus_pio_spi.pio.h + restat = 1 + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/cybt_shared_bus && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/edit_cache: phony pico-sdk/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/cybt_shared_bus && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/rebuild_cache: phony pico-sdk/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_lwip/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_lwip && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_lwip/edit_cache: phony pico-sdk/src/rp2_common/pico_lwip/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_lwip/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_lwip && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_lwip/rebuild_cache: phony pico-sdk/src/rp2_common/pico_lwip/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_cyw43_arch/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_arch && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_cyw43_arch/edit_cache: phony pico-sdk/src/rp2_common/pico_cyw43_arch/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_cyw43_arch/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_arch && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_cyw43_arch/rebuild_cache: phony pico-sdk/src/rp2_common/pico_cyw43_arch/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_mbedtls/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_mbedtls && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_mbedtls/edit_cache: phony pico-sdk/src/rp2_common/pico_mbedtls/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_mbedtls/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_mbedtls && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_mbedtls/rebuild_cache: phony pico-sdk/src/rp2_common/pico_mbedtls/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_stdlib/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_stdlib && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_stdlib/edit_cache: phony pico-sdk/src/rp2_common/pico_stdlib/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_stdlib/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_stdlib && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_stdlib/rebuild_cache: phony pico-sdk/src/rp2_common/pico_stdlib/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_cxx_options/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cxx_options && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_cxx_options/edit_cache: phony pico-sdk/src/rp2_common/pico_cxx_options/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_cxx_options/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cxx_options && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_cxx_options/rebuild_cache: phony pico-sdk/src/rp2_common/pico_cxx_options/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_standard_link/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_standard_link && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_standard_link/edit_cache: phony pico-sdk/src/rp2_common/pico_standard_link/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_standard_link/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_standard_link && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_standard_link/rebuild_cache: phony pico-sdk/src/rp2_common/pico_standard_link/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_fix/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_fix && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_fix/edit_cache: phony pico-sdk/src/rp2_common/pico_fix/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_fix/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_fix && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_fix/rebuild_cache: phony pico-sdk/src/rp2_common/pico_fix/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_fix/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_fix/rp2040_usb_device_enumeration/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_fix/rp2040_usb_device_enumeration && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_fix/rp2040_usb_device_enumeration/edit_cache: phony pico-sdk/src/rp2_common/pico_fix/rp2040_usb_device_enumeration/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_fix/rp2040_usb_device_enumeration/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_fix/rp2040_usb_device_enumeration && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_fix/rp2040_usb_device_enumeration/rebuild_cache: phony pico-sdk/src/rp2_common/pico_fix/rp2040_usb_device_enumeration/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2_common/pico_runtime/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_runtime && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_runtime/edit_cache: phony pico-sdk/src/rp2_common/pico_runtime/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2_common/pico_runtime/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_runtime && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2_common/pico_runtime/rebuild_cache: phony pico-sdk/src/rp2_common/pico_runtime/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2040.cmake +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2040/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2040 && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2040/edit_cache: phony pico-sdk/src/rp2040/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2040/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2040 && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2040/rebuild_cache: phony pico-sdk/src/rp2040/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2040/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2040/hardware_regs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2040/hardware_regs && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2040/hardware_regs/edit_cache: phony pico-sdk/src/rp2040/hardware_regs/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2040/hardware_regs/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2040/hardware_regs && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2040/hardware_regs/rebuild_cache: phony pico-sdk/src/rp2040/hardware_regs/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/src/rp2040/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/src/rp2040/hardware_structs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2040/hardware_structs && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/src/rp2040/hardware_structs/edit_cache: phony pico-sdk/src/rp2040/hardware_structs/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/src/rp2040/hardware_structs/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2040/hardware_structs && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/src/rp2040/hardware_structs/rebuild_cache: phony pico-sdk/src/rp2040/hardware_structs/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build pico-sdk/docs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/docs && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build pico-sdk/docs/edit_cache: phony pico-sdk/docs/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build pico-sdk/docs/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pico-sdk/docs && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/clacer -B/home/spider_pig/src/c/pico/clacer/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build pico-sdk/docs/rebuild_cache: phony pico-sdk/docs/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Target aliases. + +build PioasmBuild: phony pico-sdk/src/rp2_common/pico_cyw43_driver/PioasmBuild + +build bs2_default: phony pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf + +build bs2_default.elf: phony pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf + +build bs2_default_bin: phony pico-sdk/src/rp2_common/boot_stage2/bs2_default_bin + +build bs2_default_padded_checksummed_asm: phony pico-sdk/src/rp2_common/boot_stage2/bs2_default_padded_checksummed_asm + +build clacer: phony clacer.elf + +build cyw43_driver_picow_cyw43_bus_pio_spi_pio_h: phony pico-sdk/src/rp2_common/pico_cyw43_driver/cyw43_driver_picow_cyw43_bus_pio_spi_pio_h + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build + +build all: phony clacer.elf ELF2UF2Build pico-sdk/all + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk + +build pico-sdk/all: phony pico-sdk/tools/all pico-sdk/src/all pico-sdk/docs/all + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/docs + +build pico-sdk/docs/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src + +build pico-sdk/src/all: phony pico-sdk/src/common/all pico-sdk/src/rp2_common/all pico-sdk/src/rp2040/all + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common + +build pico-sdk/src/common/all: phony pico-sdk/src/common/boot_picoboot/all pico-sdk/src/common/boot_uf2/all pico-sdk/src/common/pico_base/all pico-sdk/src/common/pico_usb_reset_interface/all pico-sdk/src/common/pico_bit_ops/all pico-sdk/src/common/pico_binary_info/all pico-sdk/src/common/pico_divider/all pico-sdk/src/common/pico_sync/all pico-sdk/src/common/pico_time/all pico-sdk/src/common/pico_util/all pico-sdk/src/common/pico_stdlib/all + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/boot_picoboot + +build pico-sdk/src/common/boot_picoboot/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/boot_uf2 + +build pico-sdk/src/common/boot_uf2/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_base + +build pico-sdk/src/common/pico_base/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_binary_info + +build pico-sdk/src/common/pico_binary_info/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_bit_ops + +build pico-sdk/src/common/pico_bit_ops/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_divider + +build pico-sdk/src/common/pico_divider/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_stdlib + +build pico-sdk/src/common/pico_stdlib/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_sync + +build pico-sdk/src/common/pico_sync/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_time + +build pico-sdk/src/common/pico_time/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_usb_reset_interface + +build pico-sdk/src/common/pico_usb_reset_interface/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_util + +build pico-sdk/src/common/pico_util/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2040 + +build pico-sdk/src/rp2040/all: phony pico-sdk/src/rp2040/hardware_regs/all pico-sdk/src/rp2040/hardware_structs/all + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2040/hardware_regs + +build pico-sdk/src/rp2040/hardware_regs/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2040/hardware_structs + +build pico-sdk/src/rp2040/hardware_structs/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common + +build pico-sdk/src/rp2_common/all: phony pico-sdk/src/rp2_common/hardware_base/all pico-sdk/src/rp2_common/hardware_claim/all pico-sdk/src/rp2_common/hardware_adc/all pico-sdk/src/rp2_common/hardware_clocks/all pico-sdk/src/rp2_common/hardware_dma/all pico-sdk/src/rp2_common/hardware_divider/all pico-sdk/src/rp2_common/hardware_exception/all pico-sdk/src/rp2_common/hardware_flash/all pico-sdk/src/rp2_common/hardware_gpio/all pico-sdk/src/rp2_common/hardware_i2c/all pico-sdk/src/rp2_common/hardware_interp/all pico-sdk/src/rp2_common/hardware_irq/all pico-sdk/src/rp2_common/hardware_pio/all pico-sdk/src/rp2_common/hardware_pll/all pico-sdk/src/rp2_common/hardware_pwm/all pico-sdk/src/rp2_common/hardware_resets/all pico-sdk/src/rp2_common/hardware_rtc/all pico-sdk/src/rp2_common/hardware_spi/all pico-sdk/src/rp2_common/hardware_sync/all pico-sdk/src/rp2_common/hardware_timer/all pico-sdk/src/rp2_common/hardware_uart/all pico-sdk/src/rp2_common/hardware_vreg/all pico-sdk/src/rp2_common/hardware_watchdog/all pico-sdk/src/rp2_common/hardware_xosc/all pico-sdk/src/rp2_common/pico_bootrom/all pico-sdk/src/rp2_common/pico_platform/all pico-sdk/src/rp2_common/boot_stage2/all pico-sdk/src/rp2_common/pico_bootsel_via_double_reset/all pico-sdk/src/rp2_common/pico_multicore/all pico-sdk/src/rp2_common/pico_unique_id/all pico-sdk/src/rp2_common/pico_bit_ops/all pico-sdk/src/rp2_common/pico_divider/all pico-sdk/src/rp2_common/pico_double/all pico-sdk/src/rp2_common/pico_int64_ops/all pico-sdk/src/rp2_common/pico_float/all pico-sdk/src/rp2_common/pico_mem_ops/all pico-sdk/src/rp2_common/pico_malloc/all pico-sdk/src/rp2_common/pico_printf/all pico-sdk/src/rp2_common/pico_rand/all pico-sdk/src/rp2_common/pico_stdio/all pico-sdk/src/rp2_common/pico_stdio_semihosting/all pico-sdk/src/rp2_common/pico_stdio_uart/all pico-sdk/src/rp2_common/cmsis/all pico-sdk/src/rp2_common/tinyusb/all pico-sdk/src/rp2_common/pico_stdio_usb/all pico-sdk/src/rp2_common/pico_i2c_slave/all pico-sdk/src/rp2_common/pico_async_context/all pico-sdk/src/rp2_common/pico_btstack/all pico-sdk/src/rp2_common/pico_cyw43_driver/all pico-sdk/src/rp2_common/pico_lwip/all pico-sdk/src/rp2_common/pico_cyw43_arch/all pico-sdk/src/rp2_common/pico_mbedtls/all pico-sdk/src/rp2_common/pico_stdlib/all pico-sdk/src/rp2_common/pico_cxx_options/all pico-sdk/src/rp2_common/pico_standard_link/all pico-sdk/src/rp2_common/pico_fix/all pico-sdk/src/rp2_common/pico_runtime/all + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/boot_stage2 + +build pico-sdk/src/rp2_common/boot_stage2/all: phony pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/cmsis + +build pico-sdk/src/rp2_common/cmsis/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_adc + +build pico-sdk/src/rp2_common/hardware_adc/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_base + +build pico-sdk/src/rp2_common/hardware_base/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_claim + +build pico-sdk/src/rp2_common/hardware_claim/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_clocks + +build pico-sdk/src/rp2_common/hardware_clocks/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_divider + +build pico-sdk/src/rp2_common/hardware_divider/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_dma + +build pico-sdk/src/rp2_common/hardware_dma/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_exception + +build pico-sdk/src/rp2_common/hardware_exception/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_flash + +build pico-sdk/src/rp2_common/hardware_flash/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_gpio + +build pico-sdk/src/rp2_common/hardware_gpio/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_i2c + +build pico-sdk/src/rp2_common/hardware_i2c/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_interp + +build pico-sdk/src/rp2_common/hardware_interp/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_irq + +build pico-sdk/src/rp2_common/hardware_irq/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_pio + +build pico-sdk/src/rp2_common/hardware_pio/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_pll + +build pico-sdk/src/rp2_common/hardware_pll/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_pwm + +build pico-sdk/src/rp2_common/hardware_pwm/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_resets + +build pico-sdk/src/rp2_common/hardware_resets/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_rtc + +build pico-sdk/src/rp2_common/hardware_rtc/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_spi + +build pico-sdk/src/rp2_common/hardware_spi/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_sync + +build pico-sdk/src/rp2_common/hardware_sync/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_timer + +build pico-sdk/src/rp2_common/hardware_timer/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_uart + +build pico-sdk/src/rp2_common/hardware_uart/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_vreg + +build pico-sdk/src/rp2_common/hardware_vreg/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_watchdog + +build pico-sdk/src/rp2_common/hardware_watchdog/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_xosc + +build pico-sdk/src/rp2_common/hardware_xosc/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_async_context + +build pico-sdk/src/rp2_common/pico_async_context/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_bit_ops + +build pico-sdk/src/rp2_common/pico_bit_ops/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_bootrom + +build pico-sdk/src/rp2_common/pico_bootrom/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_bootsel_via_double_reset + +build pico-sdk/src/rp2_common/pico_bootsel_via_double_reset/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_btstack + +build pico-sdk/src/rp2_common/pico_btstack/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cxx_options + +build pico-sdk/src/rp2_common/pico_cxx_options/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_arch + +build pico-sdk/src/rp2_common/pico_cyw43_arch/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver + +build pico-sdk/src/rp2_common/pico_cyw43_driver/all: phony pico-sdk/src/rp2_common/pico_cyw43_driver/PioasmBuild pico-sdk/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/all + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/cybt_shared_bus + +build pico-sdk/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_divider + +build pico-sdk/src/rp2_common/pico_divider/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_double + +build pico-sdk/src/rp2_common/pico_double/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_fix + +build pico-sdk/src/rp2_common/pico_fix/all: phony pico-sdk/src/rp2_common/pico_fix/rp2040_usb_device_enumeration/all + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_fix/rp2040_usb_device_enumeration + +build pico-sdk/src/rp2_common/pico_fix/rp2040_usb_device_enumeration/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_float + +build pico-sdk/src/rp2_common/pico_float/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_i2c_slave + +build pico-sdk/src/rp2_common/pico_i2c_slave/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_int64_ops + +build pico-sdk/src/rp2_common/pico_int64_ops/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_lwip + +build pico-sdk/src/rp2_common/pico_lwip/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_malloc + +build pico-sdk/src/rp2_common/pico_malloc/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_mbedtls + +build pico-sdk/src/rp2_common/pico_mbedtls/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_mem_ops + +build pico-sdk/src/rp2_common/pico_mem_ops/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_multicore + +build pico-sdk/src/rp2_common/pico_multicore/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_platform + +build pico-sdk/src/rp2_common/pico_platform/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_printf + +build pico-sdk/src/rp2_common/pico_printf/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_rand + +build pico-sdk/src/rp2_common/pico_rand/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_runtime + +build pico-sdk/src/rp2_common/pico_runtime/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_standard_link + +build pico-sdk/src/rp2_common/pico_standard_link/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_stdio + +build pico-sdk/src/rp2_common/pico_stdio/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_stdio_semihosting + +build pico-sdk/src/rp2_common/pico_stdio_semihosting/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_stdio_uart + +build pico-sdk/src/rp2_common/pico_stdio_uart/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_stdio_usb + +build pico-sdk/src/rp2_common/pico_stdio_usb/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_stdlib + +build pico-sdk/src/rp2_common/pico_stdlib/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_unique_id + +build pico-sdk/src/rp2_common/pico_unique_id/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/tinyusb + +build pico-sdk/src/rp2_common/tinyusb/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/tools + +build pico-sdk/tools/all: phony + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | /home/spider_pig/src/c/pico/clacer/CMakeLists.txt /home/spider_pig/src/c/pico/clacer/pico_sdk_import.cmake /home/spider_pig/src/c/pico/pico-sdk/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/cmake/Platform/PICO.cmake /home/spider_pig/src/c/pico/pico-sdk/cmake/pico_pre_load_platform.cmake /home/spider_pig/src/c/pico/pico-sdk/cmake/pico_pre_load_toolchain.cmake /home/spider_pig/src/c/pico/pico-sdk/cmake/pico_utils.cmake /home/spider_pig/src/c/pico/pico-sdk/cmake/preload/platforms/pico/pico.cmake /home/spider_pig/src/c/pico/pico-sdk/cmake/preload/platforms/rp2040.cmake /home/spider_pig/src/c/pico/pico-sdk/cmake/preload/toolchains/find_compiler.cmake /home/spider_pig/src/c/pico/pico-sdk/cmake/preload/toolchains/pico_arm_gcc.cmake /home/spider_pig/src/c/pico/pico-sdk/cmake/preload/toolchains/set_flags.cmake /home/spider_pig/src/c/pico/pico-sdk/docs/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/lib/tinyusb/hw/bsp/family_support.cmake /home/spider_pig/src/c/pico/pico-sdk/lib/tinyusb/hw/bsp/rp2040/boards/pico_sdk/board.cmake /home/spider_pig/src/c/pico/pico-sdk/lib/tinyusb/hw/bsp/rp2040/family.cmake /home/spider_pig/src/c/pico/pico-sdk/lib/tinyusb/hw/bsp/rp2040/pico_sdk_import.cmake /home/spider_pig/src/c/pico/pico-sdk/pico_sdk_init.cmake /home/spider_pig/src/c/pico/pico-sdk/pico_sdk_version.cmake /home/spider_pig/src/c/pico/pico-sdk/src/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/board_setup.cmake /home/spider_pig/src/c/pico/pico-sdk/src/boards/generic_board.cmake /home/spider_pig/src/c/pico/pico-sdk/src/common/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/common/boot_picoboot/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/common/boot_uf2/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/generate_config_header.cmake /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include/pico/version.h.in /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_usb_reset_interface/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2040.cmake /home/spider_pig/src/c/pico/pico-sdk/src/rp2040/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common.cmake /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/cmsis/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_adc/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_dma/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_exception/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_flash/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_i2c/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_interp/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pio/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pwm/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_rtc/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_async_context/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootsel_via_double_reset/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_btstack/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cxx_options/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cyw43_arch/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_fix/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_fix/rp2040_usb_device_enumeration/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_i2c_slave/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_lwip/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mbedtls/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_multicore/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_rand/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_semihosting/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_usb/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_unique_id/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/tinyusb/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/tools/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/tools/FindELF2UF2.cmake /home/spider_pig/src/c/pico/pico-sdk/tools/FindPioasm.cmake /usr/share/cmake/Modules/CMakeASMInformation.cmake /usr/share/cmake/Modules/CMakeCInformation.cmake /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/GNU-ASM.cmake /usr/share/cmake/Modules/Compiler/GNU-C.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/ExternalProject.cmake /usr/share/cmake/Modules/ExternalProject/RepositoryInfo.txt.in /usr/share/cmake/Modules/ExternalProject/cfgcmd.txt.in /usr/share/cmake/Modules/ExternalProject/mkdirs.cmake.in /usr/share/cmake/Modules/FindDoxygen.cmake /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake/Modules/FindPackageMessage.cmake /usr/share/cmake/Modules/FindPython/Support.cmake /usr/share/cmake/Modules/FindPython3.cmake CMakeCache.txt CMakeFiles/3.25.3/CMakeASMCompiler.cmake CMakeFiles/3.25.3/CMakeCCompiler.cmake CMakeFiles/3.25.3/CMakeCXXCompiler.cmake CMakeFiles/3.25.3/CMakeSystem.cmake elf2uf2/tmp/ELF2UF2Build-mkdirs.cmake pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/tmp/PioasmBuild-mkdirs.cmake + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build /home/spider_pig/src/c/pico/clacer/CMakeLists.txt /home/spider_pig/src/c/pico/clacer/pico_sdk_import.cmake /home/spider_pig/src/c/pico/pico-sdk/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/cmake/Platform/PICO.cmake /home/spider_pig/src/c/pico/pico-sdk/cmake/pico_pre_load_platform.cmake /home/spider_pig/src/c/pico/pico-sdk/cmake/pico_pre_load_toolchain.cmake /home/spider_pig/src/c/pico/pico-sdk/cmake/pico_utils.cmake /home/spider_pig/src/c/pico/pico-sdk/cmake/preload/platforms/pico/pico.cmake /home/spider_pig/src/c/pico/pico-sdk/cmake/preload/platforms/rp2040.cmake /home/spider_pig/src/c/pico/pico-sdk/cmake/preload/toolchains/find_compiler.cmake /home/spider_pig/src/c/pico/pico-sdk/cmake/preload/toolchains/pico_arm_gcc.cmake /home/spider_pig/src/c/pico/pico-sdk/cmake/preload/toolchains/set_flags.cmake /home/spider_pig/src/c/pico/pico-sdk/docs/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/lib/tinyusb/hw/bsp/family_support.cmake /home/spider_pig/src/c/pico/pico-sdk/lib/tinyusb/hw/bsp/rp2040/boards/pico_sdk/board.cmake /home/spider_pig/src/c/pico/pico-sdk/lib/tinyusb/hw/bsp/rp2040/family.cmake /home/spider_pig/src/c/pico/pico-sdk/lib/tinyusb/hw/bsp/rp2040/pico_sdk_import.cmake /home/spider_pig/src/c/pico/pico-sdk/pico_sdk_init.cmake /home/spider_pig/src/c/pico/pico-sdk/pico_sdk_version.cmake /home/spider_pig/src/c/pico/pico-sdk/src/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/board_setup.cmake /home/spider_pig/src/c/pico/pico-sdk/src/boards/generic_board.cmake /home/spider_pig/src/c/pico/pico-sdk/src/common/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/common/boot_picoboot/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/common/boot_uf2/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/generate_config_header.cmake /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include/pico/version.h.in /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_usb_reset_interface/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2040.cmake /home/spider_pig/src/c/pico/pico-sdk/src/rp2040/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common.cmake /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/cmsis/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_adc/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_dma/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_exception/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_flash/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_i2c/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_interp/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pio/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pwm/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_rtc/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_async_context/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootsel_via_double_reset/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_btstack/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cxx_options/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cyw43_arch/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_fix/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_fix/rp2040_usb_device_enumeration/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_i2c_slave/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_lwip/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mbedtls/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_multicore/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_rand/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_semihosting/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_usb/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_unique_id/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/tinyusb/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/tools/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/tools/FindELF2UF2.cmake /home/spider_pig/src/c/pico/pico-sdk/tools/FindPioasm.cmake /usr/share/cmake/Modules/CMakeASMInformation.cmake /usr/share/cmake/Modules/CMakeCInformation.cmake /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/GNU-ASM.cmake /usr/share/cmake/Modules/Compiler/GNU-C.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/ExternalProject.cmake /usr/share/cmake/Modules/ExternalProject/RepositoryInfo.txt.in /usr/share/cmake/Modules/ExternalProject/cfgcmd.txt.in /usr/share/cmake/Modules/ExternalProject/mkdirs.cmake.in /usr/share/cmake/Modules/FindDoxygen.cmake /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake/Modules/FindPackageMessage.cmake /usr/share/cmake/Modules/FindPython/Support.cmake /usr/share/cmake/Modules/FindPython3.cmake CMakeCache.txt CMakeFiles/3.25.3/CMakeASMCompiler.cmake CMakeFiles/3.25.3/CMakeCCompiler.cmake CMakeFiles/3.25.3/CMakeCXXCompiler.cmake CMakeFiles/3.25.3/CMakeSystem.cmake elf2uf2/tmp/ELF2UF2Build-mkdirs.cmake pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/tmp/PioasmBuild-mkdirs.cmake: phony + + +############################################# +# Clean all the built files. + +build clean: CLEAN + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/build/clacer.bin b/build/clacer.bin new file mode 100755 index 0000000..2e8674b Binary files /dev/null and b/build/clacer.bin differ diff --git a/build/clacer.dis b/build/clacer.dis new file mode 100644 index 0000000..30e0a1e --- /dev/null +++ b/build/clacer.dis @@ -0,0 +1,8204 @@ + +/home/spider_pig/src/c/pico/clacer/build/clacer.elf: file format elf32-littlearm + +Sections: +Idx Name Size VMA LMA File off Algn + 0 .boot2 00000100 10000000 10000000 00001000 2**0 + CONTENTS, ALLOC, LOAD, READONLY, CODE + 1 .text 00003ff8 10000100 10000100 00001100 2**3 + CONTENTS, ALLOC, LOAD, READONLY, CODE + 2 .rodata 00000e4c 100040f8 100040f8 000050f8 2**3 + CONTENTS, ALLOC, LOAD, READONLY, DATA + 3 .binary_info 0000001c 10004f44 10004f44 00005f44 2**2 + CONTENTS, ALLOC, LOAD, DATA + 4 .ram_vector_table 000000c0 20000000 20000000 000062ec 2**2 + CONTENTS + 5 .data 0000022c 200000c0 10004f60 000060c0 2**4 + CONTENTS, ALLOC, LOAD, READONLY, CODE + 6 .uninitialized_data 00000000 200002ec 200002ec 000063ac 2**0 + CONTENTS + 7 .scratch_x 00000000 20040000 20040000 000063ac 2**0 + CONTENTS + 8 .scratch_y 00000000 20041000 20041000 000063ac 2**0 + CONTENTS + 9 .bss 000003c8 200002f0 200002f0 000062f0 2**3 + ALLOC + 10 .heap 00000800 200006b8 200006b8 000063ac 2**2 + CONTENTS, READONLY + 11 .stack_dummy 00000800 20041000 20041000 00006bc0 2**5 + CONTENTS, READONLY + 12 .ARM.attributes 00000028 00000000 00000000 000073c0 2**0 + CONTENTS, READONLY + 13 .comment 00000055 00000000 00000000 000073e8 2**0 + CONTENTS, READONLY + 14 .debug_info 000125d4 00000000 00000000 0000743d 2**0 + CONTENTS, READONLY, DEBUGGING, OCTETS + 15 .debug_abbrev 00003d6c 00000000 00000000 00019a11 2**0 + CONTENTS, READONLY, DEBUGGING, OCTETS + 16 .debug_loclists 00007ae3 00000000 00000000 0001d77d 2**0 + CONTENTS, READONLY, DEBUGGING, OCTETS + 17 .debug_aranges 00000ed8 00000000 00000000 00025260 2**3 + CONTENTS, READONLY, DEBUGGING, OCTETS + 18 .debug_rnglists 00000cdd 00000000 00000000 00026138 2**0 + CONTENTS, READONLY, DEBUGGING, OCTETS + 19 .debug_line 0000c81e 00000000 00000000 00026e15 2**0 + CONTENTS, READONLY, DEBUGGING, OCTETS + 20 .debug_str 0000354f 00000000 00000000 00033633 2**0 + CONTENTS, READONLY, DEBUGGING, OCTETS + 21 .debug_frame 00001a8c 00000000 00000000 00036b84 2**2 + CONTENTS, READONLY, DEBUGGING, OCTETS + 22 .debug_line_str 00000347 00000000 00000000 00038610 2**0 + CONTENTS, READONLY, DEBUGGING, OCTETS + +/home/spider_pig/src/c/pico/clacer/build/clacer.elf: file format elf32-littlearm + + +Disassembly of section .boot2: + +10000000 <__boot2_start__>: +10000000: 4b32b500 .word 0x4b32b500 +10000004: 60582021 .word 0x60582021 +10000008: 21026898 .word 0x21026898 +1000000c: 60984388 .word 0x60984388 +10000010: 611860d8 .word 0x611860d8 +10000014: 4b2e6158 .word 0x4b2e6158 +10000018: 60992100 .word 0x60992100 +1000001c: 61592102 .word 0x61592102 +10000020: 22f02101 .word 0x22f02101 +10000024: 492b5099 .word 0x492b5099 +10000028: 21016019 .word 0x21016019 +1000002c: 20356099 .word 0x20356099 +10000030: f844f000 .word 0xf844f000 +10000034: 42902202 .word 0x42902202 +10000038: 2106d014 .word 0x2106d014 +1000003c: f0006619 .word 0xf0006619 +10000040: 6e19f834 .word 0x6e19f834 +10000044: 66192101 .word 0x66192101 +10000048: 66182000 .word 0x66182000 +1000004c: f000661a .word 0xf000661a +10000050: 6e19f82c .word 0x6e19f82c +10000054: 6e196e19 .word 0x6e196e19 +10000058: f0002005 .word 0xf0002005 +1000005c: 2101f82f .word 0x2101f82f +10000060: d1f94208 .word 0xd1f94208 +10000064: 60992100 .word 0x60992100 +10000068: 6019491b .word 0x6019491b +1000006c: 60592100 .word 0x60592100 +10000070: 481b491a .word 0x481b491a +10000074: 21016001 .word 0x21016001 +10000078: 21eb6099 .word 0x21eb6099 +1000007c: 21a06619 .word 0x21a06619 +10000080: f0006619 .word 0xf0006619 +10000084: 2100f812 .word 0x2100f812 +10000088: 49166099 .word 0x49166099 +1000008c: 60014814 .word 0x60014814 +10000090: 60992101 .word 0x60992101 +10000094: 2800bc01 .word 0x2800bc01 +10000098: 4700d000 .word 0x4700d000 +1000009c: 49134812 .word 0x49134812 +100000a0: c8036008 .word 0xc8036008 +100000a4: 8808f380 .word 0x8808f380 +100000a8: b5034708 .word 0xb5034708 +100000ac: 20046a99 .word 0x20046a99 +100000b0: d0fb4201 .word 0xd0fb4201 +100000b4: 42012001 .word 0x42012001 +100000b8: bd03d1f8 .word 0xbd03d1f8 +100000bc: 6618b502 .word 0x6618b502 +100000c0: f7ff6618 .word 0xf7ff6618 +100000c4: 6e18fff2 .word 0x6e18fff2 +100000c8: bd026e18 .word 0xbd026e18 +100000cc: 40020000 .word 0x40020000 +100000d0: 18000000 .word 0x18000000 +100000d4: 00070000 .word 0x00070000 +100000d8: 005f0300 .word 0x005f0300 +100000dc: 00002221 .word 0x00002221 +100000e0: 180000f4 .word 0x180000f4 +100000e4: a0002022 .word 0xa0002022 +100000e8: 10000100 .word 0x10000100 +100000ec: e000ed08 .word 0xe000ed08 + ... +100000fc: 7a4eb274 .word 0x7a4eb274 + +Disassembly of section .text: + +10000100 <__VECTOR_TABLE>: +10000100: 20042000 .word 0x20042000 +10000104: 100001f7 .word 0x100001f7 +10000108: 100001c3 .word 0x100001c3 +1000010c: 100001c5 .word 0x100001c5 +10000110: 100001c1 .word 0x100001c1 +10000114: 100001c1 .word 0x100001c1 +10000118: 100001c1 .word 0x100001c1 +1000011c: 100001c1 .word 0x100001c1 +10000120: 100001c1 .word 0x100001c1 +10000124: 100001c1 .word 0x100001c1 +10000128: 100001c1 .word 0x100001c1 +1000012c: 100001c7 .word 0x100001c7 +10000130: 100001c1 .word 0x100001c1 +10000134: 100001c1 .word 0x100001c1 +10000138: 100001c9 .word 0x100001c9 +1000013c: 100001cb .word 0x100001cb +10000140: 100001cd .word 0x100001cd +10000144: 100001cd .word 0x100001cd +10000148: 100001cd .word 0x100001cd +1000014c: 100001cd .word 0x100001cd +10000150: 100001cd .word 0x100001cd +10000154: 100001cd .word 0x100001cd +10000158: 100001cd .word 0x100001cd +1000015c: 100001cd .word 0x100001cd +10000160: 100001cd .word 0x100001cd +10000164: 100001cd .word 0x100001cd +10000168: 100001cd .word 0x100001cd +1000016c: 100001cd .word 0x100001cd +10000170: 100001cd .word 0x100001cd +10000174: 100001cd .word 0x100001cd +10000178: 100001cd .word 0x100001cd +1000017c: 100001cd .word 0x100001cd +10000180: 100001cd .word 0x100001cd +10000184: 100001cd .word 0x100001cd +10000188: 100001cd .word 0x100001cd +1000018c: 100001cd .word 0x100001cd +10000190: 100001cd .word 0x100001cd +10000194: 100001cd .word 0x100001cd +10000198: 100001cd .word 0x100001cd +1000019c: 100001cd .word 0x100001cd +100001a0: 100001cd .word 0x100001cd +100001a4: 100001cd .word 0x100001cd +100001a8: 100001cd .word 0x100001cd +100001ac: 100001cd .word 0x100001cd +100001b0: 100001cd .word 0x100001cd +100001b4: 100001cd .word 0x100001cd +100001b8: 100001cd .word 0x100001cd +100001bc: 100001cd .word 0x100001cd + +100001c0 : +100001c0: be00 bkpt 0x0000 + +100001c2 : +100001c2: be00 bkpt 0x0000 + +100001c4 : +100001c4: be00 bkpt 0x0000 + +100001c6 : +100001c6: be00 bkpt 0x0000 + +100001c8 : +100001c8: be00 bkpt 0x0000 + +100001ca : +100001ca: be00 bkpt 0x0000 + +100001cc <__unhandled_user_irq>: +100001cc: f3ef 8005 mrs r0, IPSR +100001d0: 3810 subs r0, #16 + +100001d2 : +100001d2: be00 bkpt 0x0000 + +100001d4 : +100001d4: 7188ebf2 .word 0x7188ebf2 +100001d8: 10004f44 .word 0x10004f44 +100001dc: 10004f60 .word 0x10004f60 +100001e0: 10000234 .word 0x10000234 +100001e4: e71aa390 .word 0xe71aa390 + +100001e8 <_entry_point>: +100001e8: 2000 movs r0, #0 +100001ea: 491f ldr r1, [pc, #124] @ (10000268 ) +100001ec: 6008 str r0, [r1, #0] +100001ee: c806 ldmia r0!, {r1, r2} +100001f0: f381 8808 msr MSP, r1 +100001f4: 4710 bx r2 + +100001f6 <_reset_handler>: +100001f6: 481d ldr r0, [pc, #116] @ (1000026c ) +100001f8: 6800 ldr r0, [r0, #0] +100001fa: 2800 cmp r0, #0 +100001fc: d12f bne.n 1000025e +100001fe: a40d add r4, pc, #52 @ (adr r4, 10000234 ) +10000200: cc0e ldmia r4!, {r1, r2, r3} +10000202: 2900 cmp r1, #0 +10000204: d002 beq.n 1000020c <_reset_handler+0x16> +10000206: f000 f812 bl 1000022e +1000020a: e7f9 b.n 10000200 <_reset_handler+0xa> +1000020c: 4918 ldr r1, [pc, #96] @ (10000270 ) +1000020e: 4a19 ldr r2, [pc, #100] @ (10000274 ) +10000210: 2000 movs r0, #0 +10000212: e000 b.n 10000216 + +10000214 : +10000214: c101 stmia r1!, {r0} + +10000216 : +10000216: 4291 cmp r1, r2 +10000218: d1fc bne.n 10000214 + +1000021a : +1000021a: 4917 ldr r1, [pc, #92] @ (10000278 ) +1000021c: 4788 blx r1 +1000021e: 4917 ldr r1, [pc, #92] @ (1000027c ) +10000220: 4788 blx r1 +10000222: 4917 ldr r1, [pc, #92] @ (10000280 ) +10000224: 4788 blx r1 +10000226: be00 bkpt 0x0000 +10000228: e7fd b.n 10000226 + +1000022a : +1000022a: c901 ldmia r1!, {r0} +1000022c: c201 stmia r2!, {r0} + +1000022e : +1000022e: 429a cmp r2, r3 +10000230: d3fb bcc.n 1000022a +10000232: 4770 bx lr + +10000234 : +10000234: 10004f60 .word 0x10004f60 +10000238: 200000c0 .word 0x200000c0 +1000023c: 200002ec .word 0x200002ec +10000240: 1000518c .word 0x1000518c +10000244: 20040000 .word 0x20040000 +10000248: 20040000 .word 0x20040000 +1000024c: 1000518c .word 0x1000518c +10000250: 20041000 .word 0x20041000 +10000254: 20041000 .word 0x20041000 +10000258: 00000000 .word 0x00000000 +1000025c: 4770 bx lr + +1000025e : +1000025e: 4809 ldr r0, [pc, #36] @ (10000284 ) +10000260: f002 fe26 bl 10002eb0 +10000264: 4700 bx r0 +10000266: 0000 .short 0x0000 +10000268: e000ed08 .word 0xe000ed08 +1000026c: d0000000 .word 0xd0000000 +10000270: 200002f0 .word 0x200002f0 +10000274: 200006b8 .word 0x200006b8 +10000278: 10001bc1 .word 0x10001bc1 +1000027c: 10000355 .word 0x10000355 +10000280: 10001b81 .word 0x10001b81 +10000284: 00005657 .word 0x00005657 + +10000288 <__bi_50>: +10000288: 50520006 5360b3ab 10004ee0 ..RP..`S.N.. + +10000294 <__bi_38>: +10000294: 50520006 02031c86 10004ef0 ..RP.....N.. + +100002a0 <__bi_30>: +100002a0: 50520006 9da22254 10004ef8 ..RPT"...N.. + +100002ac <__bi_22>: +100002ac: 50520005 68f465de 1000518c ..RP.e.h.Q.. + +100002b8 <_init>: +100002b8: b5f8 push {r3, r4, r5, r6, r7, lr} +100002ba: 46c0 nop @ (mov r8, r8) + +100002bc : +100002bc: 4804 ldr r0, [pc, #16] @ (100002d0 ) +100002be: 4b05 ldr r3, [pc, #20] @ (100002d4 ) +100002c0: b510 push {r4, lr} +100002c2: 4283 cmp r3, r0 +100002c4: d003 beq.n 100002ce +100002c6: 4b04 ldr r3, [pc, #16] @ (100002d8 ) +100002c8: 2b00 cmp r3, #0 +100002ca: d000 beq.n 100002ce +100002cc: 4798 blx r3 +100002ce: bd10 pop {r4, pc} +100002d0: 200002ec .word 0x200002ec +100002d4: 200002ec .word 0x200002ec +100002d8: 00000000 .word 0x00000000 + +100002dc : +100002dc: 4806 ldr r0, [pc, #24] @ (100002f8 ) +100002de: 4907 ldr r1, [pc, #28] @ (100002fc ) +100002e0: 1a09 subs r1, r1, r0 +100002e2: 108b asrs r3, r1, #2 +100002e4: 0fc9 lsrs r1, r1, #31 +100002e6: 18c9 adds r1, r1, r3 +100002e8: b510 push {r4, lr} +100002ea: 1049 asrs r1, r1, #1 +100002ec: d003 beq.n 100002f6 +100002ee: 4b04 ldr r3, [pc, #16] @ (10000300 ) +100002f0: 2b00 cmp r3, #0 +100002f2: d000 beq.n 100002f6 +100002f4: 4798 blx r3 +100002f6: bd10 pop {r4, pc} +100002f8: 200002ec .word 0x200002ec +100002fc: 200002ec .word 0x200002ec +10000300: 00000000 .word 0x00000000 + +10000304 <__do_global_dtors_aux>: +10000304: b510 push {r4, lr} +10000306: 4c07 ldr r4, [pc, #28] @ (10000324 <__do_global_dtors_aux+0x20>) +10000308: 7823 ldrb r3, [r4, #0] +1000030a: 2b00 cmp r3, #0 +1000030c: d109 bne.n 10000322 <__do_global_dtors_aux+0x1e> +1000030e: f7ff ffd5 bl 100002bc +10000312: 4b05 ldr r3, [pc, #20] @ (10000328 <__do_global_dtors_aux+0x24>) +10000314: 2b00 cmp r3, #0 +10000316: d002 beq.n 1000031e <__do_global_dtors_aux+0x1a> +10000318: 4804 ldr r0, [pc, #16] @ (1000032c <__do_global_dtors_aux+0x28>) +1000031a: e000 b.n 1000031e <__do_global_dtors_aux+0x1a> +1000031c: bf00 nop +1000031e: 2301 movs r3, #1 +10000320: 7023 strb r3, [r4, #0] +10000322: bd10 pop {r4, pc} +10000324: 200003f0 .word 0x200003f0 +10000328: 00000000 .word 0x00000000 +1000032c: 100040f8 .word 0x100040f8 + +10000330 : +10000330: 4b05 ldr r3, [pc, #20] @ (10000348 ) +10000332: b510 push {r4, lr} +10000334: 2b00 cmp r3, #0 +10000336: d003 beq.n 10000340 +10000338: 4904 ldr r1, [pc, #16] @ (1000034c ) +1000033a: 4805 ldr r0, [pc, #20] @ (10000350 ) +1000033c: e000 b.n 10000340 +1000033e: bf00 nop +10000340: f7ff ffcc bl 100002dc +10000344: bd10 pop {r4, pc} +10000346: 46c0 nop @ (mov r8, r8) +10000348: 00000000 .word 0x00000000 +1000034c: 200003f4 .word 0x200003f4 +10000350: 100040f8 .word 0x100040f8 + +10000354
: +10000354: b570 push {r4, r5, r6, lr} +10000356: 2019 movs r0, #25 +10000358: f000 f82c bl 100003b4 +1000035c: 23d0 movs r3, #208 @ 0xd0 +1000035e: 061b lsls r3, r3, #24 +10000360: 2280 movs r2, #128 @ 0x80 +10000362: 0492 lsls r2, r2, #18 +10000364: 625a str r2, [r3, #36] @ 0x24 +10000366: 24d0 movs r4, #208 @ 0xd0 +10000368: 0624 lsls r4, r4, #24 +1000036a: 2580 movs r5, #128 @ 0x80 +1000036c: 04ad lsls r5, r5, #18 +1000036e: 61a5 str r5, [r4, #24] +10000370: 20fa movs r0, #250 @ 0xfa +10000372: f000 ff5e bl 10001232 +10000376: 6165 str r5, [r4, #20] +10000378: 20fa movs r0, #250 @ 0xfa +1000037a: 0080 lsls r0, r0, #2 +1000037c: f000 ff59 bl 10001232 +10000380: e7f1 b.n 10000366 + ... + +10000384 : +10000384: b510 push {r4, lr} +10000386: 0083 lsls r3, r0, #2 +10000388: 4a08 ldr r2, [pc, #32] @ (100003ac ) +1000038a: 4694 mov ip, r2 +1000038c: 4463 add r3, ip +1000038e: 681a ldr r2, [r3, #0] +10000390: 2440 movs r4, #64 @ 0x40 +10000392: 4062 eors r2, r4 +10000394: 3480 adds r4, #128 @ 0x80 +10000396: 4014 ands r4, r2 +10000398: 2280 movs r2, #128 @ 0x80 +1000039a: 0152 lsls r2, r2, #5 +1000039c: 4313 orrs r3, r2 +1000039e: 601c str r4, [r3, #0] +100003a0: 00c0 lsls r0, r0, #3 +100003a2: 4b03 ldr r3, [pc, #12] @ (100003b0 ) +100003a4: 469c mov ip, r3 +100003a6: 4460 add r0, ip +100003a8: 6041 str r1, [r0, #4] +100003aa: bd10 pop {r4, pc} +100003ac: 4001c004 .word 0x4001c004 +100003b0: 40014000 .word 0x40014000 + +100003b4 : +100003b4: b510 push {r4, lr} +100003b6: 2301 movs r3, #1 +100003b8: 4083 lsls r3, r0 +100003ba: 22d0 movs r2, #208 @ 0xd0 +100003bc: 0612 lsls r2, r2, #24 +100003be: 6293 str r3, [r2, #40] @ 0x28 +100003c0: 6193 str r3, [r2, #24] +100003c2: 2105 movs r1, #5 +100003c4: f7ff ffde bl 10000384 +100003c8: bd10 pop {r4, pc} + ... + +100003cc : +100003cc: 4b03 ldr r3, [pc, #12] @ (100003dc ) +100003ce: 681b ldr r3, [r3, #0] +100003d0: 2002 movs r0, #2 +100003d2: 4018 ands r0, r3 +100003d4: 1e43 subs r3, r0, #1 +100003d6: 4198 sbcs r0, r3 +100003d8: b2c0 uxtb r0, r0 +100003da: 4770 bx lr +100003dc: 4006c000 .word 0x4006c000 + +100003e0 : +100003e0: f3ef 8010 mrs r0, PRIMASK +100003e4: b672 cpsid i +100003e6: 4b03 ldr r3, [pc, #12] @ (100003f4 ) +100003e8: 681b ldr r3, [r3, #0] +100003ea: 2b00 cmp r3, #0 +100003ec: d0fb beq.n 100003e6 +100003ee: f3bf 8f5f dmb sy +100003f2: 4770 bx lr +100003f4: d000012c .word 0xd000012c + +100003f8 : +100003f8: f3bf 8f5f dmb sy +100003fc: 4b02 ldr r3, [pc, #8] @ (10000408 ) +100003fe: 2200 movs r2, #0 +10000400: 601a str r2, [r3, #0] +10000402: f380 8810 msr PRIMASK, r0 +10000406: 4770 bx lr +10000408: d000012c .word 0xd000012c + +1000040c : +1000040c: b5f8 push {r3, r4, r5, r6, r7, lr} +1000040e: 0006 movs r6, r0 +10000410: 000c movs r4, r1 +10000412: 0015 movs r5, r2 +10000414: f7ff ffe4 bl 100003e0 +10000418: 08e3 lsrs r3, r4, #3 +1000041a: 18f7 adds r7, r6, r3 +1000041c: 5cf1 ldrb r1, [r6, r3] +1000041e: 2207 movs r2, #7 +10000420: 4022 ands r2, r4 +10000422: 2301 movs r3, #1 +10000424: 4093 lsls r3, r2 +10000426: 420b tst r3, r1 +10000428: d105 bne.n 10000436 +1000042a: b2db uxtb r3, r3 +1000042c: 430b orrs r3, r1 +1000042e: 703b strb r3, [r7, #0] +10000430: f7ff ffe2 bl 100003f8 +10000434: bdf8 pop {r3, r4, r5, r6, r7, pc} +10000436: 0021 movs r1, r4 +10000438: 0028 movs r0, r5 +1000043a: f001 fc3d bl 10001cb8 + ... + +10000440 : +10000440: 2300 movs r3, #0 +10000442: e007 b.n 10000454 +10000444: 4a05 ldr r2, [pc, #20] @ (1000045c ) +10000446: 189a adds r2, r3, r2 +10000448: 0092 lsls r2, r2, #2 +1000044a: f3bf 8f5f dmb sy +1000044e: 2100 movs r1, #0 +10000450: 6011 str r1, [r2, #0] +10000452: 3301 adds r3, #1 +10000454: 2b1f cmp r3, #31 +10000456: d9f5 bls.n 10000444 +10000458: 4770 bx lr +1000045a: 46c0 nop @ (mov r8, r8) +1000045c: 34000040 .word 0x34000040 + +10000460 : +10000460: 4a05 ldr r2, [pc, #20] @ (10000478 ) +10000462: 7810 ldrb r0, [r2, #0] +10000464: 1c43 adds r3, r0, #1 +10000466: b2db uxtb r3, r3 +10000468: 7013 strb r3, [r2, #0] +1000046a: 2b17 cmp r3, #23 +1000046c: d902 bls.n 10000474 +1000046e: 0013 movs r3, r2 +10000470: 2210 movs r2, #16 +10000472: 701a strb r2, [r3, #0] +10000474: 4770 bx lr +10000476: 46c0 nop @ (mov r8, r8) +10000478: 20000238 .word 0x20000238 + +1000047c : +1000047c: 4b07 ldr r3, [pc, #28] @ (1000049c ) +1000047e: 689b ldr r3, [r3, #8] +10000480: 3010 adds r0, #16 +10000482: 0080 lsls r0, r0, #2 +10000484: 5019 str r1, [r3, r0] +10000486: f3bf 8f5f dmb sy +1000048a: f3bf 8f5f dmb sy +1000048e: 4b04 ldr r3, [pc, #16] @ (100004a0 ) +10000490: 2100 movs r1, #0 +10000492: 6019 str r1, [r3, #0] +10000494: f382 8810 msr PRIMASK, r2 +10000498: 4770 bx lr +1000049a: 46c0 nop @ (mov r8, r8) +1000049c: e000ed00 .word 0xe000ed00 +100004a0: d0000124 .word 0xd0000124 + +100004a4 : +100004a4: b510 push {r4, lr} +100004a6: 8803 ldrh r3, [r0, #0] +100004a8: 0ada lsrs r2, r3, #11 +100004aa: 2a1c cmp r2, #28 +100004ac: d105 bne.n 100004ba +100004ae: 055b lsls r3, r3, #21 +100004b0: 155b asrs r3, r3, #21 +100004b2: 3302 adds r3, #2 +100004b4: 005b lsls r3, r3, #1 +100004b6: 18c0 adds r0, r0, r3 +100004b8: bd10 pop {r4, pc} +100004ba: 4b03 ldr r3, [pc, #12] @ (100004c8 ) +100004bc: 4a03 ldr r2, [pc, #12] @ (100004cc ) +100004be: 4804 ldr r0, [pc, #16] @ (100004d0 ) +100004c0: 21b1 movs r1, #177 @ 0xb1 +100004c2: f001 fb61 bl 10001b88 <__assert_func> +100004c6: 46c0 nop @ (mov r8, r8) +100004c8: 100040f8 .word 0x100040f8 +100004cc: 1000429c .word 0x1000429c +100004d0: 10004110 .word 0x10004110 + +100004d4 : +100004d4: b510 push {r4, lr} +100004d6: 1a09 subs r1, r1, r0 +100004d8: 1f0b subs r3, r1, #4 +100004da: 4a0a ldr r2, [pc, #40] @ (10000504 ) +100004dc: 1888 adds r0, r1, r2 +100004de: 4a0a ldr r2, [pc, #40] @ (10000508 ) +100004e0: 4290 cmp r0, r2 +100004e2: d808 bhi.n 100004f6 +100004e4: 07c9 lsls r1, r1, #31 +100004e6: d406 bmi.n 100004f6 +100004e8: 105b asrs r3, r3, #1 +100004ea: 055b lsls r3, r3, #21 +100004ec: 0d5b lsrs r3, r3, #21 +100004ee: 4807 ldr r0, [pc, #28] @ (1000050c ) +100004f0: 4318 orrs r0, r3 +100004f2: b280 uxth r0, r0 +100004f4: bd10 pop {r4, pc} +100004f6: 4b06 ldr r3, [pc, #24] @ (10000510 ) +100004f8: 4a06 ldr r2, [pc, #24] @ (10000514 ) +100004fa: 4807 ldr r0, [pc, #28] @ (10000518 ) +100004fc: 21a3 movs r1, #163 @ 0xa3 +100004fe: f001 fb43 bl 10001b88 <__assert_func> +10000502: 46c0 nop @ (mov r8, r8) +10000504: 000007fc .word 0x000007fc +10000508: 00000ffe .word 0x00000ffe +1000050c: ffffe000 .word 0xffffe000 +10000510: 10004158 .word 0x10004158 +10000514: 10004290 .word 0x10004290 +10000518: 10004110 .word 0x10004110 + +1000051c : +1000051c: b510 push {r4, lr} +1000051e: 1a09 subs r1, r1, r0 +10000520: 3904 subs r1, #4 +10000522: 084a lsrs r2, r1, #1 +10000524: 0b09 lsrs r1, r1, #12 +10000526: d108 bne.n 1000053a +10000528: 0549 lsls r1, r1, #21 +1000052a: 0d49 lsrs r1, r1, #21 +1000052c: 4b06 ldr r3, [pc, #24] @ (10000548 ) +1000052e: 430b orrs r3, r1 +10000530: 8003 strh r3, [r0, #0] +10000532: 4b06 ldr r3, [pc, #24] @ (1000054c ) +10000534: 4313 orrs r3, r2 +10000536: 8043 strh r3, [r0, #2] +10000538: bd10 pop {r4, pc} +1000053a: 4b05 ldr r3, [pc, #20] @ (10000550 ) +1000053c: 4a05 ldr r2, [pc, #20] @ (10000554 ) +1000053e: 4806 ldr r0, [pc, #24] @ (10000558 ) +10000540: 21ab movs r1, #171 @ 0xab +10000542: f001 fb21 bl 10001b88 <__assert_func> +10000546: 46c0 nop @ (mov r8, r8) +10000548: fffff000 .word 0xfffff000 +1000054c: fffff800 .word 0xfffff800 +10000550: 10004188 .word 0x10004188 +10000554: 10004264 .word 0x10004264 +10000558: 10004110 .word 0x10004110 + +1000055c : +1000055c: 2301 movs r3, #1 +1000055e: 4083 lsls r3, r0 +10000560: 4a03 ldr r2, [pc, #12] @ (10000570 ) +10000562: 6810 ldr r0, [r2, #0] +10000564: 4018 ands r0, r3 +10000566: 1e43 subs r3, r0, #1 +10000568: 4198 sbcs r0, r3 +1000056a: b2c0 uxtb r0, r0 +1000056c: 4770 bx lr +1000056e: 46c0 nop @ (mov r8, r8) +10000570: e000e100 .word 0xe000e100 + +10000574 : +10000574: 2900 cmp r1, #0 +10000576: d004 beq.n 10000582 +10000578: 4b03 ldr r3, [pc, #12] @ (10000588 ) +1000057a: 6018 str r0, [r3, #0] +1000057c: 4b03 ldr r3, [pc, #12] @ (1000058c ) +1000057e: 6018 str r0, [r3, #0] +10000580: 4770 bx lr +10000582: 4b03 ldr r3, [pc, #12] @ (10000590 ) +10000584: 6018 str r0, [r3, #0] +10000586: e7fb b.n 10000580 +10000588: e000e280 .word 0xe000e280 +1000058c: e000e100 .word 0xe000e100 +10000590: e000e180 .word 0xe000e180 + +10000594 : +10000594: b510 push {r4, lr} +10000596: 2301 movs r3, #1 +10000598: 4083 lsls r3, r0 +1000059a: 0018 movs r0, r3 +1000059c: f7ff ffea bl 10000574 +100005a0: bd10 pop {r4, pc} + ... + +100005a4 : +100005a4: 4b02 ldr r3, [pc, #8] @ (100005b0 ) +100005a6: 689b ldr r3, [r3, #8] +100005a8: 3010 adds r0, #16 +100005aa: 0080 lsls r0, r0, #2 +100005ac: 58c0 ldr r0, [r0, r3] +100005ae: 4770 bx lr +100005b0: e000ed00 .word 0xe000ed00 + +100005b4 : +100005b4: b570 push {r4, r5, r6, lr} +100005b6: 0004 movs r4, r0 +100005b8: 000d movs r5, r1 +100005ba: f3ef 8610 mrs r6, PRIMASK +100005be: b672 cpsid i +100005c0: 4b0c ldr r3, [pc, #48] @ (100005f4 ) +100005c2: 681b ldr r3, [r3, #0] +100005c4: 2b00 cmp r3, #0 +100005c6: d0fb beq.n 100005c0 +100005c8: f3bf 8f5f dmb sy +100005cc: 0020 movs r0, r4 +100005ce: f7ff ffe9 bl 100005a4 +100005d2: 4b09 ldr r3, [pc, #36] @ (100005f8 ) +100005d4: 4298 cmp r0, r3 +100005d6: d001 beq.n 100005dc +100005d8: 42a8 cmp r0, r5 +100005da: d105 bne.n 100005e8 +100005dc: 0032 movs r2, r6 +100005de: 0029 movs r1, r5 +100005e0: 0020 movs r0, r4 +100005e2: f7ff ff4b bl 1000047c +100005e6: bd70 pop {r4, r5, r6, pc} +100005e8: 4b04 ldr r3, [pc, #16] @ (100005fc ) +100005ea: 4a05 ldr r2, [pc, #20] @ (10000600 ) +100005ec: 4805 ldr r0, [pc, #20] @ (10000604 ) +100005ee: 2186 movs r1, #134 @ 0x86 +100005f0: f001 faca bl 10001b88 <__assert_func> +100005f4: d0000124 .word 0xd0000124 +100005f8: 100001cd .word 0x100001cd +100005fc: 10004198 .word 0x10004198 +10000600: 100042ac .word 0x100042ac +10000604: 10004110 .word 0x10004110 + +10000608 : +10000608: b5f0 push {r4, r5, r6, r7, lr} +1000060a: 46ce mov lr, r9 +1000060c: 4647 mov r7, r8 +1000060e: b580 push {r7, lr} +10000610: b083 sub sp, #12 +10000612: 0006 movs r6, r0 +10000614: 000d movs r5, r1 +10000616: f3ef 8810 mrs r8, PRIMASK +1000061a: b672 cpsid i +1000061c: 4b4f ldr r3, [pc, #316] @ (1000075c ) +1000061e: 681b ldr r3, [r3, #0] +10000620: 2b00 cmp r3, #0 +10000622: d0fb beq.n 1000061c +10000624: f3bf 8f5f dmb sy +10000628: 4b4d ldr r3, [pc, #308] @ (10000760 ) +1000062a: 689a ldr r2, [r3, #8] +1000062c: 0034 movs r4, r6 +1000062e: 3410 adds r4, #16 +10000630: 00a3 lsls r3, r4, #2 +10000632: 58d7 ldr r7, [r2, r3] +10000634: 4b4b ldr r3, [pc, #300] @ (10000764 ) +10000636: 429f cmp r7, r3 +10000638: d007 beq.n 1000064a +1000063a: 42af cmp r7, r5 +1000063c: d100 bne.n 10000640 +1000063e: e08b b.n 10000758 +10000640: 9701 str r7, [sp, #4] +10000642: 4b49 ldr r3, [pc, #292] @ (10000768 ) +10000644: 1afb subs r3, r7, r3 +10000646: 2b2f cmp r3, #47 @ 0x2f +10000648: d909 bls.n 1000065e +1000064a: 4642 mov r2, r8 +1000064c: 0039 movs r1, r7 +1000064e: 0030 movs r0, r6 +10000650: f7ff ff14 bl 1000047c +10000654: b003 add sp, #12 +10000656: bcc0 pop {r6, r7} +10000658: 46b9 mov r9, r7 +1000065a: 46b0 mov r8, r6 +1000065c: bdf0 pop {r4, r5, r6, r7, pc} +1000065e: 0030 movs r0, r6 +10000660: f7ff ff7c bl 1000055c +10000664: 4681 mov r9, r0 +10000666: 2100 movs r1, #0 +10000668: 0030 movs r0, r6 +1000066a: f7ff ff93 bl 10000594 +1000066e: f3bf 8f5f dmb sy +10000672: f3ef 8105 mrs r1, IPSR +10000676: 2900 cmp r1, #0 +10000678: d001 beq.n 1000067e +1000067a: 428c cmp r4, r1 +1000067c: d111 bne.n 100006a2 +1000067e: 2301 movs r3, #1 +10000680: 9c01 ldr r4, [sp, #4] +10000682: 439c bics r4, r3 +10000684: 2000 movs r0, #0 +10000686: 68a3 ldr r3, [r4, #8] +10000688: 42ab cmp r3, r5 +1000068a: d012 beq.n 100006b2 +1000068c: 2206 movs r2, #6 +1000068e: 56a2 ldrsb r2, [r4, r2] +10000690: 2a00 cmp r2, #0 +10000692: db0d blt.n 100006b0 +10000694: 0053 lsls r3, r2, #1 +10000696: 189b adds r3, r3, r2 +10000698: 009b lsls r3, r3, #2 +1000069a: 4a33 ldr r2, [pc, #204] @ (10000768 ) +1000069c: 0020 movs r0, r4 +1000069e: 18d4 adds r4, r2, r3 +100006a0: e7f1 b.n 10000686 +100006a2: 4b32 ldr r3, [pc, #200] @ (1000076c ) +100006a4: 4a32 ldr r2, [pc, #200] @ (10000770 ) +100006a6: 2136 movs r1, #54 @ 0x36 +100006a8: 4832 ldr r0, [pc, #200] @ (10000774 ) +100006aa: 31ff adds r1, #255 @ 0xff +100006ac: f001 fa6c bl 10001b88 <__assert_func> +100006b0: 0020 movs r0, r4 +100006b2: 42ab cmp r3, r5 +100006b4: d149 bne.n 1000074a +100006b6: 2506 movs r5, #6 +100006b8: 5765 ldrsb r5, [r4, r5] +100006ba: 2d00 cmp r5, #0 +100006bc: db2b blt.n 10000716 +100006be: 4b2a ldr r3, [pc, #168] @ (10000768 ) +100006c0: 006a lsls r2, r5, #1 +100006c2: 1952 adds r2, r2, r5 +100006c4: 0092 lsls r2, r2, #2 +100006c6: 189b adds r3, r3, r2 +100006c8: 689a ldr r2, [r3, #8] +100006ca: 60a2 str r2, [r4, #8] +100006cc: 79da ldrb r2, [r3, #7] +100006ce: 71e2 strb r2, [r4, #7] +100006d0: 799b ldrb r3, [r3, #6] +100006d2: b25b sxtb r3, r3 +100006d4: 71a3 strb r3, [r4, #6] +100006d6: 2b00 cmp r3, #0 +100006d8: da0f bge.n 100006fa +100006da: 4827 ldr r0, [pc, #156] @ (10000778 ) +100006dc: 80a0 strh r0, [r4, #4] +100006de: 4b22 ldr r3, [pc, #136] @ (10000768 ) +100006e0: 006a lsls r2, r5, #1 +100006e2: 1952 adds r2, r2, r5 +100006e4: 0092 lsls r2, r2, #2 +100006e6: 189b adds r3, r3, r2 +100006e8: 4a24 ldr r2, [pc, #144] @ (1000077c ) +100006ea: 7811 ldrb r1, [r2, #0] +100006ec: 7199 strb r1, [r3, #6] +100006ee: 7015 strb r5, [r2, #0] +100006f0: 4649 mov r1, r9 +100006f2: 0030 movs r0, r6 +100006f4: f7ff ff4e bl 10000594 +100006f8: e7a7 b.n 1000064a +100006fa: 0068 lsls r0, r5, #1 +100006fc: 1940 adds r0, r0, r5 +100006fe: 0080 lsls r0, r0, #2 +10000700: 4b19 ldr r3, [pc, #100] @ (10000768 ) +10000702: 18c0 adds r0, r0, r3 +10000704: 3004 adds r0, #4 +10000706: f7ff fecd bl 100004a4 +1000070a: 0001 movs r1, r0 +1000070c: 1d23 adds r3, r4, #4 +1000070e: 0018 movs r0, r3 +10000710: f7ff fee0 bl 100004d4 +10000714: e7e2 b.n 100006dc +10000716: 2900 cmp r1, #0 +10000718: d112 bne.n 10000740 +1000071a: 2800 cmp r0, #0 +1000071c: d00e beq.n 1000073c +1000071e: 23ff movs r3, #255 @ 0xff +10000720: 7183 strb r3, [r0, #6] +10000722: 4b17 ldr r3, [pc, #92] @ (10000780 ) +10000724: 8083 strh r3, [r0, #4] +10000726: 4915 ldr r1, [pc, #84] @ (1000077c ) +10000728: 780b ldrb r3, [r1, #0] +1000072a: 71a3 strb r3, [r4, #6] +1000072c: 4a0e ldr r2, [pc, #56] @ (10000768 ) +1000072e: 4b15 ldr r3, [pc, #84] @ (10000784 ) +10000730: 1aa4 subs r4, r4, r2 +10000732: 4164 adcs r4, r4 +10000734: 4363 muls r3, r4 +10000736: 0d1b lsrs r3, r3, #20 +10000738: 700b strb r3, [r1, #0] +1000073a: e7d9 b.n 100006f0 +1000073c: 4f09 ldr r7, [pc, #36] @ (10000764 ) +1000073e: e7f2 b.n 10000726 +10000740: 4911 ldr r1, [pc, #68] @ (10000788 ) +10000742: 1d20 adds r0, r4, #4 +10000744: f7ff feea bl 1000051c +10000748: e7d2 b.n 100006f0 +1000074a: 4b10 ldr r3, [pc, #64] @ (1000078c ) +1000074c: 4a08 ldr r2, [pc, #32] @ (10000770 ) +1000074e: 216a movs r1, #106 @ 0x6a +10000750: 4808 ldr r0, [pc, #32] @ (10000774 ) +10000752: 31ff adds r1, #255 @ 0xff +10000754: f001 fa18 bl 10001b88 <__assert_func> +10000758: 4f02 ldr r7, [pc, #8] @ (10000764 ) +1000075a: e776 b.n 1000064a +1000075c: d0000124 .word 0xd0000124 +10000760: e000ed00 .word 0xe000ed00 +10000764: 100001cd .word 0x100001cd +10000768: 2000023c .word 0x2000023c +1000076c: 100041d0 .word 0x100041d0 +10000770: 1000427c .word 0x1000427c +10000774: 10004110 .word 0x10004110 +10000778: 0000bd01 .word 0x0000bd01 +1000077c: 200006b5 .word 0x200006b5 +10000780: ffffbd01 .word 0xffffbd01 +10000784: 0000aaaa .word 0x0000aaaa +10000788: 20000276 .word 0x20000276 +1000078c: 10004204 .word 0x10004204 + +10000790 : +10000790: b570 push {r4, r5, r6, lr} +10000792: 2201 movs r2, #1 +10000794: 4302 orrs r2, r0 +10000796: 4b2e ldr r3, [pc, #184] @ (10000850 ) +10000798: 1ad3 subs r3, r2, r3 +1000079a: 2b2f cmp r3, #47 @ 0x2f +1000079c: d828 bhi.n 100007f0 +1000079e: f3ef 8305 mrs r3, IPSR +100007a2: 2b00 cmp r3, #0 +100007a4: d02b beq.n 100007fe +100007a6: f3ef 8c10 mrs ip, PRIMASK +100007aa: b672 cpsid i +100007ac: 4929 ldr r1, [pc, #164] @ (10000854 ) +100007ae: 6809 ldr r1, [r1, #0] +100007b0: 2900 cmp r1, #0 +100007b2: d0fb beq.n 100007ac +100007b4: f3bf 8f5f dmb sy +100007b8: 4c25 ldr r4, [pc, #148] @ (10000850 ) +100007ba: 4927 ldr r1, [pc, #156] @ (10000858 ) +100007bc: 0005 movs r5, r0 +100007be: 1b2d subs r5, r5, r4 +100007c0: 416d adcs r5, r5 +100007c2: 4369 muls r1, r5 +100007c4: 0d09 lsrs r1, r1, #20 +100007c6: b24c sxtb r4, r1 +100007c8: 4924 ldr r1, [pc, #144] @ (1000085c ) +100007ca: 6889 ldr r1, [r1, #8] +100007cc: 009b lsls r3, r3, #2 +100007ce: 58c9 ldr r1, [r1, r3] +100007d0: 4291 cmp r1, r2 +100007d2: d01b beq.n 1000080c +100007d4: 2100 movs r1, #0 +100007d6: 2903 cmp r1, #3 +100007d8: d832 bhi.n 10000840 +100007da: 4b1d ldr r3, [pc, #116] @ (10000850 ) +100007dc: 004a lsls r2, r1, #1 +100007de: 1852 adds r2, r2, r1 +100007e0: 0092 lsls r2, r2, #2 +100007e2: 189b adds r3, r3, r2 +100007e4: 799b ldrb r3, [r3, #6] +100007e6: b25b sxtb r3, r3 +100007e8: 42a3 cmp r3, r4 +100007ea: d01f beq.n 1000082c +100007ec: 3101 adds r1, #1 +100007ee: e7f2 b.n 100007d6 +100007f0: 4b1b ldr r3, [pc, #108] @ (10000860 ) +100007f2: 4a1c ldr r2, [pc, #112] @ (10000864 ) +100007f4: 21c7 movs r1, #199 @ 0xc7 +100007f6: 481c ldr r0, [pc, #112] @ (10000868 ) +100007f8: 0049 lsls r1, r1, #1 +100007fa: f001 f9c5 bl 10001b88 <__assert_func> +100007fe: 4b1b ldr r3, [pc, #108] @ (1000086c ) +10000800: 4a18 ldr r2, [pc, #96] @ (10000864 ) +10000802: 2192 movs r1, #146 @ 0x92 +10000804: 4818 ldr r0, [pc, #96] @ (10000868 ) +10000806: 31ff adds r1, #255 @ 0xff +10000808: f001 f9be bl 10001b88 <__assert_func> +1000080c: 4a13 ldr r2, [pc, #76] @ (1000085c ) +1000080e: 6892 ldr r2, [r2, #8] +10000810: 4917 ldr r1, [pc, #92] @ (10000870 ) +10000812: 50d1 str r1, [r2, r3] +10000814: 4b17 ldr r3, [pc, #92] @ (10000874 ) +10000816: 781a ldrb r2, [r3, #0] +10000818: 7182 strb r2, [r0, #6] +1000081a: 701c strb r4, [r3, #0] +1000081c: f3bf 8f5f dmb sy +10000820: 4b0c ldr r3, [pc, #48] @ (10000854 ) +10000822: 2200 movs r2, #0 +10000824: 601a str r2, [r3, #0] +10000826: f38c 8810 msr PRIMASK, ip +1000082a: bd70 pop {r4, r5, r6, pc} +1000082c: 4b08 ldr r3, [pc, #32] @ (10000850 ) +1000082e: 004a lsls r2, r1, #1 +10000830: 1855 adds r5, r2, r1 +10000832: 00ad lsls r5, r5, #2 +10000834: 195d adds r5, r3, r5 +10000836: 26ff movs r6, #255 @ 0xff +10000838: 71ae strb r6, [r5, #6] +1000083a: 4a0f ldr r2, [pc, #60] @ (10000878 ) +1000083c: 80aa strh r2, [r5, #4] +1000083e: e7e9 b.n 10000814 +10000840: 4b0e ldr r3, [pc, #56] @ (1000087c ) +10000842: 4a08 ldr r2, [pc, #32] @ (10000864 ) +10000844: 21d1 movs r1, #209 @ 0xd1 +10000846: 4808 ldr r0, [pc, #32] @ (10000868 ) +10000848: 0049 lsls r1, r1, #1 +1000084a: f001 f99d bl 10001b88 <__assert_func> +1000084e: 46c0 nop @ (mov r8, r8) +10000850: 2000023c .word 0x2000023c +10000854: d0000124 .word 0xd0000124 +10000858: 0000aaaa .word 0x0000aaaa +1000085c: e000ed00 .word 0xe000ed00 +10000860: 1000420c .word 0x1000420c +10000864: 10004248 .word 0x10004248 +10000868: 10004110 .word 0x10004110 +1000086c: 10004234 .word 0x10004234 +10000870: 100001cd .word 0x100001cd +10000874: 200006b5 .word 0x200006b5 +10000878: ffffbd01 .word 0xffffbd01 +1000087c: 10004240 .word 0x10004240 + +10000880 : +10000880: 2200 movs r2, #0 +10000882: 4b04 ldr r3, [pc, #16] @ (10000894 ) +10000884: e002 b.n 1000088c +10000886: 4904 ldr r1, [pc, #16] @ (10000898 ) +10000888: c302 stmia r3!, {r1} +1000088a: 3201 adds r2, #1 +1000088c: 2a07 cmp r2, #7 +1000088e: d9fa bls.n 10000886 +10000890: 4770 bx lr +10000892: 46c0 nop @ (mov r8, r8) +10000894: e000e400 .word 0xe000e400 +10000898: 80808080 .word 0x80808080 + +1000089c : +1000089c: 4b02 ldr r3, [pc, #8] @ (100008a8 ) +1000089e: 469c mov ip, r3 +100008a0: 4461 add r1, ip +100008a2: 0089 lsls r1, r1, #2 +100008a4: 6001 str r1, [r0, #0] +100008a6: 4770 bx lr +100008a8: 34000040 .word 0x34000040 + +100008ac : +100008ac: b510 push {r4, lr} +100008ae: 0004 movs r4, r0 +100008b0: f7ff fdd6 bl 10000460 +100008b4: 0001 movs r1, r0 +100008b6: 0020 movs r0, r4 +100008b8: f7ff fff0 bl 1000089c +100008bc: 23ff movs r3, #255 @ 0xff +100008be: 7123 strb r3, [r4, #4] +100008c0: f3bf 8f5f dmb sy +100008c4: bd10 pop {r4, pc} + +100008c6 : +100008c6: b510 push {r4, lr} +100008c8: 0004 movs r4, r0 +100008ca: f7ff fdc9 bl 10000460 +100008ce: 0001 movs r1, r0 +100008d0: 0020 movs r0, r4 +100008d2: f7ff ffe3 bl 1000089c +100008d6: 23ff movs r3, #255 @ 0xff +100008d8: 7123 strb r3, [r4, #4] +100008da: 2300 movs r3, #0 +100008dc: 7163 strb r3, [r4, #5] +100008de: f3bf 8f5f dmb sy +100008e2: bd10 pop {r4, pc} + +100008e4 : +100008e4: 4b08 ldr r3, [pc, #32] @ (10000908 ) +100008e6: 6a5b ldr r3, [r3, #36] @ 0x24 +100008e8: 4299 cmp r1, r3 +100008ea: d809 bhi.n 10000900 +100008ec: 4a06 ldr r2, [pc, #24] @ (10000908 ) +100008ee: 6a92 ldr r2, [r2, #40] @ 0x28 +100008f0: 4282 cmp r2, r0 +100008f2: d207 bcs.n 10000904 +100008f4: 4299 cmp r1, r3 +100008f6: d001 beq.n 100008fc +100008f8: 2001 movs r0, #1 +100008fa: e002 b.n 10000902 +100008fc: 2000 movs r0, #0 +100008fe: e000 b.n 10000902 +10000900: 2000 movs r0, #0 +10000902: 4770 bx lr +10000904: 2001 movs r0, #1 +10000906: e7fc b.n 10000902 +10000908: 40054000 .word 0x40054000 + +1000090c : +1000090c: b510 push {r4, lr} +1000090e: 2900 cmp r1, #0 +10000910: d00a beq.n 10000928 +10000912: 6803 ldr r3, [r0, #0] +10000914: 7b1b ldrb r3, [r3, #12] +10000916: 428b cmp r3, r1 +10000918: d306 bcc.n 10000928 +1000091a: 6880 ldr r0, [r0, #8] +1000091c: 4b05 ldr r3, [pc, #20] @ (10000934 ) +1000091e: 469c mov ip, r3 +10000920: 4461 add r1, ip +10000922: 0109 lsls r1, r1, #4 +10000924: 1840 adds r0, r0, r1 +10000926: bd10 pop {r4, pc} +10000928: 4b03 ldr r3, [pc, #12] @ (10000938 ) +1000092a: 4a04 ldr r2, [pc, #16] @ (1000093c ) +1000092c: 4804 ldr r0, [pc, #16] @ (10000940 ) +1000092e: 213c movs r1, #60 @ 0x3c +10000930: f001 f92a bl 10001b88 <__assert_func> +10000934: 0fffffff .word 0x0fffffff +10000938: 10004384 .word 0x10004384 +1000093c: 10004728 .word 0x10004728 +10000940: 100043a8 .word 0x100043a8 + +10000944 : +10000944: b5f8 push {r3, r4, r5, r6, r7, lr} +10000946: 0004 movs r4, r0 +10000948: 0017 movs r7, r2 +1000094a: f7ff ffdf bl 1000090c +1000094e: 6806 ldr r6, [r0, #0] +10000950: 6845 ldr r5, [r0, #4] +10000952: 0039 movs r1, r7 +10000954: 0020 movs r0, r4 +10000956: f7ff ffd9 bl 1000090c +1000095a: 6802 ldr r2, [r0, #0] +1000095c: 6843 ldr r3, [r0, #4] +1000095e: 2001 movs r0, #1 +10000960: 42ab cmp r3, r5 +10000962: d801 bhi.n 10000968 +10000964: d002 beq.n 1000096c +10000966: 2000 movs r0, #0 +10000968: b2c0 uxtb r0, r0 +1000096a: bdf8 pop {r3, r4, r5, r6, r7, pc} +1000096c: 42b2 cmp r2, r6 +1000096e: d8fb bhi.n 10000968 +10000970: e7f9 b.n 10000966 + ... + +10000974 : +10000974: b510 push {r4, lr} +10000976: 2b00 cmp r3, #0 +10000978: db02 blt.n 10000980 +1000097a: 6002 str r2, [r0, #0] +1000097c: 6043 str r3, [r0, #4] +1000097e: bd10 pop {r4, pc} +10000980: 4b02 ldr r3, [pc, #8] @ (1000098c ) +10000982: 4a03 ldr r2, [pc, #12] @ (10000990 ) +10000984: 4803 ldr r0, [pc, #12] @ (10000994 ) +10000986: 213f movs r1, #63 @ 0x3f +10000988: f001 f8fe bl 10001b88 <__assert_func> +1000098c: 100043ec .word 0x100043ec +10000990: 100046f4 .word 0x100046f4 +10000994: 10004408 .word 0x10004408 + +10000998 : +10000998: b510 push {r4, lr} +1000099a: b082 sub sp, #8 +1000099c: 0004 movs r4, r0 +1000099e: 9804 ldr r0, [sp, #16] +100009a0: 9905 ldr r1, [sp, #20] +100009a2: 1812 adds r2, r2, r0 +100009a4: 414b adcs r3, r1 +100009a6: 2b00 cmp r3, #0 +100009a8: db09 blt.n 100009be +100009aa: 4668 mov r0, sp +100009ac: f7ff ffe2 bl 10000974 +100009b0: 9a00 ldr r2, [sp, #0] +100009b2: 9b01 ldr r3, [sp, #4] +100009b4: 6022 str r2, [r4, #0] +100009b6: 6063 str r3, [r4, #4] +100009b8: 0020 movs r0, r4 +100009ba: b002 add sp, #8 +100009bc: bd10 pop {r4, pc} +100009be: 2201 movs r2, #1 +100009c0: 4252 negs r2, r2 +100009c2: 4b01 ldr r3, [pc, #4] @ (100009c8 ) +100009c4: e7f1 b.n 100009aa +100009c6: 46c0 nop @ (mov r8, r8) +100009c8: 7fffffff .word 0x7fffffff + +100009cc : +100009cc: b510 push {r4, lr} +100009ce: 2900 cmp r1, #0 +100009d0: d008 beq.n 100009e4 +100009d2: 7b03 ldrb r3, [r0, #12] +100009d4: 428b cmp r3, r1 +100009d6: d305 bcc.n 100009e4 +100009d8: 6800 ldr r0, [r0, #0] +100009da: 004b lsls r3, r1, #1 +100009dc: 185b adds r3, r3, r1 +100009de: 3b03 subs r3, #3 +100009e0: 18c0 adds r0, r0, r3 +100009e2: bd10 pop {r4, pc} +100009e4: 4b02 ldr r3, [pc, #8] @ (100009f0 ) +100009e6: 4a03 ldr r2, [pc, #12] @ (100009f4 ) +100009e8: 4803 ldr r0, [pc, #12] @ (100009f8 ) +100009ea: 2168 movs r1, #104 @ 0x68 +100009ec: f001 f8cc bl 10001b88 <__assert_func> +100009f0: 10004458 .word 0x10004458 +100009f4: 100046d0 .word 0x100046d0 +100009f8: 10004474 .word 0x10004474 + +100009fc : +100009fc: b510 push {r4, lr} +100009fe: 7b43 ldrb r3, [r0, #13] +10000a00: 428b cmp r3, r1 +10000a02: d101 bne.n 10000a08 +10000a04: 2001 movs r0, #1 +10000a06: bd10 pop {r4, pc} +10000a08: f7ff ffe0 bl 100009cc +10000a0c: 7883 ldrb r3, [r0, #2] +10000a0e: 2b00 cmp r3, #0 +10000a10: d101 bne.n 10000a16 +10000a12: 2000 movs r0, #0 +10000a14: e7f7 b.n 10000a06 +10000a16: 2001 movs r0, #1 +10000a18: e7f5 b.n 10000a06 + +10000a1a : +10000a1a: b570 push {r4, r5, r6, lr} +10000a1c: 0004 movs r4, r0 +10000a1e: 7b85 ldrb r5, [r0, #14] +10000a20: 2d00 cmp r5, #0 +10000a22: d101 bne.n 10000a28 +10000a24: 0028 movs r0, r5 +10000a26: bd70 pop {r4, r5, r6, pc} +10000a28: 0029 movs r1, r5 +10000a2a: f7ff ffcf bl 100009cc +10000a2e: 7843 ldrb r3, [r0, #1] +10000a30: 73a3 strb r3, [r4, #14] +10000a32: 2b00 cmp r3, #0 +10000a34: d100 bne.n 10000a38 +10000a36: 73e3 strb r3, [r4, #15] +10000a38: 2300 movs r3, #0 +10000a3a: 7083 strb r3, [r0, #2] +10000a3c: 7043 strb r3, [r0, #1] +10000a3e: 7003 strb r3, [r0, #0] +10000a40: e7f0 b.n 10000a24 + ... + +10000a44 : +10000a44: b5f8 push {r3, r4, r5, r6, r7, lr} +10000a46: 0006 movs r6, r0 +10000a48: 000c movs r4, r1 +10000a4a: 0015 movs r5, r2 +10000a4c: f7ff ffbe bl 100009cc +10000a50: 0007 movs r7, r0 +10000a52: 2c00 cmp r4, #0 +10000a54: d00d beq.n 10000a72 +10000a56: 2d00 cmp r5, #0 +10000a58: d011 beq.n 10000a7e +10000a5a: 42ac cmp r4, r5 +10000a5c: d015 beq.n 10000a8a +10000a5e: 0029 movs r1, r5 +10000a60: 0030 movs r0, r6 +10000a62: f7ff ffb3 bl 100009cc +10000a66: 7084 strb r4, [r0, #2] +10000a68: 783b ldrb r3, [r7, #0] +10000a6a: 2b00 cmp r3, #0 +10000a6c: d113 bne.n 10000a96 +10000a6e: 703d strb r5, [r7, #0] +10000a70: bdf8 pop {r3, r4, r5, r6, r7, pc} +10000a72: 4b0a ldr r3, [pc, #40] @ (10000a9c ) +10000a74: 4a0a ldr r2, [pc, #40] @ (10000aa0 ) +10000a76: 480b ldr r0, [pc, #44] @ (10000aa4 ) +10000a78: 216f movs r1, #111 @ 0x6f +10000a7a: f001 f885 bl 10001b88 <__assert_func> +10000a7e: 4b0a ldr r3, [pc, #40] @ (10000aa8 ) +10000a80: 4a07 ldr r2, [pc, #28] @ (10000aa0 ) +10000a82: 4808 ldr r0, [pc, #32] @ (10000aa4 ) +10000a84: 2170 movs r1, #112 @ 0x70 +10000a86: f001 f87f bl 10001b88 <__assert_func> +10000a8a: 4b08 ldr r3, [pc, #32] @ (10000aac ) +10000a8c: 4a04 ldr r2, [pc, #16] @ (10000aa0 ) +10000a8e: 4805 ldr r0, [pc, #20] @ (10000aa4 ) +10000a90: 2171 movs r1, #113 @ 0x71 +10000a92: f001 f879 bl 10001b88 <__assert_func> +10000a96: 7043 strb r3, [r0, #1] +10000a98: 703d strb r5, [r7, #0] +10000a9a: e7e9 b.n 10000a70 +10000a9c: 100044c8 .word 0x100044c8 +10000aa0: 100046ac .word 0x100046ac +10000aa4: 10004474 .word 0x10004474 +10000aa8: 100044d4 .word 0x100044d4 +10000aac: 100044e0 .word 0x100044e0 + +10000ab0 : +10000ab0: b570 push {r4, r5, r6, lr} +10000ab2: 0006 movs r6, r0 +10000ab4: 000d movs r5, r1 +10000ab6: 0014 movs r4, r2 +10000ab8: 2900 cmp r1, #0 +10000aba: d014 beq.n 10000ae6 +10000abc: 2a00 cmp r2, #0 +10000abe: d014 beq.n 10000aea +10000ac0: 6843 ldr r3, [r0, #4] +10000ac2: 6880 ldr r0, [r0, #8] +10000ac4: 4798 blx r3 +10000ac6: 2800 cmp r0, #0 +10000ac8: d006 beq.n 10000ad8 +10000aca: 0022 movs r2, r4 +10000acc: 0029 movs r1, r5 +10000ace: 0030 movs r0, r6 +10000ad0: f7ff ffb8 bl 10000a44 +10000ad4: 0028 movs r0, r5 +10000ad6: e007 b.n 10000ae8 +10000ad8: 002a movs r2, r5 +10000ada: 0021 movs r1, r4 +10000adc: 0030 movs r0, r6 +10000ade: f7ff ffb1 bl 10000a44 +10000ae2: 0020 movs r0, r4 +10000ae4: e000 b.n 10000ae8 +10000ae6: 0010 movs r0, r2 +10000ae8: bd70 pop {r4, r5, r6, pc} +10000aea: 0008 movs r0, r1 +10000aec: e7fc b.n 10000ae8 + ... + +10000af0 : +10000af0: b570 push {r4, r5, r6, lr} +10000af2: 0004 movs r4, r0 +10000af4: 1e0d subs r5, r1, #0 +10000af6: d00c beq.n 10000b12 +10000af8: f7ff ff68 bl 100009cc +10000afc: 2300 movs r3, #0 +10000afe: 7083 strb r3, [r0, #2] +10000b00: 7043 strb r3, [r0, #1] +10000b02: 7003 strb r3, [r0, #0] +10000b04: 7b61 ldrb r1, [r4, #13] +10000b06: 002a movs r2, r5 +10000b08: 0020 movs r0, r4 +10000b0a: f7ff ffd1 bl 10000ab0 +10000b0e: 7360 strb r0, [r4, #13] +10000b10: bd70 pop {r4, r5, r6, pc} +10000b12: 4b03 ldr r3, [pc, #12] @ (10000b20 ) +10000b14: 4a03 ldr r2, [pc, #12] @ (10000b24 ) +10000b16: 4804 ldr r0, [pc, #16] @ (10000b28 ) +10000b18: 21a5 movs r1, #165 @ 0xa5 +10000b1a: f001 f835 bl 10001b88 <__assert_func> +10000b1e: 46c0 nop @ (mov r8, r8) +10000b20: 100044f8 .word 0x100044f8 +10000b24: 100046c0 .word 0x100046c0 +10000b28: 10004474 .word 0x10004474 + +10000b2c : +10000b2c: b570 push {r4, r5, r6, lr} +10000b2e: 0004 movs r4, r0 +10000b30: 1e0d subs r5, r1, #0 +10000b32: d00f beq.n 10000b54 +10000b34: f7ff ff62 bl 100009fc +10000b38: 2800 cmp r0, #0 +10000b3a: d10b bne.n 10000b54 +10000b3c: 7be1 ldrb r1, [r4, #15] +10000b3e: 2900 cmp r1, #0 +10000b40: d10e bne.n 10000b60 +10000b42: 7ba3 ldrb r3, [r4, #14] +10000b44: 2b00 cmp r3, #0 +10000b46: d103 bne.n 10000b50 +10000b48: 7be3 ldrb r3, [r4, #15] +10000b4a: 2b00 cmp r3, #0 +10000b4c: d10d bne.n 10000b6a +10000b4e: 73a5 strb r5, [r4, #14] +10000b50: 73e5 strb r5, [r4, #15] +10000b52: bd70 pop {r4, r5, r6, pc} +10000b54: 4b08 ldr r3, [pc, #32] @ (10000b78 ) +10000b56: 4a09 ldr r2, [pc, #36] @ (10000b7c ) +10000b58: 4809 ldr r0, [pc, #36] @ (10000b80 ) +10000b5a: 21f6 movs r1, #246 @ 0xf6 +10000b5c: f001 f814 bl 10001b88 <__assert_func> +10000b60: 0020 movs r0, r4 +10000b62: f7ff ff33 bl 100009cc +10000b66: 7045 strb r5, [r0, #1] +10000b68: e7eb b.n 10000b42 +10000b6a: 4b06 ldr r3, [pc, #24] @ (10000b84 ) +10000b6c: 4a03 ldr r2, [pc, #12] @ (10000b7c ) +10000b6e: 4804 ldr r0, [pc, #16] @ (10000b80 ) +10000b70: 21fb movs r1, #251 @ 0xfb +10000b72: f001 f809 bl 10001b88 <__assert_func> +10000b76: 46c0 nop @ (mov r8, r8) +10000b78: 100044fc .word 0x100044fc +10000b7c: 1000469c .word 0x1000469c +10000b80: 10004474 .word 0x10004474 +10000b84: 10004520 .word 0x10004520 + +10000b88 : +10000b88: b510 push {r4, lr} +10000b8a: 2900 cmp r1, #0 +10000b8c: d007 beq.n 10000b9e +10000b8e: 6803 ldr r3, [r0, #0] +10000b90: 7b1b ldrb r3, [r3, #12] +10000b92: 428b cmp r3, r1 +10000b94: d303 bcc.n 10000b9e +10000b96: 68c0 ldr r0, [r0, #12] +10000b98: 3901 subs r1, #1 +10000b9a: 1840 adds r0, r0, r1 +10000b9c: bd10 pop {r4, pc} +10000b9e: 4b03 ldr r3, [pc, #12] @ (10000bac ) +10000ba0: 4a03 ldr r2, [pc, #12] @ (10000bb0 ) +10000ba2: 4804 ldr r0, [pc, #16] @ (10000bb4 ) +10000ba4: 2141 movs r1, #65 @ 0x41 +10000ba6: f000 ffef bl 10001b88 <__assert_func> +10000baa: 46c0 nop @ (mov r8, r8) +10000bac: 10004384 .word 0x10004384 +10000bb0: 10004688 .word 0x10004688 +10000bb4: 100043a8 .word 0x100043a8 + +10000bb8 : +10000bb8: b570 push {r4, r5, r6, lr} +10000bba: 0005 movs r5, r0 +10000bbc: 000c movs r4, r1 +10000bbe: 0008 movs r0, r1 +10000bc0: f000 fc92 bl 100014e8 +10000bc4: 4909 ldr r1, [pc, #36] @ (10000bec ) +10000bc6: 0020 movs r0, r4 +10000bc8: f000 fbd2 bl 10001370 +10000bcc: f7ff fc48 bl 10000460 +10000bd0: 4b07 ldr r3, [pc, #28] @ (10000bf0 ) +10000bd2: 469c mov ip, r3 +10000bd4: 4460 add r0, ip +10000bd6: 0080 lsls r0, r0, #2 +10000bd8: 6068 str r0, [r5, #4] +10000bda: 752c strb r4, [r5, #20] +10000bdc: 23d0 movs r3, #208 @ 0xd0 +10000bde: 061b lsls r3, r3, #24 +10000be0: 781b ldrb r3, [r3, #0] +10000be2: 756b strb r3, [r5, #21] +10000be4: 4b03 ldr r3, [pc, #12] @ (10000bf4 ) +10000be6: 00a4 lsls r4, r4, #2 +10000be8: 50e5 str r5, [r4, r3] +10000bea: bd70 pop {r4, r5, r6, pc} +10000bec: 10000d05 .word 0x10000d05 +10000bf0: 34000040 .word 0x34000040 +10000bf4: 2000048c .word 0x2000048c + +10000bf8 : +10000bf8: 4b0a ldr r3, [pc, #40] @ (10000c24 ) +10000bfa: 681a ldr r2, [r3, #0] +10000bfc: f3ef 8110 mrs r1, PRIMASK +10000c00: b672 cpsid i +10000c02: 6813 ldr r3, [r2, #0] +10000c04: 2b00 cmp r3, #0 +10000c06: d0fc beq.n 10000c02 +10000c08: f3bf 8f5f dmb sy +10000c0c: 4b05 ldr r3, [pc, #20] @ (10000c24 ) +10000c0e: 681b ldr r3, [r3, #0] +10000c10: f3bf 8f5f dmb sy +10000c14: 2200 movs r2, #0 +10000c16: 601a str r2, [r3, #0] +10000c18: f381 8810 msr PRIMASK, r1 +10000c1c: bf40 sev +10000c1e: 2000 movs r0, #0 +10000c20: 2100 movs r1, #0 +10000c22: 4770 bx lr +10000c24: 200006a0 .word 0x200006a0 + +10000c28 : +10000c28: b510 push {r4, lr} +10000c2a: b082 sub sp, #8 +10000c2c: 0004 movs r4, r0 +10000c2e: f000 fb7f bl 10001330 +10000c32: 0002 movs r2, r0 +10000c34: 000b movs r3, r1 +10000c36: 4668 mov r0, sp +10000c38: f7ff fe9c bl 10000974 +10000c3c: 9a00 ldr r2, [sp, #0] +10000c3e: 9b01 ldr r3, [sp, #4] +10000c40: 6022 str r2, [r4, #0] +10000c42: 6063 str r3, [r4, #4] +10000c44: 0020 movs r0, r4 +10000c46: b002 add sp, #8 +10000c48: bd10 pop {r4, pc} + +10000c4a : +10000c4a: b570 push {r4, r5, r6, lr} +10000c4c: b084 sub sp, #16 +10000c4e: 0004 movs r4, r0 +10000c50: 0016 movs r6, r2 +10000c52: 001d movs r5, r3 +10000c54: a802 add r0, sp, #8 +10000c56: f7ff ffe7 bl 10000c28 +10000c5a: 9a02 ldr r2, [sp, #8] +10000c5c: 9b03 ldr r3, [sp, #12] +10000c5e: 9600 str r6, [sp, #0] +10000c60: 9501 str r5, [sp, #4] +10000c62: 0020 movs r0, r4 +10000c64: f7ff fe98 bl 10000998 +10000c68: 0020 movs r0, r4 +10000c6a: b004 add sp, #16 +10000c6c: bd70 pop {r4, r5, r6, pc} + ... + +10000c70 : +10000c70: b5f0 push {r4, r5, r6, r7, lr} +10000c72: b083 sub sp, #12 +10000c74: 0007 movs r7, r0 +10000c76: 9201 str r2, [sp, #4] +10000c78: 001d movs r5, r3 +10000c7a: ab0a add r3, sp, #40 @ 0x28 +10000c7c: 781c ldrb r4, [r3, #0] +10000c7e: ab0b add r3, sp, #44 @ 0x2c +10000c80: 781e ldrb r6, [r3, #0] +10000c82: 2c00 cmp r4, #0 +10000c84: d00b beq.n 10000c9e +10000c86: 6800 ldr r0, [r0, #0] +10000c88: 0021 movs r1, r4 +10000c8a: f7ff feb7 bl 100009fc +10000c8e: 2800 cmp r0, #0 +10000c90: d009 beq.n 10000ca6 +10000c92: 4b19 ldr r3, [pc, #100] @ (10000cf8 ) +10000c94: 4a19 ldr r2, [pc, #100] @ (10000cfc ) +10000c96: 481a ldr r0, [pc, #104] @ (10000d00 ) +10000c98: 2167 movs r1, #103 @ 0x67 +10000c9a: f000 ff75 bl 10001b88 <__assert_func> +10000c9e: 6800 ldr r0, [r0, #0] +10000ca0: f7ff febb bl 10000a1a +10000ca4: 0004 movs r4, r0 +10000ca6: 2c00 cmp r4, #0 +10000ca8: d102 bne.n 10000cb0 +10000caa: 0020 movs r0, r4 +10000cac: b003 add sp, #12 +10000cae: bdf0 pop {r4, r5, r6, r7, pc} +10000cb0: 0021 movs r1, r4 +10000cb2: 0038 movs r0, r7 +10000cb4: f7ff fe2a bl 1000090c +10000cb8: 9b01 ldr r3, [sp, #4] +10000cba: 6003 str r3, [r0, #0] +10000cbc: 6045 str r5, [r0, #4] +10000cbe: 9b08 ldr r3, [sp, #32] +10000cc0: 6083 str r3, [r0, #8] +10000cc2: 9b09 ldr r3, [sp, #36] @ 0x24 +10000cc4: 60c3 str r3, [r0, #12] +10000cc6: 6838 ldr r0, [r7, #0] +10000cc8: 0021 movs r1, r4 +10000cca: f7ff ff11 bl 10000af0 +10000cce: 42a0 cmp r0, r4 +10000cd0: d1eb bne.n 10000caa +10000cd2: 7d38 ldrb r0, [r7, #20] +10000cd4: 9a01 ldr r2, [sp, #4] +10000cd6: 002b movs r3, r5 +10000cd8: f000 fb92 bl 10001400 +10000cdc: 1e05 subs r5, r0, #0 +10000cde: d001 beq.n 10000ce4 +10000ce0: 2e00 cmp r6, #0 +10000ce2: d004 beq.n 10000cee +10000ce4: 9b0c ldr r3, [sp, #48] @ 0x30 +10000ce6: 2b00 cmp r3, #0 +10000ce8: d0df beq.n 10000caa +10000cea: 701d strb r5, [r3, #0] +10000cec: e7dd b.n 10000caa +10000cee: 6838 ldr r0, [r7, #0] +10000cf0: 0021 movs r1, r4 +10000cf2: f000 fd3f bl 10001774 +10000cf6: e7f5 b.n 10000ce4 +10000cf8: 10004534 .word 0x10004534 +10000cfc: 100046dc .word 0x100046dc +10000d00: 100043a8 .word 0x100043a8 + +10000d04 : +10000d04: b5f0 push {r4, r5, r6, r7, lr} +10000d06: 46de mov lr, fp +10000d08: 4657 mov r7, sl +10000d0a: 464e mov r6, r9 +10000d0c: 4645 mov r5, r8 +10000d0e: b5e0 push {r5, r6, r7, lr} +10000d10: b08f sub sp, #60 @ 0x3c +10000d12: 900b str r0, [sp, #44] @ 0x2c +10000d14: 2100 movs r1, #0 +10000d16: 4b78 ldr r3, [pc, #480] @ (10000ef8 ) +10000d18: 0082 lsls r2, r0, #2 +10000d1a: 58d4 ldr r4, [r2, r3] +10000d1c: 4689 mov r9, r1 +10000d1e: e082 b.n 10000e26 +10000d20: 0029 movs r1, r5 +10000d22: 0020 movs r0, r4 +10000d24: f7ff fdf2 bl 1000090c +10000d28: 4680 mov r8, r0 +10000d2a: 6802 ldr r2, [r0, #0] +10000d2c: 6843 ldr r3, [r0, #4] +10000d2e: 1b92 subs r2, r2, r6 +10000d30: 41bb sbcs r3, r7 +10000d32: 2b00 cmp r3, #0 +10000d34: dd09 ble.n 10000d4a +10000d36: 4643 mov r3, r8 +10000d38: 681a ldr r2, [r3, #0] +10000d3a: 685b ldr r3, [r3, #4] +10000d3c: 980b ldr r0, [sp, #44] @ 0x2c +10000d3e: f000 fb5f bl 10001400 +10000d42: 2300 movs r3, #0 +10000d44: 4698 mov r8, r3 +10000d46: 2600 movs r6, #0 +10000d48: e089 b.n 10000e5e +10000d4a: 2b00 cmp r3, #0 +10000d4c: d101 bne.n 10000d52 +10000d4e: 2a00 cmp r2, #0 +10000d50: d1f1 bne.n 10000d36 +10000d52: 2100 movs r1, #0 +10000d54: 4658 mov r0, fp +10000d56: f000 fd03 bl 10001760 +10000d5a: 0007 movs r7, r0 +10000d5c: 42a8 cmp r0, r5 +10000d5e: d115 bne.n 10000d8c +10000d60: 4643 mov r3, r8 +10000d62: 681a ldr r2, [r3, #0] +10000d64: 685b ldr r3, [r3, #4] +10000d66: 9208 str r2, [sp, #32] +10000d68: 9309 str r3, [sp, #36] @ 0x24 +10000d6a: 4643 mov r3, r8 +10000d6c: 689e ldr r6, [r3, #8] +10000d6e: 68db ldr r3, [r3, #12] +10000d70: 4698 mov r8, r3 +10000d72: 2e00 cmp r6, #0 +10000d74: d010 beq.n 10000d98 +10000d76: 0029 movs r1, r5 +10000d78: 0020 movs r0, r4 +10000d7a: f7ff ff05 bl 10000b88 +10000d7e: 7803 ldrb r3, [r0, #0] +10000d80: 4699 mov r9, r3 +10000d82: 021b lsls r3, r3, #8 +10000d84: 431f orrs r7, r3 +10000d86: 6127 str r7, [r4, #16] +10000d88: 2000 movs r0, #0 +10000d8a: e068 b.n 10000e5e +10000d8c: 4b5b ldr r3, [pc, #364] @ (10000efc ) +10000d8e: 4a5c ldr r2, [pc, #368] @ (10000f00 ) +10000d90: 485c ldr r0, [pc, #368] @ (10000f04 ) +10000d92: 218e movs r1, #142 @ 0x8e +10000d94: f000 fef8 bl 10001b88 <__assert_func> +10000d98: 4b5b ldr r3, [pc, #364] @ (10000f08 ) +10000d9a: 4a59 ldr r2, [pc, #356] @ (10000f00 ) +10000d9c: 4859 ldr r0, [pc, #356] @ (10000f04 ) +10000d9e: 2192 movs r1, #146 @ 0x92 +10000da0: f000 fef2 bl 10001b88 <__assert_func> +10000da4: 6923 ldr r3, [r4, #16] +10000da6: 2b00 cmp r3, #0 +10000da8: d077 beq.n 10000e9a +10000daa: 42bb cmp r3, r7 +10000dac: d119 bne.n 10000de2 +10000dae: 9806 ldr r0, [sp, #24] +10000db0: 9907 ldr r1, [sp, #28] +10000db2: 2300 movs r3, #0 +10000db4: 4242 negs r2, r0 +10000db6: 418b sbcs r3, r1 +10000db8: 9200 str r2, [sp, #0] +10000dba: 9301 str r3, [sp, #4] +10000dbc: 9a08 ldr r2, [sp, #32] +10000dbe: 9b09 ldr r3, [sp, #36] @ 0x24 +10000dc0: a80c add r0, sp, #48 @ 0x30 +10000dc2: f7ff fde9 bl 10000998 +10000dc6: 9a0c ldr r2, [sp, #48] @ 0x30 +10000dc8: 9b0d ldr r3, [sp, #52] @ 0x34 +10000dca: 2100 movs r1, #0 +10000dcc: 9104 str r1, [sp, #16] +10000dce: 3101 adds r1, #1 +10000dd0: 9103 str r1, [sp, #12] +10000dd2: 9502 str r5, [sp, #8] +10000dd4: 4641 mov r1, r8 +10000dd6: 9101 str r1, [sp, #4] +10000dd8: 9600 str r6, [sp, #0] +10000dda: 0020 movs r0, r4 +10000ddc: f7ff ff48 bl 10000c70 +10000de0: e016 b.n 10000e10 +10000de2: 4b4a ldr r3, [pc, #296] @ (10000f0c ) +10000de4: 4a46 ldr r2, [pc, #280] @ (10000f00 ) +10000de6: 4847 ldr r0, [pc, #284] @ (10000f04 ) +10000de8: 21a1 movs r1, #161 @ 0xa1 +10000dea: f000 fecd bl 10001b88 <__assert_func> +10000dee: 9a06 ldr r2, [sp, #24] +10000df0: 9b07 ldr r3, [sp, #28] +10000df2: 2b00 cmp r3, #0 +10000df4: d101 bne.n 10000dfa +10000df6: 2a00 cmp r2, #0 +10000df8: d152 bne.n 10000ea0 +10000dfa: 6820 ldr r0, [r4, #0] +10000dfc: 0029 movs r1, r5 +10000dfe: f7ff fe95 bl 10000b2c +10000e02: 0029 movs r1, r5 +10000e04: 0020 movs r0, r4 +10000e06: f7ff febf bl 10000b88 +10000e0a: 7803 ldrb r3, [r0, #0] +10000e0c: 3301 adds r3, #1 +10000e0e: 7003 strb r3, [r0, #0] +10000e10: 2300 movs r3, #0 +10000e12: 6123 str r3, [r4, #16] +10000e14: 6862 ldr r2, [r4, #4] +10000e16: f3bf 8f5f dmb sy +10000e1a: 6013 str r3, [r2, #0] +10000e1c: f38a 8810 msr PRIMASK, sl +10000e20: 2001 movs r0, #1 +10000e22: 2800 cmp r0, #0 +10000e24: d061 beq.n 10000eea +10000e26: a80c add r0, sp, #48 @ 0x30 +10000e28: f7ff fefe bl 10000c28 +10000e2c: 9e0c ldr r6, [sp, #48] @ 0x30 +10000e2e: 9f0d ldr r7, [sp, #52] @ 0x34 +10000e30: 2200 movs r2, #0 +10000e32: 2300 movs r3, #0 +10000e34: 9208 str r2, [sp, #32] +10000e36: 9309 str r3, [sp, #36] @ 0x24 +10000e38: 6862 ldr r2, [r4, #4] +10000e3a: f3ef 8a10 mrs sl, PRIMASK +10000e3e: b672 cpsid i +10000e40: 6813 ldr r3, [r2, #0] +10000e42: 2b00 cmp r3, #0 +10000e44: d0fc beq.n 10000e40 +10000e46: f3bf 8f5f dmb sy +10000e4a: 6823 ldr r3, [r4, #0] +10000e4c: 469b mov fp, r3 +10000e4e: 7b5d ldrb r5, [r3, #13] +10000e50: 2d00 cmp r5, #0 +10000e52: d000 beq.n 10000e56 +10000e54: e764 b.n 10000d20 +10000e56: 2300 movs r3, #0 +10000e58: 4698 mov r8, r3 +10000e5a: 2600 movs r6, #0 +10000e5c: 2000 movs r0, #0 +10000e5e: 6863 ldr r3, [r4, #4] +10000e60: f3bf 8f5f dmb sy +10000e64: 2200 movs r2, #0 +10000e66: 601a str r2, [r3, #0] +10000e68: f38a 8810 msr PRIMASK, sl +10000e6c: 2e00 cmp r6, #0 +10000e6e: d0d8 beq.n 10000e22 +10000e70: 464b mov r3, r9 +10000e72: 021f lsls r7, r3, #8 +10000e74: 432f orrs r7, r5 +10000e76: 4641 mov r1, r8 +10000e78: 0038 movs r0, r7 +10000e7a: 47b0 blx r6 +10000e7c: 9006 str r0, [sp, #24] +10000e7e: 9107 str r1, [sp, #28] +10000e80: 6862 ldr r2, [r4, #4] +10000e82: f3ef 8a10 mrs sl, PRIMASK +10000e86: b672 cpsid i +10000e88: 6813 ldr r3, [r2, #0] +10000e8a: 2b00 cmp r3, #0 +10000e8c: d0fc beq.n 10000e88 +10000e8e: f3bf 8f5f dmb sy +10000e92: 9b07 ldr r3, [sp, #28] +10000e94: 2b00 cmp r3, #0 +10000e96: da00 bge.n 10000e9a +10000e98: e784 b.n 10000da4 +10000e9a: 9b07 ldr r3, [sp, #28] +10000e9c: 2b00 cmp r3, #0 +10000e9e: dda6 ble.n 10000dee +10000ea0: 6923 ldr r3, [r4, #16] +10000ea2: 2b00 cmp r3, #0 +10000ea4: d0a9 beq.n 10000dfa +10000ea6: 42bb cmp r3, r7 +10000ea8: d119 bne.n 10000ede +10000eaa: a80c add r0, sp, #48 @ 0x30 +10000eac: f7ff febc bl 10000c28 +10000eb0: 9a0c ldr r2, [sp, #48] @ 0x30 +10000eb2: 9b0d ldr r3, [sp, #52] @ 0x34 +10000eb4: 9806 ldr r0, [sp, #24] +10000eb6: 9907 ldr r1, [sp, #28] +10000eb8: 9000 str r0, [sp, #0] +10000eba: 9101 str r1, [sp, #4] +10000ebc: a80c add r0, sp, #48 @ 0x30 +10000ebe: f7ff fd6b bl 10000998 +10000ec2: 9a0c ldr r2, [sp, #48] @ 0x30 +10000ec4: 9b0d ldr r3, [sp, #52] @ 0x34 +10000ec6: 2100 movs r1, #0 +10000ec8: 9104 str r1, [sp, #16] +10000eca: 3101 adds r1, #1 +10000ecc: 9103 str r1, [sp, #12] +10000ece: 9502 str r5, [sp, #8] +10000ed0: 4641 mov r1, r8 +10000ed2: 9101 str r1, [sp, #4] +10000ed4: 9600 str r6, [sp, #0] +10000ed6: 0020 movs r0, r4 +10000ed8: f7ff feca bl 10000c70 +10000edc: e798 b.n 10000e10 +10000ede: 4b0b ldr r3, [pc, #44] @ (10000f0c ) +10000ee0: 4a07 ldr r2, [pc, #28] @ (10000f00 ) +10000ee2: 4808 ldr r0, [pc, #32] @ (10000f04 ) +10000ee4: 21a4 movs r1, #164 @ 0xa4 +10000ee6: f000 fe4f bl 10001b88 <__assert_func> +10000eea: b00f add sp, #60 @ 0x3c +10000eec: bcf0 pop {r4, r5, r6, r7} +10000eee: 46bb mov fp, r7 +10000ef0: 46b2 mov sl, r6 +10000ef2: 46a9 mov r9, r5 +10000ef4: 46a0 mov r8, r4 +10000ef6: bdf0 pop {r4, r5, r6, r7, pc} +10000ef8: 2000048c .word 0x2000048c +10000efc: 1000455c .word 0x1000455c +10000f00: 1000470c .word 0x1000470c +10000f04: 100043a8 .word 0x100043a8 +10000f08: 10004574 .word 0x10004574 +10000f0c: 10004580 .word 0x10004580 + +10000f10 : +10000f10: b510 push {r4, lr} +10000f12: 4b0c ldr r3, [pc, #48] @ (10000f44 ) +10000f14: 685b ldr r3, [r3, #4] +10000f16: 2b00 cmp r3, #0 +10000f18: d004 beq.n 10000f24 +10000f1a: 480b ldr r0, [pc, #44] @ (10000f48 ) +10000f1c: 210a movs r1, #10 +10000f1e: f7ff fcbd bl 1000089c +10000f22: bd10 pop {r4, pc} +10000f24: 4c07 ldr r4, [pc, #28] @ (10000f44 ) +10000f26: 4a09 ldr r2, [pc, #36] @ (10000f4c ) +10000f28: 6820 ldr r0, [r4, #0] +10000f2a: 0023 movs r3, r4 +10000f2c: 2110 movs r1, #16 +10000f2e: f000 fb82 bl 10001636 +10000f32: 2003 movs r0, #3 +10000f34: f000 f9f0 bl 10001318 +10000f38: 2103 movs r1, #3 +10000f3a: 0020 movs r0, r4 +10000f3c: f7ff fe3c bl 10000bb8 +10000f40: e7eb b.n 10000f1a +10000f42: 46c0 nop @ (mov r8, r8) +10000f44: 20000284 .word 0x20000284 +10000f48: 200006a0 .word 0x200006a0 +10000f4c: 10000945 .word 0x10000945 + +10000f50 : +10000f50: b510 push {r4, lr} +10000f52: 4b06 ldr r3, [pc, #24] @ (10000f6c ) +10000f54: 685b ldr r3, [r3, #4] +10000f56: 2b00 cmp r3, #0 +10000f58: d001 beq.n 10000f5e +10000f5a: 4804 ldr r0, [pc, #16] @ (10000f6c ) +10000f5c: bd10 pop {r4, pc} +10000f5e: 4b04 ldr r3, [pc, #16] @ (10000f70 ) +10000f60: 4a04 ldr r2, [pc, #16] @ (10000f74 ) +10000f62: 4805 ldr r0, [pc, #20] @ (10000f78 ) +10000f64: 215e movs r1, #94 @ 0x5e +10000f66: f000 fe0f bl 10001b88 <__assert_func> +10000f6a: 46c0 nop @ (mov r8, r8) +10000f6c: 20000284 .word 0x20000284 +10000f70: 100045bc .word 0x100045bc +10000f74: 10004670 .word 0x10004670 +10000f78: 100043a8 .word 0x100043a8 + +10000f7c : +10000f7c: b5f0 push {r4, r5, r6, r7, lr} +10000f7e: 46de mov lr, fp +10000f80: 4657 mov r7, sl +10000f82: 464e mov r6, r9 +10000f84: 4645 mov r5, r8 +10000f86: b5e0 push {r5, r6, r7, lr} +10000f88: b08d sub sp, #52 @ 0x34 +10000f8a: 0006 movs r6, r0 +10000f8c: 4690 mov r8, r2 +10000f8e: 001f movs r7, r3 +10000f90: 9b16 ldr r3, [sp, #88] @ 0x58 +10000f92: 469a mov sl, r3 +10000f94: 9b17 ldr r3, [sp, #92] @ 0x5c +10000f96: 4699 mov r9, r3 +10000f98: ab18 add r3, sp, #96 @ 0x60 +10000f9a: 781b ldrb r3, [r3, #0] +10000f9c: 9307 str r3, [sp, #28] +10000f9e: 2327 movs r3, #39 @ 0x27 +10000fa0: aa02 add r2, sp, #8 +10000fa2: 4694 mov ip, r2 +10000fa4: 4463 add r3, ip +10000fa6: 2200 movs r2, #0 +10000fa8: 701a strb r2, [r3, #0] +10000faa: e021 b.n 10000ff0 +10000fac: 0001 movs r1, r0 +10000fae: 0030 movs r0, r6 +10000fb0: f7ff fdea bl 10000b88 +10000fb4: 7800 ldrb r0, [r0, #0] +10000fb6: e03c b.n 10001032 +10000fb8: 9806 ldr r0, [sp, #24] +10000fba: 2b00 cmp r3, #0 +10000fbc: d05c beq.n 10001078 +10000fbe: 9b07 ldr r3, [sp, #28] +10000fc0: 2b00 cmp r3, #0 +10000fc2: d059 beq.n 10001078 +10000fc4: 4649 mov r1, r9 +10000fc6: 47d0 blx sl +10000fc8: 0004 movs r4, r0 +10000fca: 000d movs r5, r1 +10000fcc: 0003 movs r3, r0 +10000fce: 430b orrs r3, r1 +10000fd0: d059 beq.n 10001086 +10000fd2: 2900 cmp r1, #0 +10000fd4: db40 blt.n 10001058 +10000fd6: a808 add r0, sp, #32 +10000fd8: f7ff fe26 bl 10000c28 +10000fdc: 9a08 ldr r2, [sp, #32] +10000fde: 9b09 ldr r3, [sp, #36] @ 0x24 +10000fe0: 9400 str r4, [sp, #0] +10000fe2: 9501 str r5, [sp, #4] +10000fe4: a808 add r0, sp, #32 +10000fe6: f7ff fcd7 bl 10000998 +10000fea: 9b08 ldr r3, [sp, #32] +10000fec: 4698 mov r8, r3 +10000fee: 9f09 ldr r7, [sp, #36] @ 0x24 +10000ff0: 6872 ldr r2, [r6, #4] +10000ff2: f3ef 8b10 mrs fp, PRIMASK +10000ff6: b672 cpsid i +10000ff8: 6813 ldr r3, [r2, #0] +10000ffa: 4259 negs r1, r3 +10000ffc: 414b adcs r3, r1 +10000ffe: b2d9 uxtb r1, r3 +10001000: 9106 str r1, [sp, #24] +10001002: 2b00 cmp r3, #0 +10001004: d1f8 bne.n 10000ff8 +10001006: f3bf 8f5f dmb sy +1000100a: 3327 adds r3, #39 @ 0x27 +1000100c: aa02 add r2, sp, #8 +1000100e: 4694 mov ip, r2 +10001010: 4463 add r3, ip +10001012: 9304 str r3, [sp, #16] +10001014: 2300 movs r3, #0 +10001016: 9303 str r3, [sp, #12] +10001018: 9302 str r3, [sp, #8] +1000101a: 464b mov r3, r9 +1000101c: 9301 str r3, [sp, #4] +1000101e: 4653 mov r3, sl +10001020: 9300 str r3, [sp, #0] +10001022: 4642 mov r2, r8 +10001024: 003b movs r3, r7 +10001026: 0030 movs r0, r6 +10001028: f7ff fe22 bl 10000c70 +1000102c: 0004 movs r4, r0 +1000102e: 1e05 subs r5, r0, #0 +10001030: d1bc bne.n 10000fac +10001032: 6873 ldr r3, [r6, #4] +10001034: f3bf 8f5f dmb sy +10001038: 2100 movs r1, #0 +1000103a: 6019 str r1, [r3, #0] +1000103c: f38b 8810 msr PRIMASK, fp +10001040: 2d00 cmp r5, #0 +10001042: d017 beq.n 10001074 +10001044: 2327 movs r3, #39 @ 0x27 +10001046: aa02 add r2, sp, #8 +10001048: 4694 mov ip, r2 +1000104a: 4463 add r3, ip +1000104c: 781b ldrb r3, [r3, #0] +1000104e: 2b00 cmp r3, #0 +10001050: d1b2 bne.n 10000fb8 +10001052: 0200 lsls r0, r0, #8 +10001054: 4320 orrs r0, r4 +10001056: e7b0 b.n 10000fba +10001058: 2300 movs r3, #0 +1000105a: 4262 negs r2, r4 +1000105c: 41ab sbcs r3, r5 +1000105e: 9200 str r2, [sp, #0] +10001060: 9301 str r3, [sp, #4] +10001062: 4642 mov r2, r8 +10001064: 003b movs r3, r7 +10001066: a808 add r0, sp, #32 +10001068: f7ff fc96 bl 10000998 +1000106c: 9b08 ldr r3, [sp, #32] +1000106e: 4698 mov r8, r3 +10001070: 9f09 ldr r7, [sp, #36] @ 0x24 +10001072: e7bd b.n 10000ff0 +10001074: 2001 movs r0, #1 +10001076: 4240 negs r0, r0 +10001078: b00d add sp, #52 @ 0x34 +1000107a: bcf0 pop {r4, r5, r6, r7} +1000107c: 46bb mov fp, r7 +1000107e: 46b2 mov sl, r6 +10001080: 46a9 mov r9, r5 +10001082: 46a0 mov r8, r4 +10001084: bdf0 pop {r4, r5, r6, r7, pc} +10001086: 9806 ldr r0, [sp, #24] +10001088: e7f6 b.n 10001078 + +1000108a : +1000108a: b5f0 push {r4, r5, r6, r7, lr} +1000108c: 46c6 mov lr, r8 +1000108e: b500 push {lr} +10001090: b084 sub sp, #16 +10001092: 0005 movs r5, r0 +10001094: 4688 mov r8, r1 +10001096: 0016 movs r6, r2 +10001098: 001f movs r7, r3 +1000109a: ab0a add r3, sp, #40 @ 0x28 +1000109c: 781c ldrb r4, [r3, #0] +1000109e: f7ff ff57 bl 10000f50 +100010a2: 9402 str r4, [sp, #8] +100010a4: 9701 str r7, [sp, #4] +100010a6: 9600 str r6, [sp, #0] +100010a8: 002a movs r2, r5 +100010aa: 4643 mov r3, r8 +100010ac: f7ff ff66 bl 10000f7c +100010b0: b004 add sp, #16 +100010b2: bc80 pop {r7} +100010b4: 46b8 mov r8, r7 +100010b6: bdf0 pop {r4, r5, r6, r7, pc} + +100010b8 : +100010b8: b5f0 push {r4, r5, r6, r7, lr} +100010ba: 46c6 mov lr, r8 +100010bc: b500 push {lr} +100010be: 0004 movs r4, r0 +100010c0: 000d movs r5, r1 +100010c2: 6842 ldr r2, [r0, #4] +100010c4: f3ef 8710 mrs r7, PRIMASK +100010c8: b672 cpsid i +100010ca: 6813 ldr r3, [r2, #0] +100010cc: 2b00 cmp r3, #0 +100010ce: d0fc beq.n 100010ca +100010d0: f3bf 8f5f dmb sy +100010d4: b2ee uxtb r6, r5 +100010d6: 6823 ldr r3, [r4, #0] +100010d8: 4698 mov r8, r3 +100010da: 0031 movs r1, r6 +100010dc: 0018 movs r0, r3 +100010de: f7ff fc8d bl 100009fc +100010e2: 2800 cmp r0, #0 +100010e4: d02a beq.n 1000113c +100010e6: 6923 ldr r3, [r4, #16] +100010e8: 42ab cmp r3, r5 +100010ea: d013 beq.n 10001114 +100010ec: 0a2d lsrs r5, r5, #8 +100010ee: b2ed uxtb r5, r5 +100010f0: 0031 movs r1, r6 +100010f2: 0020 movs r0, r4 +100010f4: f7ff fd48 bl 10000b88 +100010f8: 7803 ldrb r3, [r0, #0] +100010fa: 42ab cmp r3, r5 +100010fc: d011 beq.n 10001122 +100010fe: 2000 movs r0, #0 +10001100: 6863 ldr r3, [r4, #4] +10001102: f3bf 8f5f dmb sy +10001106: 2200 movs r2, #0 +10001108: 601a str r2, [r3, #0] +1000110a: f387 8810 msr PRIMASK, r7 +1000110e: bc80 pop {r7} +10001110: 46b8 mov r8, r7 +10001112: bdf0 pop {r4, r5, r6, r7, pc} +10001114: 4b0c ldr r3, [pc, #48] @ (10001148 ) +10001116: 4a0d ldr r2, [pc, #52] @ (1000114c ) +10001118: 2195 movs r1, #149 @ 0x95 +1000111a: 480d ldr r0, [pc, #52] @ (10001150 ) +1000111c: 0049 lsls r1, r1, #1 +1000111e: f000 fd33 bl 10001b88 <__assert_func> +10001122: 0031 movs r1, r6 +10001124: 4640 mov r0, r8 +10001126: f000 fb25 bl 10001774 +1000112a: 2800 cmp r0, #0 +1000112c: d1e8 bne.n 10001100 +1000112e: 4b09 ldr r3, [pc, #36] @ (10001154 ) +10001130: 4a06 ldr r2, [pc, #24] @ (1000114c ) +10001132: 2132 movs r1, #50 @ 0x32 +10001134: 4806 ldr r0, [pc, #24] @ (10001150 ) +10001136: 31ff adds r1, #255 @ 0xff +10001138: f000 fd26 bl 10001b88 <__assert_func> +1000113c: 6923 ldr r3, [r4, #16] +1000113e: 42ab cmp r3, r5 +10001140: d1de bne.n 10001100 +10001142: 2300 movs r3, #0 +10001144: 6123 str r3, [r4, #16] +10001146: e7db b.n 10001100 +10001148: 100045e0 .word 0x100045e0 +1000114c: 10004658 .word 0x10004658 +10001150: 100043a8 .word 0x100043a8 +10001154: 10004604 .word 0x10004604 + +10001158 : +10001158: b510 push {r4, lr} +1000115a: 0004 movs r4, r0 +1000115c: f7ff fef8 bl 10000f50 +10001160: 0021 movs r1, r4 +10001162: f7ff ffa9 bl 100010b8 +10001166: bd10 pop {r4, pc} + +10001168 : +10001168: b530 push {r4, r5, lr} +1000116a: b087 sub sp, #28 +1000116c: 0004 movs r4, r0 +1000116e: 000d movs r5, r1 +10001170: f3ef 8305 mrs r3, IPSR +10001174: 2b00 cmp r3, #0 +10001176: d120 bne.n 100011ba +10001178: 2206 movs r2, #6 +1000117a: 4252 negs r2, r2 +1000117c: 17d3 asrs r3, r2, #31 +1000117e: 1912 adds r2, r2, r4 +10001180: 416b adcs r3, r5 +10001182: 428b cmp r3, r1 +10001184: d802 bhi.n 1000118c +10001186: d103 bne.n 10001190 +10001188: 4282 cmp r2, r0 +1000118a: d901 bls.n 10001190 +1000118c: 2200 movs r2, #0 +1000118e: 2300 movs r3, #0 +10001190: a804 add r0, sp, #16 +10001192: f7ff fbef bl 10000974 +10001196: a802 add r0, sp, #8 +10001198: f7ff fd46 bl 10000c28 +1000119c: 9802 ldr r0, [sp, #8] +1000119e: 9903 ldr r1, [sp, #12] +100011a0: 9a04 ldr r2, [sp, #16] +100011a2: 9b05 ldr r3, [sp, #20] +100011a4: 1a12 subs r2, r2, r0 +100011a6: 418b sbcs r3, r1 +100011a8: 2b00 cmp r3, #0 +100011aa: dc0b bgt.n 100011c4 +100011ac: d008 beq.n 100011c0 +100011ae: 0020 movs r0, r4 +100011b0: 0029 movs r1, r5 +100011b2: f000 f8c9 bl 10001348 +100011b6: b007 add sp, #28 +100011b8: bd30 pop {r4, r5, pc} +100011ba: 4814 ldr r0, [pc, #80] @ (1000120c ) +100011bc: f000 fd7c bl 10001cb8 +100011c0: 2a00 cmp r2, #0 +100011c2: d0f4 beq.n 100011ae +100011c4: 4a12 ldr r2, [pc, #72] @ (10001210 ) +100011c6: 9804 ldr r0, [sp, #16] +100011c8: 9905 ldr r1, [sp, #20] +100011ca: 2300 movs r3, #0 +100011cc: 9300 str r3, [sp, #0] +100011ce: f7ff ff5c bl 1000108a +100011d2: 2800 cmp r0, #0 +100011d4: da13 bge.n 100011fe +100011d6: e7ea b.n 100011ae +100011d8: 4b0e ldr r3, [pc, #56] @ (10001214 ) +100011da: 681a ldr r2, [r3, #0] +100011dc: f3ef 8110 mrs r1, PRIMASK +100011e0: b672 cpsid i +100011e2: 6813 ldr r3, [r2, #0] +100011e4: 2b00 cmp r3, #0 +100011e6: d0fc beq.n 100011e2 +100011e8: f3bf 8f5f dmb sy +100011ec: 4b09 ldr r3, [pc, #36] @ (10001214 ) +100011ee: 681b ldr r3, [r3, #0] +100011f0: f3bf 8f5f dmb sy +100011f4: 2200 movs r2, #0 +100011f6: 601a str r2, [r3, #0] +100011f8: f381 8810 msr PRIMASK, r1 +100011fc: bf20 wfe +100011fe: 9804 ldr r0, [sp, #16] +10001200: 9905 ldr r1, [sp, #20] +10001202: f7ff fb6f bl 100008e4 +10001206: 2800 cmp r0, #0 +10001208: d0e6 beq.n 100011d8 +1000120a: e7d0 b.n 100011ae +1000120c: 10004608 .word 0x10004608 +10001210: 10000bf9 .word 0x10000bf9 +10001214: 200006a0 .word 0x200006a0 + +10001218 : +10001218: b500 push {lr} +1000121a: b083 sub sp, #12 +1000121c: 0002 movs r2, r0 +1000121e: 000b movs r3, r1 +10001220: 4668 mov r0, sp +10001222: f7ff fd12 bl 10000c4a +10001226: 9800 ldr r0, [sp, #0] +10001228: 9901 ldr r1, [sp, #4] +1000122a: f7ff ff9d bl 10001168 +1000122e: b003 add sp, #12 +10001230: bd00 pop {pc} + +10001232 : +10001232: b510 push {r4, lr} +10001234: 22fa movs r2, #250 @ 0xfa +10001236: 0092 lsls r2, r2, #2 +10001238: 2300 movs r3, #0 +1000123a: 2100 movs r1, #0 +1000123c: f002 fcca bl 10003bd4 <__wrap___aeabi_lmul> +10001240: f7ff ffea bl 10001218 +10001244: bd10 pop {r4, pc} + ... + +10001248 : +10001248: b530 push {r4, r5, lr} +1000124a: b083 sub sp, #12 +1000124c: 0005 movs r5, r0 +1000124e: 000c movs r4, r1 +10001250: f3ef 8305 mrs r3, IPSR +10001254: 2b00 cmp r3, #0 +10001256: d10f bne.n 10001278 +10001258: 4a0b ldr r2, [pc, #44] @ (10001288 ) +1000125a: 2300 movs r3, #0 +1000125c: 9300 str r3, [sp, #0] +1000125e: f7ff ff14 bl 1000108a +10001262: 2800 cmp r0, #0 +10001264: dd0b ble.n 1000127e +10001266: bf20 wfe +10001268: f7ff ff76 bl 10001158 +1000126c: 0028 movs r0, r5 +1000126e: 0021 movs r1, r4 +10001270: f7ff fb38 bl 100008e4 +10001274: b003 add sp, #12 +10001276: bd30 pop {r4, r5, pc} +10001278: f7ff fb34 bl 100008e4 +1000127c: e7fa b.n 10001274 +1000127e: 0028 movs r0, r5 +10001280: 0021 movs r1, r4 +10001282: f7ff fb2f bl 100008e4 +10001286: e7f5 b.n 10001274 +10001288: 10000bf9 .word 0x10000bf9 + +1000128c : +1000128c: b570 push {r4, r5, r6, lr} +1000128e: f3ef 8005 mrs r0, IPSR +10001292: 3810 subs r0, #16 +10001294: f3ef 8c10 mrs ip, PRIMASK +10001298: b672 cpsid i +1000129a: 4b19 ldr r3, [pc, #100] @ (10001300 ) +1000129c: 681b ldr r3, [r3, #0] +1000129e: 2b00 cmp r3, #0 +100012a0: d0fb beq.n 1000129a +100012a2: f3bf 8f5f dmb sy +100012a6: 2201 movs r2, #1 +100012a8: 0013 movs r3, r2 +100012aa: 4083 lsls r3, r0 +100012ac: 4915 ldr r1, [pc, #84] @ (10001304 ) +100012ae: 634b str r3, [r1, #52] @ 0x34 +100012b0: 4915 ldr r1, [pc, #84] @ (10001308 ) +100012b2: 600b str r3, [r1, #0] +100012b4: 4915 ldr r1, [pc, #84] @ (1000130c ) +100012b6: 7809 ldrb r1, [r1, #0] +100012b8: 000c movs r4, r1 +100012ba: 40c4 lsrs r4, r0 +100012bc: 4222 tst r2, r4 +100012be: d013 beq.n 100012e8 +100012c0: 4a10 ldr r2, [pc, #64] @ (10001304 ) +100012c2: 6a54 ldr r4, [r2, #36] @ 0x24 +100012c4: 4a12 ldr r2, [pc, #72] @ (10001310 ) +100012c6: 0085 lsls r5, r0, #2 +100012c8: 58aa ldr r2, [r5, r2] +100012ca: 4294 cmp r4, r2 +100012cc: d305 bcc.n 100012da +100012ce: 4a11 ldr r2, [pc, #68] @ (10001314 ) +100012d0: 58aa ldr r2, [r5, r2] +100012d2: 4c0e ldr r4, [pc, #56] @ (1000130c ) +100012d4: 4399 bics r1, r3 +100012d6: 7021 strb r1, [r4, #0] +100012d8: e007 b.n 100012ea +100012da: 4a0a ldr r2, [pc, #40] @ (10001304 ) +100012dc: 1d03 adds r3, r0, #4 +100012de: 009b lsls r3, r3, #2 +100012e0: 5899 ldr r1, [r3, r2] +100012e2: 5099 str r1, [r3, r2] +100012e4: 2200 movs r2, #0 +100012e6: e000 b.n 100012ea +100012e8: 2200 movs r2, #0 +100012ea: f3bf 8f5f dmb sy +100012ee: 4b04 ldr r3, [pc, #16] @ (10001300 ) +100012f0: 2100 movs r1, #0 +100012f2: 6019 str r1, [r3, #0] +100012f4: f38c 8810 msr PRIMASK, ip +100012f8: 2a00 cmp r2, #0 +100012fa: d000 beq.n 100012fe +100012fc: 4790 blx r2 +100012fe: bd70 pop {r4, r5, r6, pc} +10001300: d0000128 .word 0xd0000128 +10001304: 40054000 .word 0x40054000 +10001308: 4005703c .word 0x4005703c +1000130c: 200006b6 .word 0x200006b6 +10001310: 200006a4 .word 0x200006a4 +10001314: 2000040c .word 0x2000040c + +10001318 : +10001318: b510 push {r4, lr} +1000131a: 0001 movs r1, r0 +1000131c: 4a02 ldr r2, [pc, #8] @ (10001328 ) +1000131e: 4b03 ldr r3, [pc, #12] @ (1000132c ) +10001320: 0018 movs r0, r3 +10001322: f7ff f873 bl 1000040c +10001326: bd10 pop {r4, pc} +10001328: 10004734 .word 0x10004734 +1000132c: 200006b4 .word 0x200006b4 + +10001330 : +10001330: 4b04 ldr r3, [pc, #16] @ (10001344 ) +10001332: 6a5b ldr r3, [r3, #36] @ 0x24 +10001334: 4a03 ldr r2, [pc, #12] @ (10001344 ) +10001336: 6a90 ldr r0, [r2, #40] @ 0x28 +10001338: 0019 movs r1, r3 +1000133a: 6a53 ldr r3, [r2, #36] @ 0x24 +1000133c: 4299 cmp r1, r3 +1000133e: d1f9 bne.n 10001334 +10001340: 4770 bx lr +10001342: 46c0 nop @ (mov r8, r8) +10001344: 40054000 .word 0x40054000 + +10001348 : +10001348: 4b08 ldr r3, [pc, #32] @ (1000136c ) +1000134a: 6a5b ldr r3, [r3, #36] @ 0x24 +1000134c: e001 b.n 10001352 +1000134e: 4b07 ldr r3, [pc, #28] @ (1000136c ) +10001350: 6a5b ldr r3, [r3, #36] @ 0x24 +10001352: 428b cmp r3, r1 +10001354: d3fb bcc.n 1000134e +10001356: e001 b.n 1000135c +10001358: 4b04 ldr r3, [pc, #16] @ (1000136c ) +1000135a: 6a5b ldr r3, [r3, #36] @ 0x24 +1000135c: 428b cmp r3, r1 +1000135e: d103 bne.n 10001368 +10001360: 4b02 ldr r3, [pc, #8] @ (1000136c ) +10001362: 6a9b ldr r3, [r3, #40] @ 0x28 +10001364: 4283 cmp r3, r0 +10001366: d3f7 bcc.n 10001358 +10001368: 4770 bx lr +1000136a: 46c0 nop @ (mov r8, r8) +1000136c: 40054000 .word 0x40054000 + +10001370 : +10001370: b570 push {r4, r5, r6, lr} +10001372: 0004 movs r4, r0 +10001374: 000e movs r6, r1 +10001376: f3ef 8510 mrs r5, PRIMASK +1000137a: b672 cpsid i +1000137c: 4b1b ldr r3, [pc, #108] @ (100013ec ) +1000137e: 681b ldr r3, [r3, #0] +10001380: 2b00 cmp r3, #0 +10001382: d0fb beq.n 1000137c +10001384: f3bf 8f5f dmb sy +10001388: 2e00 cmp r6, #0 +1000138a: d01c beq.n 100013c6 +1000138c: 0020 movs r0, r4 +1000138e: f7ff f909 bl 100005a4 +10001392: 4b17 ldr r3, [pc, #92] @ (100013f0 ) +10001394: 4283 cmp r3, r0 +10001396: d00b beq.n 100013b0 +10001398: 0019 movs r1, r3 +1000139a: 0020 movs r0, r4 +1000139c: f7ff f90a bl 100005b4 +100013a0: 2101 movs r1, #1 +100013a2: 0020 movs r0, r4 +100013a4: f7ff f8f6 bl 10000594 +100013a8: 2301 movs r3, #1 +100013aa: 40a3 lsls r3, r4 +100013ac: 4a11 ldr r2, [pc, #68] @ (100013f4 ) +100013ae: 6013 str r3, [r2, #0] +100013b0: 4b11 ldr r3, [pc, #68] @ (100013f8 ) +100013b2: 00a4 lsls r4, r4, #2 +100013b4: 50e6 str r6, [r4, r3] +100013b6: f3bf 8f5f dmb sy +100013ba: 4b0c ldr r3, [pc, #48] @ (100013ec ) +100013bc: 2200 movs r2, #0 +100013be: 601a str r2, [r3, #0] +100013c0: f385 8810 msr PRIMASK, r5 +100013c4: bd70 pop {r4, r5, r6, pc} +100013c6: 4b0c ldr r3, [pc, #48] @ (100013f8 ) +100013c8: 00a2 lsls r2, r4, #2 +100013ca: 2100 movs r1, #0 +100013cc: 50d1 str r1, [r2, r3] +100013ce: 2201 movs r2, #1 +100013d0: 40a2 lsls r2, r4 +100013d2: 490a ldr r1, [pc, #40] @ (100013fc ) +100013d4: 780b ldrb r3, [r1, #0] +100013d6: 4393 bics r3, r2 +100013d8: 700b strb r3, [r1, #0] +100013da: 4905 ldr r1, [pc, #20] @ (100013f0 ) +100013dc: 0020 movs r0, r4 +100013de: f7ff f913 bl 10000608 +100013e2: 2100 movs r1, #0 +100013e4: 0020 movs r0, r4 +100013e6: f7ff f8d5 bl 10000594 +100013ea: e7e4 b.n 100013b6 +100013ec: d0000128 .word 0xd0000128 +100013f0: 1000128d .word 0x1000128d +100013f4: 40056038 .word 0x40056038 +100013f8: 2000040c .word 0x2000040c +100013fc: 200006b6 .word 0x200006b6 + +10001400 : +10001400: b5f0 push {r4, r5, r6, r7, lr} +10001402: 46de mov lr, fp +10001404: b500 push {lr} +10001406: b084 sub sp, #16 +10001408: 0004 movs r4, r0 +1000140a: 0015 movs r5, r2 +1000140c: 9201 str r2, [sp, #4] +1000140e: 001e movs r6, r3 +10001410: 9302 str r3, [sp, #8] +10001412: f7ff ff8d bl 10001330 +10001416: 9503 str r5, [sp, #12] +10001418: 428e cmp r6, r1 +1000141a: d802 bhi.n 10001422 +1000141c: d14e bne.n 100014bc +1000141e: 4285 cmp r5, r0 +10001420: d94c bls.n 100014bc +10001422: f3ef 8b10 mrs fp, PRIMASK +10001426: b672 cpsid i +10001428: 4b27 ldr r3, [pc, #156] @ (100014c8 ) +1000142a: 681b ldr r3, [r3, #0] +1000142c: 2b00 cmp r3, #0 +1000142e: d0fb beq.n 10001428 +10001430: f3bf 8f5f dmb sy +10001434: 4a25 ldr r2, [pc, #148] @ (100014cc ) +10001436: 7817 ldrb r7, [r2, #0] +10001438: 2501 movs r5, #1 +1000143a: 40a5 lsls r5, r4 +1000143c: b2eb uxtb r3, r5 +1000143e: 433b orrs r3, r7 +10001440: 7013 strb r3, [r2, #0] +10001442: 4b23 ldr r3, [pc, #140] @ (100014d0 ) +10001444: 635d str r5, [r3, #52] @ 0x34 +10001446: 1d22 adds r2, r4, #4 +10001448: 0092 lsls r2, r2, #2 +1000144a: 9901 ldr r1, [sp, #4] +1000144c: 50d1 str r1, [r2, r3] +1000144e: 4a21 ldr r2, [pc, #132] @ (100014d4 ) +10001450: 00a1 lsls r1, r4, #2 +10001452: 9802 ldr r0, [sp, #8] +10001454: 5088 str r0, [r1, r2] +10001456: 6a1b ldr r3, [r3, #32] +10001458: 422b tst r3, r5 +1000145a: d112 bne.n 10001482 +1000145c: 4b1c ldr r3, [pc, #112] @ (100014d0 ) +1000145e: 6c1b ldr r3, [r3, #64] @ 0x40 +10001460: 422b tst r3, r5 +10001462: d008 beq.n 10001476 +10001464: 2000 movs r0, #0 +10001466: f3bf 8f5f dmb sy +1000146a: 4b17 ldr r3, [pc, #92] @ (100014c8 ) +1000146c: 2200 movs r2, #0 +1000146e: 601a str r2, [r3, #0] +10001470: f38b 8810 msr PRIMASK, fp +10001474: e023 b.n 100014be +10001476: 4b18 ldr r3, [pc, #96] @ (100014d8 ) +10001478: 4a18 ldr r2, [pc, #96] @ (100014dc ) +1000147a: 4819 ldr r0, [pc, #100] @ (100014e0 ) +1000147c: 21c5 movs r1, #197 @ 0xc5 +1000147e: f000 fb83 bl 10001b88 <__assert_func> +10001482: f7ff ff55 bl 10001330 +10001486: 428e cmp r6, r1 +10001488: d814 bhi.n 100014b4 +1000148a: d102 bne.n 10001492 +1000148c: 9b03 ldr r3, [sp, #12] +1000148e: 4283 cmp r3, r0 +10001490: d810 bhi.n 100014b4 +10001492: 4b0e ldr r3, [pc, #56] @ (100014cc ) +10001494: 781b ldrb r3, [r3, #0] +10001496: 42bb cmp r3, r7 +10001498: d00e beq.n 100014b8 +1000149a: 4b0d ldr r3, [pc, #52] @ (100014d0 ) +1000149c: 621d str r5, [r3, #32] +1000149e: 635d str r5, [r3, #52] @ 0x34 +100014a0: 221f movs r2, #31 +100014a2: 4022 ands r2, r4 +100014a4: 2301 movs r3, #1 +100014a6: 4093 lsls r3, r2 +100014a8: 4a0e ldr r2, [pc, #56] @ (100014e4 ) +100014aa: 6013 str r3, [r2, #0] +100014ac: 4b07 ldr r3, [pc, #28] @ (100014cc ) +100014ae: 701f strb r7, [r3, #0] +100014b0: 2001 movs r0, #1 +100014b2: e7d8 b.n 10001466 +100014b4: 2000 movs r0, #0 +100014b6: e7d6 b.n 10001466 +100014b8: 2001 movs r0, #1 +100014ba: e7d4 b.n 10001466 +100014bc: 2001 movs r0, #1 +100014be: b004 add sp, #16 +100014c0: bc80 pop {r7} +100014c2: 46bb mov fp, r7 +100014c4: bdf0 pop {r4, r5, r6, r7, pc} +100014c6: 46c0 nop @ (mov r8, r8) +100014c8: d0000128 .word 0xd0000128 +100014cc: 200006b6 .word 0x200006b6 +100014d0: 40054000 .word 0x40054000 +100014d4: 200006a4 .word 0x200006a4 +100014d8: 10004758 .word 0x10004758 +100014dc: 100047c8 .word 0x100047c8 +100014e0: 1000477c .word 0x1000477c +100014e4: e000e280 .word 0xe000e280 + +100014e8 : +100014e8: f3ef 8c10 mrs ip, PRIMASK +100014ec: b672 cpsid i +100014ee: 4b0b ldr r3, [pc, #44] @ (1000151c ) +100014f0: 681b ldr r3, [r3, #0] +100014f2: 2b00 cmp r3, #0 +100014f4: d0fb beq.n 100014ee +100014f6: f3bf 8f5f dmb sy +100014fa: 2301 movs r3, #1 +100014fc: 4083 lsls r3, r0 +100014fe: 4a08 ldr r2, [pc, #32] @ (10001520 ) +10001500: 6213 str r3, [r2, #32] +10001502: 4908 ldr r1, [pc, #32] @ (10001524 ) +10001504: 780a ldrb r2, [r1, #0] +10001506: 439a bics r2, r3 +10001508: 700a strb r2, [r1, #0] +1000150a: f3bf 8f5f dmb sy +1000150e: 4b03 ldr r3, [pc, #12] @ (1000151c ) +10001510: 2200 movs r2, #0 +10001512: 601a str r2, [r3, #0] +10001514: f38c 8810 msr PRIMASK, ip +10001518: 4770 bx lr +1000151a: 46c0 nop @ (mov r8, r8) +1000151c: d0000128 .word 0xd0000128 +10001520: 40054000 .word 0x40054000 +10001524: 200006b6 .word 0x200006b6 + +10001528 : +10001528: b510 push {r4, lr} +1000152a: 2900 cmp r1, #0 +1000152c: d008 beq.n 10001540 +1000152e: 7b03 ldrb r3, [r0, #12] +10001530: 428b cmp r3, r1 +10001532: d305 bcc.n 10001540 +10001534: 6800 ldr r0, [r0, #0] +10001536: 004b lsls r3, r1, #1 +10001538: 185b adds r3, r3, r1 +1000153a: 3b03 subs r3, #3 +1000153c: 18c0 adds r0, r0, r3 +1000153e: bd10 pop {r4, pc} +10001540: 4b02 ldr r3, [pc, #8] @ (1000154c ) +10001542: 4a03 ldr r2, [pc, #12] @ (10001550 ) +10001544: 4803 ldr r0, [pc, #12] @ (10001554 ) +10001546: 2168 movs r1, #104 @ 0x68 +10001548: f000 fb1e bl 10001b88 <__assert_func> +1000154c: 10004458 .word 0x10004458 +10001550: 100048dc .word 0x100048dc +10001554: 10004474 .word 0x10004474 + +10001558 : +10001558: b5f8 push {r3, r4, r5, r6, r7, lr} +1000155a: 0006 movs r6, r0 +1000155c: 000c movs r4, r1 +1000155e: 0015 movs r5, r2 +10001560: f7ff ffe2 bl 10001528 +10001564: 0007 movs r7, r0 +10001566: 2c00 cmp r4, #0 +10001568: d00d beq.n 10001586 +1000156a: 2d00 cmp r5, #0 +1000156c: d011 beq.n 10001592 +1000156e: 42ac cmp r4, r5 +10001570: d015 beq.n 1000159e +10001572: 0029 movs r1, r5 +10001574: 0030 movs r0, r6 +10001576: f7ff ffd7 bl 10001528 +1000157a: 7084 strb r4, [r0, #2] +1000157c: 783b ldrb r3, [r7, #0] +1000157e: 2b00 cmp r3, #0 +10001580: d113 bne.n 100015aa +10001582: 703d strb r5, [r7, #0] +10001584: bdf8 pop {r3, r4, r5, r6, r7, pc} +10001586: 4b0a ldr r3, [pc, #40] @ (100015b0 ) +10001588: 4a0a ldr r2, [pc, #40] @ (100015b4 ) +1000158a: 480b ldr r0, [pc, #44] @ (100015b8 ) +1000158c: 216f movs r1, #111 @ 0x6f +1000158e: f000 fafb bl 10001b88 <__assert_func> +10001592: 4b0a ldr r3, [pc, #40] @ (100015bc ) +10001594: 4a07 ldr r2, [pc, #28] @ (100015b4 ) +10001596: 4808 ldr r0, [pc, #32] @ (100015b8 ) +10001598: 2170 movs r1, #112 @ 0x70 +1000159a: f000 faf5 bl 10001b88 <__assert_func> +1000159e: 4b08 ldr r3, [pc, #32] @ (100015c0 ) +100015a0: 4a04 ldr r2, [pc, #16] @ (100015b4 ) +100015a2: 4805 ldr r0, [pc, #20] @ (100015b8 ) +100015a4: 2171 movs r1, #113 @ 0x71 +100015a6: f000 faef bl 10001b88 <__assert_func> +100015aa: 7043 strb r3, [r0, #1] +100015ac: 703d strb r5, [r7, #0] +100015ae: e7e9 b.n 10001584 +100015b0: 100044c8 .word 0x100044c8 +100015b4: 100048c8 .word 0x100048c8 +100015b8: 10004474 .word 0x10004474 +100015bc: 100044d4 .word 0x100044d4 +100015c0: 100044e0 .word 0x100044e0 + +100015c4 : +100015c4: b570 push {r4, r5, r6, lr} +100015c6: 0006 movs r6, r0 +100015c8: 000d movs r5, r1 +100015ca: 0014 movs r4, r2 +100015cc: 2900 cmp r1, #0 +100015ce: d014 beq.n 100015fa +100015d0: 2a00 cmp r2, #0 +100015d2: d014 beq.n 100015fe +100015d4: 6843 ldr r3, [r0, #4] +100015d6: 6880 ldr r0, [r0, #8] +100015d8: 4798 blx r3 +100015da: 2800 cmp r0, #0 +100015dc: d006 beq.n 100015ec +100015de: 0022 movs r2, r4 +100015e0: 0029 movs r1, r5 +100015e2: 0030 movs r0, r6 +100015e4: f7ff ffb8 bl 10001558 +100015e8: 0028 movs r0, r5 +100015ea: e007 b.n 100015fc +100015ec: 002a movs r2, r5 +100015ee: 0021 movs r1, r4 +100015f0: 0030 movs r0, r6 +100015f2: f7ff ffb1 bl 10001558 +100015f6: 0020 movs r0, r4 +100015f8: e000 b.n 100015fc +100015fa: 0010 movs r0, r2 +100015fc: bd70 pop {r4, r5, r6, pc} +100015fe: 0008 movs r0, r1 +10001600: e7fc b.n 100015fc + +10001602 : +10001602: b570 push {r4, r5, r6, lr} +10001604: 0005 movs r5, r0 +10001606: 2300 movs r3, #0 +10001608: 7343 strb r3, [r0, #13] +1000160a: 3301 adds r3, #1 +1000160c: 7383 strb r3, [r0, #14] +1000160e: 7b03 ldrb r3, [r0, #12] +10001610: 73c3 strb r3, [r0, #15] +10001612: 2401 movs r4, #1 +10001614: e006 b.n 10001624 +10001616: 0021 movs r1, r4 +10001618: 0028 movs r0, r5 +1000161a: f7ff ff85 bl 10001528 +1000161e: 3401 adds r4, #1 +10001620: b2e4 uxtb r4, r4 +10001622: 7044 strb r4, [r0, #1] +10001624: 7b29 ldrb r1, [r5, #12] +10001626: 42a1 cmp r1, r4 +10001628: d8f5 bhi.n 10001616 +1000162a: 0028 movs r0, r5 +1000162c: f7ff ff7c bl 10001528 +10001630: 2300 movs r3, #0 +10001632: 7043 strb r3, [r0, #1] +10001634: bd70 pop {r4, r5, r6, pc} + +10001636 : +10001636: b510 push {r4, lr} +10001638: 7301 strb r1, [r0, #12] +1000163a: 6042 str r2, [r0, #4] +1000163c: 6083 str r3, [r0, #8] +1000163e: f7ff ffe0 bl 10001602 +10001642: bd10 pop {r4, pc} + +10001644 : +10001644: b5f0 push {r4, r5, r6, r7, lr} +10001646: 46c6 mov lr, r8 +10001648: b500 push {lr} +1000164a: 0005 movs r5, r0 +1000164c: 1e0c subs r4, r1, #0 +1000164e: d103 bne.n 10001658 +10001650: 0020 movs r0, r4 +10001652: bc80 pop {r7} +10001654: 46b8 mov r8, r7 +10001656: bdf0 pop {r4, r5, r6, r7, pc} +10001658: f7ff ff66 bl 10001528 +1000165c: 7846 ldrb r6, [r0, #1] +1000165e: 2e00 cmp r6, #0 +10001660: d0f6 beq.n 10001650 +10001662: 0031 movs r1, r6 +10001664: 0028 movs r0, r5 +10001666: f7ff ff5f bl 10001528 +1000166a: 7847 ldrb r7, [r0, #1] +1000166c: 2300 movs r3, #0 +1000166e: 4698 mov r8, r3 +10001670: 7043 strb r3, [r0, #1] +10001672: 0021 movs r1, r4 +10001674: 0028 movs r0, r5 +10001676: f7ff ff57 bl 10001528 +1000167a: 4643 mov r3, r8 +1000167c: 7043 strb r3, [r0, #1] +1000167e: 0032 movs r2, r6 +10001680: 0021 movs r1, r4 +10001682: 0028 movs r0, r5 +10001684: f7ff ff9e bl 100015c4 +10001688: 0004 movs r4, r0 +1000168a: 0039 movs r1, r7 +1000168c: 0028 movs r0, r5 +1000168e: f7ff ffd9 bl 10001644 +10001692: 0002 movs r2, r0 +10001694: 0021 movs r1, r4 +10001696: 0028 movs r0, r5 +10001698: f7ff ff94 bl 100015c4 +1000169c: 0004 movs r4, r0 +1000169e: e7d7 b.n 10001650 + +100016a0 : +100016a0: b5f0 push {r4, r5, r6, r7, lr} +100016a2: 46c6 mov lr, r8 +100016a4: b500 push {lr} +100016a6: 0004 movs r4, r0 +100016a8: 000d movs r5, r1 +100016aa: 0017 movs r7, r2 +100016ac: 2900 cmp r1, #0 +100016ae: d027 beq.n 10001700 +100016b0: f7ff ff3a bl 10001528 +100016b4: 7843 ldrb r3, [r0, #1] +100016b6: 2b00 cmp r3, #0 +100016b8: d128 bne.n 1000170c +100016ba: 7883 ldrb r3, [r0, #2] +100016bc: 2b00 cmp r3, #0 +100016be: d12b bne.n 10001718 +100016c0: 7801 ldrb r1, [r0, #0] +100016c2: 0020 movs r0, r4 +100016c4: f7ff ffbe bl 10001644 +100016c8: 0006 movs r6, r0 +100016ca: 4680 mov r8, r0 +100016cc: 2f00 cmp r7, #0 +100016ce: d00a beq.n 100016e6 +100016d0: 7be1 ldrb r1, [r4, #15] +100016d2: 2900 cmp r1, #0 +100016d4: d126 bne.n 10001724 +100016d6: 7ba3 ldrb r3, [r4, #14] +100016d8: 2b00 cmp r3, #0 +100016da: d103 bne.n 100016e4 +100016dc: 7be3 ldrb r3, [r4, #15] +100016de: 2b00 cmp r3, #0 +100016e0: d125 bne.n 1000172e +100016e2: 73a5 strb r5, [r4, #14] +100016e4: 73e5 strb r5, [r4, #15] +100016e6: 4643 mov r3, r8 +100016e8: 2b00 cmp r3, #0 +100016ea: d126 bne.n 1000173a +100016ec: 0029 movs r1, r5 +100016ee: 0020 movs r0, r4 +100016f0: f7ff ff1a bl 10001528 +100016f4: 2300 movs r3, #0 +100016f6: 7043 strb r3, [r0, #1] +100016f8: 0030 movs r0, r6 +100016fa: bc80 pop {r7} +100016fc: 46b8 mov r8, r7 +100016fe: bdf0 pop {r4, r5, r6, r7, pc} +10001700: 4b11 ldr r3, [pc, #68] @ (10001748 ) +10001702: 4a12 ldr r2, [pc, #72] @ (1000174c ) +10001704: 4812 ldr r0, [pc, #72] @ (10001750 ) +10001706: 2138 movs r1, #56 @ 0x38 +10001708: f000 fa3e bl 10001b88 <__assert_func> +1000170c: 4b11 ldr r3, [pc, #68] @ (10001754 ) +1000170e: 4a0f ldr r2, [pc, #60] @ (1000174c ) +10001710: 480f ldr r0, [pc, #60] @ (10001750 ) +10001712: 213a movs r1, #58 @ 0x3a +10001714: f000 fa38 bl 10001b88 <__assert_func> +10001718: 4b0f ldr r3, [pc, #60] @ (10001758 ) +1000171a: 4a0c ldr r2, [pc, #48] @ (1000174c ) +1000171c: 480c ldr r0, [pc, #48] @ (10001750 ) +1000171e: 213b movs r1, #59 @ 0x3b +10001720: f000 fa32 bl 10001b88 <__assert_func> +10001724: 0020 movs r0, r4 +10001726: f7ff feff bl 10001528 +1000172a: 7045 strb r5, [r0, #1] +1000172c: e7d3 b.n 100016d6 +1000172e: 4b0b ldr r3, [pc, #44] @ (1000175c ) +10001730: 4a06 ldr r2, [pc, #24] @ (1000174c ) +10001732: 4807 ldr r0, [pc, #28] @ (10001750 ) +10001734: 2142 movs r1, #66 @ 0x42 +10001736: f000 fa27 bl 10001b88 <__assert_func> +1000173a: 0031 movs r1, r6 +1000173c: 0020 movs r0, r4 +1000173e: f7ff fef3 bl 10001528 +10001742: 2300 movs r3, #0 +10001744: 7083 strb r3, [r0, #2] +10001746: e7d1 b.n 100016ec +10001748: 100047e4 .word 0x100047e4 +1000174c: 100048b4 .word 0x100048b4 +10001750: 100047ec .word 0x100047ec +10001754: 10004830 .word 0x10004830 +10001758: 10004858 .word 0x10004858 +1000175c: 10004520 .word 0x10004520 + +10001760 : +10001760: b570 push {r4, r5, r6, lr} +10001762: 0004 movs r4, r0 +10001764: 000a movs r2, r1 +10001766: 7b45 ldrb r5, [r0, #13] +10001768: 0029 movs r1, r5 +1000176a: f7ff ff99 bl 100016a0 +1000176e: 7360 strb r0, [r4, #13] +10001770: 0028 movs r0, r5 +10001772: bd70 pop {r4, r5, r6, pc} + +10001774 : +10001774: b570 push {r4, r5, r6, lr} +10001776: 0006 movs r6, r0 +10001778: 1e0c subs r4, r1, #0 +1000177a: d040 beq.n 100017fe +1000177c: 7b43 ldrb r3, [r0, #13] +1000177e: 428b cmp r3, r1 +10001780: d007 beq.n 10001792 +10001782: f7ff fed1 bl 10001528 +10001786: 0005 movs r5, r0 +10001788: 7881 ldrb r1, [r0, #2] +1000178a: 2900 cmp r1, #0 +1000178c: d106 bne.n 1000179c +1000178e: 2000 movs r0, #0 +10001790: e036 b.n 10001800 +10001792: 2101 movs r1, #1 +10001794: f7ff ffe4 bl 10001760 +10001798: 2001 movs r0, #1 +1000179a: e031 b.n 10001800 +1000179c: 0030 movs r0, r6 +1000179e: f7ff fec3 bl 10001528 +100017a2: 7801 ldrb r1, [r0, #0] +100017a4: 42a1 cmp r1, r4 +100017a6: d00d beq.n 100017c4 +100017a8: 0030 movs r0, r6 +100017aa: f7ff febd bl 10001528 +100017ae: 7841 ldrb r1, [r0, #1] +100017b0: 42a1 cmp r1, r4 +100017b2: d00a beq.n 100017ca +100017b4: 2900 cmp r1, #0 +100017b6: d1f7 bne.n 100017a8 +100017b8: 4b12 ldr r3, [pc, #72] @ (10001804 ) +100017ba: 4a13 ldr r2, [pc, #76] @ (10001808 ) +100017bc: 4813 ldr r0, [pc, #76] @ (1000180c ) +100017be: 316b adds r1, #107 @ 0x6b +100017c0: f000 f9e2 bl 10001b88 <__assert_func> +100017c4: 786b ldrb r3, [r5, #1] +100017c6: 7003 strb r3, [r0, #0] +100017c8: e001 b.n 100017ce +100017ca: 786b ldrb r3, [r5, #1] +100017cc: 7043 strb r3, [r0, #1] +100017ce: 2300 movs r3, #0 +100017d0: 70ab strb r3, [r5, #2] +100017d2: 706b strb r3, [r5, #1] +100017d4: 2201 movs r2, #1 +100017d6: 0021 movs r1, r4 +100017d8: 0030 movs r0, r6 +100017da: f7ff ff61 bl 100016a0 +100017de: 0002 movs r2, r0 +100017e0: 7b71 ldrb r1, [r6, #13] +100017e2: 4281 cmp r1, r0 +100017e4: d005 beq.n 100017f2 +100017e6: 0030 movs r0, r6 +100017e8: f7ff feec bl 100015c4 +100017ec: 7370 strb r0, [r6, #13] +100017ee: 2001 movs r0, #1 +100017f0: e006 b.n 10001800 +100017f2: 4b07 ldr r3, [pc, #28] @ (10001810 ) +100017f4: 4a04 ldr r2, [pc, #16] @ (10001808 ) +100017f6: 4805 ldr r0, [pc, #20] @ (1000180c ) +100017f8: 2171 movs r1, #113 @ 0x71 +100017fa: f000 f9c5 bl 10001b88 <__assert_func> +100017fe: 2000 movs r0, #0 +10001800: bd70 pop {r4, r5, r6, pc} +10001802: 46c0 nop @ (mov r8, r8) +10001804: 10004240 .word 0x10004240 +10001808: 1000489c .word 0x1000489c +1000180c: 100047ec .word 0x100047ec +10001810: 1000487c .word 0x1000487c + +10001814 : +10001814: b5f8 push {r3, r4, r5, r6, r7, lr} +10001816: 46de mov lr, fp +10001818: 4657 mov r7, sl +1000181a: 464e mov r6, r9 +1000181c: 4645 mov r5, r8 +1000181e: b5e0 push {r5, r6, r7, lr} +10001820: 0006 movs r6, r0 +10001822: 000f movs r7, r1 +10001824: 0015 movs r5, r2 +10001826: 9a0a ldr r2, [sp, #40] @ 0x28 +10001828: 4293 cmp r3, r2 +1000182a: d34e bcc.n 100018ca +1000182c: 0e1a lsrs r2, r3, #24 +1000182e: 4692 mov sl, r2 +10001830: 021b lsls r3, r3, #8 +10001832: 4698 mov r8, r3 +10001834: 9a0a ldr r2, [sp, #40] @ 0x28 +10001836: 2300 movs r3, #0 +10001838: 4640 mov r0, r8 +1000183a: 4651 mov r1, sl +1000183c: f001 fbca bl 10002fd4 <__wrap___aeabi_uldivmod> +10001840: 4681 mov r9, r0 +10001842: 0074 lsls r4, r6, #1 +10001844: 19a4 adds r4, r4, r6 +10001846: 00a4 lsls r4, r4, #2 +10001848: 4b2e ldr r3, [pc, #184] @ (10001904 ) +1000184a: 469c mov ip, r3 +1000184c: 4464 add r4, ip +1000184e: 6863 ldr r3, [r4, #4] +10001850: 4283 cmp r3, r0 +10001852: d200 bcs.n 10001856 +10001854: 6060 str r0, [r4, #4] +10001856: 1f33 subs r3, r6, #4 +10001858: b2db uxtb r3, r3 +1000185a: 469b mov fp, r3 +1000185c: 2b01 cmp r3, #1 +1000185e: d93a bls.n 100018d6 +10001860: 23c0 movs r3, #192 @ 0xc0 +10001862: 019b lsls r3, r3, #6 +10001864: 4323 orrs r3, r4 +10001866: 2280 movs r2, #128 @ 0x80 +10001868: 0112 lsls r2, r2, #4 +1000186a: 601a str r2, [r3, #0] +1000186c: 4b26 ldr r3, [pc, #152] @ (10001908 ) +1000186e: 00b2 lsls r2, r6, #2 +10001870: 58d1 ldr r1, [r2, r3] +10001872: 2900 cmp r1, #0 +10001874: d005 beq.n 10001882 +10001876: 6958 ldr r0, [r3, #20] +10001878: f001 fb6e bl 10002f58 <__wrap___aeabi_uidiv> +1000187c: 3001 adds r0, #1 +1000187e: 3801 subs r0, #1 +10001880: d1fd bne.n 1000187e +10001882: 016d lsls r5, r5, #5 +10001884: 6823 ldr r3, [r4, #0] +10001886: 405d eors r5, r3 +10001888: 22e0 movs r2, #224 @ 0xe0 +1000188a: 402a ands r2, r5 +1000188c: 2380 movs r3, #128 @ 0x80 +1000188e: 015b lsls r3, r3, #5 +10001890: 4323 orrs r3, r4 +10001892: 601a str r2, [r3, #0] +10001894: 465a mov r2, fp +10001896: 2a01 cmp r2, #1 +10001898: d928 bls.n 100018ec +1000189a: 2380 movs r3, #128 @ 0x80 +1000189c: 019b lsls r3, r3, #6 +1000189e: 4323 orrs r3, r4 +100018a0: 2280 movs r2, #128 @ 0x80 +100018a2: 0112 lsls r2, r2, #4 +100018a4: 601a str r2, [r3, #0] +100018a6: 464b mov r3, r9 +100018a8: 6063 str r3, [r4, #4] +100018aa: 464a mov r2, r9 +100018ac: 2300 movs r3, #0 +100018ae: 4640 mov r0, r8 +100018b0: 4651 mov r1, sl +100018b2: f001 fb8f bl 10002fd4 <__wrap___aeabi_uldivmod> +100018b6: 4b14 ldr r3, [pc, #80] @ (10001908 ) +100018b8: 00b6 lsls r6, r6, #2 +100018ba: 5198 str r0, [r3, r6] +100018bc: 2001 movs r0, #1 +100018be: bcf0 pop {r4, r5, r6, r7} +100018c0: 46bb mov fp, r7 +100018c2: 46b2 mov sl, r6 +100018c4: 46a9 mov r9, r5 +100018c6: 46a0 mov r8, r4 +100018c8: bdf8 pop {r3, r4, r5, r6, r7, pc} +100018ca: 4b10 ldr r3, [pc, #64] @ (1000190c ) +100018cc: 4a10 ldr r2, [pc, #64] @ (10001910 ) +100018ce: 4811 ldr r0, [pc, #68] @ (10001914 ) +100018d0: 212d movs r1, #45 @ 0x2d +100018d2: f000 f959 bl 10001b88 <__assert_func> +100018d6: 2f01 cmp r7, #1 +100018d8: d1c2 bne.n 10001860 +100018da: 23c0 movs r3, #192 @ 0xc0 +100018dc: 019b lsls r3, r3, #6 +100018de: 4323 orrs r3, r4 +100018e0: 2203 movs r2, #3 +100018e2: 601a str r2, [r3, #0] +100018e4: 68a3 ldr r3, [r4, #8] +100018e6: 07db lsls r3, r3, #31 +100018e8: d5fc bpl.n 100018e4 +100018ea: e7ca b.n 10001882 +100018ec: 6821 ldr r1, [r4, #0] +100018ee: 4079 eors r1, r7 +100018f0: 2203 movs r2, #3 +100018f2: 400a ands r2, r1 +100018f4: 601a str r2, [r3, #0] +100018f6: 68a3 ldr r3, [r4, #8] +100018f8: 2501 movs r5, #1 +100018fa: 40bd lsls r5, r7 +100018fc: 421d tst r5, r3 +100018fe: d0fa beq.n 100018f6 +10001900: e7cb b.n 1000189a +10001902: 46c0 nop @ (mov r8, r8) +10001904: 40008000 .word 0x40008000 +10001908: 2000041c .word 0x2000041c +1000190c: 100048e8 .word 0x100048e8 +10001910: 1000494c .word 0x1000494c +10001914: 100048fc .word 0x100048fc + +10001918 : +10001918: b530 push {r4, r5, lr} +1000191a: b083 sub sp, #12 +1000191c: 200c movs r0, #12 +1000191e: f000 f911 bl 10001b44 +10001922: f7fe fd53 bl 100003cc +10001926: 2800 cmp r0, #0 +10001928: d00d beq.n 10001946 +1000192a: 2300 movs r3, #0 +1000192c: e004 b.n 10001938 +1000192e: 4a2e ldr r2, [pc, #184] @ (100019e8 ) +10001930: 0099 lsls r1, r3, #2 +10001932: 482e ldr r0, [pc, #184] @ (100019ec ) +10001934: 5088 str r0, [r1, r2] +10001936: 3301 adds r3, #1 +10001938: 2b09 cmp r3, #9 +1000193a: d9f8 bls.n 1000192e +1000193c: 4b2a ldr r3, [pc, #168] @ (100019e8 ) +1000193e: 4a2c ldr r2, [pc, #176] @ (100019f0 ) +10001940: 625a str r2, [r3, #36] @ 0x24 +10001942: b003 add sp, #12 +10001944: bd30 pop {r4, r5, pc} +10001946: 4b2b ldr r3, [pc, #172] @ (100019f4 ) +10001948: 2200 movs r2, #0 +1000194a: 679a str r2, [r3, #120] @ 0x78 +1000194c: f000 f902 bl 10001b54 +10001950: 4b29 ldr r3, [pc, #164] @ (100019f8 ) +10001952: 2201 movs r2, #1 +10001954: 601a str r2, [r3, #0] +10001956: 4b27 ldr r3, [pc, #156] @ (100019f4 ) +10001958: 6c5b ldr r3, [r3, #68] @ 0x44 +1000195a: 2b01 cmp r3, #1 +1000195c: d1fb bne.n 10001956 +1000195e: 4b27 ldr r3, [pc, #156] @ (100019fc ) +10001960: 2203 movs r2, #3 +10001962: 601a str r2, [r3, #0] +10001964: 4b23 ldr r3, [pc, #140] @ (100019f4 ) +10001966: 6b9b ldr r3, [r3, #56] @ 0x38 +10001968: 2b01 cmp r3, #1 +1000196a: d1fb bne.n 10001964 +1000196c: 3301 adds r3, #1 +1000196e: 9300 str r3, [sp, #0] +10001970: 3304 adds r3, #4 +10001972: 4a23 ldr r2, [pc, #140] @ (10001a00 ) +10001974: 2101 movs r1, #1 +10001976: 4823 ldr r0, [pc, #140] @ (10001a04 ) +10001978: f000 f84e bl 10001a18 +1000197c: 2305 movs r3, #5 +1000197e: 9300 str r3, [sp, #0] +10001980: 4a21 ldr r2, [pc, #132] @ (10001a08 ) +10001982: 2101 movs r1, #1 +10001984: 4821 ldr r0, [pc, #132] @ (10001a0c ) +10001986: f000 f847 bl 10001a18 +1000198a: 4b21 ldr r3, [pc, #132] @ (10001a10 ) +1000198c: 9300 str r3, [sp, #0] +1000198e: 2200 movs r2, #0 +10001990: 2102 movs r1, #2 +10001992: 2004 movs r0, #4 +10001994: f7ff ff3e bl 10001814 +10001998: 4d1e ldr r5, [pc, #120] @ (10001a14 ) +1000199a: 9500 str r5, [sp, #0] +1000199c: 002b movs r3, r5 +1000199e: 2200 movs r2, #0 +100019a0: 2101 movs r1, #1 +100019a2: 2005 movs r0, #5 +100019a4: f7ff ff36 bl 10001814 +100019a8: 4c10 ldr r4, [pc, #64] @ (100019ec ) +100019aa: 9400 str r4, [sp, #0] +100019ac: 0023 movs r3, r4 +100019ae: 2200 movs r2, #0 +100019b0: 2100 movs r1, #0 +100019b2: 2007 movs r0, #7 +100019b4: f7ff ff2e bl 10001814 +100019b8: 9400 str r4, [sp, #0] +100019ba: 0023 movs r3, r4 +100019bc: 2200 movs r2, #0 +100019be: 2100 movs r1, #0 +100019c0: 2008 movs r0, #8 +100019c2: f7ff ff27 bl 10001814 +100019c6: 4b0a ldr r3, [pc, #40] @ (100019f0 ) +100019c8: 9300 str r3, [sp, #0] +100019ca: 0023 movs r3, r4 +100019cc: 2200 movs r2, #0 +100019ce: 2100 movs r1, #0 +100019d0: 2009 movs r0, #9 +100019d2: f7ff ff1f bl 10001814 +100019d6: 9500 str r5, [sp, #0] +100019d8: 002b movs r3, r5 +100019da: 2200 movs r2, #0 +100019dc: 2100 movs r1, #0 +100019de: 2006 movs r0, #6 +100019e0: f7ff ff18 bl 10001814 +100019e4: e7ad b.n 10001942 +100019e6: 46c0 nop @ (mov r8, r8) +100019e8: 2000041c .word 0x2000041c +100019ec: 02dc6c00 .word 0x02dc6c00 +100019f0: 0000b71b .word 0x0000b71b +100019f4: 40008000 .word 0x40008000 +100019f8: 4000b03c .word 0x4000b03c +100019fc: 4000b030 .word 0x4000b030 +10001a00: 59682f00 .word 0x59682f00 +10001a04: 40028000 .word 0x40028000 +10001a08: 47868c00 .word 0x47868c00 +10001a0c: 4002c000 .word 0x4002c000 +10001a10: 00b71b00 .word 0x00b71b00 +10001a14: 07735940 .word 0x07735940 + +10001a18 : +10001a18: b5f0 push {r4, r5, r6, r7, lr} +10001a1a: 46c6 mov lr, r8 +10001a1c: b500 push {lr} +10001a1e: 0004 movs r4, r0 +10001a20: 000d movs r5, r1 +10001a22: 0017 movs r7, r2 +10001a24: 4698 mov r8, r3 +10001a26: 200c movs r0, #12 +10001a28: f001 fa96 bl 10002f58 <__wrap___aeabi_uidiv> +10001a2c: 0006 movs r6, r0 +10001a2e: 4b39 ldr r3, [pc, #228] @ (10001b14 ) +10001a30: 18fa adds r2, r7, r3 +10001a32: 4b39 ldr r3, [pc, #228] @ (10001b18 ) +10001a34: 429a cmp r2, r3 +10001a36: d841 bhi.n 10001abc +10001a38: 0143 lsls r3, r0, #5 +10001a3a: 1a1b subs r3, r3, r0 +10001a3c: 0199 lsls r1, r3, #6 +10001a3e: 1ac9 subs r1, r1, r3 +10001a40: 00c9 lsls r1, r1, #3 +10001a42: 1809 adds r1, r1, r0 +10001a44: 0189 lsls r1, r1, #6 +10001a46: 0038 movs r0, r7 +10001a48: f001 fa86 bl 10002f58 <__wrap___aeabi_uidiv> +10001a4c: 0002 movs r2, r0 +10001a4e: 3a10 subs r2, #16 +10001a50: 2398 movs r3, #152 @ 0x98 +10001a52: 005b lsls r3, r3, #1 +10001a54: 429a cmp r2, r3 +10001a56: d837 bhi.n 10001ac8 +10001a58: 4643 mov r3, r8 +10001a5a: 3b01 subs r3, #1 +10001a5c: 2b06 cmp r3, #6 +10001a5e: d839 bhi.n 10001ad4 +10001a60: 9b06 ldr r3, [sp, #24] +10001a62: 3b01 subs r3, #1 +10001a64: 2b06 cmp r3, #6 +10001a66: d835 bhi.n 10001ad4 +10001a68: 093f lsrs r7, r7, #4 +10001a6a: 42b7 cmp r7, r6 +10001a6c: d338 bcc.n 10001ae0 +10001a6e: 4643 mov r3, r8 +10001a70: 041e lsls r6, r3, #16 +10001a72: 9b06 ldr r3, [sp, #24] +10001a74: 031b lsls r3, r3, #12 +10001a76: 431e orrs r6, r3 +10001a78: 6823 ldr r3, [r4, #0] +10001a7a: 2b00 cmp r3, #0 +10001a7c: db36 blt.n 10001aec +10001a7e: 4b27 ldr r3, [pc, #156] @ (10001b1c ) +10001a80: 429c cmp r4, r3 +10001a82: d044 beq.n 10001b0e +10001a84: 2380 movs r3, #128 @ 0x80 +10001a86: 015b lsls r3, r3, #5 +10001a88: 4a25 ldr r2, [pc, #148] @ (10001b20 ) +10001a8a: 6013 str r3, [r2, #0] +10001a8c: 4a25 ldr r2, [pc, #148] @ (10001b24 ) +10001a8e: 6013 str r3, [r2, #0] +10001a90: 4a25 ldr r2, [pc, #148] @ (10001b28 ) +10001a92: 6892 ldr r2, [r2, #8] +10001a94: 0019 movs r1, r3 +10001a96: 4391 bics r1, r2 +10001a98: d1fa bne.n 10001a90 +10001a9a: 6025 str r5, [r4, #0] +10001a9c: 60a0 str r0, [r4, #8] +10001a9e: 1d22 adds r2, r4, #4 +10001aa0: 23c0 movs r3, #192 @ 0xc0 +10001aa2: 019b lsls r3, r3, #6 +10001aa4: 4313 orrs r3, r2 +10001aa6: 2221 movs r2, #33 @ 0x21 +10001aa8: 601a str r2, [r3, #0] +10001aaa: 6822 ldr r2, [r4, #0] +10001aac: 2a00 cmp r2, #0 +10001aae: dafc bge.n 10001aaa +10001ab0: 60e6 str r6, [r4, #12] +10001ab2: 2208 movs r2, #8 +10001ab4: 601a str r2, [r3, #0] +10001ab6: bc80 pop {r7} +10001ab8: 46b8 mov r8, r7 +10001aba: bdf0 pop {r4, r5, r6, r7, pc} +10001abc: 4b1b ldr r3, [pc, #108] @ (10001b2c ) +10001abe: 4a1c ldr r2, [pc, #112] @ (10001b30 ) +10001ac0: 481c ldr r0, [pc, #112] @ (10001b34 ) +10001ac2: 2111 movs r1, #17 +10001ac4: f000 f860 bl 10001b88 <__assert_func> +10001ac8: 4b1b ldr r3, [pc, #108] @ (10001b38 ) +10001aca: 4a19 ldr r2, [pc, #100] @ (10001b30 ) +10001acc: 4819 ldr r0, [pc, #100] @ (10001b34 ) +10001ace: 2119 movs r1, #25 +10001ad0: f000 f85a bl 10001b88 <__assert_func> +10001ad4: 4b19 ldr r3, [pc, #100] @ (10001b3c ) +10001ad6: 4a16 ldr r2, [pc, #88] @ (10001b30 ) +10001ad8: 4816 ldr r0, [pc, #88] @ (10001b34 ) +10001ada: 211c movs r1, #28 +10001adc: f000 f854 bl 10001b88 <__assert_func> +10001ae0: 4b17 ldr r3, [pc, #92] @ (10001b40 ) +10001ae2: 4a13 ldr r2, [pc, #76] @ (10001b30 ) +10001ae4: 4813 ldr r0, [pc, #76] @ (10001b34 ) +10001ae6: 2123 movs r1, #35 @ 0x23 +10001ae8: f000 f84e bl 10001b88 <__assert_func> +10001aec: 6822 ldr r2, [r4, #0] +10001aee: 233f movs r3, #63 @ 0x3f +10001af0: 4013 ands r3, r2 +10001af2: 42ab cmp r3, r5 +10001af4: d1c3 bne.n 10001a7e +10001af6: 68a3 ldr r3, [r4, #8] +10001af8: 051b lsls r3, r3, #20 +10001afa: 0d1b lsrs r3, r3, #20 +10001afc: 4283 cmp r3, r0 +10001afe: d1be bne.n 10001a7e +10001b00: 68e3 ldr r3, [r4, #12] +10001b02: 22ee movs r2, #238 @ 0xee +10001b04: 02d2 lsls r2, r2, #11 +10001b06: 4013 ands r3, r2 +10001b08: 42b3 cmp r3, r6 +10001b0a: d1b8 bne.n 10001a7e +10001b0c: e7d3 b.n 10001ab6 +10001b0e: 2380 movs r3, #128 @ 0x80 +10001b10: 019b lsls r3, r3, #6 +10001b12: e7b9 b.n 10001a88 +10001b14: d34be880 .word 0xd34be880 +10001b18: 32a9f880 .word 0x32a9f880 +10001b1c: 4002c000 .word 0x4002c000 +10001b20: 4000e000 .word 0x4000e000 +10001b24: 4000f000 .word 0x4000f000 +10001b28: 4000c000 .word 0x4000c000 +10001b2c: 1000495c .word 0x1000495c +10001b30: 10004a88 .word 0x10004a88 +10001b34: 100049bc .word 0x100049bc +10001b38: 10004a04 .word 0x10004a04 +10001b3c: 10004a20 .word 0x10004a20 +10001b40: 10004a6c .word 0x10004a6c + +10001b44 : +10001b44: 2380 movs r3, #128 @ 0x80 +10001b46: 009b lsls r3, r3, #2 +10001b48: 4303 orrs r3, r0 +10001b4a: 4a01 ldr r2, [pc, #4] @ (10001b50 ) +10001b4c: 62d3 str r3, [r2, #44] @ 0x2c +10001b4e: 4770 bx lr +10001b50: 40058000 .word 0x40058000 + +10001b54 : +10001b54: 4b06 ldr r3, [pc, #24] @ (10001b70 ) +10001b56: 22aa movs r2, #170 @ 0xaa +10001b58: 0112 lsls r2, r2, #4 +10001b5a: 601a str r2, [r3, #0] +10001b5c: 222f movs r2, #47 @ 0x2f +10001b5e: 60da str r2, [r3, #12] +10001b60: 4b04 ldr r3, [pc, #16] @ (10001b74 ) +10001b62: 4a05 ldr r2, [pc, #20] @ (10001b78 ) +10001b64: 601a str r2, [r3, #0] +10001b66: 4b02 ldr r3, [pc, #8] @ (10001b70 ) +10001b68: 685b ldr r3, [r3, #4] +10001b6a: 2b00 cmp r3, #0 +10001b6c: dafb bge.n 10001b66 +10001b6e: 4770 bx lr +10001b70: 40024000 .word 0x40024000 +10001b74: 40026000 .word 0x40026000 +10001b78: 00fab000 .word 0x00fab000 + +10001b7c <_exit>: +10001b7c: be00 bkpt 0x0000 +10001b7e: e7fd b.n 10001b7c <_exit> + +10001b80 : +10001b80: b510 push {r4, lr} +10001b82: f7ff fffb bl 10001b7c <_exit> + ... + +10001b88 <__assert_func>: +10001b88: b530 push {r4, r5, lr} +10001b8a: b083 sub sp, #12 +10001b8c: 000d movs r5, r1 +10001b8e: 0019 movs r1, r3 +10001b90: 2a00 cmp r2, #0 +10001b92: d00b beq.n 10001bac <__assert_func+0x24> +10001b94: 4b07 ldr r3, [pc, #28] @ (10001bb4 <__assert_func+0x2c>) +10001b96: 4c08 ldr r4, [pc, #32] @ (10001bb8 <__assert_func+0x30>) +10001b98: 9201 str r2, [sp, #4] +10001b9a: 9300 str r3, [sp, #0] +10001b9c: 002b movs r3, r5 +10001b9e: 0002 movs r2, r0 +10001ba0: 0020 movs r0, r4 +10001ba2: f002 fa4b bl 1000403c <__wrap_printf> +10001ba6: 2001 movs r0, #1 +10001ba8: f7ff ffe8 bl 10001b7c <_exit> +10001bac: 4b03 ldr r3, [pc, #12] @ (10001bbc <__assert_func+0x34>) +10001bae: 001a movs r2, r3 +10001bb0: e7f1 b.n 10001b96 <__assert_func+0xe> +10001bb2: 46c0 nop @ (mov r8, r8) +10001bb4: 10004a94 .word 0x10004a94 +10001bb8: 10004aa4 .word 0x10004aa4 +10001bbc: 10004aa0 .word 0x10004aa0 + +10001bc0 : +10001bc0: b570 push {r4, r5, r6, lr} +10001bc2: 4b2b ldr r3, [pc, #172] @ (10001c70 ) +10001bc4: 4a2b ldr r2, [pc, #172] @ (10001c74 ) +10001bc6: 601a str r2, [r3, #0] +10001bc8: 4b2b ldr r3, [pc, #172] @ (10001c78 ) +10001bca: 4a2c ldr r2, [pc, #176] @ (10001c7c ) +10001bcc: 601a str r2, [r3, #0] +10001bce: 4b2c ldr r3, [pc, #176] @ (10001c80 ) +10001bd0: 689a ldr r2, [r3, #8] +10001bd2: 4b2a ldr r3, [pc, #168] @ (10001c7c ) +10001bd4: 4393 bics r3, r2 +10001bd6: d1fa bne.n 10001bce +10001bd8: 4c2a ldr r4, [pc, #168] @ (10001c84 ) +10001bda: e001 b.n 10001be0 +10001bdc: cc08 ldmia r4!, {r3} +10001bde: 4798 blx r3 +10001be0: 4b29 ldr r3, [pc, #164] @ (10001c88 ) +10001be2: 429c cmp r4, r3 +10001be4: d3fa bcc.n 10001bdc +10001be6: f7ff fe97 bl 10001918 +10001bea: 4b23 ldr r3, [pc, #140] @ (10001c78 ) +10001bec: 4a27 ldr r2, [pc, #156] @ (10001c8c ) +10001bee: 601a str r2, [r3, #0] +10001bf0: 4b23 ldr r3, [pc, #140] @ (10001c80 ) +10001bf2: 689b ldr r3, [r3, #8] +10001bf4: 43db mvns r3, r3 +10001bf6: 01db lsls r3, r3, #7 +10001bf8: d1fa bne.n 10001bf0 +10001bfa: 4b25 ldr r3, [pc, #148] @ (10001c90 ) +10001bfc: 2240 movs r2, #64 @ 0x40 +10001bfe: 679a str r2, [r3, #120] @ 0x78 +10001c00: 675a str r2, [r3, #116] @ 0x74 +10001c02: 671a str r2, [r3, #112] @ 0x70 +10001c04: 66da str r2, [r3, #108] @ 0x6c +10001c06: 4c23 ldr r4, [pc, #140] @ (10001c94 ) +10001c08: e009 b.n 10001c1e +10001c0a: 4b23 ldr r3, [pc, #140] @ (10001c98 ) +10001c0c: 4a23 ldr r2, [pc, #140] @ (10001c9c ) +10001c0e: 4824 ldr r0, [pc, #144] @ (10001ca0 ) +10001c10: 2186 movs r1, #134 @ 0x86 +10001c12: f7ff ffb9 bl 10001b88 <__assert_func> +10001c16: 0020 movs r0, r4 +10001c18: f7fe fe48 bl 100008ac +10001c1c: 3408 adds r4, #8 +10001c1e: 4b21 ldr r3, [pc, #132] @ (10001ca4 ) +10001c20: 429c cmp r4, r3 +10001c22: d209 bcs.n 10001c38 +10001c24: 6823 ldr r3, [r4, #0] +10001c26: 2b00 cmp r3, #0 +10001c28: d0f5 beq.n 10001c16 +10001c2a: 2b01 cmp r3, #1 +10001c2c: d1ed bne.n 10001c0a +10001c2e: 0020 movs r0, r4 +10001c30: f7fe fe49 bl 100008c6 +10001c34: 3408 adds r4, #8 +10001c36: e7f2 b.n 10001c1e +10001c38: 4d1b ldr r5, [pc, #108] @ (10001ca8 ) +10001c3a: 68a9 ldr r1, [r5, #8] +10001c3c: 4c1b ldr r4, [pc, #108] @ (10001cac ) +10001c3e: 22c0 movs r2, #192 @ 0xc0 +10001c40: 0020 movs r0, r4 +10001c42: f002 f881 bl 10003d48 <__wrap___aeabi_memcpy> +10001c46: 60ac str r4, [r5, #8] +10001c48: f3ef 8305 mrs r3, IPSR +10001c4c: 2b00 cmp r3, #0 +10001c4e: d000 beq.n 10001c52 +10001c50: be00 bkpt 0x0000 +10001c52: f7fe fbf5 bl 10000440 +10001c56: f7fe fe13 bl 10000880 +10001c5a: f7ff f959 bl 10000f10 +10001c5e: 4c14 ldr r4, [pc, #80] @ (10001cb0 ) +10001c60: e001 b.n 10001c66 +10001c62: cc08 ldmia r4!, {r3} +10001c64: 4798 blx r3 +10001c66: 4b13 ldr r3, [pc, #76] @ (10001cb4 ) +10001c68: 429c cmp r4, r3 +10001c6a: d3fa bcc.n 10001c62 +10001c6c: bd70 pop {r4, r5, r6, pc} +10001c6e: 46c0 nop @ (mov r8, r8) +10001c70: 4000e000 .word 0x4000e000 +10001c74: fefbcdbf .word 0xfefbcdbf +10001c78: 4000f000 .word 0x4000f000 +10001c7c: 003c7ffe .word 0x003c7ffe +10001c80: 4000c000 .word 0x4000c000 +10001c84: 200002d8 .word 0x200002d8 +10001c88: 200002e8 .word 0x200002e8 +10001c8c: 01ffffff .word 0x01ffffff +10001c90: 4001f000 .word 0x4001f000 +10001c94: 200002d0 .word 0x200002d0 +10001c98: 10004ad4 .word 0x10004ad4 +10001c9c: 10004b54 .word 0x10004b54 +10001ca0: 10004af4 .word 0x10004af4 +10001ca4: 200002d8 .word 0x200002d8 +10001ca8: e000ed00 .word 0xe000ed00 +10001cac: 20000000 .word 0x20000000 +10001cb0: 200002e8 .word 0x200002e8 +10001cb4: 200002ec .word 0x200002ec + +10001cb8 : +10001cb8: b40f push {r0, r1, r2, r3} +10001cba: b500 push {lr} +10001cbc: b083 sub sp, #12 +10001cbe: 4808 ldr r0, [pc, #32] @ (10001ce0 ) +10001cc0: f002 f98c bl 10003fdc <__wrap_puts> +10001cc4: 9b04 ldr r3, [sp, #16] +10001cc6: 2b00 cmp r3, #0 +10001cc8: d007 beq.n 10001cda +10001cca: a905 add r1, sp, #20 +10001ccc: 9101 str r1, [sp, #4] +10001cce: 0018 movs r0, r3 +10001cd0: f002 f994 bl 10003ffc <__wrap_vprintf> +10001cd4: 4803 ldr r0, [pc, #12] @ (10001ce4 ) +10001cd6: f002 f981 bl 10003fdc <__wrap_puts> +10001cda: 2001 movs r0, #1 +10001cdc: f7ff ff4e bl 10001b7c <_exit> +10001ce0: 10004b40 .word 0x10004b40 +10001ce4: 10004b50 .word 0x10004b50 + +10001ce8 <_out_null>: +10001ce8: 4770 bx lr + +10001cea <_out_fct>: +10001cea: b510 push {r4, lr} +10001cec: 2800 cmp r0, #0 +10001cee: d002 beq.n 10001cf6 <_out_fct+0xc> +10001cf0: 680b ldr r3, [r1, #0] +10001cf2: 6849 ldr r1, [r1, #4] +10001cf4: 4798 blx r3 +10001cf6: bd10 pop {r4, pc} + +10001cf8 <_atoi>: +10001cf8: 0001 movs r1, r0 +10001cfa: 2000 movs r0, #0 +10001cfc: e007 b.n 10001d0e <_atoi+0x16> +10001cfe: 0083 lsls r3, r0, #2 +10001d00: 181b adds r3, r3, r0 +10001d02: 005b lsls r3, r3, #1 +10001d04: 1c50 adds r0, r2, #1 +10001d06: 6008 str r0, [r1, #0] +10001d08: 7810 ldrb r0, [r2, #0] +10001d0a: 18c0 adds r0, r0, r3 +10001d0c: 3830 subs r0, #48 @ 0x30 +10001d0e: 680a ldr r2, [r1, #0] +10001d10: 7813 ldrb r3, [r2, #0] +10001d12: 3b30 subs r3, #48 @ 0x30 +10001d14: b2db uxtb r3, r3 +10001d16: 2b09 cmp r3, #9 +10001d18: d9f1 bls.n 10001cfe <_atoi+0x6> +10001d1a: 4770 bx lr + +10001d1c <_out_rev>: +10001d1c: b5f0 push {r4, r5, r6, r7, lr} +10001d1e: 46de mov lr, fp +10001d20: 4657 mov r7, sl +10001d22: 464e mov r6, r9 +10001d24: 4645 mov r5, r8 +10001d26: b5e0 push {r5, r6, r7, lr} +10001d28: b083 sub sp, #12 +10001d2a: 4693 mov fp, r2 +10001d2c: 001f movs r7, r3 +10001d2e: 9b0c ldr r3, [sp, #48] @ 0x30 +10001d30: 469a mov sl, r3 +10001d32: 9c0d ldr r4, [sp, #52] @ 0x34 +10001d34: 9b0e ldr r3, [sp, #56] @ 0x38 +10001d36: 4699 mov r9, r3 +10001d38: 9b0f ldr r3, [sp, #60] @ 0x3c +10001d3a: 079b lsls r3, r3, #30 +10001d3c: d003 beq.n 10001d46 <_out_rev+0x2a> +10001d3e: 46b8 mov r8, r7 +10001d40: 000f movs r7, r1 +10001d42: 0006 movs r6, r0 +10001d44: e022 b.n 10001d8c <_out_rev+0x70> +10001d46: 9201 str r2, [sp, #4] +10001d48: 46a3 mov fp, r4 +10001d4a: 4688 mov r8, r1 +10001d4c: 464e mov r6, r9 +10001d4e: 46b9 mov r9, r7 +10001d50: 0007 movs r7, r0 +10001d52: 42b4 cmp r4, r6 +10001d54: d207 bcs.n 10001d66 <_out_rev+0x4a> +10001d56: 1c55 adds r5, r2, #1 +10001d58: 464b mov r3, r9 +10001d5a: 4641 mov r1, r8 +10001d5c: 2020 movs r0, #32 +10001d5e: 47b8 blx r7 +10001d60: 3401 adds r4, #1 +10001d62: 002a movs r2, r5 +10001d64: e7f5 b.n 10001d52 <_out_rev+0x36> +10001d66: 003d movs r5, r7 +10001d68: 464f mov r7, r9 +10001d6a: 465c mov r4, fp +10001d6c: 9b01 ldr r3, [sp, #4] +10001d6e: 469b mov fp, r3 +10001d70: 46b1 mov r9, r6 +10001d72: 4646 mov r6, r8 +10001d74: 46b8 mov r8, r7 +10001d76: 0037 movs r7, r6 +10001d78: 002e movs r6, r5 +10001d7a: e007 b.n 10001d8c <_out_rev+0x70> +10001d7c: 3c01 subs r4, #1 +10001d7e: 1c55 adds r5, r2, #1 +10001d80: 4653 mov r3, sl +10001d82: 5d18 ldrb r0, [r3, r4] +10001d84: 4643 mov r3, r8 +10001d86: 0039 movs r1, r7 +10001d88: 47b0 blx r6 +10001d8a: 002a movs r2, r5 +10001d8c: 2c00 cmp r4, #0 +10001d8e: d1f5 bne.n 10001d7c <_out_rev+0x60> +10001d90: 0035 movs r5, r6 +10001d92: 003e movs r6, r7 +10001d94: 4647 mov r7, r8 +10001d96: 9b0f ldr r3, [sp, #60] @ 0x3c +10001d98: 079b lsls r3, r3, #30 +10001d9a: d407 bmi.n 10001dac <_out_rev+0x90> +10001d9c: 0010 movs r0, r2 +10001d9e: b003 add sp, #12 +10001da0: bcf0 pop {r4, r5, r6, r7} +10001da2: 46bb mov fp, r7 +10001da4: 46b2 mov sl, r6 +10001da6: 46a9 mov r9, r5 +10001da8: 46a0 mov r8, r4 +10001daa: bdf0 pop {r4, r5, r6, r7, pc} +10001dac: 46b0 mov r8, r6 +10001dae: 464e mov r6, r9 +10001db0: 46b9 mov r9, r7 +10001db2: 002f movs r7, r5 +10001db4: 465d mov r5, fp +10001db6: 1b53 subs r3, r2, r5 +10001db8: 42b3 cmp r3, r6 +10001dba: d2ef bcs.n 10001d9c <_out_rev+0x80> +10001dbc: 1c54 adds r4, r2, #1 +10001dbe: 464b mov r3, r9 +10001dc0: 4641 mov r1, r8 +10001dc2: 2020 movs r0, #32 +10001dc4: 47b8 blx r7 +10001dc6: 0022 movs r2, r4 +10001dc8: e7f5 b.n 10001db6 <_out_rev+0x9a> + +10001dca <_ntoa_format>: +10001dca: b5f0 push {r4, r5, r6, r7, lr} +10001dcc: 46ce mov lr, r9 +10001dce: 4647 mov r7, r8 +10001dd0: b580 push {r7, lr} +10001dd2: b085 sub sp, #20 +10001dd4: 4694 mov ip, r2 +10001dd6: 4698 mov r8, r3 +10001dd8: 9d0c ldr r5, [sp, #48] @ 0x30 +10001dda: 9c0d ldr r4, [sp, #52] @ 0x34 +10001ddc: ab0e add r3, sp, #56 @ 0x38 +10001dde: 781b ldrb r3, [r3, #0] +10001de0: 4699 mov r9, r3 +10001de2: 9a10 ldr r2, [sp, #64] @ 0x40 +10001de4: 9b11 ldr r3, [sp, #68] @ 0x44 +10001de6: 9e12 ldr r6, [sp, #72] @ 0x48 +10001de8: 07b7 lsls r7, r6, #30 +10001dea: d41c bmi.n 10001e26 <_ntoa_format+0x5c> +10001dec: 2b00 cmp r3, #0 +10001dee: d00c beq.n 10001e0a <_ntoa_format+0x40> +10001df0: 07f7 lsls r7, r6, #31 +10001df2: d50a bpl.n 10001e0a <_ntoa_format+0x40> +10001df4: 464f mov r7, r9 +10001df6: 2f00 cmp r7, #0 +10001df8: d102 bne.n 10001e00 <_ntoa_format+0x36> +10001dfa: 370c adds r7, #12 +10001dfc: 4237 tst r7, r6 +10001dfe: d004 beq.n 10001e0a <_ntoa_format+0x40> +10001e00: 3b01 subs r3, #1 +10001e02: e002 b.n 10001e0a <_ntoa_format+0x40> +10001e04: 2730 movs r7, #48 @ 0x30 +10001e06: 552f strb r7, [r5, r4] +10001e08: 3401 adds r4, #1 +10001e0a: 4294 cmp r4, r2 +10001e0c: d201 bcs.n 10001e12 <_ntoa_format+0x48> +10001e0e: 2c1f cmp r4, #31 +10001e10: d9f8 bls.n 10001e04 <_ntoa_format+0x3a> +10001e12: 07f7 lsls r7, r6, #31 +10001e14: d507 bpl.n 10001e26 <_ntoa_format+0x5c> +10001e16: 429c cmp r4, r3 +10001e18: d205 bcs.n 10001e26 <_ntoa_format+0x5c> +10001e1a: 2c1f cmp r4, #31 +10001e1c: d803 bhi.n 10001e26 <_ntoa_format+0x5c> +10001e1e: 2730 movs r7, #48 @ 0x30 +10001e20: 552f strb r7, [r5, r4] +10001e22: 3401 adds r4, #1 +10001e24: e7f5 b.n 10001e12 <_ntoa_format+0x48> +10001e26: 06f7 lsls r7, r6, #27 +10001e28: d512 bpl.n 10001e50 <_ntoa_format+0x86> +10001e2a: 0577 lsls r7, r6, #21 +10001e2c: d405 bmi.n 10001e3a <_ntoa_format+0x70> +10001e2e: 2c00 cmp r4, #0 +10001e30: d003 beq.n 10001e3a <_ntoa_format+0x70> +10001e32: 4294 cmp r4, r2 +10001e34: d021 beq.n 10001e7a <_ntoa_format+0xb0> +10001e36: 429c cmp r4, r3 +10001e38: d01f beq.n 10001e7a <_ntoa_format+0xb0> +10001e3a: 9a0f ldr r2, [sp, #60] @ 0x3c +10001e3c: 2a10 cmp r2, #16 +10001e3e: d032 beq.n 10001ea6 <_ntoa_format+0xdc> +10001e40: 9a0f ldr r2, [sp, #60] @ 0x3c +10001e42: 2a02 cmp r2, #2 +10001e44: d037 beq.n 10001eb6 <_ntoa_format+0xec> +10001e46: 2c1f cmp r4, #31 +10001e48: d80a bhi.n 10001e60 <_ntoa_format+0x96> +10001e4a: 2230 movs r2, #48 @ 0x30 +10001e4c: 552a strb r2, [r5, r4] +10001e4e: 3401 adds r4, #1 +10001e50: 2c1f cmp r4, #31 +10001e52: d805 bhi.n 10001e60 <_ntoa_format+0x96> +10001e54: 464a mov r2, r9 +10001e56: 2a00 cmp r2, #0 +10001e58: d033 beq.n 10001ec2 <_ntoa_format+0xf8> +10001e5a: 222d movs r2, #45 @ 0x2d +10001e5c: 552a strb r2, [r5, r4] +10001e5e: 3401 adds r4, #1 +10001e60: 9603 str r6, [sp, #12] +10001e62: 9302 str r3, [sp, #8] +10001e64: 9401 str r4, [sp, #4] +10001e66: 9500 str r5, [sp, #0] +10001e68: 4643 mov r3, r8 +10001e6a: 4662 mov r2, ip +10001e6c: f7ff ff56 bl 10001d1c <_out_rev> +10001e70: b005 add sp, #20 +10001e72: bcc0 pop {r6, r7} +10001e74: 46b9 mov r9, r7 +10001e76: 46b0 mov r8, r6 +10001e78: bdf0 pop {r4, r5, r6, r7, pc} +10001e7a: 1e62 subs r2, r4, #1 +10001e7c: 2c01 cmp r4, #1 +10001e7e: d010 beq.n 10001ea2 <_ntoa_format+0xd8> +10001e80: 9f0f ldr r7, [sp, #60] @ 0x3c +10001e82: 2f10 cmp r7, #16 +10001e84: d00b beq.n 10001e9e <_ntoa_format+0xd4> +10001e86: 0014 movs r4, r2 +10001e88: 9a0f ldr r2, [sp, #60] @ 0x3c +10001e8a: 2a10 cmp r2, #16 +10001e8c: d1d8 bne.n 10001e40 <_ntoa_format+0x76> +10001e8e: 06b2 lsls r2, r6, #26 +10001e90: d5d6 bpl.n 10001e40 <_ntoa_format+0x76> +10001e92: 2c1f cmp r4, #31 +10001e94: d8d4 bhi.n 10001e40 <_ntoa_format+0x76> +10001e96: 2258 movs r2, #88 @ 0x58 +10001e98: 552a strb r2, [r5, r4] +10001e9a: 3401 adds r4, #1 +10001e9c: e7d3 b.n 10001e46 <_ntoa_format+0x7c> +10001e9e: 3c02 subs r4, #2 +10001ea0: e7cb b.n 10001e3a <_ntoa_format+0x70> +10001ea2: 0014 movs r4, r2 +10001ea4: e7c9 b.n 10001e3a <_ntoa_format+0x70> +10001ea6: 06b2 lsls r2, r6, #26 +10001ea8: d4ee bmi.n 10001e88 <_ntoa_format+0xbe> +10001eaa: 2c1f cmp r4, #31 +10001eac: d8ec bhi.n 10001e88 <_ntoa_format+0xbe> +10001eae: 2278 movs r2, #120 @ 0x78 +10001eb0: 552a strb r2, [r5, r4] +10001eb2: 3401 adds r4, #1 +10001eb4: e7c7 b.n 10001e46 <_ntoa_format+0x7c> +10001eb6: 2c1f cmp r4, #31 +10001eb8: d8d2 bhi.n 10001e60 <_ntoa_format+0x96> +10001eba: 3260 adds r2, #96 @ 0x60 +10001ebc: 552a strb r2, [r5, r4] +10001ebe: 3401 adds r4, #1 +10001ec0: e7c1 b.n 10001e46 <_ntoa_format+0x7c> +10001ec2: 0772 lsls r2, r6, #29 +10001ec4: d503 bpl.n 10001ece <_ntoa_format+0x104> +10001ec6: 222b movs r2, #43 @ 0x2b +10001ec8: 552a strb r2, [r5, r4] +10001eca: 3401 adds r4, #1 +10001ecc: e7c8 b.n 10001e60 <_ntoa_format+0x96> +10001ece: 0732 lsls r2, r6, #28 +10001ed0: d5c6 bpl.n 10001e60 <_ntoa_format+0x96> +10001ed2: 2220 movs r2, #32 +10001ed4: 552a strb r2, [r5, r4] +10001ed6: 3401 adds r4, #1 +10001ed8: e7c2 b.n 10001e60 <_ntoa_format+0x96> + +10001eda <_ntoa_long>: +10001eda: b5f0 push {r4, r5, r6, r7, lr} +10001edc: 46de mov lr, fp +10001ede: 4657 mov r7, sl +10001ee0: 464e mov r6, r9 +10001ee2: 4645 mov r5, r8 +10001ee4: b5e0 push {r5, r6, r7, lr} +10001ee6: b093 sub sp, #76 @ 0x4c +10001ee8: 4681 mov r9, r0 +10001eea: 468a mov sl, r1 +10001eec: 9208 str r2, [sp, #32] +10001eee: 9309 str r3, [sp, #36] @ 0x24 +10001ef0: ab1c add r3, sp, #112 @ 0x70 +10001ef2: cb10 ldmia r3!, {r4} +10001ef4: 781b ldrb r3, [r3, #0] +10001ef6: 469b mov fp, r3 +10001ef8: 9d1e ldr r5, [sp, #120] @ 0x78 +10001efa: 9b21 ldr r3, [sp, #132] @ 0x84 +10001efc: 4698 mov r8, r3 +10001efe: 2c00 cmp r4, #0 +10001f00: d103 bne.n 10001f0a <_ntoa_long+0x30> +10001f02: 2310 movs r3, #16 +10001f04: 4642 mov r2, r8 +10001f06: 439a bics r2, r3 +10001f08: 4690 mov r8, r2 +10001f0a: 2380 movs r3, #128 @ 0x80 +10001f0c: 00db lsls r3, r3, #3 +10001f0e: 4646 mov r6, r8 +10001f10: 401e ands r6, r3 +10001f12: 4642 mov r2, r8 +10001f14: 421a tst r2, r3 +10001f16: d012 beq.n 10001f3e <_ntoa_long+0x64> +10001f18: 2c00 cmp r4, #0 +10001f1a: d022 beq.n 10001f62 <_ntoa_long+0x88> +10001f1c: 2600 movs r6, #0 +10001f1e: e00e b.n 10001f3e <_ntoa_long+0x64> +10001f20: 3330 adds r3, #48 @ 0x30 +10001f22: b2d9 uxtb r1, r3 +10001f24: 1c77 adds r7, r6, #1 +10001f26: ab0a add r3, sp, #40 @ 0x28 +10001f28: 5599 strb r1, [r3, r6] +10001f2a: 0029 movs r1, r5 +10001f2c: 0020 movs r0, r4 +10001f2e: f001 f813 bl 10002f58 <__wrap___aeabi_uidiv> +10001f32: 42ac cmp r4, r5 +10001f34: d316 bcc.n 10001f64 <_ntoa_long+0x8a> +10001f36: 2f1f cmp r7, #31 +10001f38: d814 bhi.n 10001f64 <_ntoa_long+0x8a> +10001f3a: 003e movs r6, r7 +10001f3c: 0004 movs r4, r0 +10001f3e: 0029 movs r1, r5 +10001f40: 0020 movs r0, r4 +10001f42: f001 f809 bl 10002f58 <__wrap___aeabi_uidiv> +10001f46: b2cb uxtb r3, r1 +10001f48: 2b09 cmp r3, #9 +10001f4a: d9e9 bls.n 10001f20 <_ntoa_long+0x46> +10001f4c: 4642 mov r2, r8 +10001f4e: 0692 lsls r2, r2, #26 +10001f50: d505 bpl.n 10001f5e <_ntoa_long+0x84> +10001f52: 2141 movs r1, #65 @ 0x41 +10001f54: 18c9 adds r1, r1, r3 +10001f56: b2c9 uxtb r1, r1 +10001f58: 390a subs r1, #10 +10001f5a: b2c9 uxtb r1, r1 +10001f5c: e7e2 b.n 10001f24 <_ntoa_long+0x4a> +10001f5e: 2161 movs r1, #97 @ 0x61 +10001f60: e7f8 b.n 10001f54 <_ntoa_long+0x7a> +10001f62: 0027 movs r7, r4 +10001f64: 4643 mov r3, r8 +10001f66: 9306 str r3, [sp, #24] +10001f68: 9b20 ldr r3, [sp, #128] @ 0x80 +10001f6a: 9305 str r3, [sp, #20] +10001f6c: 9b1f ldr r3, [sp, #124] @ 0x7c +10001f6e: 9304 str r3, [sp, #16] +10001f70: 9503 str r5, [sp, #12] +10001f72: 465b mov r3, fp +10001f74: 9302 str r3, [sp, #8] +10001f76: 9701 str r7, [sp, #4] +10001f78: ab0a add r3, sp, #40 @ 0x28 +10001f7a: 9300 str r3, [sp, #0] +10001f7c: 9b09 ldr r3, [sp, #36] @ 0x24 +10001f7e: 9a08 ldr r2, [sp, #32] +10001f80: 4651 mov r1, sl +10001f82: 4648 mov r0, r9 +10001f84: f7ff ff21 bl 10001dca <_ntoa_format> +10001f88: b013 add sp, #76 @ 0x4c +10001f8a: bcf0 pop {r4, r5, r6, r7} +10001f8c: 46bb mov fp, r7 +10001f8e: 46b2 mov sl, r6 +10001f90: 46a9 mov r9, r5 +10001f92: 46a0 mov r8, r4 +10001f94: bdf0 pop {r4, r5, r6, r7, pc} + +10001f96 <_ntoa_long_long>: +10001f96: b5f0 push {r4, r5, r6, r7, lr} +10001f98: 46de mov lr, fp +10001f9a: 4657 mov r7, sl +10001f9c: 464e mov r6, r9 +10001f9e: 4645 mov r5, r8 +10001fa0: b5e0 push {r5, r6, r7, lr} +10001fa2: b097 sub sp, #92 @ 0x5c +10001fa4: 900a str r0, [sp, #40] @ 0x28 +10001fa6: 910b str r1, [sp, #44] @ 0x2c +10001fa8: 920c str r2, [sp, #48] @ 0x30 +10001faa: 469a mov sl, r3 +10001fac: 9b20 ldr r3, [sp, #128] @ 0x80 +10001fae: 4699 mov r9, r3 +10001fb0: 9f21 ldr r7, [sp, #132] @ 0x84 +10001fb2: aa22 add r2, sp, #136 @ 0x88 +10001fb4: 7813 ldrb r3, [r2, #0] +10001fb6: 469b mov fp, r3 +10001fb8: 9b24 ldr r3, [sp, #144] @ 0x90 +10001fba: 9309 str r3, [sp, #36] @ 0x24 +10001fbc: 9c25 ldr r4, [sp, #148] @ 0x94 +10001fbe: 9b28 ldr r3, [sp, #160] @ 0xa0 +10001fc0: 4698 mov r8, r3 +10001fc2: 464a mov r2, r9 +10001fc4: 433a orrs r2, r7 +10001fc6: d102 bne.n 10001fce <_ntoa_long_long+0x38> +10001fc8: 3210 adds r2, #16 +10001fca: 4393 bics r3, r2 +10001fcc: 4698 mov r8, r3 +10001fce: 2280 movs r2, #128 @ 0x80 +10001fd0: 00d2 lsls r2, r2, #3 +10001fd2: 4645 mov r5, r8 +10001fd4: 4015 ands r5, r2 +10001fd6: 4643 mov r3, r8 +10001fd8: 4213 tst r3, r2 +10001fda: d00a beq.n 10001ff2 <_ntoa_long_long+0x5c> +10001fdc: 464a mov r2, r9 +10001fde: 433a orrs r2, r7 +10001fe0: d041 beq.n 10002066 <_ntoa_long_long+0xd0> +10001fe2: 2500 movs r5, #0 +10001fe4: 002e movs r6, r5 +10001fe6: 4653 mov r3, sl +10001fe8: 930d str r3, [sp, #52] @ 0x34 +10001fea: 464d mov r5, r9 +10001fec: 9b09 ldr r3, [sp, #36] @ 0x24 +10001fee: 469a mov sl, r3 +10001ff0: e01b b.n 1000202a <_ntoa_long_long+0x94> +10001ff2: 002e movs r6, r5 +10001ff4: 4653 mov r3, sl +10001ff6: 930d str r3, [sp, #52] @ 0x34 +10001ff8: 464d mov r5, r9 +10001ffa: 9b09 ldr r3, [sp, #36] @ 0x24 +10001ffc: 469a mov sl, r3 +10001ffe: e014 b.n 1000202a <_ntoa_long_long+0x94> +10002000: 3330 adds r3, #48 @ 0x30 +10002002: b2da uxtb r2, r3 +10002004: 1c73 adds r3, r6, #1 +10002006: 4699 mov r9, r3 +10002008: ab0e add r3, sp, #56 @ 0x38 +1000200a: 559a strb r2, [r3, r6] +1000200c: 4652 mov r2, sl +1000200e: 0023 movs r3, r4 +10002010: 0028 movs r0, r5 +10002012: 0039 movs r1, r7 +10002014: f000 ffde bl 10002fd4 <__wrap___aeabi_uldivmod> +10002018: 42bc cmp r4, r7 +1000201a: d826 bhi.n 1000206a <_ntoa_long_long+0xd4> +1000201c: d019 beq.n 10002052 <_ntoa_long_long+0xbc> +1000201e: 464b mov r3, r9 +10002020: 2b1f cmp r3, #31 +10002022: d81c bhi.n 1000205e <_ntoa_long_long+0xc8> +10002024: 464e mov r6, r9 +10002026: 0005 movs r5, r0 +10002028: 000f movs r7, r1 +1000202a: 4652 mov r2, sl +1000202c: 0023 movs r3, r4 +1000202e: 0028 movs r0, r5 +10002030: 0039 movs r1, r7 +10002032: f000 ffcf bl 10002fd4 <__wrap___aeabi_uldivmod> +10002036: b2d3 uxtb r3, r2 +10002038: 2b09 cmp r3, #9 +1000203a: d9e1 bls.n 10002000 <_ntoa_long_long+0x6a> +1000203c: 4642 mov r2, r8 +1000203e: 0692 lsls r2, r2, #26 +10002040: d505 bpl.n 1000204e <_ntoa_long_long+0xb8> +10002042: 2241 movs r2, #65 @ 0x41 +10002044: 18d2 adds r2, r2, r3 +10002046: b2d2 uxtb r2, r2 +10002048: 3a0a subs r2, #10 +1000204a: b2d2 uxtb r2, r2 +1000204c: e7da b.n 10002004 <_ntoa_long_long+0x6e> +1000204e: 2261 movs r2, #97 @ 0x61 +10002050: e7f8 b.n 10002044 <_ntoa_long_long+0xae> +10002052: 45aa cmp sl, r5 +10002054: d9e3 bls.n 1000201e <_ntoa_long_long+0x88> +10002056: 464e mov r6, r9 +10002058: 9b0d ldr r3, [sp, #52] @ 0x34 +1000205a: 469a mov sl, r3 +1000205c: e008 b.n 10002070 <_ntoa_long_long+0xda> +1000205e: 464e mov r6, r9 +10002060: 9b0d ldr r3, [sp, #52] @ 0x34 +10002062: 469a mov sl, r3 +10002064: e004 b.n 10002070 <_ntoa_long_long+0xda> +10002066: 2600 movs r6, #0 +10002068: e002 b.n 10002070 <_ntoa_long_long+0xda> +1000206a: 464e mov r6, r9 +1000206c: 9b0d ldr r3, [sp, #52] @ 0x34 +1000206e: 469a mov sl, r3 +10002070: 4643 mov r3, r8 +10002072: 9306 str r3, [sp, #24] +10002074: 9b27 ldr r3, [sp, #156] @ 0x9c +10002076: 9305 str r3, [sp, #20] +10002078: 9b26 ldr r3, [sp, #152] @ 0x98 +1000207a: 9304 str r3, [sp, #16] +1000207c: 9b09 ldr r3, [sp, #36] @ 0x24 +1000207e: 9303 str r3, [sp, #12] +10002080: 465b mov r3, fp +10002082: 9302 str r3, [sp, #8] +10002084: 9601 str r6, [sp, #4] +10002086: ab0e add r3, sp, #56 @ 0x38 +10002088: 9300 str r3, [sp, #0] +1000208a: 4653 mov r3, sl +1000208c: 9a0c ldr r2, [sp, #48] @ 0x30 +1000208e: 990b ldr r1, [sp, #44] @ 0x2c +10002090: 980a ldr r0, [sp, #40] @ 0x28 +10002092: f7ff fe9a bl 10001dca <_ntoa_format> +10002096: b017 add sp, #92 @ 0x5c +10002098: bcf0 pop {r4, r5, r6, r7} +1000209a: 46bb mov fp, r7 +1000209c: 46b2 mov sl, r6 +1000209e: 46a9 mov r9, r5 +100020a0: 46a0 mov r8, r4 +100020a2: bdf0 pop {r4, r5, r6, r7, pc} + +100020a4 <_etoa>: +100020a4: b5f0 push {r4, r5, r6, r7, lr} +100020a6: 46de mov lr, fp +100020a8: 4657 mov r7, sl +100020aa: 464e mov r6, r9 +100020ac: 4645 mov r5, r8 +100020ae: b5e0 push {r5, r6, r7, lr} +100020b0: b091 sub sp, #68 @ 0x44 +100020b2: 4680 mov r8, r0 +100020b4: 4689 mov r9, r1 +100020b6: 920c str r2, [sp, #48] @ 0x30 +100020b8: 469a mov sl, r3 +100020ba: 9c1a ldr r4, [sp, #104] @ 0x68 +100020bc: 9d1b ldr r5, [sp, #108] @ 0x6c +100020be: 0022 movs r2, r4 +100020c0: 002b movs r3, r5 +100020c2: 0020 movs r0, r4 +100020c4: 0029 movs r1, r5 +100020c6: f001 fa10 bl 100034ea <__wrap___aeabi_dcmpun> +100020ca: 2800 cmp r0, #0 +100020cc: d000 beq.n 100020d0 <_etoa+0x2c> +100020ce: e0ec b.n 100022aa <_etoa+0x206> +100020d0: 2201 movs r2, #1 +100020d2: 4252 negs r2, r2 +100020d4: 4bd4 ldr r3, [pc, #848] @ (10002428 <_etoa+0x384>) +100020d6: 0020 movs r0, r4 +100020d8: 0029 movs r1, r5 +100020da: f001 fa01 bl 100034e0 <__wrap___aeabi_dcmpgt> +100020de: 2800 cmp r0, #0 +100020e0: d000 beq.n 100020e4 <_etoa+0x40> +100020e2: e0e2 b.n 100022aa <_etoa+0x206> +100020e4: 2201 movs r2, #1 +100020e6: 4252 negs r2, r2 +100020e8: 4bd0 ldr r3, [pc, #832] @ (1000242c <_etoa+0x388>) +100020ea: 0020 movs r0, r4 +100020ec: 0029 movs r1, r5 +100020ee: f001 f9e1 bl 100034b4 <__wrap___aeabi_dcmplt> +100020f2: 2800 cmp r0, #0 +100020f4: d000 beq.n 100020f8 <_etoa+0x54> +100020f6: e0d8 b.n 100022aa <_etoa+0x206> +100020f8: 2200 movs r2, #0 +100020fa: 2300 movs r3, #0 +100020fc: 0020 movs r0, r4 +100020fe: 0029 movs r1, r5 +10002100: f001 f9d8 bl 100034b4 <__wrap___aeabi_dcmplt> +10002104: 2800 cmp r0, #0 +10002106: d000 beq.n 1000210a <_etoa+0x66> +10002108: e0e4 b.n 100022d4 <_etoa+0x230> +1000210a: 9406 str r4, [sp, #24] +1000210c: 9507 str r5, [sp, #28] +1000210e: 2380 movs r3, #128 @ 0x80 +10002110: 00db lsls r3, r3, #3 +10002112: 9a1e ldr r2, [sp, #120] @ 0x78 +10002114: 401a ands r2, r3 +10002116: 920d str r2, [sp, #52] @ 0x34 +10002118: 9a1e ldr r2, [sp, #120] @ 0x78 +1000211a: 421a tst r2, r3 +1000211c: d101 bne.n 10002122 <_etoa+0x7e> +1000211e: 2306 movs r3, #6 +10002120: 931c str r3, [sp, #112] @ 0x70 +10002122: 9806 ldr r0, [sp, #24] +10002124: 9907 ldr r1, [sp, #28] +10002126: 0002 movs r2, r0 +10002128: 000b movs r3, r1 +1000212a: 9208 str r2, [sp, #32] +1000212c: 9309 str r3, [sp, #36] @ 0x24 +1000212e: 0003 movs r3, r0 +10002130: 000a movs r2, r1 +10002132: 4302 orrs r2, r0 +10002134: d100 bne.n 10002138 <_etoa+0x94> +10002136: e0d9 b.n 100022ec <_etoa+0x248> +10002138: 0d08 lsrs r0, r1, #20 +1000213a: 0540 lsls r0, r0, #21 +1000213c: 0d40 lsrs r0, r0, #21 +1000213e: 4ebc ldr r6, [pc, #752] @ (10002430 <_etoa+0x38c>) +10002140: 46b4 mov ip, r6 +10002142: 4460 add r0, ip +10002144: 030a lsls r2, r1, #12 +10002146: 0b12 lsrs r2, r2, #12 +10002148: 001e movs r6, r3 +1000214a: 4bba ldr r3, [pc, #744] @ (10002434 <_etoa+0x390>) +1000214c: 4313 orrs r3, r2 +1000214e: 001f movs r7, r3 +10002150: f001 f9de bl 10003510 <__wrap___aeabi_i2d> +10002154: 4ab8 ldr r2, [pc, #736] @ (10002438 <_etoa+0x394>) +10002156: 4bb9 ldr r3, [pc, #740] @ (1000243c <_etoa+0x398>) +10002158: f001 f969 bl 1000342e <__wrap___aeabi_dmul> +1000215c: 4ab8 ldr r2, [pc, #736] @ (10002440 <_etoa+0x39c>) +1000215e: 4bb9 ldr r3, [pc, #740] @ (10002444 <_etoa+0x3a0>) +10002160: f001 f93e bl 100033e0 <__wrap___aeabi_dadd> +10002164: 9008 str r0, [sp, #32] +10002166: 9109 str r1, [sp, #36] @ 0x24 +10002168: 2200 movs r2, #0 +1000216a: 4bb7 ldr r3, [pc, #732] @ (10002448 <_etoa+0x3a4>) +1000216c: 0030 movs r0, r6 +1000216e: 0039 movs r1, r7 +10002170: f001 f92d bl 100033ce <__wrap___aeabi_dsub> +10002174: 4ab5 ldr r2, [pc, #724] @ (1000244c <_etoa+0x3a8>) +10002176: 4bb6 ldr r3, [pc, #728] @ (10002450 <_etoa+0x3ac>) +10002178: f001 f959 bl 1000342e <__wrap___aeabi_dmul> +1000217c: 0002 movs r2, r0 +1000217e: 000b movs r3, r1 +10002180: 9808 ldr r0, [sp, #32] +10002182: 9909 ldr r1, [sp, #36] @ 0x24 +10002184: f001 f92c bl 100033e0 <__wrap___aeabi_dadd> +10002188: f001 f9da bl 10003540 <__wrap___aeabi_d2iz> +1000218c: 4683 mov fp, r0 +1000218e: f001 f9bf bl 10003510 <__wrap___aeabi_i2d> +10002192: 0006 movs r6, r0 +10002194: 000f movs r7, r1 +10002196: 4aaf ldr r2, [pc, #700] @ (10002454 <_etoa+0x3b0>) +10002198: 4baf ldr r3, [pc, #700] @ (10002458 <_etoa+0x3b4>) +1000219a: f001 f948 bl 1000342e <__wrap___aeabi_dmul> +1000219e: 2200 movs r2, #0 +100021a0: 4bae ldr r3, [pc, #696] @ (1000245c <_etoa+0x3b8>) +100021a2: f001 f91d bl 100033e0 <__wrap___aeabi_dadd> +100021a6: f001 f9cb bl 10003540 <__wrap___aeabi_d2iz> +100021aa: 9008 str r0, [sp, #32] +100021ac: 4aac ldr r2, [pc, #688] @ (10002460 <_etoa+0x3bc>) +100021ae: 4bad ldr r3, [pc, #692] @ (10002464 <_etoa+0x3c0>) +100021b0: 0030 movs r0, r6 +100021b2: 0039 movs r1, r7 +100021b4: f001 f93b bl 1000342e <__wrap___aeabi_dmul> +100021b8: 0006 movs r6, r0 +100021ba: 000f movs r7, r1 +100021bc: 9808 ldr r0, [sp, #32] +100021be: f001 f9a7 bl 10003510 <__wrap___aeabi_i2d> +100021c2: 4aa9 ldr r2, [pc, #676] @ (10002468 <_etoa+0x3c4>) +100021c4: 4ba9 ldr r3, [pc, #676] @ (1000246c <_etoa+0x3c8>) +100021c6: f001 f932 bl 1000342e <__wrap___aeabi_dmul> +100021ca: 0002 movs r2, r0 +100021cc: 000b movs r3, r1 +100021ce: 0030 movs r0, r6 +100021d0: 0039 movs r1, r7 +100021d2: f001 f8fc bl 100033ce <__wrap___aeabi_dsub> +100021d6: 0006 movs r6, r0 +100021d8: 000f movs r7, r1 +100021da: 0002 movs r2, r0 +100021dc: 000b movs r3, r1 +100021de: f001 f926 bl 1000342e <__wrap___aeabi_dmul> +100021e2: 900a str r0, [sp, #40] @ 0x28 +100021e4: 910b str r1, [sp, #44] @ 0x2c +100021e6: 9b08 ldr r3, [sp, #32] +100021e8: 4aa1 ldr r2, [pc, #644] @ (10002470 <_etoa+0x3cc>) +100021ea: 4694 mov ip, r2 +100021ec: 4463 add r3, ip +100021ee: 2100 movs r1, #0 +100021f0: 2200 movs r2, #0 +100021f2: 9108 str r1, [sp, #32] +100021f4: 9209 str r2, [sp, #36] @ 0x24 +100021f6: 051b lsls r3, r3, #20 +100021f8: 9309 str r3, [sp, #36] @ 0x24 +100021fa: 2300 movs r3, #0 +100021fc: 9308 str r3, [sp, #32] +100021fe: 0032 movs r2, r6 +10002200: 003b movs r3, r7 +10002202: 0030 movs r0, r6 +10002204: 0039 movs r1, r7 +10002206: f001 f8eb bl 100033e0 <__wrap___aeabi_dadd> +1000220a: 900e str r0, [sp, #56] @ 0x38 +1000220c: 910f str r1, [sp, #60] @ 0x3c +1000220e: 0032 movs r2, r6 +10002210: 003b movs r3, r7 +10002212: 2000 movs r0, #0 +10002214: 2180 movs r1, #128 @ 0x80 +10002216: 05c9 lsls r1, r1, #23 +10002218: f001 f8d9 bl 100033ce <__wrap___aeabi_dsub> +1000221c: 0006 movs r6, r0 +1000221e: 000f movs r7, r1 +10002220: 2200 movs r2, #0 +10002222: 4b94 ldr r3, [pc, #592] @ (10002474 <_etoa+0x3d0>) +10002224: 980a ldr r0, [sp, #40] @ 0x28 +10002226: 990b ldr r1, [sp, #44] @ 0x2c +10002228: f001 f8e3 bl 100033f2 <__wrap___aeabi_ddiv> +1000222c: 2200 movs r2, #0 +1000222e: 4b92 ldr r3, [pc, #584] @ (10002478 <_etoa+0x3d4>) +10002230: f001 f8d6 bl 100033e0 <__wrap___aeabi_dadd> +10002234: 0002 movs r2, r0 +10002236: 000b movs r3, r1 +10002238: 980a ldr r0, [sp, #40] @ 0x28 +1000223a: 990b ldr r1, [sp, #44] @ 0x2c +1000223c: f001 f8d9 bl 100033f2 <__wrap___aeabi_ddiv> +10002240: 2200 movs r2, #0 +10002242: 4b8e ldr r3, [pc, #568] @ (1000247c <_etoa+0x3d8>) +10002244: f001 f8cc bl 100033e0 <__wrap___aeabi_dadd> +10002248: 0002 movs r2, r0 +1000224a: 000b movs r3, r1 +1000224c: 980a ldr r0, [sp, #40] @ 0x28 +1000224e: 990b ldr r1, [sp, #44] @ 0x2c +10002250: f001 f8cf bl 100033f2 <__wrap___aeabi_ddiv> +10002254: 0002 movs r2, r0 +10002256: 000b movs r3, r1 +10002258: 0030 movs r0, r6 +1000225a: 0039 movs r1, r7 +1000225c: f001 f8c0 bl 100033e0 <__wrap___aeabi_dadd> +10002260: 0002 movs r2, r0 +10002262: 000b movs r3, r1 +10002264: 980e ldr r0, [sp, #56] @ 0x38 +10002266: 990f ldr r1, [sp, #60] @ 0x3c +10002268: f001 f8c3 bl 100033f2 <__wrap___aeabi_ddiv> +1000226c: 2200 movs r2, #0 +1000226e: 4b71 ldr r3, [pc, #452] @ (10002434 <_etoa+0x390>) +10002270: f001 f8b6 bl 100033e0 <__wrap___aeabi_dadd> +10002274: 9a08 ldr r2, [sp, #32] +10002276: 9b09 ldr r3, [sp, #36] @ 0x24 +10002278: f001 f8d9 bl 1000342e <__wrap___aeabi_dmul> +1000227c: 0006 movs r6, r0 +1000227e: 000f movs r7, r1 +10002280: 9608 str r6, [sp, #32] +10002282: 9709 str r7, [sp, #36] @ 0x24 +10002284: 9a06 ldr r2, [sp, #24] +10002286: 9b07 ldr r3, [sp, #28] +10002288: f001 f92a bl 100034e0 <__wrap___aeabi_dcmpgt> +1000228c: 2800 cmp r0, #0 +1000228e: d02f beq.n 100022f0 <_etoa+0x24c> +10002290: 2301 movs r3, #1 +10002292: 425b negs r3, r3 +10002294: 469c mov ip, r3 +10002296: 44e3 add fp, ip +10002298: 2200 movs r2, #0 +1000229a: 4b77 ldr r3, [pc, #476] @ (10002478 <_etoa+0x3d4>) +1000229c: 0030 movs r0, r6 +1000229e: 0039 movs r1, r7 +100022a0: f001 f8a7 bl 100033f2 <__wrap___aeabi_ddiv> +100022a4: 9008 str r0, [sp, #32] +100022a6: 9109 str r1, [sp, #36] @ 0x24 +100022a8: e022 b.n 100022f0 <_etoa+0x24c> +100022aa: 9b1e ldr r3, [sp, #120] @ 0x78 +100022ac: 9304 str r3, [sp, #16] +100022ae: 9b1d ldr r3, [sp, #116] @ 0x74 +100022b0: 9303 str r3, [sp, #12] +100022b2: 9b1c ldr r3, [sp, #112] @ 0x70 +100022b4: 9302 str r3, [sp, #8] +100022b6: 9400 str r4, [sp, #0] +100022b8: 9501 str r5, [sp, #4] +100022ba: 4653 mov r3, sl +100022bc: 9a0c ldr r2, [sp, #48] @ 0x30 +100022be: 4649 mov r1, r9 +100022c0: 4640 mov r0, r8 +100022c2: f000 f8ff bl 100024c4 <_ftoa> +100022c6: b011 add sp, #68 @ 0x44 +100022c8: bcf0 pop {r4, r5, r6, r7} +100022ca: 46bb mov fp, r7 +100022cc: 46b2 mov sl, r6 +100022ce: 46a9 mov r9, r5 +100022d0: 46a0 mov r8, r4 +100022d2: bdf0 pop {r4, r5, r6, r7, pc} +100022d4: 2100 movs r1, #0 +100022d6: 2200 movs r2, #0 +100022d8: 9106 str r1, [sp, #24] +100022da: 9207 str r2, [sp, #28] +100022dc: 9406 str r4, [sp, #24] +100022de: 2380 movs r3, #128 @ 0x80 +100022e0: 061b lsls r3, r3, #24 +100022e2: 469c mov ip, r3 +100022e4: 44ac add ip, r5 +100022e6: 4663 mov r3, ip +100022e8: 9307 str r3, [sp, #28] +100022ea: e710 b.n 1000210e <_etoa+0x6a> +100022ec: 2300 movs r3, #0 +100022ee: 469b mov fp, r3 +100022f0: 465b mov r3, fp +100022f2: 3363 adds r3, #99 @ 0x63 +100022f4: 2bc6 cmp r3, #198 @ 0xc6 +100022f6: d820 bhi.n 1000233a <_etoa+0x296> +100022f8: 2604 movs r6, #4 +100022fa: 9b1e ldr r3, [sp, #120] @ 0x78 +100022fc: 051b lsls r3, r3, #20 +100022fe: d528 bpl.n 10002352 <_etoa+0x2ae> +10002300: 9a08 ldr r2, [sp, #32] +10002302: 9b09 ldr r3, [sp, #36] @ 0x24 +10002304: 0019 movs r1, r3 +10002306: 4311 orrs r1, r2 +10002308: d00f beq.n 1000232a <_etoa+0x286> +1000230a: 4a5d ldr r2, [pc, #372] @ (10002480 <_etoa+0x3dc>) +1000230c: 4b5d ldr r3, [pc, #372] @ (10002484 <_etoa+0x3e0>) +1000230e: 9806 ldr r0, [sp, #24] +10002310: 9907 ldr r1, [sp, #28] +10002312: f001 f8dd bl 100034d0 <__wrap___aeabi_dcmpge> +10002316: 2800 cmp r0, #0 +10002318: d07a beq.n 10002410 <_etoa+0x36c> +1000231a: 2200 movs r2, #0 +1000231c: 4b5a ldr r3, [pc, #360] @ (10002488 <_etoa+0x3e4>) +1000231e: 9806 ldr r0, [sp, #24] +10002320: 9907 ldr r1, [sp, #28] +10002322: f001 f8c7 bl 100034b4 <__wrap___aeabi_dcmplt> +10002326: 2800 cmp r0, #0 +10002328: d072 beq.n 10002410 <_etoa+0x36c> +1000232a: 9b1c ldr r3, [sp, #112] @ 0x70 +1000232c: 455b cmp r3, fp +1000232e: dd06 ble.n 1000233e <_etoa+0x29a> +10002330: 465a mov r2, fp +10002332: 1a9b subs r3, r3, r2 +10002334: 3b01 subs r3, #1 +10002336: 931c str r3, [sp, #112] @ 0x70 +10002338: e003 b.n 10002342 <_etoa+0x29e> +1000233a: 2605 movs r6, #5 +1000233c: e7dd b.n 100022fa <_etoa+0x256> +1000233e: 2300 movs r3, #0 +10002340: 931c str r3, [sp, #112] @ 0x70 +10002342: 2380 movs r3, #128 @ 0x80 +10002344: 00db lsls r3, r3, #3 +10002346: 9a1e ldr r2, [sp, #120] @ 0x78 +10002348: 431a orrs r2, r3 +1000234a: 921e str r2, [sp, #120] @ 0x78 +1000234c: 2600 movs r6, #0 +1000234e: 2300 movs r3, #0 +10002350: 469b mov fp, r3 +10002352: 9b1d ldr r3, [sp, #116] @ 0x74 +10002354: 429e cmp r6, r3 +10002356: d265 bcs.n 10002424 <_etoa+0x380> +10002358: 1b9f subs r7, r3, r6 +1000235a: 2302 movs r3, #2 +1000235c: 9a1e ldr r2, [sp, #120] @ 0x78 +1000235e: 401a ands r2, r3 +10002360: 920a str r2, [sp, #40] @ 0x28 +10002362: 9a1e ldr r2, [sp, #120] @ 0x78 +10002364: 4213 tst r3, r2 +10002366: d002 beq.n 1000236e <_etoa+0x2ca> +10002368: 2e00 cmp r6, #0 +1000236a: d000 beq.n 1000236e <_etoa+0x2ca> +1000236c: 2700 movs r7, #0 +1000236e: 465b mov r3, fp +10002370: 2b00 cmp r3, #0 +10002372: d007 beq.n 10002384 <_etoa+0x2e0> +10002374: 9a08 ldr r2, [sp, #32] +10002376: 9b09 ldr r3, [sp, #36] @ 0x24 +10002378: 9806 ldr r0, [sp, #24] +1000237a: 9907 ldr r1, [sp, #28] +1000237c: f001 f839 bl 100033f2 <__wrap___aeabi_ddiv> +10002380: 9006 str r0, [sp, #24] +10002382: 9107 str r1, [sp, #28] +10002384: 2200 movs r2, #0 +10002386: 2300 movs r3, #0 +10002388: 0020 movs r0, r4 +1000238a: 0029 movs r1, r5 +1000238c: f001 f892 bl 100034b4 <__wrap___aeabi_dcmplt> +10002390: 2800 cmp r0, #0 +10002392: d000 beq.n 10002396 <_etoa+0x2f2> +10002394: e07c b.n 10002490 <_etoa+0x3ec> +10002396: 4b3d ldr r3, [pc, #244] @ (1000248c <_etoa+0x3e8>) +10002398: 9a1e ldr r2, [sp, #120] @ 0x78 +1000239a: 4013 ands r3, r2 +1000239c: 9304 str r3, [sp, #16] +1000239e: 9703 str r7, [sp, #12] +100023a0: 9b1c ldr r3, [sp, #112] @ 0x70 +100023a2: 9302 str r3, [sp, #8] +100023a4: 9b06 ldr r3, [sp, #24] +100023a6: 9c07 ldr r4, [sp, #28] +100023a8: 9300 str r3, [sp, #0] +100023aa: 9401 str r4, [sp, #4] +100023ac: 4653 mov r3, sl +100023ae: 9a0c ldr r2, [sp, #48] @ 0x30 +100023b0: 4649 mov r1, r9 +100023b2: 4640 mov r0, r8 +100023b4: f000 f886 bl 100024c4 <_ftoa> +100023b8: 2e00 cmp r6, #0 +100023ba: d100 bne.n 100023be <_etoa+0x31a> +100023bc: e783 b.n 100022c6 <_etoa+0x222> +100023be: 9b1e ldr r3, [sp, #120] @ 0x78 +100023c0: 069b lsls r3, r3, #26 +100023c2: d571 bpl.n 100024a8 <_etoa+0x404> +100023c4: 2545 movs r5, #69 @ 0x45 +100023c6: 1c44 adds r4, r0, #1 +100023c8: 4653 mov r3, sl +100023ca: 0002 movs r2, r0 +100023cc: 4649 mov r1, r9 +100023ce: 0028 movs r0, r5 +100023d0: 47c0 blx r8 +100023d2: 465a mov r2, fp +100023d4: 17d3 asrs r3, r2, #31 +100023d6: 18d2 adds r2, r2, r3 +100023d8: 405a eors r2, r3 +100023da: 2305 movs r3, #5 +100023dc: 9305 str r3, [sp, #20] +100023de: 3e01 subs r6, #1 +100023e0: 9604 str r6, [sp, #16] +100023e2: 2300 movs r3, #0 +100023e4: 9303 str r3, [sp, #12] +100023e6: 330a adds r3, #10 +100023e8: 9302 str r3, [sp, #8] +100023ea: 465b mov r3, fp +100023ec: 0fdb lsrs r3, r3, #31 +100023ee: 9301 str r3, [sp, #4] +100023f0: 9200 str r2, [sp, #0] +100023f2: 4653 mov r3, sl +100023f4: 0022 movs r2, r4 +100023f6: 4649 mov r1, r9 +100023f8: 4640 mov r0, r8 +100023fa: f7ff fd6e bl 10001eda <_ntoa_long> +100023fe: 9b0a ldr r3, [sp, #40] @ 0x28 +10002400: 2b00 cmp r3, #0 +10002402: d100 bne.n 10002406 <_etoa+0x362> +10002404: e75f b.n 100022c6 <_etoa+0x222> +10002406: 0002 movs r2, r0 +10002408: 4647 mov r7, r8 +1000240a: 9e0c ldr r6, [sp, #48] @ 0x30 +1000240c: 9d1d ldr r5, [sp, #116] @ 0x74 +1000240e: e053 b.n 100024b8 <_etoa+0x414> +10002410: 9b1c ldr r3, [sp, #112] @ 0x70 +10002412: 2b00 cmp r3, #0 +10002414: d09d beq.n 10002352 <_etoa+0x2ae> +10002416: 9b0d ldr r3, [sp, #52] @ 0x34 +10002418: 2b00 cmp r3, #0 +1000241a: d09a beq.n 10002352 <_etoa+0x2ae> +1000241c: 9b1c ldr r3, [sp, #112] @ 0x70 +1000241e: 3b01 subs r3, #1 +10002420: 931c str r3, [sp, #112] @ 0x70 +10002422: e796 b.n 10002352 <_etoa+0x2ae> +10002424: 2700 movs r7, #0 +10002426: e798 b.n 1000235a <_etoa+0x2b6> +10002428: 7fefffff .word 0x7fefffff +1000242c: ffefffff .word 0xffefffff +10002430: fffffc01 .word 0xfffffc01 +10002434: 3ff00000 .word 0x3ff00000 +10002438: 509f79fb .word 0x509f79fb +1000243c: 3fd34413 .word 0x3fd34413 +10002440: 8b60c8b3 .word 0x8b60c8b3 +10002444: 3fc68a28 .word 0x3fc68a28 +10002448: 3ff80000 .word 0x3ff80000 +1000244c: 636f4361 .word 0x636f4361 +10002450: 3fd287a7 .word 0x3fd287a7 +10002454: 0979a371 .word 0x0979a371 +10002458: 400a934f .word 0x400a934f +1000245c: 3fe00000 .word 0x3fe00000 +10002460: bbb55516 .word 0xbbb55516 +10002464: 40026bb1 .word 0x40026bb1 +10002468: fefa39ef .word 0xfefa39ef +1000246c: 3fe62e42 .word 0x3fe62e42 +10002470: 000003ff .word 0x000003ff +10002474: 402c0000 .word 0x402c0000 +10002478: 40240000 .word 0x40240000 +1000247c: 40180000 .word 0x40180000 +10002480: eb1c432d .word 0xeb1c432d +10002484: 3f1a36e2 .word 0x3f1a36e2 +10002488: 412e8480 .word 0x412e8480 +1000248c: fffff7ff .word 0xfffff7ff +10002490: 9c06 ldr r4, [sp, #24] +10002492: 9d07 ldr r5, [sp, #28] +10002494: 0022 movs r2, r4 +10002496: 0029 movs r1, r5 +10002498: 2080 movs r0, #128 @ 0x80 +1000249a: 0600 lsls r0, r0, #24 +1000249c: 4684 mov ip, r0 +1000249e: 4461 add r1, ip +100024a0: 000b movs r3, r1 +100024a2: 9206 str r2, [sp, #24] +100024a4: 9307 str r3, [sp, #28] +100024a6: e776 b.n 10002396 <_etoa+0x2f2> +100024a8: 2565 movs r5, #101 @ 0x65 +100024aa: e78c b.n 100023c6 <_etoa+0x322> +100024ac: 1c54 adds r4, r2, #1 +100024ae: 4653 mov r3, sl +100024b0: 4649 mov r1, r9 +100024b2: 2020 movs r0, #32 +100024b4: 47b8 blx r7 +100024b6: 0022 movs r2, r4 +100024b8: 1b93 subs r3, r2, r6 +100024ba: 42ab cmp r3, r5 +100024bc: d3f6 bcc.n 100024ac <_etoa+0x408> +100024be: 0010 movs r0, r2 +100024c0: e701 b.n 100022c6 <_etoa+0x222> +100024c2: 46c0 nop @ (mov r8, r8) + +100024c4 <_ftoa>: +100024c4: b5f0 push {r4, r5, r6, r7, lr} +100024c6: 46de mov lr, fp +100024c8: 4657 mov r7, sl +100024ca: 464e mov r6, r9 +100024cc: 4645 mov r5, r8 +100024ce: b5e0 push {r5, r6, r7, lr} +100024d0: b095 sub sp, #84 @ 0x54 +100024d2: 9006 str r0, [sp, #24] +100024d4: 9107 str r1, [sp, #28] +100024d6: 4693 mov fp, r2 +100024d8: 4699 mov r9, r3 +100024da: 9f20 ldr r7, [sp, #128] @ 0x80 +100024dc: 9a1e ldr r2, [sp, #120] @ 0x78 +100024de: 9b1f ldr r3, [sp, #124] @ 0x7c +100024e0: 0010 movs r0, r2 +100024e2: 0019 movs r1, r3 +100024e4: f001 f801 bl 100034ea <__wrap___aeabi_dcmpun> +100024e8: 2800 cmp r0, #0 +100024ea: d131 bne.n 10002550 <_ftoa+0x8c> +100024ec: 2201 movs r2, #1 +100024ee: 4252 negs r2, r2 +100024f0: 4bbf ldr r3, [pc, #764] @ (100027f0 <_ftoa+0x32c>) +100024f2: 981e ldr r0, [sp, #120] @ 0x78 +100024f4: 991f ldr r1, [sp, #124] @ 0x7c +100024f6: f000 ffdd bl 100034b4 <__wrap___aeabi_dcmplt> +100024fa: 2800 cmp r0, #0 +100024fc: d137 bne.n 1000256e <_ftoa+0xaa> +100024fe: 2201 movs r2, #1 +10002500: 4252 negs r2, r2 +10002502: 4bbc ldr r3, [pc, #752] @ (100027f4 <_ftoa+0x330>) +10002504: 981e ldr r0, [sp, #120] @ 0x78 +10002506: 991f ldr r1, [sp, #124] @ 0x7c +10002508: f000 ffea bl 100034e0 <__wrap___aeabi_dcmpgt> +1000250c: 2800 cmp r0, #0 +1000250e: d13d bne.n 1000258c <_ftoa+0xc8> +10002510: 2200 movs r2, #0 +10002512: 4bb9 ldr r3, [pc, #740] @ (100027f8 <_ftoa+0x334>) +10002514: 981e ldr r0, [sp, #120] @ 0x78 +10002516: 991f ldr r1, [sp, #124] @ 0x7c +10002518: f000 ffe2 bl 100034e0 <__wrap___aeabi_dcmpgt> +1000251c: 2800 cmp r0, #0 +1000251e: d150 bne.n 100025c2 <_ftoa+0xfe> +10002520: 2200 movs r2, #0 +10002522: 4bb6 ldr r3, [pc, #728] @ (100027fc <_ftoa+0x338>) +10002524: 981e ldr r0, [sp, #120] @ 0x78 +10002526: 991f ldr r1, [sp, #124] @ 0x7c +10002528: f000 ffc4 bl 100034b4 <__wrap___aeabi_dcmplt> +1000252c: 2800 cmp r0, #0 +1000252e: d148 bne.n 100025c2 <_ftoa+0xfe> +10002530: 2200 movs r2, #0 +10002532: 2300 movs r3, #0 +10002534: 981e ldr r0, [sp, #120] @ 0x78 +10002536: 991f ldr r1, [sp, #124] @ 0x7c +10002538: f000 ffbc bl 100034b4 <__wrap___aeabi_dcmplt> +1000253c: 2800 cmp r0, #0 +1000253e: d150 bne.n 100025e2 <_ftoa+0x11e> +10002540: 2300 movs r3, #0 +10002542: 4698 mov r8, r3 +10002544: 9b22 ldr r3, [sp, #136] @ 0x88 +10002546: 055b lsls r3, r3, #21 +10002548: d400 bmi.n 1000254c <_ftoa+0x88> +1000254a: e0b6 b.n 100026ba <_ftoa+0x1f6> +1000254c: 2400 movs r4, #0 +1000254e: e058 b.n 10002602 <_ftoa+0x13e> +10002550: 9b22 ldr r3, [sp, #136] @ 0x88 +10002552: 9303 str r3, [sp, #12] +10002554: 9b21 ldr r3, [sp, #132] @ 0x84 +10002556: 9302 str r3, [sp, #8] +10002558: 2303 movs r3, #3 +1000255a: 9301 str r3, [sp, #4] +1000255c: 4ba8 ldr r3, [pc, #672] @ (10002800 <_ftoa+0x33c>) +1000255e: 9300 str r3, [sp, #0] +10002560: 464b mov r3, r9 +10002562: 465a mov r2, fp +10002564: 9907 ldr r1, [sp, #28] +10002566: 9806 ldr r0, [sp, #24] +10002568: f7ff fbd8 bl 10001d1c <_out_rev> +1000256c: e10e b.n 1000278c <_ftoa+0x2c8> +1000256e: 9b22 ldr r3, [sp, #136] @ 0x88 +10002570: 9303 str r3, [sp, #12] +10002572: 9b21 ldr r3, [sp, #132] @ 0x84 +10002574: 9302 str r3, [sp, #8] +10002576: 2304 movs r3, #4 +10002578: 9301 str r3, [sp, #4] +1000257a: 4ba2 ldr r3, [pc, #648] @ (10002804 <_ftoa+0x340>) +1000257c: 9300 str r3, [sp, #0] +1000257e: 464b mov r3, r9 +10002580: 465a mov r2, fp +10002582: 9907 ldr r1, [sp, #28] +10002584: 9806 ldr r0, [sp, #24] +10002586: f7ff fbc9 bl 10001d1c <_out_rev> +1000258a: e0ff b.n 1000278c <_ftoa+0x2c8> +1000258c: 2304 movs r3, #4 +1000258e: 9a22 ldr r2, [sp, #136] @ 0x88 +10002590: 401a ands r2, r3 +10002592: 9922 ldr r1, [sp, #136] @ 0x88 +10002594: 420b tst r3, r1 +10002596: d010 beq.n 100025ba <_ftoa+0xf6> +10002598: 4b9b ldr r3, [pc, #620] @ (10002808 <_ftoa+0x344>) +1000259a: 2a00 cmp r2, #0 +1000259c: d00f beq.n 100025be <_ftoa+0xfa> +1000259e: 2204 movs r2, #4 +100025a0: 9922 ldr r1, [sp, #136] @ 0x88 +100025a2: 9103 str r1, [sp, #12] +100025a4: 9921 ldr r1, [sp, #132] @ 0x84 +100025a6: 9102 str r1, [sp, #8] +100025a8: 9201 str r2, [sp, #4] +100025aa: 9300 str r3, [sp, #0] +100025ac: 464b mov r3, r9 +100025ae: 465a mov r2, fp +100025b0: 9907 ldr r1, [sp, #28] +100025b2: 9806 ldr r0, [sp, #24] +100025b4: f7ff fbb2 bl 10001d1c <_out_rev> +100025b8: e0e8 b.n 1000278c <_ftoa+0x2c8> +100025ba: 4b94 ldr r3, [pc, #592] @ (1000280c <_ftoa+0x348>) +100025bc: e7ed b.n 1000259a <_ftoa+0xd6> +100025be: 2203 movs r2, #3 +100025c0: e7ee b.n 100025a0 <_ftoa+0xdc> +100025c2: 9b22 ldr r3, [sp, #136] @ 0x88 +100025c4: 9304 str r3, [sp, #16] +100025c6: 9b21 ldr r3, [sp, #132] @ 0x84 +100025c8: 9303 str r3, [sp, #12] +100025ca: 9702 str r7, [sp, #8] +100025cc: 9b1e ldr r3, [sp, #120] @ 0x78 +100025ce: 9c1f ldr r4, [sp, #124] @ 0x7c +100025d0: 9300 str r3, [sp, #0] +100025d2: 9401 str r4, [sp, #4] +100025d4: 464b mov r3, r9 +100025d6: 465a mov r2, fp +100025d8: 9907 ldr r1, [sp, #28] +100025da: 9806 ldr r0, [sp, #24] +100025dc: f7ff fd62 bl 100020a4 <_etoa> +100025e0: e0d4 b.n 1000278c <_ftoa+0x2c8> +100025e2: 9a1e ldr r2, [sp, #120] @ 0x78 +100025e4: 9b1f ldr r3, [sp, #124] @ 0x7c +100025e6: 2000 movs r0, #0 +100025e8: 2100 movs r1, #0 +100025ea: f000 fef0 bl 100033ce <__wrap___aeabi_dsub> +100025ee: 901e str r0, [sp, #120] @ 0x78 +100025f0: 911f str r1, [sp, #124] @ 0x7c +100025f2: 2301 movs r3, #1 +100025f4: 4698 mov r8, r3 +100025f6: e7a5 b.n 10002544 <_ftoa+0x80> +100025f8: ab0c add r3, sp, #48 @ 0x30 +100025fa: 2230 movs r2, #48 @ 0x30 +100025fc: 551a strb r2, [r3, r4] +100025fe: 3f01 subs r7, #1 +10002600: 3401 adds r4, #1 +10002602: 2c1f cmp r4, #31 +10002604: d801 bhi.n 1000260a <_ftoa+0x146> +10002606: 2f09 cmp r7, #9 +10002608: d8f6 bhi.n 100025f8 <_ftoa+0x134> +1000260a: 981e ldr r0, [sp, #120] @ 0x78 +1000260c: 991f ldr r1, [sp, #124] @ 0x7c +1000260e: f000 ff97 bl 10003540 <__wrap___aeabi_d2iz> +10002612: 0005 movs r5, r0 +10002614: f000 ff7c bl 10003510 <__wrap___aeabi_i2d> +10002618: 0002 movs r2, r0 +1000261a: 000b movs r3, r1 +1000261c: 981e ldr r0, [sp, #120] @ 0x78 +1000261e: 991f ldr r1, [sp, #124] @ 0x7c +10002620: f000 fed5 bl 100033ce <__wrap___aeabi_dsub> +10002624: 4b7a ldr r3, [pc, #488] @ (10002810 <_ftoa+0x34c>) +10002626: 00fa lsls r2, r7, #3 +10002628: 189b adds r3, r3, r2 +1000262a: 681a ldr r2, [r3, #0] +1000262c: 685b ldr r3, [r3, #4] +1000262e: 920a str r2, [sp, #40] @ 0x28 +10002630: 930b str r3, [sp, #44] @ 0x2c +10002632: f000 fefc bl 1000342e <__wrap___aeabi_dmul> +10002636: 9008 str r0, [sp, #32] +10002638: 9109 str r1, [sp, #36] @ 0x24 +1000263a: f000 ffa5 bl 10003588 <__wrap___aeabi_d2uiz> +1000263e: 0006 movs r6, r0 +10002640: f000 ff62 bl 10003508 <__wrap___aeabi_ui2d> +10002644: 0002 movs r2, r0 +10002646: 000b movs r3, r1 +10002648: 9808 ldr r0, [sp, #32] +1000264a: 9909 ldr r1, [sp, #36] @ 0x24 +1000264c: f000 febf bl 100033ce <__wrap___aeabi_dsub> +10002650: 9008 str r0, [sp, #32] +10002652: 9109 str r1, [sp, #36] @ 0x24 +10002654: 2200 movs r2, #0 +10002656: 4b6f ldr r3, [pc, #444] @ (10002814 <_ftoa+0x350>) +10002658: f000 ff42 bl 100034e0 <__wrap___aeabi_dcmpgt> +1000265c: 2800 cmp r0, #0 +1000265e: d02e beq.n 100026be <_ftoa+0x1fa> +10002660: 3601 adds r6, #1 +10002662: 0030 movs r0, r6 +10002664: f000 ff50 bl 10003508 <__wrap___aeabi_ui2d> +10002668: 0002 movs r2, r0 +1000266a: 000b movs r3, r1 +1000266c: 980a ldr r0, [sp, #40] @ 0x28 +1000266e: 990b ldr r1, [sp, #44] @ 0x2c +10002670: f000 ff26 bl 100034c0 <__wrap___aeabi_dcmple> +10002674: 2800 cmp r0, #0 +10002676: d001 beq.n 1000267c <_ftoa+0x1b8> +10002678: 3501 adds r5, #1 +1000267a: 2600 movs r6, #0 +1000267c: 2f00 cmp r7, #0 +1000267e: d12c bne.n 100026da <_ftoa+0x216> +10002680: 0028 movs r0, r5 +10002682: f000 ff45 bl 10003510 <__wrap___aeabi_i2d> +10002686: 0002 movs r2, r0 +10002688: 000b movs r3, r1 +1000268a: 981e ldr r0, [sp, #120] @ 0x78 +1000268c: 991f ldr r1, [sp, #124] @ 0x7c +1000268e: f000 fe9e bl 100033ce <__wrap___aeabi_dsub> +10002692: 0006 movs r6, r0 +10002694: 000f movs r7, r1 +10002696: 2200 movs r2, #0 +10002698: 4b5e ldr r3, [pc, #376] @ (10002814 <_ftoa+0x350>) +1000269a: f000 ff0b bl 100034b4 <__wrap___aeabi_dcmplt> +1000269e: 2800 cmp r0, #0 +100026a0: d146 bne.n 10002730 <_ftoa+0x26c> +100026a2: 2200 movs r2, #0 +100026a4: 4b5b ldr r3, [pc, #364] @ (10002814 <_ftoa+0x350>) +100026a6: 0030 movs r0, r6 +100026a8: 0039 movs r1, r7 +100026aa: f000 ff19 bl 100034e0 <__wrap___aeabi_dcmpgt> +100026ae: 2800 cmp r0, #0 +100026b0: d13e bne.n 10002730 <_ftoa+0x26c> +100026b2: 07eb lsls r3, r5, #31 +100026b4: d53c bpl.n 10002730 <_ftoa+0x26c> +100026b6: 3501 adds r5, #1 +100026b8: e03a b.n 10002730 <_ftoa+0x26c> +100026ba: 2706 movs r7, #6 +100026bc: e746 b.n 1000254c <_ftoa+0x88> +100026be: 2200 movs r2, #0 +100026c0: 4b54 ldr r3, [pc, #336] @ (10002814 <_ftoa+0x350>) +100026c2: 9808 ldr r0, [sp, #32] +100026c4: 9909 ldr r1, [sp, #36] @ 0x24 +100026c6: f000 fef5 bl 100034b4 <__wrap___aeabi_dcmplt> +100026ca: 2800 cmp r0, #0 +100026cc: d1d6 bne.n 1000267c <_ftoa+0x1b8> +100026ce: 2e00 cmp r6, #0 +100026d0: d001 beq.n 100026d6 <_ftoa+0x212> +100026d2: 07f3 lsls r3, r6, #31 +100026d4: d5d2 bpl.n 1000267c <_ftoa+0x1b8> +100026d6: 3601 adds r6, #1 +100026d8: e7d0 b.n 1000267c <_ftoa+0x1b8> +100026da: 46aa mov sl, r5 +100026dc: 2c1f cmp r4, #31 +100026de: d811 bhi.n 10002704 <_ftoa+0x240> +100026e0: 3f01 subs r7, #1 +100026e2: 210a movs r1, #10 +100026e4: 0030 movs r0, r6 +100026e6: f000 fc37 bl 10002f58 <__wrap___aeabi_uidiv> +100026ea: 1c65 adds r5, r4, #1 +100026ec: 3130 adds r1, #48 @ 0x30 +100026ee: ab0c add r3, sp, #48 @ 0x30 +100026f0: 5519 strb r1, [r3, r4] +100026f2: 210a movs r1, #10 +100026f4: 0030 movs r0, r6 +100026f6: f000 fc2f bl 10002f58 <__wrap___aeabi_uidiv> +100026fa: 2e09 cmp r6, #9 +100026fc: d90e bls.n 1000271c <_ftoa+0x258> +100026fe: 0006 movs r6, r0 +10002700: 002c movs r4, r5 +10002702: e7eb b.n 100026dc <_ftoa+0x218> +10002704: 4655 mov r5, sl +10002706: 2c1f cmp r4, #31 +10002708: d80c bhi.n 10002724 <_ftoa+0x260> +1000270a: 1e7b subs r3, r7, #1 +1000270c: 2f00 cmp r7, #0 +1000270e: d009 beq.n 10002724 <_ftoa+0x260> +10002710: aa0c add r2, sp, #48 @ 0x30 +10002712: 2130 movs r1, #48 @ 0x30 +10002714: 5511 strb r1, [r2, r4] +10002716: 001f movs r7, r3 +10002718: 3401 adds r4, #1 +1000271a: e7f4 b.n 10002706 <_ftoa+0x242> +1000271c: 002b movs r3, r5 +1000271e: 4655 mov r5, sl +10002720: 001c movs r4, r3 +10002722: e7f0 b.n 10002706 <_ftoa+0x242> +10002724: 2c1f cmp r4, #31 +10002726: d803 bhi.n 10002730 <_ftoa+0x26c> +10002728: ab0c add r3, sp, #48 @ 0x30 +1000272a: 222e movs r2, #46 @ 0x2e +1000272c: 551a strb r2, [r3, r4] +1000272e: 3401 adds r4, #1 +10002730: 2c1f cmp r4, #31 +10002732: d810 bhi.n 10002756 <_ftoa+0x292> +10002734: 210a movs r1, #10 +10002736: 0028 movs r0, r5 +10002738: f000 fbe6 bl 10002f08 <__wrap___aeabi_idiv> +1000273c: 1c66 adds r6, r4, #1 +1000273e: 3130 adds r1, #48 @ 0x30 +10002740: ab0c add r3, sp, #48 @ 0x30 +10002742: 5519 strb r1, [r3, r4] +10002744: 210a movs r1, #10 +10002746: 0028 movs r0, r5 +10002748: f000 fbde bl 10002f08 <__wrap___aeabi_idiv> +1000274c: 1e05 subs r5, r0, #0 +1000274e: d001 beq.n 10002754 <_ftoa+0x290> +10002750: 0034 movs r4, r6 +10002752: e7ed b.n 10002730 <_ftoa+0x26c> +10002754: 0034 movs r4, r6 +10002756: 2303 movs r3, #3 +10002758: 9a22 ldr r2, [sp, #136] @ 0x88 +1000275a: 4013 ands r3, r2 +1000275c: 2b01 cmp r3, #1 +1000275e: d01c beq.n 1000279a <_ftoa+0x2d6> +10002760: 2c1f cmp r4, #31 +10002762: d806 bhi.n 10002772 <_ftoa+0x2ae> +10002764: 4643 mov r3, r8 +10002766: 2b00 cmp r3, #0 +10002768: d032 beq.n 100027d0 <_ftoa+0x30c> +1000276a: ab0c add r3, sp, #48 @ 0x30 +1000276c: 222d movs r2, #45 @ 0x2d +1000276e: 551a strb r2, [r3, r4] +10002770: 3401 adds r4, #1 +10002772: 9b22 ldr r3, [sp, #136] @ 0x88 +10002774: 9303 str r3, [sp, #12] +10002776: 9b21 ldr r3, [sp, #132] @ 0x84 +10002778: 9302 str r3, [sp, #8] +1000277a: 9401 str r4, [sp, #4] +1000277c: ab0c add r3, sp, #48 @ 0x30 +1000277e: 9300 str r3, [sp, #0] +10002780: 464b mov r3, r9 +10002782: 465a mov r2, fp +10002784: 9907 ldr r1, [sp, #28] +10002786: 9806 ldr r0, [sp, #24] +10002788: f7ff fac8 bl 10001d1c <_out_rev> +1000278c: b015 add sp, #84 @ 0x54 +1000278e: bcf0 pop {r4, r5, r6, r7} +10002790: 46bb mov fp, r7 +10002792: 46b2 mov sl, r6 +10002794: 46a9 mov r9, r5 +10002796: 46a0 mov r8, r4 +10002798: bdf0 pop {r4, r5, r6, r7, pc} +1000279a: 9b21 ldr r3, [sp, #132] @ 0x84 +1000279c: 2b00 cmp r3, #0 +1000279e: d013 beq.n 100027c8 <_ftoa+0x304> +100027a0: 4643 mov r3, r8 +100027a2: 2b00 cmp r3, #0 +100027a4: d102 bne.n 100027ac <_ftoa+0x2e8> +100027a6: 330c adds r3, #12 +100027a8: 4213 tst r3, r2 +100027aa: d00f beq.n 100027cc <_ftoa+0x308> +100027ac: 9b21 ldr r3, [sp, #132] @ 0x84 +100027ae: 3b01 subs r3, #1 +100027b0: 9321 str r3, [sp, #132] @ 0x84 +100027b2: 0019 movs r1, r3 +100027b4: e003 b.n 100027be <_ftoa+0x2fa> +100027b6: ab0c add r3, sp, #48 @ 0x30 +100027b8: 2230 movs r2, #48 @ 0x30 +100027ba: 551a strb r2, [r3, r4] +100027bc: 3401 adds r4, #1 +100027be: 428c cmp r4, r1 +100027c0: d2ce bcs.n 10002760 <_ftoa+0x29c> +100027c2: 2c1f cmp r4, #31 +100027c4: d9f7 bls.n 100027b6 <_ftoa+0x2f2> +100027c6: e7cb b.n 10002760 <_ftoa+0x29c> +100027c8: 9921 ldr r1, [sp, #132] @ 0x84 +100027ca: e7f8 b.n 100027be <_ftoa+0x2fa> +100027cc: 9921 ldr r1, [sp, #132] @ 0x84 +100027ce: e7f6 b.n 100027be <_ftoa+0x2fa> +100027d0: 9b22 ldr r3, [sp, #136] @ 0x88 +100027d2: 075b lsls r3, r3, #29 +100027d4: d504 bpl.n 100027e0 <_ftoa+0x31c> +100027d6: ab0c add r3, sp, #48 @ 0x30 +100027d8: 222b movs r2, #43 @ 0x2b +100027da: 551a strb r2, [r3, r4] +100027dc: 3401 adds r4, #1 +100027de: e7c8 b.n 10002772 <_ftoa+0x2ae> +100027e0: 9b22 ldr r3, [sp, #136] @ 0x88 +100027e2: 071b lsls r3, r3, #28 +100027e4: d5c5 bpl.n 10002772 <_ftoa+0x2ae> +100027e6: ab0c add r3, sp, #48 @ 0x30 +100027e8: 2220 movs r2, #32 +100027ea: 551a strb r2, [r3, r4] +100027ec: 3401 adds r4, #1 +100027ee: e7c0 b.n 10002772 <_ftoa+0x2ae> +100027f0: ffefffff .word 0xffefffff +100027f4: 7fefffff .word 0x7fefffff +100027f8: 41cdcd65 .word 0x41cdcd65 +100027fc: c1cdcd65 .word 0xc1cdcd65 +10002800: 10004b70 .word 0x10004b70 +10002804: 10004b74 .word 0x10004b74 +10002808: 10004b64 .word 0x10004b64 +1000280c: 10004b6c .word 0x10004b6c +10002810: 10004d18 .word 0x10004d18 +10002814: 3fe00000 .word 0x3fe00000 + +10002818 <_vsnprintf>: +10002818: b5f0 push {r4, r5, r6, r7, lr} +1000281a: 46de mov lr, fp +1000281c: 4657 mov r7, sl +1000281e: 464e mov r6, r9 +10002820: 4645 mov r5, r8 +10002822: b5e0 push {r5, r6, r7, lr} +10002824: b093 sub sp, #76 @ 0x4c +10002826: 4682 mov sl, r0 +10002828: 4688 mov r8, r1 +1000282a: 4693 mov fp, r2 +1000282c: 9311 str r3, [sp, #68] @ 0x44 +1000282e: 2900 cmp r1, #0 +10002830: d100 bne.n 10002834 <_vsnprintf+0x1c> +10002832: e30d b.n 10002e50 <_vsnprintf+0x638> +10002834: 2500 movs r5, #0 +10002836: 4656 mov r6, sl +10002838: 9b11 ldr r3, [sp, #68] @ 0x44 +1000283a: 7818 ldrb r0, [r3, #0] +1000283c: 2800 cmp r0, #0 +1000283e: d100 bne.n 10002842 <_vsnprintf+0x2a> +10002840: e309 b.n 10002e56 <_vsnprintf+0x63e> +10002842: 2825 cmp r0, #37 @ 0x25 +10002844: d009 beq.n 1000285a <_vsnprintf+0x42> +10002846: 1c6c adds r4, r5, #1 +10002848: 465b mov r3, fp +1000284a: 002a movs r2, r5 +1000284c: 4641 mov r1, r8 +1000284e: 47b0 blx r6 +10002850: 9b11 ldr r3, [sp, #68] @ 0x44 +10002852: 3301 adds r3, #1 +10002854: 9311 str r3, [sp, #68] @ 0x44 +10002856: 0025 movs r5, r4 +10002858: e7ee b.n 10002838 <_vsnprintf+0x20> +1000285a: 3301 adds r3, #1 +1000285c: 9311 str r3, [sp, #68] @ 0x44 +1000285e: 2700 movs r7, #0 +10002860: e020 b.n 100028a4 <_vsnprintf+0x8c> +10002862: 2301 movs r3, #1 +10002864: 431f orrs r7, r3 +10002866: 3201 adds r2, #1 +10002868: 9211 str r2, [sp, #68] @ 0x44 +1000286a: 2401 movs r4, #1 +1000286c: e018 b.n 100028a0 <_vsnprintf+0x88> +1000286e: 2302 movs r3, #2 +10002870: 431f orrs r7, r3 +10002872: 3201 adds r2, #1 +10002874: 9211 str r2, [sp, #68] @ 0x44 +10002876: 2401 movs r4, #1 +10002878: e012 b.n 100028a0 <_vsnprintf+0x88> +1000287a: 2304 movs r3, #4 +1000287c: 431f orrs r7, r3 +1000287e: 3201 adds r2, #1 +10002880: 9211 str r2, [sp, #68] @ 0x44 +10002882: 2401 movs r4, #1 +10002884: e00c b.n 100028a0 <_vsnprintf+0x88> +10002886: 2308 movs r3, #8 +10002888: 431f orrs r7, r3 +1000288a: 3201 adds r2, #1 +1000288c: 9211 str r2, [sp, #68] @ 0x44 +1000288e: 2401 movs r4, #1 +10002890: e006 b.n 100028a0 <_vsnprintf+0x88> +10002892: 2310 movs r3, #16 +10002894: 431f orrs r7, r3 +10002896: 3201 adds r2, #1 +10002898: 9211 str r2, [sp, #68] @ 0x44 +1000289a: 2401 movs r4, #1 +1000289c: e000 b.n 100028a0 <_vsnprintf+0x88> +1000289e: 2400 movs r4, #0 +100028a0: 2c00 cmp r4, #0 +100028a2: d009 beq.n 100028b8 <_vsnprintf+0xa0> +100028a4: 9a11 ldr r2, [sp, #68] @ 0x44 +100028a6: 7813 ldrb r3, [r2, #0] +100028a8: 3b20 subs r3, #32 +100028aa: b2d9 uxtb r1, r3 +100028ac: 2910 cmp r1, #16 +100028ae: d8f6 bhi.n 1000289e <_vsnprintf+0x86> +100028b0: 008b lsls r3, r1, #2 +100028b2: 49c8 ldr r1, [pc, #800] @ (10002bd4 <_vsnprintf+0x3bc>) +100028b4: 58cb ldr r3, [r1, r3] +100028b6: 469f mov pc, r3 +100028b8: 9b11 ldr r3, [sp, #68] @ 0x44 +100028ba: 781a ldrb r2, [r3, #0] +100028bc: 0013 movs r3, r2 +100028be: 3b30 subs r3, #48 @ 0x30 +100028c0: b2db uxtb r3, r3 +100028c2: 2b09 cmp r3, #9 +100028c4: d910 bls.n 100028e8 <_vsnprintf+0xd0> +100028c6: 2a2a cmp r2, #42 @ 0x2a +100028c8: d013 beq.n 100028f2 <_vsnprintf+0xda> +100028ca: 940b str r4, [sp, #44] @ 0x2c +100028cc: 9b11 ldr r3, [sp, #68] @ 0x44 +100028ce: 781a ldrb r2, [r3, #0] +100028d0: 2a2e cmp r2, #46 @ 0x2e +100028d2: d01e beq.n 10002912 <_vsnprintf+0xfa> +100028d4: 9a11 ldr r2, [sp, #68] @ 0x44 +100028d6: 7813 ldrb r3, [r2, #0] +100028d8: 3b68 subs r3, #104 @ 0x68 +100028da: b2d9 uxtb r1, r3 +100028dc: 2912 cmp r1, #18 +100028de: d859 bhi.n 10002994 <_vsnprintf+0x17c> +100028e0: 008b lsls r3, r1, #2 +100028e2: 49bd ldr r1, [pc, #756] @ (10002bd8 <_vsnprintf+0x3c0>) +100028e4: 58cb ldr r3, [r1, r3] +100028e6: 469f mov pc, r3 +100028e8: a811 add r0, sp, #68 @ 0x44 +100028ea: f7ff fa05 bl 10001cf8 <_atoi> +100028ee: 900b str r0, [sp, #44] @ 0x2c +100028f0: e7ec b.n 100028cc <_vsnprintf+0xb4> +100028f2: 9b1c ldr r3, [sp, #112] @ 0x70 +100028f4: 1d1a adds r2, r3, #4 +100028f6: 921c str r2, [sp, #112] @ 0x70 +100028f8: 681b ldr r3, [r3, #0] +100028fa: 2b00 cmp r3, #0 +100028fc: db04 blt.n 10002908 <_vsnprintf+0xf0> +100028fe: 930b str r3, [sp, #44] @ 0x2c +10002900: 9b11 ldr r3, [sp, #68] @ 0x44 +10002902: 3301 adds r3, #1 +10002904: 9311 str r3, [sp, #68] @ 0x44 +10002906: e7e1 b.n 100028cc <_vsnprintf+0xb4> +10002908: 2202 movs r2, #2 +1000290a: 4317 orrs r7, r2 +1000290c: 425b negs r3, r3 +1000290e: 930b str r3, [sp, #44] @ 0x2c +10002910: e7f6 b.n 10002900 <_vsnprintf+0xe8> +10002912: 2280 movs r2, #128 @ 0x80 +10002914: 00d2 lsls r2, r2, #3 +10002916: 4317 orrs r7, r2 +10002918: 1c5a adds r2, r3, #1 +1000291a: 9211 str r2, [sp, #68] @ 0x44 +1000291c: 785a ldrb r2, [r3, #1] +1000291e: 0013 movs r3, r2 +10002920: 3b30 subs r3, #48 @ 0x30 +10002922: b2db uxtb r3, r3 +10002924: 2b09 cmp r3, #9 +10002926: d90b bls.n 10002940 <_vsnprintf+0x128> +10002928: 2a2a cmp r2, #42 @ 0x2a +1000292a: d1d3 bne.n 100028d4 <_vsnprintf+0xbc> +1000292c: 9b1c ldr r3, [sp, #112] @ 0x70 +1000292e: 1d1a adds r2, r3, #4 +10002930: 921c str r2, [sp, #112] @ 0x70 +10002932: 681c ldr r4, [r3, #0] +10002934: 2c00 cmp r4, #0 +10002936: db08 blt.n 1000294a <_vsnprintf+0x132> +10002938: 9b11 ldr r3, [sp, #68] @ 0x44 +1000293a: 3301 adds r3, #1 +1000293c: 9311 str r3, [sp, #68] @ 0x44 +1000293e: e7c9 b.n 100028d4 <_vsnprintf+0xbc> +10002940: a811 add r0, sp, #68 @ 0x44 +10002942: f7ff f9d9 bl 10001cf8 <_atoi> +10002946: 0004 movs r4, r0 +10002948: e7c4 b.n 100028d4 <_vsnprintf+0xbc> +1000294a: 2400 movs r4, #0 +1000294c: e7f4 b.n 10002938 <_vsnprintf+0x120> +1000294e: 2380 movs r3, #128 @ 0x80 +10002950: 005b lsls r3, r3, #1 +10002952: 433b orrs r3, r7 +10002954: 1c51 adds r1, r2, #1 +10002956: 9111 str r1, [sp, #68] @ 0x44 +10002958: 7851 ldrb r1, [r2, #1] +1000295a: 296c cmp r1, #108 @ 0x6c +1000295c: d001 beq.n 10002962 <_vsnprintf+0x14a> +1000295e: 001f movs r7, r3 +10002960: e018 b.n 10002994 <_vsnprintf+0x17c> +10002962: 23c0 movs r3, #192 @ 0xc0 +10002964: 009b lsls r3, r3, #2 +10002966: 431f orrs r7, r3 +10002968: 3202 adds r2, #2 +1000296a: 9211 str r2, [sp, #68] @ 0x44 +1000296c: e012 b.n 10002994 <_vsnprintf+0x17c> +1000296e: 2380 movs r3, #128 @ 0x80 +10002970: 433b orrs r3, r7 +10002972: 1c51 adds r1, r2, #1 +10002974: 9111 str r1, [sp, #68] @ 0x44 +10002976: 7851 ldrb r1, [r2, #1] +10002978: 2968 cmp r1, #104 @ 0x68 +1000297a: d001 beq.n 10002980 <_vsnprintf+0x168> +1000297c: 001f movs r7, r3 +1000297e: e009 b.n 10002994 <_vsnprintf+0x17c> +10002980: 23c0 movs r3, #192 @ 0xc0 +10002982: 431f orrs r7, r3 +10002984: 3202 adds r2, #2 +10002986: 9211 str r2, [sp, #68] @ 0x44 +10002988: e004 b.n 10002994 <_vsnprintf+0x17c> +1000298a: 2380 movs r3, #128 @ 0x80 +1000298c: 005b lsls r3, r3, #1 +1000298e: 431f orrs r7, r3 +10002990: 3201 adds r2, #1 +10002992: 9211 str r2, [sp, #68] @ 0x44 +10002994: 9b11 ldr r3, [sp, #68] @ 0x44 +10002996: 7818 ldrb r0, [r3, #0] +10002998: 2867 cmp r0, #103 @ 0x67 +1000299a: d818 bhi.n 100029ce <_vsnprintf+0x1b6> +1000299c: 2825 cmp r0, #37 @ 0x25 +1000299e: d200 bcs.n 100029a2 <_vsnprintf+0x18a> +100029a0: e24c b.n 10002e3c <_vsnprintf+0x624> +100029a2: 0003 movs r3, r0 +100029a4: 3b25 subs r3, #37 @ 0x25 +100029a6: b2da uxtb r2, r3 +100029a8: 2a42 cmp r2, #66 @ 0x42 +100029aa: d900 bls.n 100029ae <_vsnprintf+0x196> +100029ac: e246 b.n 10002e3c <_vsnprintf+0x624> +100029ae: 0093 lsls r3, r2, #2 +100029b0: 4a8a ldr r2, [pc, #552] @ (10002bdc <_vsnprintf+0x3c4>) +100029b2: 58d3 ldr r3, [r2, r3] +100029b4: 469f mov pc, r3 +100029b6: 2380 movs r3, #128 @ 0x80 +100029b8: 009b lsls r3, r3, #2 +100029ba: 431f orrs r7, r3 +100029bc: 3201 adds r2, #1 +100029be: 9211 str r2, [sp, #68] @ 0x44 +100029c0: e7e8 b.n 10002994 <_vsnprintf+0x17c> +100029c2: 2380 movs r3, #128 @ 0x80 +100029c4: 005b lsls r3, r3, #1 +100029c6: 431f orrs r7, r3 +100029c8: 3201 adds r2, #1 +100029ca: 9211 str r2, [sp, #68] @ 0x44 +100029cc: e7e2 b.n 10002994 <_vsnprintf+0x17c> +100029ce: 2878 cmp r0, #120 @ 0x78 +100029d0: d900 bls.n 100029d4 <_vsnprintf+0x1bc> +100029d2: e233 b.n 10002e3c <_vsnprintf+0x624> +100029d4: 2869 cmp r0, #105 @ 0x69 +100029d6: d200 bcs.n 100029da <_vsnprintf+0x1c2> +100029d8: e230 b.n 10002e3c <_vsnprintf+0x624> +100029da: 0002 movs r2, r0 +100029dc: 3a69 subs r2, #105 @ 0x69 +100029de: b2d2 uxtb r2, r2 +100029e0: 2301 movs r3, #1 +100029e2: 4093 lsls r3, r2 +100029e4: 4a7e ldr r2, [pc, #504] @ (10002be0 <_vsnprintf+0x3c8>) +100029e6: 4213 tst r3, r2 +100029e8: d111 bne.n 10002a0e <_vsnprintf+0x1f6> +100029ea: 061a lsls r2, r3, #24 +100029ec: d500 bpl.n 100029f0 <_vsnprintf+0x1d8> +100029ee: e200 b.n 10002df2 <_vsnprintf+0x5da> +100029f0: 055b lsls r3, r3, #21 +100029f2: d400 bmi.n 100029f6 <_vsnprintf+0x1de> +100029f4: e222 b.n 10002e3c <_vsnprintf+0x624> +100029f6: 9b1c ldr r3, [sp, #112] @ 0x70 +100029f8: 1d1a adds r2, r3, #4 +100029fa: 921c str r2, [sp, #112] @ 0x70 +100029fc: 681b ldr r3, [r3, #0] +100029fe: 469a mov sl, r3 +10002a00: 2c00 cmp r4, #0 +10002a02: d000 beq.n 10002a06 <_vsnprintf+0x1ee> +10002a04: e1b2 b.n 10002d6c <_vsnprintf+0x554> +10002a06: 2201 movs r2, #1 +10002a08: 4252 negs r2, r2 +10002a0a: 4653 mov r3, sl +10002a0c: e18e b.n 10002d2c <_vsnprintf+0x514> +10002a0e: 286f cmp r0, #111 @ 0x6f +10002a10: d00e beq.n 10002a30 <_vsnprintf+0x218> +10002a12: d806 bhi.n 10002a22 <_vsnprintf+0x20a> +10002a14: 2858 cmp r0, #88 @ 0x58 +10002a16: d03d beq.n 10002a94 <_vsnprintf+0x27c> +10002a18: 2862 cmp r0, #98 @ 0x62 +10002a1a: d104 bne.n 10002a26 <_vsnprintf+0x20e> +10002a1c: 2302 movs r3, #2 +10002a1e: 469c mov ip, r3 +10002a20: e008 b.n 10002a34 <_vsnprintf+0x21c> +10002a22: 2878 cmp r0, #120 @ 0x78 +10002a24: d039 beq.n 10002a9a <_vsnprintf+0x282> +10002a26: 2310 movs r3, #16 +10002a28: 439f bics r7, r3 +10002a2a: 3b06 subs r3, #6 +10002a2c: 469c mov ip, r3 +10002a2e: e001 b.n 10002a34 <_vsnprintf+0x21c> +10002a30: 2308 movs r3, #8 +10002a32: 469c mov ip, r3 +10002a34: 2858 cmp r0, #88 @ 0x58 +10002a36: d033 beq.n 10002aa0 <_vsnprintf+0x288> +10002a38: 2869 cmp r0, #105 @ 0x69 +10002a3a: d003 beq.n 10002a44 <_vsnprintf+0x22c> +10002a3c: 2864 cmp r0, #100 @ 0x64 +10002a3e: d001 beq.n 10002a44 <_vsnprintf+0x22c> +10002a40: 220c movs r2, #12 +10002a42: 4397 bics r7, r2 +10002a44: 057a lsls r2, r7, #21 +10002a46: d501 bpl.n 10002a4c <_vsnprintf+0x234> +10002a48: 2201 movs r2, #1 +10002a4a: 4397 bics r7, r2 +10002a4c: 2869 cmp r0, #105 @ 0x69 +10002a4e: d02a beq.n 10002aa6 <_vsnprintf+0x28e> +10002a50: 2864 cmp r0, #100 @ 0x64 +10002a52: d028 beq.n 10002aa6 <_vsnprintf+0x28e> +10002a54: 05ba lsls r2, r7, #22 +10002a56: d500 bpl.n 10002a5a <_vsnprintf+0x242> +10002a58: e09f b.n 10002b9a <_vsnprintf+0x382> +10002a5a: 05fa lsls r2, r7, #23 +10002a5c: d500 bpl.n 10002a60 <_vsnprintf+0x248> +10002a5e: e0c1 b.n 10002be4 <_vsnprintf+0x3cc> +10002a60: 067a lsls r2, r7, #25 +10002a62: d400 bmi.n 10002a66 <_vsnprintf+0x24e> +10002a64: e0d3 b.n 10002c0e <_vsnprintf+0x3f6> +10002a66: 9a1c ldr r2, [sp, #112] @ 0x70 +10002a68: 1d11 adds r1, r2, #4 +10002a6a: 911c str r1, [sp, #112] @ 0x70 +10002a6c: 6811 ldr r1, [r2, #0] +10002a6e: 22ff movs r2, #255 @ 0xff +10002a70: 400a ands r2, r1 +10002a72: 9705 str r7, [sp, #20] +10002a74: 9b0b ldr r3, [sp, #44] @ 0x2c +10002a76: 9304 str r3, [sp, #16] +10002a78: 9403 str r4, [sp, #12] +10002a7a: 4663 mov r3, ip +10002a7c: 9302 str r3, [sp, #8] +10002a7e: 2300 movs r3, #0 +10002a80: 9301 str r3, [sp, #4] +10002a82: 9200 str r2, [sp, #0] +10002a84: 465b mov r3, fp +10002a86: 002a movs r2, r5 +10002a88: 4641 mov r1, r8 +10002a8a: 0030 movs r0, r6 +10002a8c: f7ff fa25 bl 10001eda <_ntoa_long> +10002a90: 0005 movs r5, r0 +10002a92: e027 b.n 10002ae4 <_vsnprintf+0x2cc> +10002a94: 2310 movs r3, #16 +10002a96: 469c mov ip, r3 +10002a98: e7cc b.n 10002a34 <_vsnprintf+0x21c> +10002a9a: 2310 movs r3, #16 +10002a9c: 469c mov ip, r3 +10002a9e: e7c9 b.n 10002a34 <_vsnprintf+0x21c> +10002aa0: 2220 movs r2, #32 +10002aa2: 4317 orrs r7, r2 +10002aa4: e7c8 b.n 10002a38 <_vsnprintf+0x220> +10002aa6: 05ba lsls r2, r7, #22 +10002aa8: d420 bmi.n 10002aec <_vsnprintf+0x2d4> +10002aaa: 05fa lsls r2, r7, #23 +10002aac: d450 bmi.n 10002b50 <_vsnprintf+0x338> +10002aae: 067a lsls r2, r7, #25 +10002ab0: d566 bpl.n 10002b80 <_vsnprintf+0x368> +10002ab2: 9a1c ldr r2, [sp, #112] @ 0x70 +10002ab4: 1d11 adds r1, r2, #4 +10002ab6: 911c str r1, [sp, #112] @ 0x70 +10002ab8: 6811 ldr r1, [r2, #0] +10002aba: 22ff movs r2, #255 @ 0xff +10002abc: 400a ands r2, r1 +10002abe: 17d0 asrs r0, r2, #31 +10002ac0: 1811 adds r1, r2, r0 +10002ac2: 4041 eors r1, r0 +10002ac4: 9705 str r7, [sp, #20] +10002ac6: 9b0b ldr r3, [sp, #44] @ 0x2c +10002ac8: 9304 str r3, [sp, #16] +10002aca: 9403 str r4, [sp, #12] +10002acc: 4663 mov r3, ip +10002ace: 9302 str r3, [sp, #8] +10002ad0: 0fd2 lsrs r2, r2, #31 +10002ad2: 9201 str r2, [sp, #4] +10002ad4: 9100 str r1, [sp, #0] +10002ad6: 465b mov r3, fp +10002ad8: 002a movs r2, r5 +10002ada: 4641 mov r1, r8 +10002adc: 0030 movs r0, r6 +10002ade: f7ff f9fc bl 10001eda <_ntoa_long> +10002ae2: 0005 movs r5, r0 +10002ae4: 9b11 ldr r3, [sp, #68] @ 0x44 +10002ae6: 3301 adds r3, #1 +10002ae8: 9311 str r3, [sp, #68] @ 0x44 +10002aea: e6a5 b.n 10002838 <_vsnprintf+0x20> +10002aec: 9a1c ldr r2, [sp, #112] @ 0x70 +10002aee: 3207 adds r2, #7 +10002af0: 2107 movs r1, #7 +10002af2: 438a bics r2, r1 +10002af4: 0011 movs r1, r2 +10002af6: 3108 adds r1, #8 +10002af8: 911c str r1, [sp, #112] @ 0x70 +10002afa: 6811 ldr r1, [r2, #0] +10002afc: 6853 ldr r3, [r2, #4] +10002afe: 4699 mov r9, r3 +10002b00: 17db asrs r3, r3, #31 +10002b02: 930c str r3, [sp, #48] @ 0x30 +10002b04: 930d str r3, [sp, #52] @ 0x34 +10002b06: 9a0c ldr r2, [sp, #48] @ 0x30 +10002b08: 9b0d ldr r3, [sp, #52] @ 0x34 +10002b0a: 0010 movs r0, r2 +10002b0c: 4048 eors r0, r1 +10002b0e: 900e str r0, [sp, #56] @ 0x38 +10002b10: 464a mov r2, r9 +10002b12: 4053 eors r3, r2 +10002b14: 930f str r3, [sp, #60] @ 0x3c +10002b16: 980e ldr r0, [sp, #56] @ 0x38 +10002b18: 990f ldr r1, [sp, #60] @ 0x3c +10002b1a: 9a0c ldr r2, [sp, #48] @ 0x30 +10002b1c: 9b0d ldr r3, [sp, #52] @ 0x34 +10002b1e: 1a80 subs r0, r0, r2 +10002b20: 4199 sbcs r1, r3 +10002b22: 900e str r0, [sp, #56] @ 0x38 +10002b24: 910f str r1, [sp, #60] @ 0x3c +10002b26: 9708 str r7, [sp, #32] +10002b28: 9b0b ldr r3, [sp, #44] @ 0x2c +10002b2a: 9307 str r3, [sp, #28] +10002b2c: 9406 str r4, [sp, #24] +10002b2e: 4663 mov r3, ip +10002b30: 9304 str r3, [sp, #16] +10002b32: 2300 movs r3, #0 +10002b34: 9305 str r3, [sp, #20] +10002b36: 464b mov r3, r9 +10002b38: 0fda lsrs r2, r3, #31 +10002b3a: 9202 str r2, [sp, #8] +10002b3c: 9000 str r0, [sp, #0] +10002b3e: 9101 str r1, [sp, #4] +10002b40: 465b mov r3, fp +10002b42: 002a movs r2, r5 +10002b44: 4641 mov r1, r8 +10002b46: 0030 movs r0, r6 +10002b48: f7ff fa25 bl 10001f96 <_ntoa_long_long> +10002b4c: 0005 movs r5, r0 +10002b4e: e7c9 b.n 10002ae4 <_vsnprintf+0x2cc> +10002b50: 9a1c ldr r2, [sp, #112] @ 0x70 +10002b52: 1d11 adds r1, r2, #4 +10002b54: 911c str r1, [sp, #112] @ 0x70 +10002b56: 6812 ldr r2, [r2, #0] +10002b58: 17d0 asrs r0, r2, #31 +10002b5a: 1811 adds r1, r2, r0 +10002b5c: 4041 eors r1, r0 +10002b5e: 9705 str r7, [sp, #20] +10002b60: 9b0b ldr r3, [sp, #44] @ 0x2c +10002b62: 9304 str r3, [sp, #16] +10002b64: 9403 str r4, [sp, #12] +10002b66: 4663 mov r3, ip +10002b68: 9302 str r3, [sp, #8] +10002b6a: 0fd2 lsrs r2, r2, #31 +10002b6c: 9201 str r2, [sp, #4] +10002b6e: 9100 str r1, [sp, #0] +10002b70: 465b mov r3, fp +10002b72: 002a movs r2, r5 +10002b74: 4641 mov r1, r8 +10002b76: 0030 movs r0, r6 +10002b78: f7ff f9af bl 10001eda <_ntoa_long> +10002b7c: 0005 movs r5, r0 +10002b7e: e7b1 b.n 10002ae4 <_vsnprintf+0x2cc> +10002b80: 063a lsls r2, r7, #24 +10002b82: d505 bpl.n 10002b90 <_vsnprintf+0x378> +10002b84: 9a1c ldr r2, [sp, #112] @ 0x70 +10002b86: 1d11 adds r1, r2, #4 +10002b88: 911c str r1, [sp, #112] @ 0x70 +10002b8a: 2300 movs r3, #0 +10002b8c: 5ed2 ldrsh r2, [r2, r3] +10002b8e: e796 b.n 10002abe <_vsnprintf+0x2a6> +10002b90: 9a1c ldr r2, [sp, #112] @ 0x70 +10002b92: 1d11 adds r1, r2, #4 +10002b94: 911c str r1, [sp, #112] @ 0x70 +10002b96: 6812 ldr r2, [r2, #0] +10002b98: e791 b.n 10002abe <_vsnprintf+0x2a6> +10002b9a: 9a1c ldr r2, [sp, #112] @ 0x70 +10002b9c: 3207 adds r2, #7 +10002b9e: 2107 movs r1, #7 +10002ba0: 438a bics r2, r1 +10002ba2: 0011 movs r1, r2 +10002ba4: 3108 adds r1, #8 +10002ba6: 911c str r1, [sp, #112] @ 0x70 +10002ba8: 9708 str r7, [sp, #32] +10002baa: 9b0b ldr r3, [sp, #44] @ 0x2c +10002bac: 9307 str r3, [sp, #28] +10002bae: 9406 str r4, [sp, #24] +10002bb0: 4663 mov r3, ip +10002bb2: 9304 str r3, [sp, #16] +10002bb4: 2300 movs r3, #0 +10002bb6: 9305 str r3, [sp, #20] +10002bb8: 9302 str r3, [sp, #8] +10002bba: 6853 ldr r3, [r2, #4] +10002bbc: 6812 ldr r2, [r2, #0] +10002bbe: 9200 str r2, [sp, #0] +10002bc0: 9301 str r3, [sp, #4] +10002bc2: 465b mov r3, fp +10002bc4: 002a movs r2, r5 +10002bc6: 4641 mov r1, r8 +10002bc8: 0030 movs r0, r6 +10002bca: f7ff f9e4 bl 10001f96 <_ntoa_long_long> +10002bce: 0005 movs r5, r0 +10002bd0: e788 b.n 10002ae4 <_vsnprintf+0x2cc> +10002bd2: 46c0 nop @ (mov r8, r8) +10002bd4: 10004b7c .word 0x10004b7c +10002bd8: 10004bc0 .word 0x10004bc0 +10002bdc: 10004c0c .word 0x10004c0c +10002be0: 00009041 .word 0x00009041 +10002be4: 9a1c ldr r2, [sp, #112] @ 0x70 +10002be6: 1d11 adds r1, r2, #4 +10002be8: 911c str r1, [sp, #112] @ 0x70 +10002bea: 9705 str r7, [sp, #20] +10002bec: 9b0b ldr r3, [sp, #44] @ 0x2c +10002bee: 9304 str r3, [sp, #16] +10002bf0: 9403 str r4, [sp, #12] +10002bf2: 4663 mov r3, ip +10002bf4: 9302 str r3, [sp, #8] +10002bf6: 2300 movs r3, #0 +10002bf8: 9301 str r3, [sp, #4] +10002bfa: 6813 ldr r3, [r2, #0] +10002bfc: 9300 str r3, [sp, #0] +10002bfe: 465b mov r3, fp +10002c00: 002a movs r2, r5 +10002c02: 4641 mov r1, r8 +10002c04: 0030 movs r0, r6 +10002c06: f7ff f968 bl 10001eda <_ntoa_long> +10002c0a: 0005 movs r5, r0 +10002c0c: e76a b.n 10002ae4 <_vsnprintf+0x2cc> +10002c0e: 063a lsls r2, r7, #24 +10002c10: d506 bpl.n 10002c20 <_vsnprintf+0x408> +10002c12: 9a1c ldr r2, [sp, #112] @ 0x70 +10002c14: 1d11 adds r1, r2, #4 +10002c16: 911c str r1, [sp, #112] @ 0x70 +10002c18: 6812 ldr r2, [r2, #0] +10002c1a: 0412 lsls r2, r2, #16 +10002c1c: 0c12 lsrs r2, r2, #16 +10002c1e: e728 b.n 10002a72 <_vsnprintf+0x25a> +10002c20: 9a1c ldr r2, [sp, #112] @ 0x70 +10002c22: 1d11 adds r1, r2, #4 +10002c24: 911c str r1, [sp, #112] @ 0x70 +10002c26: 6812 ldr r2, [r2, #0] +10002c28: e723 b.n 10002a72 <_vsnprintf+0x25a> +10002c2a: 2846 cmp r0, #70 @ 0x46 +10002c2c: d019 beq.n 10002c62 <_vsnprintf+0x44a> +10002c2e: 9b1c ldr r3, [sp, #112] @ 0x70 +10002c30: 3307 adds r3, #7 +10002c32: 2207 movs r2, #7 +10002c34: 4393 bics r3, r2 +10002c36: 001a movs r2, r3 +10002c38: 3208 adds r2, #8 +10002c3a: 921c str r2, [sp, #112] @ 0x70 +10002c3c: 9704 str r7, [sp, #16] +10002c3e: 9a0b ldr r2, [sp, #44] @ 0x2c +10002c40: 9203 str r2, [sp, #12] +10002c42: 9402 str r4, [sp, #8] +10002c44: 681a ldr r2, [r3, #0] +10002c46: 685b ldr r3, [r3, #4] +10002c48: 9200 str r2, [sp, #0] +10002c4a: 9301 str r3, [sp, #4] +10002c4c: 465b mov r3, fp +10002c4e: 002a movs r2, r5 +10002c50: 4641 mov r1, r8 +10002c52: 0030 movs r0, r6 +10002c54: f7ff fc36 bl 100024c4 <_ftoa> +10002c58: 0005 movs r5, r0 +10002c5a: 9b11 ldr r3, [sp, #68] @ 0x44 +10002c5c: 3301 adds r3, #1 +10002c5e: 9311 str r3, [sp, #68] @ 0x44 +10002c60: e5ea b.n 10002838 <_vsnprintf+0x20> +10002c62: 2320 movs r3, #32 +10002c64: 431f orrs r7, r3 +10002c66: e7e2 b.n 10002c2e <_vsnprintf+0x416> +10002c68: 2867 cmp r0, #103 @ 0x67 +10002c6a: d001 beq.n 10002c70 <_vsnprintf+0x458> +10002c6c: 2847 cmp r0, #71 @ 0x47 +10002c6e: d102 bne.n 10002c76 <_vsnprintf+0x45e> +10002c70: 2380 movs r3, #128 @ 0x80 +10002c72: 011b lsls r3, r3, #4 +10002c74: 431f orrs r7, r3 +10002c76: 2845 cmp r0, #69 @ 0x45 +10002c78: d001 beq.n 10002c7e <_vsnprintf+0x466> +10002c7a: 2847 cmp r0, #71 @ 0x47 +10002c7c: d101 bne.n 10002c82 <_vsnprintf+0x46a> +10002c7e: 2320 movs r3, #32 +10002c80: 431f orrs r7, r3 +10002c82: 9b1c ldr r3, [sp, #112] @ 0x70 +10002c84: 3307 adds r3, #7 +10002c86: 2207 movs r2, #7 +10002c88: 4393 bics r3, r2 +10002c8a: 001a movs r2, r3 +10002c8c: 3208 adds r2, #8 +10002c8e: 921c str r2, [sp, #112] @ 0x70 +10002c90: 9704 str r7, [sp, #16] +10002c92: 9a0b ldr r2, [sp, #44] @ 0x2c +10002c94: 9203 str r2, [sp, #12] +10002c96: 9402 str r4, [sp, #8] +10002c98: 681a ldr r2, [r3, #0] +10002c9a: 685b ldr r3, [r3, #4] +10002c9c: 9200 str r2, [sp, #0] +10002c9e: 9301 str r3, [sp, #4] +10002ca0: 465b mov r3, fp +10002ca2: 002a movs r2, r5 +10002ca4: 4641 mov r1, r8 +10002ca6: 0030 movs r0, r6 +10002ca8: f7ff f9fc bl 100020a4 <_etoa> +10002cac: 0005 movs r5, r0 +10002cae: 9b11 ldr r3, [sp, #68] @ 0x44 +10002cb0: 3301 adds r3, #1 +10002cb2: 9311 str r3, [sp, #68] @ 0x44 +10002cb4: e5c0 b.n 10002838 <_vsnprintf+0x20> +10002cb6: 2302 movs r3, #2 +10002cb8: 001a movs r2, r3 +10002cba: 403a ands r2, r7 +10002cbc: 4691 mov r9, r2 +10002cbe: 423b tst r3, r7 +10002cc0: d01d beq.n 10002cfe <_vsnprintf+0x4e6> +10002cc2: 2401 movs r4, #1 +10002cc4: 9b1c ldr r3, [sp, #112] @ 0x70 +10002cc6: 1d1a adds r2, r3, #4 +10002cc8: 921c str r2, [sp, #112] @ 0x70 +10002cca: 1c6f adds r7, r5, #1 +10002ccc: 7818 ldrb r0, [r3, #0] +10002cce: 465b mov r3, fp +10002cd0: 002a movs r2, r5 +10002cd2: 4641 mov r1, r8 +10002cd4: 47b0 blx r6 +10002cd6: 464b mov r3, r9 +10002cd8: 2b00 cmp r3, #0 +10002cda: d114 bne.n 10002d06 <_vsnprintf+0x4ee> +10002cdc: 9b11 ldr r3, [sp, #68] @ 0x44 +10002cde: 3301 adds r3, #1 +10002ce0: 9311 str r3, [sp, #68] @ 0x44 +10002ce2: 003d movs r5, r7 +10002ce4: e5a8 b.n 10002838 <_vsnprintf+0x20> +10002ce6: 1c57 adds r7, r2, #1 +10002ce8: 465b mov r3, fp +10002cea: 4641 mov r1, r8 +10002cec: 2020 movs r0, #32 +10002cee: 47b0 blx r6 +10002cf0: 0023 movs r3, r4 +10002cf2: 003a movs r2, r7 +10002cf4: 1c5c adds r4, r3, #1 +10002cf6: 429d cmp r5, r3 +10002cf8: d8f5 bhi.n 10002ce6 <_vsnprintf+0x4ce> +10002cfa: 0015 movs r5, r2 +10002cfc: e7e2 b.n 10002cc4 <_vsnprintf+0x4ac> +10002cfe: 2301 movs r3, #1 +10002d00: 002a movs r2, r5 +10002d02: 9d0b ldr r5, [sp, #44] @ 0x2c +10002d04: e7f6 b.n 10002cf4 <_vsnprintf+0x4dc> +10002d06: 003a movs r2, r7 +10002d08: 46b1 mov r9, r6 +10002d0a: 9e0b ldr r6, [sp, #44] @ 0x2c +10002d0c: e006 b.n 10002d1c <_vsnprintf+0x504> +10002d0e: 1c57 adds r7, r2, #1 +10002d10: 465b mov r3, fp +10002d12: 4641 mov r1, r8 +10002d14: 2020 movs r0, #32 +10002d16: 47c8 blx r9 +10002d18: 002c movs r4, r5 +10002d1a: 003a movs r2, r7 +10002d1c: 1c65 adds r5, r4, #1 +10002d1e: 42a6 cmp r6, r4 +10002d20: d8f5 bhi.n 10002d0e <_vsnprintf+0x4f6> +10002d22: 0017 movs r7, r2 +10002d24: 464e mov r6, r9 +10002d26: e7d9 b.n 10002cdc <_vsnprintf+0x4c4> +10002d28: 3301 adds r3, #1 +10002d2a: 000a movs r2, r1 +10002d2c: 7819 ldrb r1, [r3, #0] +10002d2e: 2900 cmp r1, #0 +10002d30: d002 beq.n 10002d38 <_vsnprintf+0x520> +10002d32: 1e51 subs r1, r2, #1 +10002d34: 2a00 cmp r2, #0 +10002d36: d1f7 bne.n 10002d28 <_vsnprintf+0x510> +10002d38: 4652 mov r2, sl +10002d3a: 1a9b subs r3, r3, r2 +10002d3c: 2280 movs r2, #128 @ 0x80 +10002d3e: 00d2 lsls r2, r2, #3 +10002d40: 0039 movs r1, r7 +10002d42: 4011 ands r1, r2 +10002d44: 4689 mov r9, r1 +10002d46: 4217 tst r7, r2 +10002d48: d002 beq.n 10002d50 <_vsnprintf+0x538> +10002d4a: 42a3 cmp r3, r4 +10002d4c: d900 bls.n 10002d50 <_vsnprintf+0x538> +10002d4e: 0023 movs r3, r4 +10002d50: 2202 movs r2, #2 +10002d52: 0011 movs r1, r2 +10002d54: 4039 ands r1, r7 +10002d56: 9110 str r1, [sp, #64] @ 0x40 +10002d58: 423a tst r2, r7 +10002d5a: d009 beq.n 10002d70 <_vsnprintf+0x558> +10002d5c: 002a movs r2, r5 +10002d5e: 0025 movs r5, r4 +10002d60: 4657 mov r7, sl +10002d62: 469a mov sl, r3 +10002d64: 0033 movs r3, r6 +10002d66: 464e mov r6, r9 +10002d68: 4699 mov r9, r3 +10002d6a: e021 b.n 10002db0 <_vsnprintf+0x598> +10002d6c: 0022 movs r2, r4 +10002d6e: e64c b.n 10002a0a <_vsnprintf+0x1f2> +10002d70: 002a movs r2, r5 +10002d72: 4645 mov r5, r8 +10002d74: 46a0 mov r8, r4 +10002d76: e006 b.n 10002d86 <_vsnprintf+0x56e> +10002d78: 1c54 adds r4, r2, #1 +10002d7a: 465b mov r3, fp +10002d7c: 0029 movs r1, r5 +10002d7e: 2020 movs r0, #32 +10002d80: 47b0 blx r6 +10002d82: 003b movs r3, r7 +10002d84: 0022 movs r2, r4 +10002d86: 1c5f adds r7, r3, #1 +10002d88: 990b ldr r1, [sp, #44] @ 0x2c +10002d8a: 4299 cmp r1, r3 +10002d8c: d8f4 bhi.n 10002d78 <_vsnprintf+0x560> +10002d8e: 4644 mov r4, r8 +10002d90: 46a8 mov r8, r5 +10002d92: 003b movs r3, r7 +10002d94: 0025 movs r5, r4 +10002d96: 4657 mov r7, sl +10002d98: 469a mov sl, r3 +10002d9a: 0033 movs r3, r6 +10002d9c: 464e mov r6, r9 +10002d9e: 4699 mov r9, r3 +10002da0: e006 b.n 10002db0 <_vsnprintf+0x598> +10002da2: 001d movs r5, r3 +10002da4: 3701 adds r7, #1 +10002da6: 1c54 adds r4, r2, #1 +10002da8: 465b mov r3, fp +10002daa: 4641 mov r1, r8 +10002dac: 47c8 blx r9 +10002dae: 0022 movs r2, r4 +10002db0: 7838 ldrb r0, [r7, #0] +10002db2: 2800 cmp r0, #0 +10002db4: d004 beq.n 10002dc0 <_vsnprintf+0x5a8> +10002db6: 2e00 cmp r6, #0 +10002db8: d0f4 beq.n 10002da4 <_vsnprintf+0x58c> +10002dba: 1e6b subs r3, r5, #1 +10002dbc: 2d00 cmp r5, #0 +10002dbe: d1f0 bne.n 10002da2 <_vsnprintf+0x58a> +10002dc0: 0015 movs r5, r2 +10002dc2: 4653 mov r3, sl +10002dc4: 464e mov r6, r9 +10002dc6: 9a10 ldr r2, [sp, #64] @ 0x40 +10002dc8: 2a00 cmp r2, #0 +10002dca: d103 bne.n 10002dd4 <_vsnprintf+0x5bc> +10002dcc: 9b11 ldr r3, [sp, #68] @ 0x44 +10002dce: 3301 adds r3, #1 +10002dd0: 9311 str r3, [sp, #68] @ 0x44 +10002dd2: e531 b.n 10002838 <_vsnprintf+0x20> +10002dd4: 9f0b ldr r7, [sp, #44] @ 0x2c +10002dd6: 002a movs r2, r5 +10002dd8: e006 b.n 10002de8 <_vsnprintf+0x5d0> +10002dda: 1c55 adds r5, r2, #1 +10002ddc: 465b mov r3, fp +10002dde: 4641 mov r1, r8 +10002de0: 2020 movs r0, #32 +10002de2: 47b0 blx r6 +10002de4: 0023 movs r3, r4 +10002de6: 002a movs r2, r5 +10002de8: 1c5c adds r4, r3, #1 +10002dea: 429f cmp r7, r3 +10002dec: d8f5 bhi.n 10002dda <_vsnprintf+0x5c2> +10002dee: 0015 movs r5, r2 +10002df0: e7ec b.n 10002dcc <_vsnprintf+0x5b4> +10002df2: 2321 movs r3, #33 @ 0x21 +10002df4: 433b orrs r3, r7 +10002df6: 9a1c ldr r2, [sp, #112] @ 0x70 +10002df8: 1d11 adds r1, r2, #4 +10002dfa: 911c str r1, [sp, #112] @ 0x70 +10002dfc: 6812 ldr r2, [r2, #0] +10002dfe: 9305 str r3, [sp, #20] +10002e00: 2308 movs r3, #8 +10002e02: 9304 str r3, [sp, #16] +10002e04: 9403 str r4, [sp, #12] +10002e06: 3308 adds r3, #8 +10002e08: 9302 str r3, [sp, #8] +10002e0a: 2300 movs r3, #0 +10002e0c: 9301 str r3, [sp, #4] +10002e0e: 9200 str r2, [sp, #0] +10002e10: 465b mov r3, fp +10002e12: 002a movs r2, r5 +10002e14: 4641 mov r1, r8 +10002e16: 0030 movs r0, r6 +10002e18: f7ff f85f bl 10001eda <_ntoa_long> +10002e1c: 0005 movs r5, r0 +10002e1e: 9b11 ldr r3, [sp, #68] @ 0x44 +10002e20: 3301 adds r3, #1 +10002e22: 9311 str r3, [sp, #68] @ 0x44 +10002e24: e508 b.n 10002838 <_vsnprintf+0x20> +10002e26: 1c6c adds r4, r5, #1 +10002e28: 465b mov r3, fp +10002e2a: 002a movs r2, r5 +10002e2c: 4641 mov r1, r8 +10002e2e: 2025 movs r0, #37 @ 0x25 +10002e30: 47b0 blx r6 +10002e32: 9b11 ldr r3, [sp, #68] @ 0x44 +10002e34: 3301 adds r3, #1 +10002e36: 9311 str r3, [sp, #68] @ 0x44 +10002e38: 0025 movs r5, r4 +10002e3a: e4fd b.n 10002838 <_vsnprintf+0x20> +10002e3c: 1c6c adds r4, r5, #1 +10002e3e: 465b mov r3, fp +10002e40: 002a movs r2, r5 +10002e42: 4641 mov r1, r8 +10002e44: 47b0 blx r6 +10002e46: 9b11 ldr r3, [sp, #68] @ 0x44 +10002e48: 3301 adds r3, #1 +10002e4a: 9311 str r3, [sp, #68] @ 0x44 +10002e4c: 0025 movs r5, r4 +10002e4e: e4f3 b.n 10002838 <_vsnprintf+0x20> +10002e50: 4b0a ldr r3, [pc, #40] @ (10002e7c <_vsnprintf+0x664>) +10002e52: 469a mov sl, r3 +10002e54: e4ee b.n 10002834 <_vsnprintf+0x1c> +10002e56: 46b2 mov sl, r6 +10002e58: 455d cmp r5, fp +10002e5a: d30d bcc.n 10002e78 <_vsnprintf+0x660> +10002e5c: 465b mov r3, fp +10002e5e: 1e5a subs r2, r3, #1 +10002e60: 465b mov r3, fp +10002e62: 4641 mov r1, r8 +10002e64: 2000 movs r0, #0 +10002e66: 47d0 blx sl +10002e68: 0028 movs r0, r5 +10002e6a: b013 add sp, #76 @ 0x4c +10002e6c: bcf0 pop {r4, r5, r6, r7} +10002e6e: 46bb mov fp, r7 +10002e70: 46b2 mov sl, r6 +10002e72: 46a9 mov r9, r5 +10002e74: 46a0 mov r8, r4 +10002e76: bdf0 pop {r4, r5, r6, r7, pc} +10002e78: 002a movs r2, r5 +10002e7a: e7f1 b.n 10002e60 <_vsnprintf+0x648> +10002e7c: 10001ce9 .word 0x10001ce9 + +10002e80 : +10002e80: b500 push {lr} +10002e82: b085 sub sp, #20 +10002e84: 9002 str r0, [sp, #8] +10002e86: 9103 str r1, [sp, #12] +10002e88: 2101 movs r1, #1 +10002e8a: 4804 ldr r0, [pc, #16] @ (10002e9c ) +10002e8c: 9300 str r3, [sp, #0] +10002e8e: 0013 movs r3, r2 +10002e90: 424a negs r2, r1 +10002e92: a902 add r1, sp, #8 +10002e94: f7ff fcc0 bl 10002818 <_vsnprintf> +10002e98: b005 add sp, #20 +10002e9a: bd00 pop {pc} +10002e9c: 10001ceb .word 0x10001ceb + +10002ea0 <__aeabi_bits_init>: +10002ea0: 4801 ldr r0, [pc, #4] @ (10002ea8 <__aeabi_bits_init+0x8>) +10002ea2: 2104 movs r1, #4 +10002ea4: 4b01 ldr r3, [pc, #4] @ (10002eac <__aeabi_bits_init+0xc>) +10002ea6: 4718 bx r3 +10002ea8: 200002b0 .word 0x200002b0 +10002eac: 10002ed1 .word 0x10002ed1 + +10002eb0 : +10002eb0: b510 push {r4, lr} +10002eb2: 0001 movs r1, r0 +10002eb4: 2318 movs r3, #24 +10002eb6: 881b ldrh r3, [r3, #0] +10002eb8: 2214 movs r2, #20 +10002eba: 8810 ldrh r0, [r2, #0] +10002ebc: 4798 blx r3 +10002ebe: bd10 pop {r4, pc} + +10002ec0 : +10002ec0: b510 push {r4, lr} +10002ec2: 0001 movs r1, r0 +10002ec4: 2318 movs r3, #24 +10002ec6: 881b ldrh r3, [r3, #0] +10002ec8: 2216 movs r2, #22 +10002eca: 8810 ldrh r0, [r2, #0] +10002ecc: 4798 blx r3 +10002ece: bd10 pop {r4, pc} + +10002ed0 : +10002ed0: b5f0 push {r4, r5, r6, r7, lr} +10002ed2: 46c6 mov lr, r8 +10002ed4: b500 push {lr} +10002ed6: 0007 movs r7, r0 +10002ed8: 000e movs r6, r1 +10002eda: 2500 movs r5, #0 +10002edc: 2301 movs r3, #1 +10002ede: 4698 mov r8, r3 +10002ee0: e000 b.n 10002ee4 +10002ee2: 3501 adds r5, #1 +10002ee4: 42b5 cmp r5, r6 +10002ee6: d20a bcs.n 10002efe +10002ee8: 00ac lsls r4, r5, #2 +10002eea: 193c adds r4, r7, r4 +10002eec: 6820 ldr r0, [r4, #0] +10002eee: f7ff ffdf bl 10002eb0 +10002ef2: 6020 str r0, [r4, #0] +10002ef4: 2800 cmp r0, #0 +10002ef6: d1f4 bne.n 10002ee2 +10002ef8: 2300 movs r3, #0 +10002efa: 4698 mov r8, r3 +10002efc: e7f1 b.n 10002ee2 +10002efe: 4640 mov r0, r8 +10002f00: bc80 pop {r7} +10002f02: 46b8 mov r8, r7 +10002f04: bdf0 pop {r4, r5, r6, r7, pc} + ... + +10002f08 <__wrap___aeabi_idiv>: +10002f08: 4a12 ldr r2, [pc, #72] @ (10002f54 ) +10002f0a: 6f93 ldr r3, [r2, #120] @ 0x78 +10002f0c: 089b lsrs r3, r3, #2 +10002f0e: d215 bcs.n 10002f3c + +10002f10 : +10002f10: 6690 str r0, [r2, #104] @ 0x68 +10002f12: 66d1 str r1, [r2, #108] @ 0x6c +10002f14: 2900 cmp r1, #0 +10002f16: d005 beq.n 10002f24 +10002f18: e7ff b.n 10002f1a +10002f1a: e7ff b.n 10002f1c +10002f1c: e7ff b.n 10002f1e +10002f1e: 6f51 ldr r1, [r2, #116] @ 0x74 +10002f20: 6f10 ldr r0, [r2, #112] @ 0x70 +10002f22: 4770 bx lr +10002f24: b504 push {r2, lr} +10002f26: 2180 movs r1, #128 @ 0x80 +10002f28: 0609 lsls r1, r1, #24 +10002f2a: 17c2 asrs r2, r0, #31 +10002f2c: 4051 eors r1, r2 +10002f2e: 2800 cmp r0, #0 +10002f30: d000 beq.n 10002f34 +10002f32: 43c8 mvns r0, r1 +10002f34: f001 f8d0 bl 100040d8 <____aeabi_idiv0_veneer> +10002f38: 2100 movs r1, #0 +10002f3a: bd04 pop {r2, pc} + +10002f3c : +10002f3c: b5f0 push {r4, r5, r6, r7, lr} +10002f3e: 6e14 ldr r4, [r2, #96] @ 0x60 +10002f40: 6e55 ldr r5, [r2, #100] @ 0x64 +10002f42: 6f57 ldr r7, [r2, #116] @ 0x74 +10002f44: 6f16 ldr r6, [r2, #112] @ 0x70 +10002f46: f7ff ffe3 bl 10002f10 +10002f4a: 6614 str r4, [r2, #96] @ 0x60 +10002f4c: 6655 str r5, [r2, #100] @ 0x64 +10002f4e: 6757 str r7, [r2, #116] @ 0x74 +10002f50: 6716 str r6, [r2, #112] @ 0x70 +10002f52: bdf0 pop {r4, r5, r6, r7, pc} +10002f54: d0000000 .word 0xd0000000 + +10002f58 <__wrap___aeabi_uidiv>: +10002f58: 4a11 ldr r2, [pc, #68] @ (10002fa0 ) +10002f5a: 6f93 ldr r3, [r2, #120] @ 0x78 +10002f5c: 089b lsrs r3, r3, #2 +10002f5e: d213 bcs.n 10002f88 + +10002f60 : +10002f60: 6610 str r0, [r2, #96] @ 0x60 +10002f62: 6651 str r1, [r2, #100] @ 0x64 +10002f64: 2900 cmp r1, #0 +10002f66: d005 beq.n 10002f74 +10002f68: e7ff b.n 10002f6a +10002f6a: e7ff b.n 10002f6c +10002f6c: e7ff b.n 10002f6e +10002f6e: 6f51 ldr r1, [r2, #116] @ 0x74 +10002f70: 6f10 ldr r0, [r2, #112] @ 0x70 +10002f72: 4770 bx lr +10002f74: b504 push {r2, lr} +10002f76: 2800 cmp r0, #0 +10002f78: d001 beq.n 10002f7e +10002f7a: 2000 movs r0, #0 +10002f7c: 43c0 mvns r0, r0 +10002f7e: f001 f8ab bl 100040d8 <____aeabi_idiv0_veneer> +10002f82: 2100 movs r1, #0 +10002f84: bd04 pop {r2, pc} +10002f86: 46c0 nop @ (mov r8, r8) + +10002f88 : +10002f88: b5f0 push {r4, r5, r6, r7, lr} +10002f8a: 6e14 ldr r4, [r2, #96] @ 0x60 +10002f8c: 6e55 ldr r5, [r2, #100] @ 0x64 +10002f8e: 6f57 ldr r7, [r2, #116] @ 0x74 +10002f90: 6f16 ldr r6, [r2, #112] @ 0x70 +10002f92: f7ff ffe5 bl 10002f60 +10002f96: 6614 str r4, [r2, #96] @ 0x60 +10002f98: 6655 str r5, [r2, #100] @ 0x64 +10002f9a: 6757 str r7, [r2, #116] @ 0x74 +10002f9c: 6716 str r6, [r2, #112] @ 0x70 +10002f9e: bdf0 pop {r4, r5, r6, r7, pc} +10002fa0: d0000000 .word 0xd0000000 + +10002fa4 <__wrap___aeabi_ldivmod>: +10002fa4: 4694 mov ip, r2 +10002fa6: 4a4a ldr r2, [pc, #296] @ (100030d0 ) +10002fa8: 6f92 ldr r2, [r2, #120] @ 0x78 +10002faa: 0892 lsrs r2, r2, #2 +10002fac: 4662 mov r2, ip +10002fae: d201 bcs.n 10002fb4 +10002fb0: e028 b.n 10003004 +10002fb2: 46c0 nop @ (mov r8, r8) + +10002fb4 : +10002fb4: b5f0 push {r4, r5, r6, r7, lr} +10002fb6: 4e46 ldr r6, [pc, #280] @ (100030d0 ) +10002fb8: 6e34 ldr r4, [r6, #96] @ 0x60 +10002fba: 6e75 ldr r5, [r6, #100] @ 0x64 +10002fbc: 6f77 ldr r7, [r6, #116] @ 0x74 +10002fbe: 6f36 ldr r6, [r6, #112] @ 0x70 +10002fc0: f000 f820 bl 10003004 +10002fc4: 4694 mov ip, r2 +10002fc6: 4a42 ldr r2, [pc, #264] @ (100030d0 ) +10002fc8: 6614 str r4, [r2, #96] @ 0x60 +10002fca: 6655 str r5, [r2, #100] @ 0x64 +10002fcc: 6757 str r7, [r2, #116] @ 0x74 +10002fce: 6716 str r6, [r2, #112] @ 0x70 +10002fd0: 4662 mov r2, ip +10002fd2: bdf0 pop {r4, r5, r6, r7, pc} + +10002fd4 <__wrap___aeabi_uldivmod>: +10002fd4: 4694 mov ip, r2 +10002fd6: 4a3e ldr r2, [pc, #248] @ (100030d0 ) +10002fd8: 6f92 ldr r2, [r2, #120] @ 0x78 +10002fda: 0892 lsrs r2, r2, #2 +10002fdc: 4662 mov r2, ip +10002fde: d201 bcs.n 10002fe4 +10002fe0: e054 b.n 1000308c +10002fe2: 46c0 nop @ (mov r8, r8) + +10002fe4 : +10002fe4: b5f0 push {r4, r5, r6, r7, lr} +10002fe6: 4e3a ldr r6, [pc, #232] @ (100030d0 ) +10002fe8: 6e34 ldr r4, [r6, #96] @ 0x60 +10002fea: 6e75 ldr r5, [r6, #100] @ 0x64 +10002fec: 6f77 ldr r7, [r6, #116] @ 0x74 +10002fee: 6f36 ldr r6, [r6, #112] @ 0x70 +10002ff0: f000 f84c bl 1000308c +10002ff4: 4694 mov ip, r2 +10002ff6: 4a36 ldr r2, [pc, #216] @ (100030d0 ) +10002ff8: 6614 str r4, [r2, #96] @ 0x60 +10002ffa: 6655 str r5, [r2, #100] @ 0x64 +10002ffc: 6757 str r7, [r2, #116] @ 0x74 +10002ffe: 6716 str r6, [r2, #112] @ 0x70 +10003000: 4662 mov r2, ip +10003002: bdf0 pop {r4, r5, r6, r7, pc} + +10003004 : +10003004: 2b00 cmp r3, #0 +10003006: db24 blt.n 10003052 +10003008: d011 beq.n 1000302e +1000300a: 2900 cmp r1, #0 +1000300c: da3e bge.n 1000308c +1000300e: b500 push {lr} +10003010: 43c9 mvns r1, r1 +10003012: 4240 negs r0, r0 +10003014: d100 bne.n 10003018 +10003016: 3101 adds r1, #1 + +10003018 : +10003018: f000 f838 bl 1000308c +1000301c: 43c9 mvns r1, r1 +1000301e: 4240 negs r0, r0 +10003020: d100 bne.n 10003024 +10003022: 3101 adds r1, #1 + +10003024 : +10003024: 43db mvns r3, r3 +10003026: 4252 negs r2, r2 +10003028: d100 bne.n 1000302c +1000302a: 3301 adds r3, #1 + +1000302c : +1000302c: bd00 pop {pc} +1000302e: 2a00 cmp r2, #0 +10003030: d1eb bne.n 1000300a +10003032: 2800 cmp r0, #0 +10003034: d101 bne.n 1000303a +10003036: 2900 cmp r1, #0 +10003038: d005 beq.n 10003046 +1000303a: 2000 movs r0, #0 +1000303c: 0fc9 lsrs r1, r1, #31 +1000303e: 07c9 lsls r1, r1, #31 +10003040: d101 bne.n 10003046 +10003042: 43c0 mvns r0, r0 +10003044: 0841 lsrs r1, r0, #1 +10003046: b500 push {lr} +10003048: f001 f83e bl 100040c8 <____aeabi_ldiv0_veneer> +1000304c: 2200 movs r2, #0 +1000304e: 2300 movs r3, #0 +10003050: bd00 pop {pc} +10003052: b500 push {lr} +10003054: 2900 cmp r1, #0 +10003056: db0a blt.n 1000306e +10003058: 43db mvns r3, r3 +1000305a: 4252 negs r2, r2 +1000305c: d100 bne.n 10003060 +1000305e: 3301 adds r3, #1 + +10003060 : +10003060: f000 f814 bl 1000308c +10003064: 43c9 mvns r1, r1 +10003066: 4240 negs r0, r0 +10003068: d100 bne.n 1000306c +1000306a: 3101 adds r1, #1 + +1000306c : +1000306c: bd00 pop {pc} +1000306e: 43c9 mvns r1, r1 +10003070: 4240 negs r0, r0 +10003072: d100 bne.n 10003076 +10003074: 3101 adds r1, #1 + +10003076 : +10003076: 43db mvns r3, r3 +10003078: 4252 negs r2, r2 +1000307a: d100 bne.n 1000307e +1000307c: 3301 adds r3, #1 + +1000307e : +1000307e: f000 f805 bl 1000308c +10003082: 43db mvns r3, r3 +10003084: 4252 negs r2, r2 +10003086: d100 bne.n 1000308a +10003088: 3301 adds r3, #1 + +1000308a : +1000308a: bd00 pop {pc} + +1000308c : +1000308c: 2900 cmp r1, #0 +1000308e: d123 bne.n 100030d8 +10003090: 2b00 cmp r3, #0 +10003092: d118 bne.n 100030c6 +10003094: 2a00 cmp r2, #0 +10003096: d00c beq.n 100030b2 +10003098: 46bc mov ip, r7 +1000309a: 4f0d ldr r7, [pc, #52] @ (100030d0 ) +1000309c: 6638 str r0, [r7, #96] @ 0x60 +1000309e: 667a str r2, [r7, #100] @ 0x64 +100030a0: 2100 movs r1, #0 +100030a2: 2300 movs r3, #0 +100030a4: e7ff b.n 100030a6 +100030a6: e7ff b.n 100030a8 +100030a8: e7ff b.n 100030aa +100030aa: 6f7a ldr r2, [r7, #116] @ 0x74 +100030ac: 6f38 ldr r0, [r7, #112] @ 0x70 +100030ae: 4667 mov r7, ip +100030b0: 4770 bx lr +100030b2: 2800 cmp r0, #0 +100030b4: d001 beq.n 100030ba + +100030b6 : +100030b6: 4807 ldr r0, [pc, #28] @ (100030d4 ) +100030b8: 0001 movs r1, r0 +100030ba: b500 push {lr} +100030bc: f001 f804 bl 100040c8 <____aeabi_ldiv0_veneer> +100030c0: 2200 movs r2, #0 +100030c2: 2300 movs r3, #0 +100030c4: bd00 pop {pc} +100030c6: 0002 movs r2, r0 +100030c8: 000b movs r3, r1 +100030ca: 2000 movs r0, #0 +100030cc: 2100 movs r1, #0 +100030ce: 4770 bx lr +100030d0: d0000000 .word 0xd0000000 +100030d4: ffffffff .word 0xffffffff + +100030d8 : +100030d8: 2b00 cmp r3, #0 +100030da: d000 beq.n 100030de +100030dc: e0bf b.n 1000325e +100030de: 0c13 lsrs r3, r2, #16 +100030e0: d128 bne.n 10003134 +100030e2: 2a00 cmp r2, #0 +100030e4: d0e7 beq.n 100030b6 +100030e6: b480 push {r7} +100030e8: 4f11 ldr r7, [pc, #68] @ (10003130 ) +100030ea: 6639 str r1, [r7, #96] @ 0x60 +100030ec: 667a str r2, [r7, #100] @ 0x64 +100030ee: e7ff b.n 100030f0 +100030f0: e7ff b.n 100030f2 +100030f2: b430 push {r4, r5} +100030f4: 0c04 lsrs r4, r0, #16 +100030f6: 6f7b ldr r3, [r7, #116] @ 0x74 +100030f8: 6f39 ldr r1, [r7, #112] @ 0x70 +100030fa: 041b lsls r3, r3, #16 +100030fc: 4323 orrs r3, r4 +100030fe: 663b str r3, [r7, #96] @ 0x60 +10003100: 667a str r2, [r7, #100] @ 0x64 +10003102: e7ff b.n 10003104 +10003104: e7ff b.n 10003106 +10003106: e7ff b.n 10003108 +10003108: 46c0 nop @ (mov r8, r8) +1000310a: b284 uxth r4, r0 +1000310c: 6f7b ldr r3, [r7, #116] @ 0x74 +1000310e: 6f3d ldr r5, [r7, #112] @ 0x70 +10003110: 041b lsls r3, r3, #16 +10003112: 4323 orrs r3, r4 +10003114: 663b str r3, [r7, #96] @ 0x60 +10003116: 667a str r2, [r7, #100] @ 0x64 +10003118: e7ff b.n 1000311a +1000311a: e7ff b.n 1000311c +1000311c: 46c0 nop @ (mov r8, r8) +1000311e: 2300 movs r3, #0 +10003120: 042c lsls r4, r5, #16 +10003122: 0c2d lsrs r5, r5, #16 +10003124: 6f7a ldr r2, [r7, #116] @ 0x74 +10003126: 6f38 ldr r0, [r7, #112] @ 0x70 +10003128: 1900 adds r0, r0, r4 +1000312a: 4169 adcs r1, r5 +1000312c: bcb0 pop {r4, r5, r7} +1000312e: 4770 bx lr +10003130: d0000000 .word 0xd0000000 + +10003134 : +10003134: b5f0 push {r4, r5, r6, r7, lr} +10003136: 4694 mov ip, r2 +10003138: 2500 movs r5, #0 +1000313a: 0e14 lsrs r4, r2, #24 +1000313c: d101 bne.n 10003142 +1000313e: 0212 lsls r2, r2, #8 +10003140: 3508 adds r5, #8 +10003142: 0f14 lsrs r4, r2, #28 +10003144: d101 bne.n 1000314a +10003146: 0112 lsls r2, r2, #4 +10003148: 3504 adds r5, #4 +1000314a: 0f94 lsrs r4, r2, #30 +1000314c: d101 bne.n 10003152 +1000314e: 0092 lsls r2, r2, #2 +10003150: 3502 adds r5, #2 +10003152: 0fd4 lsrs r4, r2, #31 +10003154: d101 bne.n 1000315a +10003156: 0052 lsls r2, r2, #1 +10003158: 3501 adds r5, #1 +1000315a: 0bd4 lsrs r4, r2, #15 +1000315c: 3401 adds r4, #1 +1000315e: 4f25 ldr r7, [pc, #148] @ (100031f4 ) +10003160: 667c str r4, [r7, #100] @ 0x64 +10003162: 4c25 ldr r4, [pc, #148] @ (100031f8 ) +10003164: 663c str r4, [r7, #96] @ 0x60 +10003166: 0c0e lsrs r6, r1, #16 +10003168: b293 uxth r3, r2 +1000316a: e7ff b.n 1000316c +1000316c: e7ff b.n 1000316e +1000316e: e7ff b.n 10003170 +10003170: 6f3c ldr r4, [r7, #112] @ 0x70 +10003172: 4366 muls r6, r4 +10003174: 0c36 lsrs r6, r6, #16 +10003176: 0377 lsls r7, r6, #13 +10003178: 46be mov lr, r7 +1000317a: 4373 muls r3, r6 +1000317c: 0bdf lsrs r7, r3, #15 +1000317e: 045b lsls r3, r3, #17 +10003180: 1ac0 subs r0, r0, r3 +10003182: 41b9 sbcs r1, r7 +10003184: 0c13 lsrs r3, r2, #16 +10003186: 4373 muls r3, r6 +10003188: 18db adds r3, r3, r3 +1000318a: 1ac9 subs r1, r1, r3 +1000318c: 08ce lsrs r6, r1, #3 +1000318e: 4366 muls r6, r4 +10003190: 0c36 lsrs r6, r6, #16 +10003192: 44b6 add lr, r6 +10003194: b293 uxth r3, r2 +10003196: 4373 muls r3, r6 +10003198: 0f1f lsrs r7, r3, #28 +1000319a: 011b lsls r3, r3, #4 +1000319c: 1ac0 subs r0, r0, r3 +1000319e: 41b9 sbcs r1, r7 +100031a0: 0c13 lsrs r3, r2, #16 +100031a2: 4373 muls r3, r6 +100031a4: 0b1f lsrs r7, r3, #12 +100031a6: 051b lsls r3, r3, #20 +100031a8: 1ac0 subs r0, r0, r3 +100031aa: 41b9 sbcs r1, r7 +100031ac: 0d86 lsrs r6, r0, #22 +100031ae: 028f lsls r7, r1, #10 +100031b0: 433e orrs r6, r7 +100031b2: 4366 muls r6, r4 +100031b4: 0c36 lsrs r6, r6, #16 +100031b6: 2d09 cmp r5, #9 +100031b8: db24 blt.n 10003204 +100031ba: 0a52 lsrs r2, r2, #9 +100031bc: 4372 muls r2, r6 +100031be: 1a80 subs r0, r0, r2 +100031c0: 0377 lsls r7, r6, #13 +100031c2: 0a46 lsrs r6, r0, #9 +100031c4: 4366 muls r6, r4 +100031c6: 0c36 lsrs r6, r6, #16 +100031c8: 2316 movs r3, #22 +100031ca: 1b5b subs r3, r3, r5 +100031cc: 40de lsrs r6, r3 +100031ce: 40df lsrs r7, r3 +100031d0: 19bf adds r7, r7, r6 +100031d2: 4664 mov r4, ip +100031d4: 4366 muls r6, r4 +100031d6: 1b82 subs r2, r0, r6 +100031d8: 4670 mov r0, lr +100031da: 3504 adds r5, #4 +100031dc: 3306 adds r3, #6 +100031de: 0001 movs r1, r0 +100031e0: 40d9 lsrs r1, r3 +100031e2: 40a8 lsls r0, r5 +100031e4: 19c0 adds r0, r0, r7 +100031e6: d300 bcc.n 100031ea +100031e8: 3101 adds r1, #1 +100031ea: 42a2 cmp r2, r4 +100031ec: d206 bcs.n 100031fc +100031ee: 2300 movs r3, #0 +100031f0: bdf0 pop {r4, r5, r6, r7, pc} +100031f2: 0000 .short 0x0000 +100031f4: d0000000 .word 0xd0000000 +100031f8: ffffffff .word 0xffffffff +100031fc: 1b12 subs r2, r2, r4 +100031fe: 3001 adds r0, #1 +10003200: d3f3 bcc.n 100031ea +10003202: e7f1 b.n 100031e8 + +10003204 : +10003204: 2709 movs r7, #9 +10003206: 1b7f subs r7, r7, r5 +10003208: 40fe lsrs r6, r7 +1000320a: 4664 mov r4, ip +1000320c: b2a2 uxth r2, r4 +1000320e: 4372 muls r2, r6 +10003210: 1a80 subs r0, r0, r2 +10003212: d200 bcs.n 10003216 +10003214: 3901 subs r1, #1 +10003216: 0c22 lsrs r2, r4, #16 +10003218: 4372 muls r2, r6 +1000321a: 0c13 lsrs r3, r2, #16 +1000321c: 0412 lsls r2, r2, #16 +1000321e: 1a82 subs r2, r0, r2 +10003220: 4199 sbcs r1, r3 +10003222: 000b movs r3, r1 +10003224: 4670 mov r0, lr +10003226: 3504 adds r5, #4 +10003228: 3713 adds r7, #19 +1000322a: 0001 movs r1, r0 +1000322c: 40f9 lsrs r1, r7 +1000322e: 40a8 lsls r0, r5 +10003230: 1980 adds r0, r0, r6 +10003232: d300 bcc.n 10003236 +10003234: 3101 adds r1, #1 +10003236: 2b00 cmp r3, #0 +10003238: d102 bne.n 10003240 +1000323a: 42a2 cmp r2, r4 +1000323c: d20a bcs.n 10003254 +1000323e: bdf0 pop {r4, r5, r6, r7, pc} +10003240: 3001 adds r0, #1 +10003242: d300 bcc.n 10003246 +10003244: 3101 adds r1, #1 +10003246: 1b12 subs r2, r2, r4 +10003248: d2fa bcs.n 10003240 +1000324a: 3b01 subs r3, #1 +1000324c: d1f8 bne.n 10003240 +1000324e: 42a2 cmp r2, r4 +10003250: d200 bcs.n 10003254 +10003252: bdf0 pop {r4, r5, r6, r7, pc} +10003254: 3001 adds r0, #1 +10003256: d300 bcc.n 1000325a +10003258: 3101 adds r1, #1 +1000325a: 1b12 subs r2, r2, r4 +1000325c: e7f7 b.n 1000324e + +1000325e : +1000325e: b5f0 push {r4, r5, r6, r7, lr} +10003260: 0c1c lsrs r4, r3, #16 +10003262: d000 beq.n 10003266 +10003264: e080 b.n 10003368 +10003266: b40c push {r2, r3} +10003268: 2500 movs r5, #0 +1000326a: 0a1c lsrs r4, r3, #8 +1000326c: d104 bne.n 10003278 +1000326e: 021b lsls r3, r3, #8 +10003270: 0e16 lsrs r6, r2, #24 +10003272: 4333 orrs r3, r6 +10003274: 0212 lsls r2, r2, #8 +10003276: 3508 adds r5, #8 +10003278: 0b1c lsrs r4, r3, #12 +1000327a: d104 bne.n 10003286 +1000327c: 011b lsls r3, r3, #4 +1000327e: 0f16 lsrs r6, r2, #28 +10003280: 4333 orrs r3, r6 +10003282: 0112 lsls r2, r2, #4 +10003284: 3504 adds r5, #4 +10003286: 0b9c lsrs r4, r3, #14 +10003288: d104 bne.n 10003294 +1000328a: 009b lsls r3, r3, #2 +1000328c: 0f96 lsrs r6, r2, #30 +1000328e: 4333 orrs r3, r6 +10003290: 0092 lsls r2, r2, #2 +10003292: 3502 adds r5, #2 +10003294: 0bdc lsrs r4, r3, #15 +10003296: d102 bne.n 1000329e +10003298: 1892 adds r2, r2, r2 +1000329a: 415b adcs r3, r3 +1000329c: 3501 adds r5, #1 +1000329e: 001c movs r4, r3 +100032a0: 1897 adds r7, r2, r2 +100032a2: 4164 adcs r4, r4 +100032a4: 3401 adds r4, #1 +100032a6: 4f46 ldr r7, [pc, #280] @ (100033c0 ) +100032a8: 667c str r4, [r7, #100] @ 0x64 +100032aa: 4c46 ldr r4, [pc, #280] @ (100033c4 ) +100032ac: 663c str r4, [r7, #96] @ 0x60 +100032ae: 0c0e lsrs r6, r1, #16 +100032b0: e7ff b.n 100032b2 +100032b2: e7ff b.n 100032b4 +100032b4: e7ff b.n 100032b6 +100032b6: 46c0 nop @ (mov r8, r8) +100032b8: 6f3c ldr r4, [r7, #112] @ 0x70 +100032ba: 4366 muls r6, r4 +100032bc: 0c36 lsrs r6, r6, #16 +100032be: 0377 lsls r7, r6, #13 +100032c0: 46be mov lr, r7 +100032c2: b297 uxth r7, r2 +100032c4: 4377 muls r7, r6 +100032c6: 1bc0 subs r0, r0, r7 +100032c8: d200 bcs.n 100032cc +100032ca: 3901 subs r1, #1 +100032cc: 1bc0 subs r0, r0, r7 +100032ce: d200 bcs.n 100032d2 +100032d0: 3901 subs r1, #1 +100032d2: b29f uxth r7, r3 +100032d4: 4377 muls r7, r6 +100032d6: 1bc9 subs r1, r1, r7 +100032d8: 1bc9 subs r1, r1, r7 +100032da: 0c17 lsrs r7, r2, #16 +100032dc: 4377 muls r7, r6 +100032de: 047e lsls r6, r7, #17 +100032e0: 0bff lsrs r7, r7, #15 +100032e2: 1b80 subs r0, r0, r6 +100032e4: 41b9 sbcs r1, r7 +100032e6: 08ce lsrs r6, r1, #3 +100032e8: 4366 muls r6, r4 +100032ea: 0c36 lsrs r6, r6, #16 +100032ec: 2d0c cmp r5, #12 +100032ee: db33 blt.n 10003358 +100032f0: 44b6 add lr, r6 +100032f2: 0b12 lsrs r2, r2, #12 +100032f4: 051f lsls r7, r3, #20 +100032f6: 433a orrs r2, r7 +100032f8: 0b1b lsrs r3, r3, #12 +100032fa: b297 uxth r7, r2 +100032fc: 4377 muls r7, r6 +100032fe: 1bc0 subs r0, r0, r7 +10003300: d200 bcs.n 10003304 +10003302: 3901 subs r1, #1 +10003304: b29f uxth r7, r3 +10003306: 4377 muls r7, r6 +10003308: 1bc9 subs r1, r1, r7 +1000330a: 0c17 lsrs r7, r2, #16 +1000330c: 4377 muls r7, r6 +1000330e: 043e lsls r6, r7, #16 +10003310: 0c3f lsrs r7, r7, #16 +10003312: 1b80 subs r0, r0, r6 +10003314: 41b9 sbcs r1, r7 +10003316: 0d86 lsrs r6, r0, #22 +10003318: 028f lsls r7, r1, #10 +1000331a: 433e orrs r6, r7 +1000331c: 4366 muls r6, r4 +1000331e: 2729 movs r7, #41 @ 0x29 +10003320: 1b7f subs r7, r7, r5 +10003322: 40fe lsrs r6, r7 +10003324: 3d0c subs r5, #12 +10003326: 4677 mov r7, lr +10003328: 40af lsls r7, r5 +1000332a: 19bf adds r7, r7, r6 +1000332c: bc30 pop {r4, r5} +1000332e: b2a2 uxth r2, r4 +10003330: b2ab uxth r3, r5 +10003332: 4372 muls r2, r6 +10003334: 4373 muls r3, r6 +10003336: 1a80 subs r0, r0, r2 +10003338: 4199 sbcs r1, r3 +1000333a: 0c22 lsrs r2, r4, #16 +1000333c: 4372 muls r2, r6 +1000333e: 0c13 lsrs r3, r2, #16 +10003340: 0412 lsls r2, r2, #16 +10003342: 1a80 subs r0, r0, r2 +10003344: 4199 sbcs r1, r3 +10003346: 0002 movs r2, r0 +10003348: 000b movs r3, r1 +1000334a: 3701 adds r7, #1 +1000334c: 1b00 subs r0, r0, r4 +1000334e: 41a9 sbcs r1, r5 +10003350: d2f9 bcs.n 10003346 +10003352: 1e78 subs r0, r7, #1 +10003354: 2100 movs r1, #0 +10003356: bdf0 pop {r4, r5, r6, r7, pc} + +10003358 : +10003358: 270c movs r7, #12 +1000335a: 1b7f subs r7, r7, r5 +1000335c: 40fe lsrs r6, r7 +1000335e: 4677 mov r7, lr +10003360: 0b7f lsrs r7, r7, #13 +10003362: 40af lsls r7, r5 +10003364: 19ff adds r7, r7, r7 +10003366: e7e0 b.n 1000332a + +10003368 : +10003368: 2400 movs r4, #0 +1000336a: 1c5d adds r5, r3, #1 +1000336c: d007 beq.n 1000337e +1000336e: 4f14 ldr r7, [pc, #80] @ (100033c0 ) +10003370: 667d str r5, [r7, #100] @ 0x64 +10003372: 6639 str r1, [r7, #96] @ 0x60 +10003374: e7ff b.n 10003376 +10003376: e7ff b.n 10003378 +10003378: e7ff b.n 1000337a +1000337a: e7ff b.n 1000337c +1000337c: 6f3c ldr r4, [r7, #112] @ 0x70 +1000337e: b295 uxth r5, r2 +10003380: b29e uxth r6, r3 +10003382: 4365 muls r5, r4 +10003384: 4366 muls r6, r4 +10003386: 1b40 subs r0, r0, r5 +10003388: 41b1 sbcs r1, r6 +1000338a: 0c15 lsrs r5, r2, #16 +1000338c: 0c1e lsrs r6, r3, #16 +1000338e: 4365 muls r5, r4 +10003390: 4366 muls r6, r4 +10003392: 0436 lsls r6, r6, #16 +10003394: 0c2f lsrs r7, r5, #16 +10003396: 433e orrs r6, r7 +10003398: 042d lsls r5, r5, #16 +1000339a: 1b40 subs r0, r0, r5 +1000339c: 41b1 sbcs r1, r6 +1000339e: 4299 cmp r1, r3 +100033a0: d204 bcs.n 100033ac +100033a2: 0002 movs r2, r0 +100033a4: 000b movs r3, r1 +100033a6: 0020 movs r0, r4 +100033a8: 2100 movs r1, #0 +100033aa: bdf0 pop {r4, r5, r6, r7, pc} +100033ac: d101 bne.n 100033b2 +100033ae: 4290 cmp r0, r2 +100033b0: d3f7 bcc.n 100033a2 +100033b2: 1a80 subs r0, r0, r2 +100033b4: 4199 sbcs r1, r3 +100033b6: 3401 adds r4, #1 +100033b8: 4299 cmp r1, r3 +100033ba: d3f2 bcc.n 100033a2 +100033bc: e7f6 b.n 100033ac +100033be: 0000 .short 0x0000 +100033c0: d0000000 .word 0xd0000000 +100033c4: ffffffff .word 0xffffffff + +100033c8 <__wrap___aeabi_drsub>: +100033c8: 4048 eors r0, r1 +100033ca: 4041 eors r1, r0 +100033cc: 4048 eors r0, r1 + +100033ce <__wrap___aeabi_dsub>: +100033ce: b418 push {r3, r4} +100033d0: 4b1b ldr r3, [pc, #108] @ (10003440 <__wrap___aeabi_dmul+0x12>) +100033d2: 685b ldr r3, [r3, #4] +100033d4: 46fc mov ip, pc +100033d6: 9301 str r3, [sp, #4] +100033d8: bd08 pop {r3, pc} +100033da: df04 .short 0xdf04 +100033dc: 100036a7 .word 0x100036a7 + +100033e0 <__wrap___aeabi_dadd>: +100033e0: b418 push {r3, r4} +100033e2: 4b17 ldr r3, [pc, #92] @ (10003440 <__wrap___aeabi_dmul+0x12>) +100033e4: 681b ldr r3, [r3, #0] +100033e6: 46fc mov ip, pc +100033e8: 9301 str r3, [sp, #4] +100033ea: bd08 pop {r3, pc} +100033ec: 36b1df00 .word 0x36b1df00 +100033f0: 1000 .short 0x1000 + +100033f2 <__wrap___aeabi_ddiv>: +100033f2: 4694 mov ip, r2 +100033f4: 4a13 ldr r2, [pc, #76] @ (10003444 <__wrap___aeabi_dmul+0x16>) +100033f6: 6f92 ldr r2, [r2, #120] @ 0x78 +100033f8: 0892 lsrs r2, r2, #2 +100033fa: d209 bcs.n 10003410 +100033fc: 4662 mov r2, ip + +100033fe : +100033fe: b418 push {r3, r4} +10003400: 4b0f ldr r3, [pc, #60] @ (10003440 <__wrap___aeabi_dmul+0x12>) +10003402: 68db ldr r3, [r3, #12] +10003404: 46fc mov ip, pc +10003406: 9301 str r3, [sp, #4] +10003408: bd08 pop {r3, pc} +1000340a: df0c .short 0xdf0c +1000340c: 10003969 .word 0x10003969 + +10003410 : +10003410: 4a0c ldr r2, [pc, #48] @ (10003444 <__wrap___aeabi_dmul+0x16>) +10003412: b5f0 push {r4, r5, r6, r7, lr} +10003414: 6e14 ldr r4, [r2, #96] @ 0x60 +10003416: 6e55 ldr r5, [r2, #100] @ 0x64 +10003418: 6f57 ldr r7, [r2, #116] @ 0x74 +1000341a: 6f16 ldr r6, [r2, #112] @ 0x70 +1000341c: 4662 mov r2, ip +1000341e: f7ff ffee bl 100033fe +10003422: 4a08 ldr r2, [pc, #32] @ (10003444 <__wrap___aeabi_dmul+0x16>) +10003424: 6614 str r4, [r2, #96] @ 0x60 +10003426: 6655 str r5, [r2, #100] @ 0x64 +10003428: 6757 str r7, [r2, #116] @ 0x74 +1000342a: 6716 str r6, [r2, #112] @ 0x70 +1000342c: bdf0 pop {r4, r5, r6, r7, pc} + +1000342e <__wrap___aeabi_dmul>: +1000342e: b418 push {r3, r4} +10003430: 4b03 ldr r3, [pc, #12] @ (10003440 <__wrap___aeabi_dmul+0x12>) +10003432: 689b ldr r3, [r3, #8] +10003434: 46fc mov ip, pc +10003436: 9301 str r3, [sp, #4] +10003438: bd08 pop {r3, pc} +1000343a: df08 .short 0xdf08 +1000343c: 1000380d .word 0x1000380d +10003440: 2000049c .word 0x2000049c +10003444: d0000000 .word 0xd0000000 + +10003448 <__wrap___aeabi_cdrcmple>: +10003448: b5ff push {r0, r1, r2, r3, r4, r5, r6, r7, lr} +1000344a: 4050 eors r0, r2 +1000344c: 4042 eors r2, r0 +1000344e: 4050 eors r0, r2 +10003450: 4059 eors r1, r3 +10003452: 404b eors r3, r1 +10003454: 4059 eors r1, r3 +10003456: e000 b.n 1000345a <__aeabi_dfcmple_guts> + +10003458 <__wrap___aeabi_cdcmpeq>: +10003458: b5ff push {r0, r1, r2, r3, r4, r5, r6, r7, lr} + +1000345a <__aeabi_dfcmple_guts>: +1000345a: 4f15 ldr r7, [pc, #84] @ (100034b0 <__aeabi_dfcmple_guts+0x56>) +1000345c: 004c lsls r4, r1, #1 +1000345e: 0d64 lsrs r4, r4, #21 +10003460: d003 beq.n 1000346a <__aeabi_dfcmple_guts+0x10> +10003462: 42bc cmp r4, r7 +10003464: d104 bne.n 10003470 <__aeabi_dfcmple_guts+0x16> +10003466: 030c lsls r4, r1, #12 +10003468: d814 bhi.n 10003494 <__aeabi_dfcmple_guts+0x3a> +1000346a: 2000 movs r0, #0 +1000346c: 0d09 lsrs r1, r1, #20 +1000346e: 0509 lsls r1, r1, #20 +10003470: 005c lsls r4, r3, #1 +10003472: 0d64 lsrs r4, r4, #21 +10003474: d003 beq.n 1000347e <__aeabi_dfcmple_guts+0x24> +10003476: 42bc cmp r4, r7 +10003478: d104 bne.n 10003484 <__aeabi_dfcmple_guts+0x2a> +1000347a: 031c lsls r4, r3, #12 +1000347c: d80a bhi.n 10003494 <__aeabi_dfcmple_guts+0x3a> +1000347e: 2200 movs r2, #0 +10003480: 0d1b lsrs r3, r3, #20 +10003482: 051b lsls r3, r3, #20 +10003484: 2601 movs r6, #1 +10003486: 404b eors r3, r1 +10003488: d409 bmi.n 1000349e <__aeabi_dfcmple_guts+0x44> +1000348a: 404b eors r3, r1 +1000348c: d503 bpl.n 10003496 <__aeabi_dfcmple_guts+0x3c> +1000348e: 428b cmp r3, r1 +10003490: d100 bne.n 10003494 <__aeabi_dfcmple_guts+0x3a> +10003492: 4282 cmp r2, r0 +10003494: bdff pop {r0, r1, r2, r3, r4, r5, r6, r7, pc} +10003496: 4299 cmp r1, r3 +10003498: d1fc bne.n 10003494 <__aeabi_dfcmple_guts+0x3a> +1000349a: 4290 cmp r0, r2 +1000349c: bdff pop {r0, r1, r2, r3, r4, r5, r6, r7, pc} +1000349e: 430b orrs r3, r1 +100034a0: 18db adds r3, r3, r3 +100034a2: 4303 orrs r3, r0 +100034a4: 4313 orrs r3, r2 +100034a6: d0f5 beq.n 10003494 <__aeabi_dfcmple_guts+0x3a> +100034a8: 43c9 mvns r1, r1 +100034aa: 1849 adds r1, r1, r1 +100034ac: bdff pop {r0, r1, r2, r3, r4, r5, r6, r7, pc} +100034ae: 0000 .short 0x0000 +100034b0: 000007ff .word 0x000007ff + +100034b4 <__wrap___aeabi_dcmplt>: +100034b4: b500 push {lr} +100034b6: f7ff ffcf bl 10003458 <__wrap___aeabi_cdcmpeq> +100034ba: 4180 sbcs r0, r0 +100034bc: bd00 pop {pc} +100034be: 46c0 nop @ (mov r8, r8) + +100034c0 <__wrap___aeabi_dcmple>: +100034c0: b500 push {lr} +100034c2: f7ff ffc9 bl 10003458 <__wrap___aeabi_cdcmpeq> +100034c6: d901 bls.n 100034cc <__wrap___aeabi_dcmple+0xc> +100034c8: 2000 movs r0, #0 +100034ca: bd00 pop {pc} +100034cc: 2001 movs r0, #1 +100034ce: bd00 pop {pc} + +100034d0 <__wrap___aeabi_dcmpge>: +100034d0: b500 push {lr} +100034d2: f7ff ffb9 bl 10003448 <__wrap___aeabi_cdrcmple> +100034d6: d901 bls.n 100034dc <__wrap___aeabi_dcmpge+0xc> +100034d8: 2000 movs r0, #0 +100034da: bd00 pop {pc} +100034dc: 2001 movs r0, #1 +100034de: bd00 pop {pc} + +100034e0 <__wrap___aeabi_dcmpgt>: +100034e0: b500 push {lr} +100034e2: f7ff ffb1 bl 10003448 <__wrap___aeabi_cdrcmple> +100034e6: 4180 sbcs r0, r0 +100034e8: bd00 pop {pc} + +100034ea <__wrap___aeabi_dcmpun>: +100034ea: 2001 movs r0, #1 +100034ec: 0540 lsls r0, r0, #21 +100034ee: 004a lsls r2, r1, #1 +100034f0: 1812 adds r2, r2, r0 +100034f2: d804 bhi.n 100034fe <__wrap___aeabi_dcmpun+0x14> +100034f4: 005a lsls r2, r3, #1 +100034f6: 1812 adds r2, r2, r0 +100034f8: d801 bhi.n 100034fe <__wrap___aeabi_dcmpun+0x14> +100034fa: 2000 movs r0, #0 +100034fc: 4770 bx lr +100034fe: 2001 movs r0, #1 +10003500: 4770 bx lr +10003502: 2000 movs r0, #0 +10003504: 4770 bx lr + ... + +10003508 <__wrap___aeabi_ui2d>: +10003508: 2100 movs r1, #0 +1000350a: 2800 cmp r0, #0 +1000350c: d105 bne.n 1000351a <__wrap___aeabi_i2d+0xa> +1000350e: 4770 bx lr + +10003510 <__wrap___aeabi_i2d>: +10003510: 17c1 asrs r1, r0, #31 +10003512: 4048 eors r0, r1 +10003514: 1a40 subs r0, r0, r1 +10003516: d0fa beq.n 1000350e <__wrap___aeabi_ui2d+0x6> +10003518: 07c9 lsls r1, r1, #31 +1000351a: b513 push {r0, r1, r4, lr} +1000351c: 4b06 ldr r3, [pc, #24] @ (10003538 <__wrap___aeabi_i2d+0x28>) +1000351e: 681b ldr r3, [r3, #0] +10003520: 4798 blx r3 +10003522: bc0c pop {r2, r3} +10003524: 1c44 adds r4, r0, #1 +10003526: 40a2 lsls r2, r4 +10003528: 0510 lsls r0, r2, #20 +1000352a: 0b12 lsrs r2, r2, #12 +1000352c: 4903 ldr r1, [pc, #12] @ (1000353c <__wrap___aeabi_i2d+0x2c>) +1000352e: 1b09 subs r1, r1, r4 +10003530: 0509 lsls r1, r1, #20 +10003532: 4319 orrs r1, r3 +10003534: 4311 orrs r1, r2 +10003536: bd10 pop {r4, pc} +10003538: 2000059c .word 0x2000059c +1000353c: 0000041f .word 0x0000041f + +10003540 <__wrap___aeabi_d2iz>: +10003540: b510 push {r4, lr} +10003542: 004c lsls r4, r1, #1 +10003544: 0d62 lsrs r2, r4, #21 +10003546: 2380 movs r3, #128 @ 0x80 +10003548: 18d2 adds r2, r2, r3 +1000354a: 00db lsls r3, r3, #3 +1000354c: 1ad2 subs r2, r2, r3 +1000354e: 055b lsls r3, r3, #21 +10003550: 2a7e cmp r2, #126 @ 0x7e +10003552: dd10 ble.n 10003576 <__wrap___aeabi_d2iz+0x36> +10003554: 3a9e subs r2, #158 @ 0x9e +10003556: da13 bge.n 10003580 <__wrap___aeabi_d2iz+0x40> +10003558: 17cc asrs r4, r1, #31 +1000355a: 0309 lsls r1, r1, #12 +1000355c: 0849 lsrs r1, r1, #1 +1000355e: 4319 orrs r1, r3 +10003560: 4252 negs r2, r2 +10003562: 40d1 lsrs r1, r2 +10003564: 0064 lsls r4, r4, #1 +10003566: 3401 adds r4, #1 +10003568: 3215 adds r2, #21 +1000356a: 2a20 cmp r2, #32 +1000356c: da05 bge.n 1000357a <__wrap___aeabi_d2iz+0x3a> +1000356e: 40d0 lsrs r0, r2 +10003570: 4308 orrs r0, r1 +10003572: 4360 muls r0, r4 +10003574: bd10 pop {r4, pc} +10003576: 2000 movs r0, #0 +10003578: bd10 pop {r4, pc} +1000357a: 4608 mov r0, r1 +1000357c: 4360 muls r0, r4 +1000357e: bd10 pop {r4, pc} +10003580: 0fc8 lsrs r0, r1, #31 +10003582: 18c0 adds r0, r0, r3 +10003584: 3801 subs r0, #1 +10003586: bd10 pop {r4, pc} + +10003588 <__wrap___aeabi_d2uiz>: +10003588: b418 push {r3, r4} +1000358a: 4b04 ldr r3, [pc, #16] @ (1000359c <__wrap___aeabi_d2uiz+0x14>) +1000358c: 6a5b ldr r3, [r3, #36] @ 0x24 +1000358e: 46fc mov ip, pc +10003590: 9301 str r3, [sp, #4] +10003592: bd08 pop {r3, pc} +10003594: 3b19df24 .word 0x3b19df24 +10003598: 00001000 .word 0x00001000 +1000359c: 2000049c .word 0x2000049c + +100035a0 <__aeabi_double_init>: +100035a0: b570 push {r4, r5, r6, lr} +100035a2: 2313 movs r3, #19 +100035a4: 781c ldrb r4, [r3, #0] +100035a6: 2c01 cmp r4, #1 +100035a8: d012 beq.n 100035d0 <__aeabi_double_init+0x30> +100035aa: 2c01 cmp r4, #1 +100035ac: dc12 bgt.n 100035d4 <__aeabi_double_init+0x34> +100035ae: 4b21 ldr r3, [pc, #132] @ (10003634 <__aeabi_double_init+0x94>) +100035b0: 4a21 ldr r2, [pc, #132] @ (10003638 <__aeabi_double_init+0x98>) +100035b2: 6493 str r3, [r2, #72] @ 0x48 +100035b4: 4821 ldr r0, [pc, #132] @ (1000363c <__aeabi_double_init+0x9c>) +100035b6: f7ff fc7b bl 10002eb0 +100035ba: 4b21 ldr r3, [pc, #132] @ (10003640 <__aeabi_double_init+0xa0>) +100035bc: 6018 str r0, [r3, #0] +100035be: bd70 pop {r4, r5, r6, pc} +100035c0: 491c ldr r1, [pc, #112] @ (10003634 <__aeabi_double_init+0x94>) +100035c2: 4a1d ldr r2, [pc, #116] @ (10003638 <__aeabi_double_init+0x98>) +100035c4: 0098 lsls r0, r3, #2 +100035c6: 5081 str r1, [r0, r2] +100035c8: 3301 adds r3, #1 +100035ca: 2b1f cmp r3, #31 +100035cc: d9f8 bls.n 100035c0 <__aeabi_double_init+0x20> +100035ce: e7ec b.n 100035aa <__aeabi_double_init+0xa> +100035d0: 2300 movs r3, #0 +100035d2: e7fa b.n 100035ca <__aeabi_double_init+0x2a> +100035d4: 481b ldr r0, [pc, #108] @ (10003644 <__aeabi_double_init+0xa4>) +100035d6: f7ff fc73 bl 10002ec0 +100035da: 0005 movs r5, r0 +100035dc: 481a ldr r0, [pc, #104] @ (10003648 <__aeabi_double_init+0xa8>) +100035de: f7ff fc6f bl 10002ec0 +100035e2: 3802 subs r0, #2 +100035e4: 7803 ldrb r3, [r0, #0] +100035e6: 009b lsls r3, r3, #2 +100035e8: 2b7f cmp r3, #127 @ 0x7f +100035ea: dd09 ble.n 10003600 <__aeabi_double_init+0x60> +100035ec: 4812 ldr r0, [pc, #72] @ (10003638 <__aeabi_double_init+0x98>) +100035ee: 2280 movs r2, #128 @ 0x80 +100035f0: 0029 movs r1, r5 +100035f2: f000 fba9 bl 10003d48 <__wrap___aeabi_memcpy> +100035f6: 2c02 cmp r4, #2 +100035f8: d008 beq.n 1000360c <__aeabi_double_init+0x6c> +100035fa: 2c02 cmp r4, #2 +100035fc: dcda bgt.n 100035b4 <__aeabi_double_init+0x14> +100035fe: e7d6 b.n 100035ae <__aeabi_double_init+0xe> +10003600: 4b12 ldr r3, [pc, #72] @ (1000364c <__aeabi_double_init+0xac>) +10003602: 4a13 ldr r2, [pc, #76] @ (10003650 <__aeabi_double_init+0xb0>) +10003604: 4813 ldr r0, [pc, #76] @ (10003654 <__aeabi_double_init+0xb4>) +10003606: 2132 movs r1, #50 @ 0x32 +10003608: f7fe fabe bl 10001b88 <__assert_func> +1000360c: 4b12 ldr r3, [pc, #72] @ (10003658 <__aeabi_double_init+0xb8>) +1000360e: 881a ldrh r2, [r3, #0] +10003610: 23b5 movs r3, #181 @ 0xb5 +10003612: 021b lsls r3, r3, #8 +10003614: 429a cmp r2, r3 +10003616: d109 bne.n 1000362c <__aeabi_double_init+0x8c> +10003618: 4b10 ldr r3, [pc, #64] @ (1000365c <__aeabi_double_init+0xbc>) +1000361a: 881a ldrh r2, [r3, #0] +1000361c: 4b10 ldr r3, [pc, #64] @ (10003660 <__aeabi_double_init+0xc0>) +1000361e: 429a cmp r2, r3 +10003620: d104 bne.n 1000362c <__aeabi_double_init+0x8c> +10003622: 4b10 ldr r3, [pc, #64] @ (10003664 <__aeabi_double_init+0xc4>) +10003624: 881a ldrh r2, [r3, #0] +10003626: 4b10 ldr r3, [pc, #64] @ (10003668 <__aeabi_double_init+0xc8>) +10003628: 429a cmp r2, r3 +1000362a: d0e6 beq.n 100035fa <__aeabi_double_init+0x5a> +1000362c: 2000 movs r0, #0 +1000362e: f7fe fb43 bl 10001cb8 +10003632: 46c0 nop @ (mov r8, r8) +10003634: 1000366d .word 0x1000366d +10003638: 2000049c .word 0x2000049c +1000363c: 0000334c .word 0x0000334c +10003640: 2000059c .word 0x2000059c +10003644: 00004453 .word 0x00004453 +10003648: 00004653 .word 0x00004653 +1000364c: 10004d68 .word 0x10004d68 +10003650: 10004e1c .word 0x10004e1c +10003654: 10004dc8 .word 0x10004dc8 +10003658: 00003854 .word 0x00003854 +1000365c: 000038d8 .word 0x000038d8 +10003660: 00004649 .word 0x00004649 +10003664: 0000389c .word 0x0000389c +10003668: 00004659 .word 0x00004659 + +1000366c : +1000366c: b507 push {r0, r1, r2, lr} +1000366e: 4660 mov r0, ip +10003670: 2800 cmp r0, #0 +10003672: d100 bne.n 10003676 +10003674: be00 bkpt 0x0000 +10003676: 8801 ldrh r1, [r0, #0] +10003678: 0a0a lsrs r2, r1, #8 +1000367a: 3002 adds r0, #2 +1000367c: 2adf cmp r2, #223 @ 0xdf +1000367e: d1fa bne.n 10003676 +10003680: b2c9 uxtb r1, r1 +10003682: 0882 lsrs r2, r0, #2 +10003684: d304 bcc.n 10003690 +10003686: 8802 ldrh r2, [r0, #0] +10003688: 8840 ldrh r0, [r0, #2] +1000368a: 0400 lsls r0, r0, #16 +1000368c: 4310 orrs r0, r2 +1000368e: e000 b.n 10003692 +10003690: 6800 ldr r0, [r0, #0] +10003692: 4a02 ldr r2, [pc, #8] @ (1000369c ) +10003694: 5050 str r0, [r2, r1] +10003696: 9003 str r0, [sp, #12] +10003698: bd07 pop {r0, r1, r2, pc} +1000369a: 0000 .short 0x0000 +1000369c: 2000049c .word 0x2000049c + +100036a0 : +100036a0: b40f push {r0, r1, r2, r3} +100036a2: bc03 pop {r0, r1} +100036a4: bc0c pop {r2, r3} + +100036a6 : +100036a6: b5f0 push {r4, r5, r6, r7, lr} +100036a8: 2401 movs r4, #1 +100036aa: 07e4 lsls r4, r4, #31 +100036ac: 4063 eors r3, r4 +100036ae: e000 b.n 100036b2 + +100036b0 : +100036b0: b5f0 push {r4, r5, r6, r7, lr} + +100036b2 : +100036b2: 0d0c lsrs r4, r1, #20 +100036b4: 0fcf lsrs r7, r1, #31 +100036b6: 1e66 subs r6, r4, #1 +100036b8: 0536 lsls r6, r6, #20 +100036ba: 1b89 subs r1, r1, r6 +100036bc: 0564 lsls r4, r4, #21 +100036be: d303 bcc.n 100036c8 +100036c0: 43c9 mvns r1, r1 +100036c2: 4240 negs r0, r0 +100036c4: d300 bcc.n 100036c8 +100036c6: 3101 adds r1, #1 + +100036c8 : +100036c8: 0d64 lsrs r4, r4, #21 +100036ca: d003 beq.n 100036d4 +100036cc: 1c66 adds r6, r4, #1 +100036ce: 0af6 lsrs r6, r6, #11 +100036d0: d007 beq.n 100036e2 +100036d2: 1be4 subs r4, r4, r7 + +100036d4 : +100036d4: 2000 movs r0, #0 +100036d6: 007f lsls r7, r7, #1 +100036d8: 1c79 adds r1, r7, #1 +100036da: 0789 lsls r1, r1, #30 +100036dc: 1289 asrs r1, r1, #10 +100036de: 3c80 subs r4, #128 @ 0x80 +100036e0: 0324 lsls r4, r4, #12 + +100036e2 : +100036e2: 0d1d lsrs r5, r3, #20 +100036e4: 0fdf lsrs r7, r3, #31 +100036e6: 1e6e subs r6, r5, #1 +100036e8: 0536 lsls r6, r6, #20 +100036ea: 1b9b subs r3, r3, r6 +100036ec: 056d lsls r5, r5, #21 +100036ee: d303 bcc.n 100036f8 +100036f0: 43db mvns r3, r3 +100036f2: 4252 negs r2, r2 +100036f4: d300 bcc.n 100036f8 +100036f6: 3301 adds r3, #1 + +100036f8 : +100036f8: 0d6d lsrs r5, r5, #21 +100036fa: d003 beq.n 10003704 +100036fc: 1c6e adds r6, r5, #1 +100036fe: 0af6 lsrs r6, r6, #11 +10003700: d007 beq.n 10003712 +10003702: 1bed subs r5, r5, r7 + +10003704 : +10003704: 2200 movs r2, #0 +10003706: 007f lsls r7, r7, #1 +10003708: 1c7b adds r3, r7, #1 +1000370a: 079b lsls r3, r3, #30 +1000370c: 129b asrs r3, r3, #10 +1000370e: 3d80 subs r5, #128 @ 0x80 +10003710: 032d lsls r5, r5, #12 + +10003712 : +10003712: 1b2f subs r7, r5, r4 +10003714: 1b66 subs r6, r4, r5 +10003716: d458 bmi.n 100037ca +10003718: 46a4 mov ip, r4 +1000371a: 2e20 cmp r6, #32 +1000371c: da46 bge.n 100037ac +1000371e: 3720 adds r7, #32 +10003720: 0014 movs r4, r2 +10003722: 40bc lsls r4, r7 + +10003724 : +10003724: 001d movs r5, r3 +10003726: 40bd lsls r5, r7 +10003728: 40f2 lsrs r2, r6 +1000372a: 4133 asrs r3, r6 +1000372c: 432a orrs r2, r5 + +1000372e : +1000372e: 1880 adds r0, r0, r2 +10003730: 4159 adcs r1, r3 + +10003732 : +10003732: 0fcb lsrs r3, r1, #31 +10003734: d005 beq.n 10003742 +10003736: 43c9 mvns r1, r1 +10003738: 43c0 mvns r0, r0 +1000373a: 2200 movs r2, #0 +1000373c: 4264 negs r4, r4 +1000373e: 4150 adcs r0, r2 +10003740: 4151 adcs r1, r2 +10003742: 4662 mov r2, ip +10003744: 0d4d lsrs r5, r1, #21 +10003746: d128 bne.n 1000379a +10003748: 0d0d lsrs r5, r1, #20 +1000374a: d107 bne.n 1000375c +1000374c: 2800 cmp r0, #0 +1000374e: d01f beq.n 10003790 + +10003750 : +10003750: 1924 adds r4, r4, r4 +10003752: 4140 adcs r0, r0 +10003754: 4149 adcs r1, r1 +10003756: 3a01 subs r2, #1 +10003758: 0d0d lsrs r5, r1, #20 +1000375a: d0f9 beq.n 10003750 + +1000375c : +1000375c: 0064 lsls r4, r4, #1 +1000375e: d306 bcc.n 1000376e + +10003760 : +10003760: 3001 adds r0, #1 +10003762: d300 bcc.n 10003766 +10003764: 3101 adds r1, #1 +10003766: 2c00 cmp r4, #0 +10003768: d101 bne.n 1000376e +1000376a: 0840 lsrs r0, r0, #1 +1000376c: 0040 lsls r0, r0, #1 + +1000376e : +1000376e: 3a01 subs r2, #1 +10003770: d40b bmi.n 1000378a +10003772: 1c94 adds r4, r2, #2 +10003774: 0ae4 lsrs r4, r4, #11 +10003776: d104 bne.n 10003782 +10003778: 0512 lsls r2, r2, #20 +1000377a: 4411 add r1, r2 +1000377c: 07db lsls r3, r3, #31 +1000377e: 4419 add r1, r3 +10003780: bdf0 pop {r4, r5, r6, r7, pc} + +10003782 : +10003782: 07d9 lsls r1, r3, #31 +10003784: 4b20 ldr r3, [pc, #128] @ (10003808 ) +10003786: 4319 orrs r1, r3 +10003788: e000 b.n 1000378c + +1000378a : +1000378a: 07d9 lsls r1, r3, #31 +1000378c: 2000 movs r0, #0 +1000378e: bdf0 pop {r4, r5, r6, r7, pc} + +10003790 : +10003790: 2900 cmp r1, #0 +10003792: d1dd bne.n 10003750 +10003794: 2c00 cmp r4, #0 +10003796: d1db bne.n 10003750 +10003798: bdf0 pop {r4, r5, r6, r7, pc} + +1000379a : +1000379a: 3201 adds r2, #1 +1000379c: 07c6 lsls r6, r0, #31 +1000379e: 0840 lsrs r0, r0, #1 +100037a0: 07cd lsls r5, r1, #31 +100037a2: 4328 orrs r0, r5 +100037a4: 0849 lsrs r1, r1, #1 +100037a6: 2e00 cmp r6, #0 +100037a8: d0e1 beq.n 1000376e +100037aa: e7d9 b.n 10003760 + +100037ac : +100037ac: 2e3c cmp r6, #60 @ 0x3c +100037ae: da29 bge.n 10003804 +100037b0: 3e20 subs r6, #32 +100037b2: 3740 adds r7, #64 @ 0x40 +100037b4: 0014 movs r4, r2 +100037b6: 40bc lsls r4, r7 +100037b8: d000 beq.n 100037bc +100037ba: 2401 movs r4, #1 +100037bc: 40f2 lsrs r2, r6 +100037be: 4314 orrs r4, r2 +100037c0: 001a movs r2, r3 +100037c2: 40bb lsls r3, r7 +100037c4: 431c orrs r4, r3 +100037c6: 17d3 asrs r3, r2, #31 +100037c8: e7ac b.n 10003724 + +100037ca : +100037ca: 46ac mov ip, r5 +100037cc: 2f20 cmp r7, #32 +100037ce: da08 bge.n 100037e2 +100037d0: 3620 adds r6, #32 +100037d2: 0004 movs r4, r0 +100037d4: 40b4 lsls r4, r6 + +100037d6 : +100037d6: 000d movs r5, r1 +100037d8: 40b5 lsls r5, r6 +100037da: 40f8 lsrs r0, r7 +100037dc: 4139 asrs r1, r7 +100037de: 4328 orrs r0, r5 +100037e0: e7a5 b.n 1000372e + +100037e2 : +100037e2: 2f3c cmp r7, #60 @ 0x3c +100037e4: da0c bge.n 10003800 +100037e6: 3f20 subs r7, #32 +100037e8: 3640 adds r6, #64 @ 0x40 +100037ea: 0004 movs r4, r0 +100037ec: 40b4 lsls r4, r6 +100037ee: d000 beq.n 100037f2 +100037f0: 2401 movs r4, #1 +100037f2: 40f8 lsrs r0, r7 +100037f4: 4304 orrs r4, r0 +100037f6: 0008 movs r0, r1 +100037f8: 40b1 lsls r1, r6 +100037fa: 430c orrs r4, r1 +100037fc: 17c1 asrs r1, r0, #31 +100037fe: e7ea b.n 100037d6 + +10003800 : +10003800: 0010 movs r0, r2 +10003802: 0019 movs r1, r3 + +10003804 : +10003804: 2400 movs r4, #0 +10003806: e794 b.n 10003732 +10003808: 7ff00000 .word 0x7ff00000 + +1000380c : +1000380c: b5f0 push {r4, r5, r6, r7, lr} +1000380e: 0d0c lsrs r4, r1, #20 +10003810: 1e66 subs r6, r4, #1 +10003812: 0536 lsls r6, r6, #20 +10003814: 1b89 subs r1, r1, r6 +10003816: 0ae6 lsrs r6, r4, #11 +10003818: 0564 lsls r4, r4, #21 +1000381a: 0d64 lsrs r4, r4, #21 +1000381c: d002 beq.n 10003824 +1000381e: 1c65 adds r5, r4, #1 +10003820: 0aed lsrs r5, r5, #11 +10003822: d004 beq.n 1000382e + +10003824 : +10003824: 2000 movs r0, #0 +10003826: 2101 movs r1, #1 +10003828: 0509 lsls r1, r1, #20 +1000382a: 3c80 subs r4, #128 @ 0x80 +1000382c: 0324 lsls r4, r4, #12 + +1000382e : +1000382e: 46a4 mov ip, r4 +10003830: 0d1c lsrs r4, r3, #20 +10003832: 1e67 subs r7, r4, #1 +10003834: 053f lsls r7, r7, #20 +10003836: 1bdb subs r3, r3, r7 +10003838: 0ae7 lsrs r7, r4, #11 +1000383a: 0564 lsls r4, r4, #21 +1000383c: 0d64 lsrs r4, r4, #21 +1000383e: d002 beq.n 10003846 +10003840: 1c65 adds r5, r4, #1 +10003842: 0aed lsrs r5, r5, #11 +10003844: d004 beq.n 10003850 + +10003846 : +10003846: 2200 movs r2, #0 +10003848: 2301 movs r3, #1 +1000384a: 051b lsls r3, r3, #20 +1000384c: 3c80 subs r4, #128 @ 0x80 +1000384e: 0324 lsls r4, r4, #12 + +10003850 : +10003850: 4077 eors r7, r6 +10003852: 4464 add r4, ip +10003854: b497 push {r0, r1, r2, r4, r7} +10003856: b284 uxth r4, r0 +10003858: b296 uxth r6, r2 +1000385a: 4374 muls r4, r6 +1000385c: 0c07 lsrs r7, r0, #16 +1000385e: 437e muls r6, r7 +10003860: 0c15 lsrs r5, r2, #16 +10003862: 436f muls r7, r5 +10003864: b280 uxth r0, r0 +10003866: 4368 muls r0, r5 +10003868: 1836 adds r6, r6, r0 +1000386a: d302 bcc.n 10003872 +1000386c: 2001 movs r0, #1 +1000386e: 0400 lsls r0, r0, #16 +10003870: 183f adds r7, r7, r0 + +10003872 : +10003872: 0430 lsls r0, r6, #16 +10003874: 0c35 lsrs r5, r6, #16 +10003876: 1900 adds r0, r0, r4 +10003878: 417d adcs r5, r7 +1000387a: 4684 mov ip, r0 +1000387c: b288 uxth r0, r1 +1000387e: b29a uxth r2, r3 +10003880: 4350 muls r0, r2 +10003882: 0c0c lsrs r4, r1, #16 +10003884: 4362 muls r2, r4 +10003886: 0c1f lsrs r7, r3, #16 +10003888: 437c muls r4, r7 +1000388a: b28e uxth r6, r1 +1000388c: 437e muls r6, r7 +1000388e: 1992 adds r2, r2, r6 +10003890: d302 bcc.n 10003898 +10003892: 2601 movs r6, #1 +10003894: 0436 lsls r6, r6, #16 +10003896: 19a4 adds r4, r4, r6 + +10003898 : +10003898: 0416 lsls r6, r2, #16 +1000389a: 0c17 lsrs r7, r2, #16 +1000389c: 1836 adds r6, r6, r0 +1000389e: 4167 adcs r7, r4 +100038a0: bc01 pop {r0} +100038a2: b281 uxth r1, r0 +100038a4: b29a uxth r2, r3 +100038a6: 4351 muls r1, r2 +100038a8: 0c04 lsrs r4, r0, #16 +100038aa: 4362 muls r2, r4 +100038ac: 0c1b lsrs r3, r3, #16 +100038ae: 435c muls r4, r3 +100038b0: b280 uxth r0, r0 +100038b2: 4358 muls r0, r3 +100038b4: 1812 adds r2, r2, r0 +100038b6: d302 bcc.n 100038be +100038b8: 2001 movs r0, #1 +100038ba: 0400 lsls r0, r0, #16 +100038bc: 1824 adds r4, r4, r0 + +100038be : +100038be: 0410 lsls r0, r2, #16 +100038c0: 0c13 lsrs r3, r2, #16 +100038c2: 1840 adds r0, r0, r1 +100038c4: 4163 adcs r3, r4 +100038c6: 182d adds r5, r5, r0 +100038c8: 415e adcs r6, r3 +100038ca: 2000 movs r0, #0 +100038cc: 4147 adcs r7, r0 +100038ce: bc06 pop {r1, r2} +100038d0: b288 uxth r0, r1 +100038d2: b293 uxth r3, r2 +100038d4: 4358 muls r0, r3 +100038d6: 0c0c lsrs r4, r1, #16 +100038d8: 4363 muls r3, r4 +100038da: 0c12 lsrs r2, r2, #16 +100038dc: 4354 muls r4, r2 +100038de: b289 uxth r1, r1 +100038e0: 4351 muls r1, r2 +100038e2: 185b adds r3, r3, r1 +100038e4: d302 bcc.n 100038ec +100038e6: 2101 movs r1, #1 +100038e8: 0409 lsls r1, r1, #16 +100038ea: 1864 adds r4, r4, r1 + +100038ec : +100038ec: 0419 lsls r1, r3, #16 +100038ee: 0c1a lsrs r2, r3, #16 +100038f0: 1809 adds r1, r1, r0 +100038f2: 4162 adcs r2, r4 +100038f4: 186d adds r5, r5, r1 +100038f6: 4156 adcs r6, r2 +100038f8: 2000 movs r0, #0 +100038fa: 4147 adcs r7, r0 +100038fc: bc18 pop {r3, r4} +100038fe: 02f9 lsls r1, r7, #11 +10003900: 0d72 lsrs r2, r6, #21 +10003902: 4311 orrs r1, r2 +10003904: 02f0 lsls r0, r6, #11 +10003906: 0d6a lsrs r2, r5, #21 +10003908: 4310 orrs r0, r2 +1000390a: 02ed lsls r5, r5, #11 +1000390c: 0d0a lsrs r2, r1, #20 +1000390e: d103 bne.n 10003918 +10003910: 196d adds r5, r5, r5 +10003912: 4140 adcs r0, r0 +10003914: 4149 adcs r1, r1 +10003916: 3b01 subs r3, #1 +10003918: 4e12 ldr r6, [pc, #72] @ (10003964 ) +1000391a: 1b9b subs r3, r3, r6 +1000391c: 0076 lsls r6, r6, #1 +1000391e: 42b3 cmp r3, r6 +10003920: d20e bcs.n 10003940 +10003922: 006d lsls r5, r5, #1 +10003924: d307 bcc.n 10003936 +10003926: 3001 adds r0, #1 +10003928: 2600 movs r6, #0 +1000392a: 4171 adcs r1, r6 +1000392c: 4666 mov r6, ip +1000392e: 4335 orrs r5, r6 +10003930: d101 bne.n 10003936 +10003932: 0840 lsrs r0, r0, #1 +10003934: 0040 lsls r0, r0, #1 +10003936: 051b lsls r3, r3, #20 +10003938: 18c9 adds r1, r1, r3 + +1000393a : +1000393a: 07e4 lsls r4, r4, #31 +1000393c: 4421 add r1, r4 +1000393e: bdf0 pop {r4, r5, r6, r7, pc} + +10003940 : +10003940: da0b bge.n 1000395a +10003942: 3301 adds r3, #1 +10003944: d106 bne.n 10003954 +10003946: 3001 adds r0, #1 +10003948: d104 bne.n 10003954 +1000394a: 3101 adds r1, #1 +1000394c: 0d4f lsrs r7, r1, #21 +1000394e: d001 beq.n 10003954 +10003950: 0849 lsrs r1, r1, #1 +10003952: e7f2 b.n 1000393a +10003954: 07e1 lsls r1, r4, #31 +10003956: 2000 movs r0, #0 +10003958: bdf0 pop {r4, r5, r6, r7, pc} + +1000395a : +1000395a: 3601 adds r6, #1 +1000395c: 0531 lsls r1, r6, #20 +1000395e: 2000 movs r0, #0 +10003960: e7eb b.n 1000393a +10003962: 0000 .short 0x0000 +10003964: 000003ff .word 0x000003ff + +10003968 : +10003968: b5f0 push {r4, r5, r6, r7, lr} + +1000396a : +1000396a: 0d1c lsrs r4, r3, #20 +1000396c: 1e67 subs r7, r4, #1 +1000396e: 053f lsls r7, r7, #20 +10003970: 1bdb subs r3, r3, r7 +10003972: 0ae7 lsrs r7, r4, #11 +10003974: 0564 lsls r4, r4, #21 +10003976: 0d64 lsrs r4, r4, #21 +10003978: d002 beq.n 10003980 +1000397a: 1c66 adds r6, r4, #1 +1000397c: 0af6 lsrs r6, r6, #11 +1000397e: d004 beq.n 1000398a + +10003980 : +10003980: 2200 movs r2, #0 +10003982: 2301 movs r3, #1 +10003984: 051b lsls r3, r3, #20 +10003986: 3c80 subs r4, #128 @ 0x80 +10003988: 0324 lsls r4, r4, #12 + +1000398a : +1000398a: 25d0 movs r5, #208 @ 0xd0 +1000398c: 062d lsls r5, r5, #24 +1000398e: 2600 movs r6, #0 +10003990: 43f6 mvns r6, r6 +10003992: 662e str r6, [r5, #96] @ 0x60 +10003994: 091e lsrs r6, r3, #4 +10003996: 666e str r6, [r5, #100] @ 0x64 +10003998: 0fce lsrs r6, r1, #31 +1000399a: 19f6 adds r6, r6, r7 +1000399c: 46b4 mov ip, r6 +1000399e: 0049 lsls r1, r1, #1 +100039a0: 0d4f lsrs r7, r1, #21 +100039a2: d002 beq.n 100039aa +100039a4: 1c7e adds r6, r7, #1 +100039a6: 0af6 lsrs r6, r6, #11 +100039a8: d003 beq.n 100039b2 +100039aa: 2000 movs r0, #0 +100039ac: 2100 movs r1, #0 +100039ae: 3f40 subs r7, #64 @ 0x40 +100039b0: 033f lsls r7, r7, #12 +100039b2: 1b3e subs r6, r7, r4 +100039b4: 00b6 lsls r6, r6, #2 +100039b6: 44b4 add ip, r6 +100039b8: 3f01 subs r7, #1 +100039ba: 057f lsls r7, r7, #21 +100039bc: 1bc9 subs r1, r1, r7 +100039be: 0849 lsrs r1, r1, #1 +100039c0: 6f2e ldr r6, [r5, #112] @ 0x70 +100039c2: 3601 adds r6, #1 +100039c4: 0876 lsrs r6, r6, #1 +100039c6: 029c lsls r4, r3, #10 +100039c8: 0d95 lsrs r5, r2, #22 +100039ca: 4325 orrs r5, r4 +100039cc: 4375 muls r5, r6 +100039ce: 13ed asrs r5, r5, #15 +100039d0: 4375 muls r5, r6 +100039d2: 13ad asrs r5, r5, #14 +100039d4: 3501 adds r5, #1 +100039d6: 106d asrs r5, r5, #1 +100039d8: 03f6 lsls r6, r6, #15 +100039da: 1b76 subs r6, r6, r5 +100039dc: b40c push {r2, r3} +100039de: 02cc lsls r4, r1, #11 +100039e0: 0d45 lsrs r5, r0, #21 +100039e2: 432c orrs r4, r5 +100039e4: b2a2 uxth r2, r4 +100039e6: b2b3 uxth r3, r6 +100039e8: 435a muls r2, r3 +100039ea: 0c27 lsrs r7, r4, #16 +100039ec: 437b muls r3, r7 +100039ee: 0c35 lsrs r5, r6, #16 +100039f0: 436f muls r7, r5 +100039f2: b2a4 uxth r4, r4 +100039f4: 436c muls r4, r5 +100039f6: 191b adds r3, r3, r4 +100039f8: d302 bcc.n 10003a00 +100039fa: 2401 movs r4, #1 +100039fc: 0424 lsls r4, r4, #16 +100039fe: 193f adds r7, r7, r4 + +10003a00 : +10003a00: 041c lsls r4, r3, #16 +10003a02: 0c1d lsrs r5, r3, #16 +10003a04: 18a4 adds r4, r4, r2 +10003a06: 417d adcs r5, r7 +10003a08: 1924 adds r4, r4, r4 +10003a0a: 416d adcs r5, r5 +10003a0c: 9a00 ldr r2, [sp, #0] +10003a0e: b291 uxth r1, r2 +10003a10: b2ac uxth r4, r5 +10003a12: 4361 muls r1, r4 +10003a14: 0c17 lsrs r7, r2, #16 +10003a16: 437c muls r4, r7 +10003a18: 0c2b lsrs r3, r5, #16 +10003a1a: 435f muls r7, r3 +10003a1c: b292 uxth r2, r2 +10003a1e: 435a muls r2, r3 +10003a20: 18a4 adds r4, r4, r2 +10003a22: d302 bcc.n 10003a2a +10003a24: 2201 movs r2, #1 +10003a26: 0412 lsls r2, r2, #16 +10003a28: 18bf adds r7, r7, r2 + +10003a2a : +10003a2a: 0422 lsls r2, r4, #16 +10003a2c: 0c23 lsrs r3, r4, #16 +10003a2e: 1852 adds r2, r2, r1 +10003a30: 417b adcs r3, r7 +10003a32: 9c01 ldr r4, [sp, #4] +10003a34: 436c muls r4, r5 +10003a36: 191b adds r3, r3, r4 +10003a38: 0e52 lsrs r2, r2, #25 +10003a3a: 01d9 lsls r1, r3, #7 +10003a3c: 430a orrs r2, r1 +10003a3e: 0144 lsls r4, r0, #5 +10003a40: 1aa0 subs r0, r4, r2 +10003a42: b281 uxth r1, r0 +10003a44: b2b2 uxth r2, r6 +10003a46: 4351 muls r1, r2 +10003a48: 1403 asrs r3, r0, #16 +10003a4a: 435a muls r2, r3 +10003a4c: 0c36 lsrs r6, r6, #16 +10003a4e: 4373 muls r3, r6 +10003a50: b287 uxth r7, r0 +10003a52: 4377 muls r7, r6 +10003a54: 17d6 asrs r6, r2, #31 +10003a56: 19d2 adds r2, r2, r7 +10003a58: 2700 movs r7, #0 +10003a5a: 417e adcs r6, r7 +10003a5c: 0436 lsls r6, r6, #16 +10003a5e: 199b adds r3, r3, r6 +10003a60: 0417 lsls r7, r2, #16 +10003a62: 0c16 lsrs r6, r2, #16 +10003a64: 187f adds r7, r7, r1 +10003a66: 415e adcs r6, r3 +10003a68: 1673 asrs r3, r6, #25 +10003a6a: 18ed adds r5, r5, r3 +10003a6c: 01f3 lsls r3, r6, #7 +10003a6e: 2600 movs r6, #0 +10003a70: 3380 adds r3, #128 @ 0x80 +10003a72: 4175 adcs r5, r6 +10003a74: 0fa9 lsrs r1, r5, #30 +10003a76: d106 bne.n 10003a86 +10003a78: 0064 lsls r4, r4, #1 +10003a7a: 0a69 lsrs r1, r5, #9 +10003a7c: 05e8 lsls r0, r5, #23 +10003a7e: 0a5b lsrs r3, r3, #9 +10003a80: 4318 orrs r0, r3 +10003a82: d209 bcs.n 10003a98 +10003a84: e02f b.n 10003ae6 + +10003a86 : +10003a86: 2204 movs r2, #4 +10003a88: 4494 add ip, r2 +10003a8a: 3380 adds r3, #128 @ 0x80 +10003a8c: 4175 adcs r5, r6 +10003a8e: 0aa9 lsrs r1, r5, #10 +10003a90: 05a8 lsls r0, r5, #22 +10003a92: 0a9b lsrs r3, r3, #10 +10003a94: 4318 orrs r0, r3 +10003a96: d326 bcc.n 10003ae6 + +10003a98 : +10003a98: 4140 adcs r0, r0 +10003a9a: 4149 adcs r1, r1 +10003a9c: 0424 lsls r4, r4, #16 +10003a9e: 9a00 ldr r2, [sp, #0] +10003aa0: 9b01 ldr r3, [sp, #4] +10003aa2: 000d movs r5, r1 +10003aa4: 4355 muls r5, r2 +10003aa6: 1b64 subs r4, r4, r5 +10003aa8: 4343 muls r3, r0 +10003aaa: 1ae4 subs r4, r4, r3 +10003aac: b295 uxth r5, r2 +10003aae: b286 uxth r6, r0 +10003ab0: 4375 muls r5, r6 +10003ab2: 0c17 lsrs r7, r2, #16 +10003ab4: 437e muls r6, r7 +10003ab6: 0c03 lsrs r3, r0, #16 +10003ab8: 435f muls r7, r3 +10003aba: b292 uxth r2, r2 +10003abc: 435a muls r2, r3 +10003abe: 18b6 adds r6, r6, r2 +10003ac0: d302 bcc.n 10003ac8 +10003ac2: 2201 movs r2, #1 +10003ac4: 0412 lsls r2, r2, #16 +10003ac6: 18bf adds r7, r7, r2 + +10003ac8 : +10003ac8: 0432 lsls r2, r6, #16 +10003aca: 0c33 lsrs r3, r6, #16 +10003acc: 1952 adds r2, r2, r5 +10003ace: 417b adcs r3, r7 +10003ad0: 4252 negs r2, r2 +10003ad2: 419c sbcs r4, r3 +10003ad4: 2c00 cmp r4, #0 +10003ad6: d402 bmi.n 10003ade +10003ad8: 2200 movs r2, #0 +10003ada: 3001 adds r0, #1 +10003adc: 4151 adcs r1, r2 +10003ade: 0840 lsrs r0, r0, #1 +10003ae0: 07ca lsls r2, r1, #31 +10003ae2: 4310 orrs r0, r2 +10003ae4: 0849 lsrs r1, r1, #1 + +10003ae6 : +10003ae6: b002 add sp, #8 +10003ae8: 4662 mov r2, ip +10003aea: 07d7 lsls r7, r2, #31 +10003aec: 1092 asrs r2, r2, #2 +10003aee: 4b08 ldr r3, [pc, #32] @ (10003b10 ) +10003af0: 18d2 adds r2, r2, r3 +10003af2: 4b08 ldr r3, [pc, #32] @ (10003b14 ) +10003af4: 429a cmp r2, r3 +10003af6: d203 bcs.n 10003b00 +10003af8: 0512 lsls r2, r2, #20 +10003afa: 1889 adds r1, r1, r2 + +10003afc : +10003afc: 19c9 adds r1, r1, r7 +10003afe: bdf0 pop {r4, r5, r6, r7, pc} + +10003b00 : +10003b00: 2000 movs r0, #0 +10003b02: 2a00 cmp r2, #0 +10003b04: dc01 bgt.n 10003b0a +10003b06: 0039 movs r1, r7 +10003b08: bdf0 pop {r4, r5, r6, r7, pc} + +10003b0a : +10003b0a: 3301 adds r3, #1 +10003b0c: 0519 lsls r1, r3, #20 +10003b0e: e7f5 b.n 10003afc +10003b10: 000003fd .word 0x000003fd +10003b14: 000007fe .word 0x000007fe + +10003b18 : +10003b18: 2200 movs r2, #0 + +10003b1a : +10003b1a: b500 push {lr} +10003b1c: 3220 adds r2, #32 +10003b1e: f000 f804 bl 10003b2a +10003b22: 0008 movs r0, r1 +10003b24: bd00 pop {pc} + ... + +10003b28 : +10003b28: 2200 movs r2, #0 + +10003b2a : +10003b2a: 150b asrs r3, r1, #20 +10003b2c: d40a bmi.n 10003b44 + +10003b2e : +10003b2e: b510 push {r4, lr} +10003b30: 4694 mov ip, r2 +10003b32: f000 f831 bl 10003b98 +10003b36: 1414 asrs r4, r2, #16 +10003b38: 3401 adds r4, #1 +10003b3a: da00 bge.n 10003b3e +10003b3c: 2100 movs r1, #0 +10003b3e: 17cb asrs r3, r1, #31 +10003b40: 4c14 ldr r4, [pc, #80] @ (10003b94 ) +10003b42: 4720 bx r4 + +10003b44 : +10003b44: 2000 movs r0, #0 +10003b46: 2100 movs r1, #0 +10003b48: 4770 bx lr + +10003b4a : +10003b4a: 4462 add r2, ip +10003b4c: 3a34 subs r2, #52 @ 0x34 +10003b4e: d40c bmi.n 10003b6a +10003b50: 2a0c cmp r2, #12 +10003b52: da07 bge.n 10003b64 +10003b54: 0004 movs r4, r0 +10003b56: 4091 lsls r1, r2 +10003b58: 4090 lsls r0, r2 +10003b5a: 4252 negs r2, r2 +10003b5c: 3220 adds r2, #32 +10003b5e: 40d4 lsrs r4, r2 +10003b60: 4321 orrs r1, r4 +10003b62: bd10 pop {r4, pc} +10003b64: 43d8 mvns r0, r3 +10003b66: 43d9 mvns r1, r3 +10003b68: bd10 pop {r4, pc} +10003b6a: 3220 adds r2, #32 +10003b6c: d407 bmi.n 10003b7e +10003b6e: 460c mov r4, r1 +10003b70: 4094 lsls r4, r2 +10003b72: 4252 negs r2, r2 +10003b74: 3220 adds r2, #32 +10003b76: 4111 asrs r1, r2 +10003b78: 40d0 lsrs r0, r2 +10003b7a: 4320 orrs r0, r4 +10003b7c: bd10 pop {r4, pc} +10003b7e: 0008 movs r0, r1 +10003b80: 17c9 asrs r1, r1, #31 +10003b82: 3220 adds r2, #32 +10003b84: d403 bmi.n 10003b8e +10003b86: 4252 negs r2, r2 +10003b88: 3220 adds r2, #32 +10003b8a: 4110 asrs r0, r2 +10003b8c: bd10 pop {r4, pc} +10003b8e: 0018 movs r0, r3 +10003b90: 0019 movs r1, r3 +10003b92: bd10 pop {r4, pc} +10003b94: 10003b4b .word 0x10003b4b + +10003b98 : +10003b98: 0d0a lsrs r2, r1, #20 +10003b9a: 0fcc lsrs r4, r1, #31 +10003b9c: 1e53 subs r3, r2, #1 +10003b9e: 051b lsls r3, r3, #20 +10003ba0: 1ac9 subs r1, r1, r3 +10003ba2: 0552 lsls r2, r2, #21 +10003ba4: d303 bcc.n 10003bae +10003ba6: 43c9 mvns r1, r1 +10003ba8: 4240 negs r0, r0 +10003baa: d300 bcc.n 10003bae +10003bac: 3101 adds r1, #1 + +10003bae : +10003bae: 0d52 lsrs r2, r2, #21 +10003bb0: d003 beq.n 10003bba +10003bb2: 1c53 adds r3, r2, #1 +10003bb4: 0adb lsrs r3, r3, #11 +10003bb6: d007 beq.n 10003bc8 +10003bb8: 1b12 subs r2, r2, r4 + +10003bba : +10003bba: 2000 movs r0, #0 +10003bbc: 0064 lsls r4, r4, #1 +10003bbe: 1c61 adds r1, r4, #1 +10003bc0: 0789 lsls r1, r1, #30 +10003bc2: 1289 asrs r1, r1, #10 +10003bc4: 3a80 subs r2, #128 @ 0x80 +10003bc6: 0312 lsls r2, r2, #12 + +10003bc8 : +10003bc8: 4b01 ldr r3, [pc, #4] @ (10003bd0 ) +10003bca: 1ad2 subs r2, r2, r3 +10003bcc: 4770 bx lr +10003bce: 0000 .short 0x0000 +10003bd0: 000003ff .word 0x000003ff + +10003bd4 <__wrap___aeabi_lmul>: +10003bd4: 4351 muls r1, r2 +10003bd6: 4343 muls r3, r0 +10003bd8: 18c9 adds r1, r1, r3 +10003bda: 468c mov ip, r1 +10003bdc: 0c11 lsrs r1, r2, #16 +10003bde: b283 uxth r3, r0 +10003be0: 434b muls r3, r1 +10003be2: b410 push {r4} +10003be4: 0c04 lsrs r4, r0, #16 +10003be6: 4361 muls r1, r4 +10003be8: b292 uxth r2, r2 +10003bea: b280 uxth r0, r0 +10003bec: 4350 muls r0, r2 +10003bee: 4362 muls r2, r4 +10003bf0: 041c lsls r4, r3, #16 +10003bf2: 0c1b lsrs r3, r3, #16 +10003bf4: 1900 adds r0, r0, r4 +10003bf6: bc10 pop {r4} +10003bf8: 4159 adcs r1, r3 +10003bfa: 0413 lsls r3, r2, #16 +10003bfc: 0c12 lsrs r2, r2, #16 +10003bfe: 18c0 adds r0, r0, r3 +10003c00: 4151 adcs r1, r2 +10003c02: 4461 add r1, ip +10003c04: 4770 bx lr + ... + +10003c08 <__aeabi_float_init>: +10003c08: b570 push {r4, r5, r6, lr} +10003c0a: 2313 movs r3, #19 +10003c0c: 781e ldrb r6, [r3, #0] +10003c0e: 482a ldr r0, [pc, #168] @ (10003cb8 <__aeabi_float_init+0xb0>) +10003c10: f7ff f956 bl 10002ec0 +10003c14: 0005 movs r5, r0 +10003c16: 2e01 cmp r6, #1 +10003c18: d011 beq.n 10003c3e <__aeabi_float_init+0x36> +10003c1a: 2e01 cmp r6, #1 +10003c1c: dd09 ble.n 10003c32 <__aeabi_float_init+0x2a> +10003c1e: 1eab subs r3, r5, #2 +10003c20: 781b ldrb r3, [r3, #0] +10003c22: 009b lsls r3, r3, #2 +10003c24: 2b7f cmp r3, #127 @ 0x7f +10003c26: dd40 ble.n 10003caa <__aeabi_float_init+0xa2> +10003c28: 4824 ldr r0, [pc, #144] @ (10003cbc <__aeabi_float_init+0xb4>) +10003c2a: 2280 movs r2, #128 @ 0x80 +10003c2c: 0029 movs r1, r5 +10003c2e: f000 f88b bl 10003d48 <__wrap___aeabi_memcpy> +10003c32: 4823 ldr r0, [pc, #140] @ (10003cc0 <__aeabi_float_init+0xb8>) +10003c34: f7ff f93c bl 10002eb0 +10003c38: 4b22 ldr r3, [pc, #136] @ (10003cc4 <__aeabi_float_init+0xbc>) +10003c3a: 6018 str r0, [r3, #0] +10003c3c: bd70 pop {r4, r5, r6, pc} +10003c3e: 481f ldr r0, [pc, #124] @ (10003cbc <__aeabi_float_init+0xb4>) +10003c40: 2254 movs r2, #84 @ 0x54 +10003c42: 0029 movs r1, r5 +10003c44: f000 f880 bl 10003d48 <__wrap___aeabi_memcpy> +10003c48: 4b1f ldr r3, [pc, #124] @ (10003cc8 <__aeabi_float_init+0xc0>) +10003c4a: 881a ldrh r2, [r3, #0] +10003c4c: 4b1f ldr r3, [pc, #124] @ (10003ccc <__aeabi_float_init+0xc4>) +10003c4e: 429a cmp r2, r3 +10003c50: d11c bne.n 10003c8c <__aeabi_float_init+0x84> +10003c52: 23a7 movs r3, #167 @ 0xa7 +10003c54: 019b lsls r3, r3, #6 +10003c56: 881a ldrh r2, [r3, #0] +10003c58: 4b1d ldr r3, [pc, #116] @ (10003cd0 <__aeabi_float_init+0xc8>) +10003c5a: 429a cmp r2, r3 +10003c5c: d116 bne.n 10003c8c <__aeabi_float_init+0x84> +10003c5e: 4b1d ldr r3, [pc, #116] @ (10003cd4 <__aeabi_float_init+0xcc>) +10003c60: 881a ldrh r2, [r3, #0] +10003c62: 4b1d ldr r3, [pc, #116] @ (10003cd8 <__aeabi_float_init+0xd0>) +10003c64: 429a cmp r2, r3 +10003c66: d111 bne.n 10003c8c <__aeabi_float_init+0x84> +10003c68: 4b1c ldr r3, [pc, #112] @ (10003cdc <__aeabi_float_init+0xd4>) +10003c6a: 881a ldrh r2, [r3, #0] +10003c6c: 2394 movs r3, #148 @ 0x94 +10003c6e: 019b lsls r3, r3, #6 +10003c70: 429a cmp r2, r3 +10003c72: d10b bne.n 10003c8c <__aeabi_float_init+0x84> +10003c74: 4b1a ldr r3, [pc, #104] @ (10003ce0 <__aeabi_float_init+0xd8>) +10003c76: 881a ldrh r2, [r3, #0] +10003c78: 4b1a ldr r3, [pc, #104] @ (10003ce4 <__aeabi_float_init+0xdc>) +10003c7a: 429a cmp r2, r3 +10003c7c: d106 bne.n 10003c8c <__aeabi_float_init+0x84> +10003c7e: 4b1a ldr r3, [pc, #104] @ (10003ce8 <__aeabi_float_init+0xe0>) +10003c80: 681a ldr r2, [r3, #0] +10003c82: 4b1a ldr r3, [pc, #104] @ (10003cec <__aeabi_float_init+0xe4>) +10003c84: 429a cmp r2, r3 +10003c86: d101 bne.n 10003c8c <__aeabi_float_init+0x84> +10003c88: 2315 movs r3, #21 +10003c8a: e007 b.n 10003c9c <__aeabi_float_init+0x94> +10003c8c: 4818 ldr r0, [pc, #96] @ (10003cf0 <__aeabi_float_init+0xe8>) +10003c8e: f7fe f813 bl 10001cb8 +10003c92: 4c18 ldr r4, [pc, #96] @ (10003cf4 <__aeabi_float_init+0xec>) +10003c94: 4a09 ldr r2, [pc, #36] @ (10003cbc <__aeabi_float_init+0xb4>) +10003c96: 0099 lsls r1, r3, #2 +10003c98: 508c str r4, [r1, r2] +10003c9a: 3301 adds r3, #1 +10003c9c: 2b1f cmp r3, #31 +10003c9e: d9f8 bls.n 10003c92 <__aeabi_float_init+0x8a> +10003ca0: 4b14 ldr r3, [pc, #80] @ (10003cf4 <__aeabi_float_init+0xec>) +10003ca2: 4a06 ldr r2, [pc, #24] @ (10003cbc <__aeabi_float_init+0xb4>) +10003ca4: 6213 str r3, [r2, #32] +10003ca6: 61d3 str r3, [r2, #28] +10003ca8: e7b7 b.n 10003c1a <__aeabi_float_init+0x12> +10003caa: 4b13 ldr r3, [pc, #76] @ (10003cf8 <__aeabi_float_init+0xf0>) +10003cac: 4a13 ldr r2, [pc, #76] @ (10003cfc <__aeabi_float_init+0xf4>) +10003cae: 4814 ldr r0, [pc, #80] @ (10003d00 <__aeabi_float_init+0xf8>) +10003cb0: 2142 movs r1, #66 @ 0x42 +10003cb2: f7fd ff69 bl 10001b88 <__assert_func> +10003cb6: 46c0 nop @ (mov r8, r8) +10003cb8: 00004653 .word 0x00004653 +10003cbc: 200005a0 .word 0x200005a0 +10003cc0: 0000334c .word 0x0000334c +10003cc4: 2000059c .word 0x2000059c +10003cc8: 000029ee .word 0x000029ee +10003ccc: 00000fc4 .word 0x00000fc4 +10003cd0: 00000dc2 .word 0x00000dc2 +10003cd4: 00002b96 .word 0x00002b96 +10003cd8: 0000b5c0 .word 0x0000b5c0 +10003cdc: 00002b18 .word 0x00002b18 +10003ce0: 00002acc .word 0x00002acc +10003ce4: 0000b510 .word 0x0000b510 +10003ce8: 00002cfc .word 0x00002cfc +10003cec: 6487ed51 .word 0x6487ed51 +10003cf0: 10004aa0 .word 0x10004aa0 +10003cf4: 10003d05 .word 0x10003d05 +10003cf8: 10004e30 .word 0x10004e30 +10003cfc: 10004eb4 .word 0x10004eb4 +10003d00: 10004e64 .word 0x10004e64 + +10003d04 : +10003d04: b507 push {r0, r1, r2, lr} +10003d06: 4660 mov r0, ip +10003d08: 2800 cmp r0, #0 +10003d0a: d100 bne.n 10003d0e +10003d0c: be00 bkpt 0x0000 +10003d0e: 8801 ldrh r1, [r0, #0] +10003d10: 0a0a lsrs r2, r1, #8 +10003d12: 3002 adds r0, #2 +10003d14: 2adf cmp r2, #223 @ 0xdf +10003d16: d1fa bne.n 10003d0e +10003d18: b2c9 uxtb r1, r1 +10003d1a: 0882 lsrs r2, r0, #2 +10003d1c: d304 bcc.n 10003d28 +10003d1e: 8802 ldrh r2, [r0, #0] +10003d20: 8840 ldrh r0, [r0, #2] +10003d22: 0400 lsls r0, r0, #16 +10003d24: 4310 orrs r0, r2 +10003d26: e000 b.n 10003d2a +10003d28: 6800 ldr r0, [r0, #0] +10003d2a: 4a02 ldr r2, [pc, #8] @ (10003d34 ) +10003d2c: 5050 str r0, [r2, r1] +10003d2e: 9003 str r0, [sp, #12] +10003d30: bd07 pop {r0, r1, r2, pc} +10003d32: 0000 .short 0x0000 +10003d34: 200005a0 .word 0x200005a0 + +10003d38 <__aeabi_mem_init>: +10003d38: 4801 ldr r0, [pc, #4] @ (10003d40 <__aeabi_mem_init+0x8>) +10003d3a: 2104 movs r1, #4 +10003d3c: 4b01 ldr r3, [pc, #4] @ (10003d44 <__aeabi_mem_init+0xc>) +10003d3e: 4718 bx r3 +10003d40: 200002c0 .word 0x200002c0 +10003d44: 10002ed1 .word 0x10002ed1 + +10003d48 <__wrap___aeabi_memcpy>: +10003d48: 4b01 ldr r3, [pc, #4] @ (10003d50 <__wrap___aeabi_memcpy+0x8>) +10003d4a: 685b ldr r3, [r3, #4] +10003d4c: 4718 bx r3 +10003d4e: 0000 .short 0x0000 +10003d50: 200002c0 .word 0x200002c0 + +10003d54 : +10003d54: b510 push {r4, lr} +10003d56: 0003 movs r3, r0 +10003d58: 0008 movs r0, r1 +10003d5a: 0011 movs r1, r2 +10003d5c: 681b ldr r3, [r3, #0] +10003d5e: 4798 blx r3 +10003d60: bd10 pop {r4, pc} + ... + +10003d64 : +10003d64: b5f8 push {r3, r4, r5, r6, r7, lr} +10003d66: 0007 movs r7, r0 +10003d68: 000d movs r5, r1 +10003d6a: 0016 movs r6, r2 +10003d6c: 7d43 ldrb r3, [r0, #21] +10003d6e: 2b00 cmp r3, #0 +10003d70: d002 beq.n 10003d78 +10003d72: 2400 movs r4, #0 +10003d74: 2000 movs r0, #0 +10003d76: e00c b.n 10003d92 +10003d78: 6803 ldr r3, [r0, #0] +10003d7a: 0011 movs r1, r2 +10003d7c: 0028 movs r0, r5 +10003d7e: 4798 blx r3 +10003d80: e02d b.n 10003dde +10003d82: 7d3b ldrb r3, [r7, #20] +10003d84: e010 b.n 10003da8 +10003d86: 683b ldr r3, [r7, #0] +10003d88: 4815 ldr r0, [pc, #84] @ (10003de0 ) +10003d8a: 2102 movs r1, #2 +10003d8c: 4798 blx r3 +10003d8e: 1c60 adds r0, r4, #1 +10003d90: 3401 adds r4, #1 +10003d92: 42b4 cmp r4, r6 +10003d94: da14 bge.n 10003dc0 +10003d96: 2c00 cmp r4, #0 +10003d98: ddf3 ble.n 10003d82 +10003d9a: 192b adds r3, r5, r4 +10003d9c: 3b01 subs r3, #1 +10003d9e: 781b ldrb r3, [r3, #0] +10003da0: 3b0d subs r3, #13 +10003da2: 425a negs r2, r3 +10003da4: 4153 adcs r3, r2 +10003da6: b2db uxtb r3, r3 +10003da8: 5d2a ldrb r2, [r5, r4] +10003daa: 2a0a cmp r2, #10 +10003dac: d1f0 bne.n 10003d90 +10003dae: 2b00 cmp r3, #0 +10003db0: d1ee bne.n 10003d90 +10003db2: 42a0 cmp r0, r4 +10003db4: dae7 bge.n 10003d86 +10003db6: 683b ldr r3, [r7, #0] +10003db8: 1a21 subs r1, r4, r0 +10003dba: 1828 adds r0, r5, r0 +10003dbc: 4798 blx r3 +10003dbe: e7e2 b.n 10003d86 +10003dc0: 42b0 cmp r0, r6 +10003dc2: da03 bge.n 10003dcc +10003dc4: 683b ldr r3, [r7, #0] +10003dc6: 1a31 subs r1, r6, r0 +10003dc8: 1828 adds r0, r5, r0 +10003dca: 4798 blx r3 +10003dcc: 2e00 cmp r6, #0 +10003dce: dd06 ble.n 10003dde +10003dd0: 19ad adds r5, r5, r6 +10003dd2: 3d01 subs r5, #1 +10003dd4: 782b ldrb r3, [r5, #0] +10003dd6: 3b0d subs r3, #13 +10003dd8: 425a negs r2, r3 +10003dda: 4153 adcs r3, r2 +10003ddc: 753b strb r3, [r7, #20] +10003dde: bdf8 pop {r3, r4, r5, r6, r7, pc} +10003de0: 10004f28 .word 0x10004f28 + +10003de4 : +10003de4: b570 push {r4, r5, r6, lr} +10003de6: 0005 movs r5, r0 +10003de8: 6803 ldr r3, [r0, #0] +10003dea: 2b00 cmp r3, #0 +10003dec: d016 beq.n 10003e1c +10003dee: 4b0c ldr r3, [pc, #48] @ (10003e20 ) +10003df0: 681c ldr r4, [r3, #0] +10003df2: e005 b.n 10003e00 +10003df4: 0029 movs r1, r5 +10003df6: c904 ldmia r1!, {r2} +10003df8: 0020 movs r0, r4 +10003dfa: f7ff ffb3 bl 10003d64 +10003dfe: 6924 ldr r4, [r4, #16] +10003e00: 2c00 cmp r4, #0 +10003e02: d009 beq.n 10003e18 +10003e04: 6823 ldr r3, [r4, #0] +10003e06: 2b00 cmp r3, #0 +10003e08: d0f9 beq.n 10003dfe +10003e0a: 4b06 ldr r3, [pc, #24] @ (10003e24 ) +10003e0c: 681b ldr r3, [r3, #0] +10003e0e: 2b00 cmp r3, #0 +10003e10: d0f0 beq.n 10003df4 +10003e12: 42a3 cmp r3, r4 +10003e14: d1f3 bne.n 10003dfe +10003e16: e7ed b.n 10003df4 +10003e18: 2300 movs r3, #0 +10003e1a: 602b str r3, [r5, #0] +10003e1c: bd70 pop {r4, r5, r6, pc} +10003e1e: 46c0 nop @ (mov r8, r8) +10003e20: 20000484 .word 0x20000484 +10003e24: 20000488 .word 0x20000488 + +10003e28 : +10003e28: b570 push {r4, r5, r6, lr} +10003e2a: 0005 movs r5, r0 +10003e2c: 000c movs r4, r1 +10003e2e: 680b ldr r3, [r1, #0] +10003e30: 2b80 cmp r3, #128 @ 0x80 +10003e32: d005 beq.n 10003e40 +10003e34: 6823 ldr r3, [r4, #0] +10003e36: 1c5a adds r2, r3, #1 +10003e38: 6022 str r2, [r4, #0] +10003e3a: 18e4 adds r4, r4, r3 +10003e3c: 7125 strb r5, [r4, #4] +10003e3e: bd70 pop {r4, r5, r6, pc} +10003e40: 0008 movs r0, r1 +10003e42: f7ff ffcf bl 10003de4 +10003e46: e7f5 b.n 10003e34 + +10003e48 : +10003e48: b510 push {r4, lr} +10003e4a: 2b00 cmp r3, #0 +10003e4c: db02 blt.n 10003e54 +10003e4e: 6002 str r2, [r0, #0] +10003e50: 6043 str r3, [r0, #4] +10003e52: bd10 pop {r4, pc} +10003e54: 4b02 ldr r3, [pc, #8] @ (10003e60 ) +10003e56: 4a03 ldr r2, [pc, #12] @ (10003e64 ) +10003e58: 4803 ldr r0, [pc, #12] @ (10003e68 ) +10003e5a: 213f movs r1, #63 @ 0x3f +10003e5c: f7fd fe94 bl 10001b88 <__assert_func> +10003e60: 100043ec .word 0x100043ec +10003e64: 10004f2c .word 0x10004f2c +10003e68: 10004408 .word 0x10004408 + +10003e6c : +10003e6c: b510 push {r4, lr} +10003e6e: b082 sub sp, #8 +10003e70: 0004 movs r4, r0 +10003e72: f7fd fa5d bl 10001330 +10003e76: 0002 movs r2, r0 +10003e78: 000b movs r3, r1 +10003e7a: 4668 mov r0, sp +10003e7c: f7ff ffe4 bl 10003e48 +10003e80: 9a00 ldr r2, [sp, #0] +10003e82: 9b01 ldr r3, [sp, #4] +10003e84: 6022 str r2, [r4, #0] +10003e86: 6063 str r3, [r4, #4] +10003e88: 0020 movs r0, r4 +10003e8a: b002 add sp, #8 +10003e8c: bd10 pop {r4, pc} + ... + +10003e90 : +10003e90: b570 push {r4, r5, r6, lr} +10003e92: b082 sub sp, #8 +10003e94: 0006 movs r6, r0 +10003e96: 0014 movs r4, r2 +10003e98: 001d movs r5, r3 +10003e9a: 22fa movs r2, #250 @ 0xfa +10003e9c: 0092 lsls r2, r2, #2 +10003e9e: 2300 movs r3, #0 +10003ea0: 9806 ldr r0, [sp, #24] +10003ea2: 2100 movs r1, #0 +10003ea4: f7ff fe96 bl 10003bd4 <__wrap___aeabi_lmul> +10003ea8: 0002 movs r2, r0 +10003eaa: 000b movs r3, r1 +10003eac: 1912 adds r2, r2, r4 +10003eae: 416b adcs r3, r5 +10003eb0: 2b00 cmp r3, #0 +10003eb2: db09 blt.n 10003ec8 +10003eb4: 4668 mov r0, sp +10003eb6: f7ff ffc7 bl 10003e48 +10003eba: 9a00 ldr r2, [sp, #0] +10003ebc: 9b01 ldr r3, [sp, #4] +10003ebe: 6032 str r2, [r6, #0] +10003ec0: 6073 str r3, [r6, #4] +10003ec2: 0030 movs r0, r6 +10003ec4: b002 add sp, #8 +10003ec6: bd70 pop {r4, r5, r6, pc} +10003ec8: 2201 movs r2, #1 +10003eca: 4252 negs r2, r2 +10003ecc: 4b00 ldr r3, [pc, #0] @ (10003ed0 ) +10003ece: e7f1 b.n 10003eb4 +10003ed0: 7fffffff .word 0x7fffffff + +10003ed4 : +10003ed4: b530 push {r4, r5, lr} +10003ed6: b085 sub sp, #20 +10003ed8: 0004 movs r4, r0 +10003eda: 000d movs r5, r1 +10003edc: a802 add r0, sp, #8 +10003ede: f7ff ffc5 bl 10003e6c +10003ee2: 9a02 ldr r2, [sp, #8] +10003ee4: 9b03 ldr r3, [sp, #12] +10003ee6: 9500 str r5, [sp, #0] +10003ee8: 0020 movs r0, r4 +10003eea: f7ff ffd1 bl 10003e90 +10003eee: 0020 movs r0, r4 +10003ef0: b005 add sp, #20 +10003ef2: bd30 pop {r4, r5, pc} + +10003ef4 : +10003ef4: b500 push {lr} +10003ef6: b083 sub sp, #12 +10003ef8: 21fa movs r1, #250 @ 0xfa +10003efa: 0089 lsls r1, r1, #2 +10003efc: 4668 mov r0, sp +10003efe: f7ff ffe9 bl 10003ed4 +10003f02: 9a00 ldr r2, [sp, #0] +10003f04: 9b01 ldr r3, [sp, #4] +10003f06: 4802 ldr r0, [pc, #8] @ (10003f10 ) +10003f08: f000 f8ee bl 100040e8 <__mutex_try_enter_block_until_veneer> +10003f0c: b003 add sp, #12 +10003f0e: bd00 pop {pc} +10003f10: 200002d0 .word 0x200002d0 + +10003f14 : +10003f14: b510 push {r4, lr} +10003f16: 4802 ldr r0, [pc, #8] @ (10003f20 ) +10003f18: f000 f8ce bl 100040b8 <__mutex_exit_veneer> +10003f1c: bd10 pop {r4, pc} +10003f1e: 46c0 nop @ (mov r8, r8) +10003f20: 200002d0 .word 0x200002d0 + +10003f24 : +10003f24: b5f0 push {r4, r5, r6, r7, lr} +10003f26: 46ce mov lr, r9 +10003f28: 4647 mov r7, r8 +10003f2a: b580 push {r7, lr} +10003f2c: b083 sub sp, #12 +10003f2e: 0006 movs r6, r0 +10003f30: 000d movs r5, r1 +10003f32: 4690 mov r8, r2 +10003f34: 001c movs r4, r3 +10003f36: f7ff ffdd bl 10003ef4 +10003f3a: 4681 mov r9, r0 +10003f3c: 1c6b adds r3, r5, #1 +10003f3e: d005 beq.n 10003f4c +10003f40: 2c00 cmp r4, #0 +10003f42: d008 beq.n 10003f56 +10003f44: 4f19 ldr r7, [pc, #100] @ (10003fac ) +10003f46: 4b1a ldr r3, [pc, #104] @ (10003fb0 ) +10003f48: 681c ldr r4, [r3, #0] +10003f4a: e007 b.n 10003f5c +10003f4c: 0030 movs r0, r6 +10003f4e: f000 f881 bl 10004054 +10003f52: 0005 movs r5, r0 +10003f54: e7f4 b.n 10003f40 +10003f56: 4f17 ldr r7, [pc, #92] @ (10003fb4 ) +10003f58: e7f5 b.n 10003f46 +10003f5a: 6924 ldr r4, [r4, #16] +10003f5c: 2c00 cmp r4, #0 +10003f5e: d017 beq.n 10003f90 +10003f60: 6823 ldr r3, [r4, #0] +10003f62: 2b00 cmp r3, #0 +10003f64: d0f9 beq.n 10003f5a +10003f66: 4b14 ldr r3, [pc, #80] @ (10003fb8 ) +10003f68: 681b ldr r3, [r3, #0] +10003f6a: 2b00 cmp r3, #0 +10003f6c: d001 beq.n 10003f72 +10003f6e: 42a3 cmp r3, r4 +10003f70: d1f3 bne.n 10003f5a +10003f72: 002a movs r2, r5 +10003f74: 0031 movs r1, r6 +10003f76: 0020 movs r0, r4 +10003f78: 47b8 blx r7 +10003f7a: 4643 mov r3, r8 +10003f7c: 2b00 cmp r3, #0 +10003f7e: d0ec beq.n 10003f5a +10003f80: 466b mov r3, sp +10003f82: 1dd9 adds r1, r3, #7 +10003f84: 230a movs r3, #10 +10003f86: 700b strb r3, [r1, #0] +10003f88: 2201 movs r2, #1 +10003f8a: 0020 movs r0, r4 +10003f8c: 47b8 blx r7 +10003f8e: e7e4 b.n 10003f5a +10003f90: 464b mov r3, r9 +10003f92: 2b00 cmp r3, #0 +10003f94: d107 bne.n 10003fa6 +10003f96: 1e6b subs r3, r5, #1 +10003f98: 419d sbcs r5, r3 +10003f9a: b2e8 uxtb r0, r5 +10003f9c: b003 add sp, #12 +10003f9e: bcc0 pop {r6, r7} +10003fa0: 46b9 mov r9, r7 +10003fa2: 46b0 mov r8, r6 +10003fa4: bdf0 pop {r4, r5, r6, r7, pc} +10003fa6: f7ff ffb5 bl 10003f14 +10003faa: e7f4 b.n 10003f96 +10003fac: 10003d55 .word 0x10003d55 +10003fb0: 20000484 .word 0x20000484 +10003fb4: 10003d65 .word 0x10003d65 +10003fb8: 20000488 .word 0x20000488 + +10003fbc : +10003fbc: b510 push {r4, lr} +10003fbe: 4b06 ldr r3, [pc, #24] @ (10003fd8 ) +10003fc0: 681c ldr r4, [r3, #0] +10003fc2: e001 b.n 10003fc8 +10003fc4: 4798 blx r3 +10003fc6: 6924 ldr r4, [r4, #16] +10003fc8: 2c00 cmp r4, #0 +10003fca: d003 beq.n 10003fd4 +10003fcc: 6863 ldr r3, [r4, #4] +10003fce: 2b00 cmp r3, #0 +10003fd0: d1f8 bne.n 10003fc4 +10003fd2: e7f8 b.n 10003fc6 +10003fd4: bd10 pop {r4, pc} +10003fd6: 46c0 nop @ (mov r8, r8) +10003fd8: 20000484 .word 0x20000484 + +10003fdc <__wrap_puts>: +10003fdc: b570 push {r4, r5, r6, lr} +10003fde: 0005 movs r5, r0 +10003fe0: f000 f838 bl 10004054 +10003fe4: 0004 movs r4, r0 +10003fe6: 2300 movs r3, #0 +10003fe8: 2201 movs r2, #1 +10003fea: 0001 movs r1, r0 +10003fec: 0028 movs r0, r5 +10003fee: f7ff ff99 bl 10003f24 +10003ff2: f7ff ffe3 bl 10003fbc +10003ff6: 0020 movs r0, r4 +10003ff8: bd70 pop {r4, r5, r6, pc} + ... + +10003ffc <__wrap_vprintf>: +10003ffc: b570 push {r4, r5, r6, lr} +10003ffe: b0a2 sub sp, #136 @ 0x88 +10004000: 0004 movs r4, r0 +10004002: 000e movs r6, r1 +10004004: f7ff ff76 bl 10003ef4 +10004008: 0005 movs r5, r0 +1000400a: 2300 movs r3, #0 +1000400c: 9301 str r3, [sp, #4] +1000400e: 480a ldr r0, [pc, #40] @ (10004038 <__wrap_vprintf+0x3c>) +10004010: 0033 movs r3, r6 +10004012: 0022 movs r2, r4 +10004014: a901 add r1, sp, #4 +10004016: f7fe ff33 bl 10002e80 +1000401a: 0004 movs r4, r0 +1000401c: a801 add r0, sp, #4 +1000401e: f7ff fee1 bl 10003de4 +10004022: f7ff ffcb bl 10003fbc +10004026: 2d00 cmp r5, #0 +10004028: d102 bne.n 10004030 <__wrap_vprintf+0x34> +1000402a: 0020 movs r0, r4 +1000402c: b022 add sp, #136 @ 0x88 +1000402e: bd70 pop {r4, r5, r6, pc} +10004030: f7ff ff70 bl 10003f14 +10004034: e7f9 b.n 1000402a <__wrap_vprintf+0x2e> +10004036: 46c0 nop @ (mov r8, r8) +10004038: 10003e29 .word 0x10003e29 + +1000403c <__wrap_printf>: +1000403c: b40f push {r0, r1, r2, r3} +1000403e: b500 push {lr} +10004040: b083 sub sp, #12 +10004042: a904 add r1, sp, #16 +10004044: c901 ldmia r1!, {r0} +10004046: 9101 str r1, [sp, #4] +10004048: f7ff ffd8 bl 10003ffc <__wrap_vprintf> +1000404c: b003 add sp, #12 +1000404e: bc08 pop {r3} +10004050: b004 add sp, #16 +10004052: 4718 bx r3 + +10004054 : +10004054: b510 push {r4, lr} +10004056: 0783 lsls r3, r0, #30 +10004058: d00a beq.n 10004070 +1000405a: 0003 movs r3, r0 +1000405c: 2103 movs r1, #3 +1000405e: e002 b.n 10004066 +10004060: 3301 adds r3, #1 +10004062: 420b tst r3, r1 +10004064: d005 beq.n 10004072 +10004066: 781a ldrb r2, [r3, #0] +10004068: 2a00 cmp r2, #0 +1000406a: d1f9 bne.n 10004060 +1000406c: 1a18 subs r0, r3, r0 +1000406e: bd10 pop {r4, pc} +10004070: 0003 movs r3, r0 +10004072: 6819 ldr r1, [r3, #0] +10004074: 4a0c ldr r2, [pc, #48] @ (100040a8 ) +10004076: 4c0d ldr r4, [pc, #52] @ (100040ac ) +10004078: 188a adds r2, r1, r2 +1000407a: 438a bics r2, r1 +1000407c: 4222 tst r2, r4 +1000407e: d10f bne.n 100040a0 +10004080: 6859 ldr r1, [r3, #4] +10004082: 4a09 ldr r2, [pc, #36] @ (100040a8 ) +10004084: 3304 adds r3, #4 +10004086: 188a adds r2, r1, r2 +10004088: 438a bics r2, r1 +1000408a: 4222 tst r2, r4 +1000408c: d108 bne.n 100040a0 +1000408e: 6859 ldr r1, [r3, #4] +10004090: 4a05 ldr r2, [pc, #20] @ (100040a8 ) +10004092: 3304 adds r3, #4 +10004094: 188a adds r2, r1, r2 +10004096: 438a bics r2, r1 +10004098: 4222 tst r2, r4 +1000409a: d0f1 beq.n 10004080 +1000409c: e000 b.n 100040a0 +1000409e: 3301 adds r3, #1 +100040a0: 781a ldrb r2, [r3, #0] +100040a2: 2a00 cmp r2, #0 +100040a4: d1fb bne.n 1000409e +100040a6: e7e1 b.n 1000406c +100040a8: fefefeff .word 0xfefefeff +100040ac: 80808080 .word 0x80808080 + +100040b0 <_fini>: +100040b0: b5f8 push {r3, r4, r5, r6, r7, lr} +100040b2: 46c0 nop @ (mov r8, r8) +100040b4: 0000 movs r0, r0 + ... + +100040b8 <__mutex_exit_veneer>: +100040b8: b401 push {r0} +100040ba: 4802 ldr r0, [pc, #8] @ (100040c4 <__mutex_exit_veneer+0xc>) +100040bc: 4684 mov ip, r0 +100040be: bc01 pop {r0} +100040c0: 4760 bx ip +100040c2: bf00 nop +100040c4: 200001c9 .word 0x200001c9 + +100040c8 <____aeabi_ldiv0_veneer>: +100040c8: b401 push {r0} +100040ca: 4802 ldr r0, [pc, #8] @ (100040d4 <____aeabi_ldiv0_veneer+0xc>) +100040cc: 4684 mov ip, r0 +100040ce: bc01 pop {r0} +100040d0: 4760 bx ip +100040d2: bf00 nop +100040d4: 20000215 .word 0x20000215 + +100040d8 <____aeabi_idiv0_veneer>: +100040d8: b401 push {r0} +100040da: 4802 ldr r0, [pc, #8] @ (100040e4 <____aeabi_idiv0_veneer+0xc>) +100040dc: 4684 mov ip, r0 +100040de: bc01 pop {r0} +100040e0: 4760 bx ip +100040e2: bf00 nop +100040e4: 20000215 .word 0x20000215 + +100040e8 <__mutex_try_enter_block_until_veneer>: +100040e8: b401 push {r0} +100040ea: 4802 ldr r0, [pc, #8] @ (100040f4 <__mutex_try_enter_block_until_veneer+0xc>) +100040ec: 4684 mov ip, r0 +100040ee: bc01 pop {r0} +100040f0: 4760 bx ip +100040f2: bf00 nop +100040f4: 20000195 .word 0x20000195 + +Disassembly of section .data: + +200000c0 : +200000c0: 0003 movs r3, r0 +200000c2: 6800 ldr r0, [r0, #0] +200000c4: f3ef 8c10 mrs ip, PRIMASK +200000c8: b672 cpsid i +200000ca: 6802 ldr r2, [r0, #0] +200000cc: 2a00 cmp r2, #0 +200000ce: d0fc beq.n 200000ca +200000d0: f3bf 8f5f dmb sy +200000d4: 2204 movs r2, #4 +200000d6: 569a ldrsb r2, [r3, r2] +200000d8: 2a00 cmp r2, #0 +200000da: db0b blt.n 200000f4 +200000dc: 2900 cmp r1, #0 +200000de: d010 beq.n 20000102 +200000e0: 600a str r2, [r1, #0] +200000e2: 2000 movs r0, #0 +200000e4: 681b ldr r3, [r3, #0] +200000e6: f3bf 8f5f dmb sy +200000ea: 2200 movs r2, #0 +200000ec: 601a str r2, [r3, #0] +200000ee: f38c 8810 msr PRIMASK, ip +200000f2: 4770 bx lr +200000f4: 22d0 movs r2, #208 @ 0xd0 +200000f6: 0612 lsls r2, r2, #24 +200000f8: 7812 ldrb r2, [r2, #0] +200000fa: b252 sxtb r2, r2 +200000fc: 711a strb r2, [r3, #4] +200000fe: 2001 movs r0, #1 +20000100: e7f0 b.n 200000e4 +20000102: 2000 movs r0, #0 +20000104: e7ee b.n 200000e4 + ... + +20000108 : +20000108: b5f8 push {r3, r4, r5, r6, r7, lr} +2000010a: 46ce mov lr, r9 +2000010c: 4647 mov r7, r8 +2000010e: b580 push {r7, lr} +20000110: 0004 movs r4, r0 +20000112: 0017 movs r7, r2 +20000114: 4698 mov r8, r3 +20000116: 6803 ldr r3, [r0, #0] +20000118: 2b00 cmp r3, #0 +2000011a: d020 beq.n 2000015e +2000011c: 23d0 movs r3, #208 @ 0xd0 +2000011e: 061b lsls r3, r3, #24 +20000120: 781b ldrb r3, [r3, #0] +20000122: b25b sxtb r3, r3 +20000124: 4699 mov r9, r3 +20000126: 6826 ldr r6, [r4, #0] +20000128: f3ef 8c10 mrs ip, PRIMASK +2000012c: b672 cpsid i +2000012e: 6835 ldr r5, [r6, #0] +20000130: 2d00 cmp r5, #0 +20000132: d0fc beq.n 2000012e +20000134: f3bf 8f5f dmb sy +20000138: 2504 movs r5, #4 +2000013a: 5765 ldrsb r5, [r4, r5] +2000013c: 2d00 cmp r5, #0 +2000013e: db14 blt.n 2000016a +20000140: 6823 ldr r3, [r4, #0] +20000142: f3bf 8f5f dmb sy +20000146: 2200 movs r2, #0 +20000148: 601a str r2, [r3, #0] +2000014a: f38c 8810 msr PRIMASK, ip +2000014e: 0038 movs r0, r7 +20000150: 4641 mov r1, r8 +20000152: f000 f861 bl 20000218 <__best_effort_wfe_or_timeout_veneer> +20000156: 2800 cmp r0, #0 +20000158: d0e5 beq.n 20000126 +2000015a: 2000 movs r0, #0 +2000015c: e00f b.n 2000017e +2000015e: 4b0a ldr r3, [pc, #40] @ (20000188 ) +20000160: 4a0a ldr r2, [pc, #40] @ (2000018c ) +20000162: 480b ldr r0, [pc, #44] @ (20000190 ) +20000164: 2185 movs r1, #133 @ 0x85 +20000166: f000 f85f bl 20000228 <____assert_func_veneer> +2000016a: 464b mov r3, r9 +2000016c: 7123 strb r3, [r4, #4] +2000016e: 6823 ldr r3, [r4, #0] +20000170: f3bf 8f5f dmb sy +20000174: 2200 movs r2, #0 +20000176: 601a str r2, [r3, #0] +20000178: f38c 8810 msr PRIMASK, ip +2000017c: 2001 movs r0, #1 +2000017e: bcc0 pop {r6, r7} +20000180: 46b9 mov r9, r7 +20000182: 46b0 mov r8, r6 +20000184: bdf8 pop {r3, r4, r5, r6, r7, pc} +20000186: 46c0 nop @ (mov r8, r8) +20000188: 10004314 .word 0x10004314 +2000018c: 1000436c .word 0x1000436c +20000190: 100042d0 .word 0x100042d0 + +20000194 : +20000194: b570 push {r4, r5, r6, lr} +20000196: b082 sub sp, #8 +20000198: 0006 movs r6, r0 +2000019a: 0015 movs r5, r2 +2000019c: 001c movs r4, r3 +2000019e: a901 add r1, sp, #4 +200001a0: f7ff ff8e bl 200000c0 +200001a4: 2800 cmp r0, #0 +200001a6: d107 bne.n 200001b8 +200001a8: 9b01 ldr r3, [sp, #4] +200001aa: b25b sxtb r3, r3 +200001ac: 22d0 movs r2, #208 @ 0xd0 +200001ae: 0612 lsls r2, r2, #24 +200001b0: 7812 ldrb r2, [r2, #0] +200001b2: b252 sxtb r2, r2 +200001b4: 4293 cmp r3, r2 +200001b6: d101 bne.n 200001bc +200001b8: b002 add sp, #8 +200001ba: bd70 pop {r4, r5, r6, pc} +200001bc: 002a movs r2, r5 +200001be: 0023 movs r3, r4 +200001c0: 0030 movs r0, r6 +200001c2: f7ff ffa1 bl 20000108 +200001c6: e7f7 b.n 200001b8 + +200001c8 : +200001c8: b510 push {r4, lr} +200001ca: 6802 ldr r2, [r0, #0] +200001cc: f3ef 8110 mrs r1, PRIMASK +200001d0: b672 cpsid i +200001d2: 6813 ldr r3, [r2, #0] +200001d4: 2b00 cmp r3, #0 +200001d6: d0fc beq.n 200001d2 +200001d8: f3bf 8f5f dmb sy +200001dc: 2304 movs r3, #4 +200001de: 56c3 ldrsb r3, [r0, r3] +200001e0: 2b00 cmp r3, #0 +200001e2: db0a blt.n 200001fa +200001e4: 23ff movs r3, #255 @ 0xff +200001e6: 7103 strb r3, [r0, #4] +200001e8: 6803 ldr r3, [r0, #0] +200001ea: f3bf 8f5f dmb sy +200001ee: 2200 movs r2, #0 +200001f0: 601a str r2, [r3, #0] +200001f2: f381 8810 msr PRIMASK, r1 +200001f6: bf40 sev +200001f8: bd10 pop {r4, pc} +200001fa: 4b03 ldr r3, [pc, #12] @ (20000208 ) +200001fc: 4a03 ldr r2, [pc, #12] @ (2000020c ) +200001fe: 4804 ldr r0, [pc, #16] @ (20000210 ) +20000200: 21b4 movs r1, #180 @ 0xb4 +20000202: f000 f811 bl 20000228 <____assert_func_veneer> +20000206: 46c0 nop @ (mov r8, r8) +20000208: 10004328 .word 0x10004328 +2000020c: 10004360 .word 0x10004360 +20000210: 100042d0 .word 0x100042d0 + +20000214 <__aeabi_idiv0>: +20000214: 4770 bx lr +20000216: 46c0 nop @ (mov r8, r8) + +20000218 <__best_effort_wfe_or_timeout_veneer>: +20000218: b401 push {r0} +2000021a: 4802 ldr r0, [pc, #8] @ (20000224 <__best_effort_wfe_or_timeout_veneer+0xc>) +2000021c: 4684 mov ip, r0 +2000021e: bc01 pop {r0} +20000220: 4760 bx ip +20000222: bf00 nop +20000224: 10001249 .word 0x10001249 + +20000228 <____assert_func_veneer>: +20000228: b401 push {r0} +2000022a: 4802 ldr r0, [pc, #8] @ (20000234 <____assert_func_veneer+0xc>) +2000022c: 4684 mov ip, r0 +2000022e: bc01 pop {r0} +20000230: 4760 bx ip +20000232: bf00 nop +20000234: 10001b89 .word 0x10001b89 + +20000238 : +20000238: 00000010 .... + +2000023c : +2000023c: 00000000 .word 0x00000000 +20000240: 00010000 .word 0x00010000 + ... +2000024c: 00020000 .word 0x00020000 + ... +20000258: 00030000 .word 0x00030000 + ... +20000264: 00ff0000 .word 0x00ff0000 +20000268: 00000000 .word 0x00000000 + +2000026c : +2000026c: b501 push {r0, lr} +2000026e: 6848 ldr r0, [r1, #4] +20000270: 3101 adds r1, #1 +20000272: 468e mov lr, r1 +20000274: 4700 bx r0 + +20000276 : +20000276: 4670 mov r0, lr +20000278: 3809 subs r0, #9 +2000027a: 4901 ldr r1, [pc, #4] @ (20000280 ) +2000027c: 4788 blx r1 +2000027e: bd01 pop {r0, pc} +20000280: 10000791 .word 0x10000791 + +20000284 : +20000284: 2000029c 00000000 200002f0 20000444 ... ....... D.. + ... + +2000029c : +2000029c: 20000454 00000000 00000000 00000010 T.. ............ +200002ac: 00000000 .... + +200002b0 : +200002b0: 00003350 .word 0x00003350 +200002b4: 0000334c .word 0x0000334c +200002b8: 00003354 .word 0x00003354 +200002bc: 00003352 .word 0x00003352 + +200002c0 : +200002c0: 0000534d .word 0x0000534d +200002c4: 0000434d .word 0x0000434d +200002c8: 00003453 .word 0x00003453 +200002cc: 00003443 .word 0x00003443 + +200002d0 : + ... + +200002d8 <__mutex_array_end>: +200002d8: 10003d39 .word 0x10003d39 +200002dc: 10002ea1 .word 0x10002ea1 +200002e0: 100035a1 .word 0x100035a1 +200002e4: 10003c09 .word 0x10003c09 + +200002e8 <__frame_dummy_init_array_entry>: +200002e8: 10000331 1... diff --git a/build/clacer.elf b/build/clacer.elf new file mode 100755 index 0000000..4a2dadd Binary files /dev/null and b/build/clacer.elf differ diff --git a/build/clacer.elf.map b/build/clacer.elf.map new file mode 100644 index 0000000..df59e2a --- /dev/null +++ b/build/clacer.elf.map @@ -0,0 +1,3163 @@ +Archive member included to satisfy reference by file (symbol) + +/usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/libgcc.a(_dvmd_tls.o) + CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/divider.S.obj (__aeabi_idiv0) +/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-atexit.o) + /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/crt0.o (atexit) +/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-calloc.o) + CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj (calloc) +/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-callocr.o) + /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-calloc.o) (_calloc_r) +/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-malloc.o) + CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj (malloc) +/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-mallocr.o) + /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-callocr.o) (_malloc_r) +/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-mlock.o) + /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-mallocr.o) (__malloc_lock) +/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-realloc.o) + CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj (realloc) +/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-reallocr.o) + /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-realloc.o) (_realloc_r) +/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-memmove.o) + /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-reallocr.o) (memmove) +/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-impure.o) + /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-calloc.o) (_impure_ptr) +/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-sbrkr.o) + /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-mallocr.o) (_sbrk_r) +/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-errno.o) + /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-callocr.o) (__errno) +/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-init.o) + /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/crt0.o (__libc_init_array) +/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fini.o) + /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/crt0.o (__libc_fini_array) +/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-sysconf.o) + /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-mallocr.o) (sysconf) +/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-strlen-stub.o) + CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj (strlen) +/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-__atexit.o) + /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-atexit.o) (__register_exitproc) +/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-__call_atexit.o) + /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-__atexit.o) (__atexit) +/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-freer.o) + /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-malloc.o) (_free_r) +/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-findfp.o) + /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-impure.o) (__sf) +/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fwalk.o) + /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-findfp.o) (_fwalk_sglue) +/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-stdio.o) + /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-findfp.o) (__sread) +/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-closer.o) + /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-stdio.o) (_close_r) +/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-reent.o) + /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-sbrkr.o) (errno) +/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-lseekr.o) + /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-stdio.o) (_lseek_r) +/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-readr.o) + /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-stdio.o) (_read_r) +/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-writer.o) + /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-stdio.o) (_write_r) +/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fclose.o) + /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-findfp.o) (_fclose_r) +/usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fflush.o) + /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fclose.o) (__sflush_r) + +Discarded input sections + + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crti.o + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crti.o + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crti.o + .data 0x00000000 0x4 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crtbegin.o + .rodata 0x00000000 0x24 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crtbegin.o + .fini_array 0x00000000 0x4 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crtbegin.o + .text 0x00000000 0x74 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/crt0.o + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/crt0.o + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/crt0.o + .ARM.extab 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/crt0.o + .ARM.exidx 0x00000000 0x10 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/crt0.o + .ARM.attributes + 0x00000000 0x1b /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/crt0.o + .text 0x00000000 0x0 CMakeFiles/clacer.dir/src/main.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/src/main.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/src/main.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/src/tft.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/src/tft.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/src/tft.c.obj + .text.cmd 0x00000000 0x2c CMakeFiles/clacer.dir/src/tft.c.obj + .text.data 0x00000000 0x2c CMakeFiles/clacer.dir/src/tft.c.obj + .text.reset 0x00000000 0x2a CMakeFiles/clacer.dir/src/tft.c.obj + .text.init_pins + 0x00000000 0x64 CMakeFiles/clacer.dir/src/tft.c.obj + .text.init 0x00000000 0x1be CMakeFiles/clacer.dir/src/tft.c.obj + .text.set_pixel_red + 0x00000000 0xa CMakeFiles/clacer.dir/src/tft.c.obj + .debug_info 0x00000000 0x13ac CMakeFiles/clacer.dir/src/tft.c.obj + .debug_abbrev 0x00000000 0x26d CMakeFiles/clacer.dir/src/tft.c.obj + .debug_loclists + 0x00000000 0x3ba CMakeFiles/clacer.dir/src/tft.c.obj + .debug_aranges + 0x00000000 0x48 CMakeFiles/clacer.dir/src/tft.c.obj + .debug_rnglists + 0x00000000 0x32 CMakeFiles/clacer.dir/src/tft.c.obj + .debug_line 0x00000000 0x67e CMakeFiles/clacer.dir/src/tft.c.obj + .debug_str 0x00000000 0x522 CMakeFiles/clacer.dir/src/tft.c.obj + .comment 0x00000000 0x23 CMakeFiles/clacer.dir/src/tft.c.obj + .debug_frame 0x00000000 0xb0 CMakeFiles/clacer.dir/src/tft.c.obj + .ARM.attributes + 0x00000000 0x2c CMakeFiles/clacer.dir/src/tft.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c.obj + .text.set_sys_clock_48mhz + 0x00000000 0x40 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c.obj + .text.set_sys_clock_pll + 0x00000000 0x78 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c.obj + .text.check_sys_clock_khz + 0x00000000 0xb0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c.obj + .text.setup_default_uart + 0x00000000 0x8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c.obj + .debug_info 0x00000000 0x515 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c.obj + .debug_abbrev 0x00000000 0x1da CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c.obj + .debug_loclists + 0x00000000 0x1d5 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c.obj + .debug_aranges + 0x00000000 0x38 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c.obj + .debug_rnglists + 0x00000000 0x5c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c.obj + .debug_line 0x00000000 0x4cc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c.obj + .debug_str 0x00000000 0x365 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c.obj + .comment 0x00000000 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c.obj + .debug_frame 0x00000000 0x90 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c.obj + .ARM.attributes + 0x00000000 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .text.gpio_get_pad + 0x00000000 0x28 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .text.gpio_get_function + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .text.gpio_set_pulls + 0x00000000 0x34 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .text.gpio_set_irqover + 0x00000000 0x24 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .text.gpio_set_inover + 0x00000000 0x24 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .text.gpio_set_outover + 0x00000000 0x24 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .text.gpio_set_oeover + 0x00000000 0x24 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .text.gpio_set_input_hysteresis_enabled + 0x00000000 0x30 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .text.gpio_is_input_hysteresis_enabled + 0x00000000 0x1c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .text.gpio_set_slew_rate + 0x00000000 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .text.gpio_get_slew_rate + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .text.gpio_set_drive_strength + 0x00000000 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .text.gpio_get_drive_strength + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .text.gpio_set_irq_callback + 0x00000000 0x48 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .rodata.gpio_add_raw_irq_handler_with_order_priority_masked.str1.4 + 0x00000000 0x75 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .text.gpio_add_raw_irq_handler_with_order_priority_masked + 0x00000000 0x40 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .text.gpio_add_raw_irq_handler_masked + 0x00000000 0xa CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .rodata.gpio_remove_raw_irq_handler_masked.str1.4 + 0x00000000 0x29 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .text.gpio_remove_raw_irq_handler_masked + 0x00000000 0x48 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .text.gpio_acknowledge_irq + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .text._gpio_set_irq_enabled + 0x00000000 0x34 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .text.gpio_set_irq_enabled + 0x00000000 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .text.gpio_set_irq_enabled_with_callback + 0x00000000 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .text.gpio_set_dormant_irq_enabled + 0x00000000 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .text.gpio_default_irq_handler + 0x00000000 0x98 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .text.gpio_set_input_enabled + 0x00000000 0x30 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .text.gpio_deinit + 0x00000000 0xa CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .text.gpio_init_mask + 0x00000000 0x1e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .text.gpio_debug_pins_init + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .rodata.__func__.0 + 0x00000000 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .rodata.__func__.1 + 0x00000000 0x34 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .bss.raw_irq_mask + 0x00000000 0x8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .bss.callbacks + 0x00000000 0x8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/platform.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/platform.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/platform.c.obj + .rodata.rp2040_chip_version.str1.4 + 0x00000000 0x85 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/platform.c.obj + .text.rp2040_chip_version + 0x00000000 0x54 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/platform.c.obj + .rodata.__func__.0 + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/platform.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj + .text.hw_is_claimed + 0x00000000 0x16 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj + .text.hw_claim_unused_from_range + 0x00000000 0x50 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj + .rodata.hw_claim_clear.str1.4 + 0x00000000 0x6b CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj + .text.hw_claim_clear + 0x00000000 0x40 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj + .rodata.__func__.0 + 0x00000000 0xf CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj + .rodata.spin_lock_init.str1.4 + 0x00000000 0x65 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj + .text.spin_lock_init + 0x00000000 0x34 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj + .rodata.spin_lock_claim.str1.4 + 0x00000000 0x1f CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj + .text.spin_lock_claim + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj + .text.spin_lock_claim_mask + 0x00000000 0x1e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj + .text.spin_lock_unclaim + 0x00000000 0x24 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj + .rodata.spin_lock_claim_unused.str1.4 + 0x00000000 0x1b CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj + .text.spin_lock_claim_unused + 0x00000000 0x24 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj + .text.spin_lock_is_claimed + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj + .rodata.__func__.0 + 0x00000000 0xf CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj + .bss.claimed 0x00000000 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .text.get_user_irq_claim_index + 0x00000000 0x6 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .text.irq_set_pending + 0x00000000 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .text.irq_has_shared_handler + 0x00000000 0x24 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .text.irq_get_exclusive_handler + 0x00000000 0x4c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .rodata.irq_add_shared_handler.str1.4 + 0x00000000 0xc2 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .text.irq_add_shared_handler + 0x00000000 0x210 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .text.irq_set_priority + 0x00000000 0x28 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .text.irq_get_priority + 0x00000000 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .rodata.user_irq_claim.str1.4 + 0x00000000 0x1c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .text.user_irq_claim + 0x00000000 0x1c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .text.user_irq_unclaim + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .rodata.user_irq_claim_unused.str1.4 + 0x00000000 0x1b CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .text.user_irq_claim_unused + 0x00000000 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .text.user_irq_is_claimed + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .rodata.__func__.5 + 0x00000000 0x17 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .bss.user_irq_claimed + 0x00000000 0x1 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq_handler_chain.S.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq_handler_chain.S.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .rodata.update_us_since_boot.str1.4 + 0x00000000 0x6b CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .text.update_us_since_boot + 0x00000000 0x24 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .text.get_absolute_time + 0x00000000 0x22 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .text.delayed_by_ms + 0x00000000 0x44 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .text.make_timeout_time_ms + 0x00000000 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .text.delayed_by_us + 0x00000000 0x34 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .text.make_timeout_time_us + 0x00000000 0x24 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .text.sem_init + 0x00000000 0x1e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .time_critical.sem_available + 0x00000000 0x6 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .time_critical.sem_acquire_blocking + 0x00000000 0x40 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .time_critical.sem_acquire_block_until + 0x00000000 0x5e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .time_critical.sem_acquire_timeout_ms + 0x00000000 0x1a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .time_critical.sem_acquire_timeout_us + 0x00000000 0x1e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .time_critical.sem_try_acquire + 0x00000000 0x42 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .time_critical.sem_release + 0x00000000 0x4a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .rodata.str1.4 + 0x00000000 0x6c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .time_critical.sem_reset + 0x00000000 0x68 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .rodata.__func__.0 + 0x00000000 0xa CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .rodata.__func__.1 + 0x00000000 0x15 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .debug_info 0x00000000 0x134a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .debug_abbrev 0x00000000 0x3b2 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .debug_loclists + 0x00000000 0x662 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .debug_aranges + 0x00000000 0x90 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .debug_rnglists + 0x00000000 0x7f CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .debug_line 0x00000000 0xaeb CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .debug_str 0x00000000 0x509 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .comment 0x00000000 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .debug_frame 0x00000000 0x194 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .ARM.attributes + 0x00000000 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/lock_core.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/lock_core.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/lock_core.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .rodata.update_us_since_boot.str1.4 + 0x00000000 0x6b CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .text.update_us_since_boot + 0x00000000 0x24 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .text.delayed_by_ms + 0x00000000 0x44 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .text.delayed_by_us + 0x00000000 0x34 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .text.get_absolute_time + 0x00000000 0x22 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .text.make_timeout_time_ms + 0x00000000 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .text.make_timeout_time_us + 0x00000000 0x24 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .time_critical.mutex_enter_blocking + 0x00000000 0x48 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .time_critical.recursive_mutex_enter_blocking + 0x00000000 0x70 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .time_critical.recursive_mutex_try_enter + 0x00000000 0x70 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .time_critical.mutex_enter_timeout_ms + 0x00000000 0x1a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .time_critical.mutex_enter_timeout_us + 0x00000000 0x1e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .time_critical.recursive_mutex_enter_block_until + 0x00000000 0xac CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .time_critical.recursive_mutex_enter_timeout_ms + 0x00000000 0x1a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .time_critical.recursive_mutex_enter_timeout_us + 0x00000000 0x1e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .time_critical.recursive_mutex_exit + 0x00000000 0x7c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .rodata.__func__.0 + 0x00000000 0x15 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .rodata.__func__.2 + 0x00000000 0x22 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .rodata.__func__.4 + 0x00000000 0x15 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .rodata.__func__.5 + 0x00000000 0x1a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .rodata.__func__.6 + 0x00000000 0x1f CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/critical_section.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/critical_section.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/critical_section.c.obj + .text.critical_section_init_with_lock_num + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/critical_section.c.obj + .text.critical_section_init + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/critical_section.c.obj + .text.critical_section_deinit + 0x00000000 0x1c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/critical_section.c.obj + .debug_info 0x00000000 0x2cb CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/critical_section.c.obj + .debug_abbrev 0x00000000 0x1ce CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/critical_section.c.obj + .debug_loclists + 0x00000000 0xad CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/critical_section.c.obj + .debug_aranges + 0x00000000 0x30 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/critical_section.c.obj + .debug_rnglists + 0x00000000 0x1f CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/critical_section.c.obj + .debug_line 0x00000000 0x294 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/critical_section.c.obj + .debug_str 0x00000000 0x2c1 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/critical_section.c.obj + .comment 0x00000000 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/critical_section.c.obj + .debug_frame 0x00000000 0x50 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/critical_section.c.obj + .ARM.attributes + 0x00000000 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/critical_section.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .rodata.repeating_timer_callback.str1.4 + 0x00000000 0x13 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .text.repeating_timer_callback + 0x00000000 0x40 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .rodata.alarm_pool_dump_key.str1.4 + 0x00000000 0xf CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .text.alarm_pool_dump_key + 0x00000000 0x34 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .text.alarm_pool_create + 0x00000000 0x44 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .text.alarm_pool_create_with_unused_hardware_alarm + 0x00000000 0x44 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .rodata.alarm_pool_destroy.str1.4 + 0x00000000 0x30 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .text.alarm_pool_destroy + 0x00000000 0x78 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .text.alarm_pool_add_alarm_at_force_in_context + 0x00000000 0x8a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .text.alarm_pool_hardware_alarm_num + 0x00000000 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .text.alarm_pool_core_num + 0x00000000 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .text.alarm_pool_add_repeating_timer_us + 0x00000000 0x5c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .text.cancel_repeating_timer + 0x00000000 0x1a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .text.alarm_pool_dump + 0x00000000 0x34 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .rodata.__func__.0 + 0x00000000 0x19 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .rodata.__func__.2 + 0x00000000 0x13 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .rodata.at_the_end_of_time + 0x00000000 0x8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .rodata.nil_time + 0x00000000 0x8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj + .text.time_reached + 0x00000000 0x28 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj + .text.check_single_timeout_us + 0x00000000 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj + .rodata.update_us_since_boot.str1.4 + 0x00000000 0x6b CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj + .text.update_us_since_boot + 0x00000000 0x24 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj + .text.get_absolute_time + 0x00000000 0x22 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj + .text.delayed_by_us + 0x00000000 0x34 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj + .text.make_timeout_time_us + 0x00000000 0x24 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj + .text.check_per_iteration_timeout_us + 0x00000000 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj + .text.init_single_timeout_until + 0x00000000 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj + .text.init_per_iteration_timeout_us + 0x00000000 0x28 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj + .rodata.__func__.0 + 0x00000000 0x15 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj + .debug_info 0x00000000 0x5fa CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj + .debug_abbrev 0x00000000 0x246 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj + .debug_loclists + 0x00000000 0x1a9 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj + .debug_aranges + 0x00000000 0x60 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj + .debug_rnglists + 0x00000000 0x43 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj + .debug_line 0x00000000 0x4cf CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj + .debug_str 0x00000000 0x3f1 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj + .comment 0x00000000 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj + .debug_frame 0x00000000 0xf4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj + .ARM.attributes + 0x00000000 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + .rodata.update_us_since_boot.str1.4 + 0x00000000 0x6b CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + .text.update_us_since_boot + 0x00000000 0x24 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + .text.hardware_alarm_unclaim + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + .text.hardware_alarm_is_claimed + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + .rodata.hardware_alarm_claim_unused.str1.4 + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + .text.hardware_alarm_claim_unused + 0x00000000 0x24 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + .text.busy_wait_us + 0x00000000 0x3a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + .text.busy_wait_us_32 + 0x00000000 0x24 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + .text.busy_wait_ms + 0x00000000 0x30 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + .text.hardware_alarm_force_irq + 0x00000000 0x40 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + .rodata.__func__.1 + 0x00000000 0x15 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c.obj + .rodata.datetime_to_str.str1.4 + 0x00000000 0x19 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c.obj + .text.datetime_to_str + 0x00000000 0x68 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c.obj + .rodata.str1.4 + 0x00000000 0xad CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c.obj + .rodata.DATETIME_DOWS + 0x00000000 0x1c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c.obj + .rodata.DATETIME_MONTHS + 0x00000000 0x30 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c.obj + .debug_info 0x00000000 0x21f CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c.obj + .debug_abbrev 0x00000000 0x10b CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c.obj + .debug_loclists + 0x00000000 0x63 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c.obj + .debug_aranges + 0x00000000 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c.obj + .debug_rnglists + 0x00000000 0x13 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c.obj + .debug_line 0x00000000 0x151 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c.obj + .debug_str 0x00000000 0x21b CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c.obj + .comment 0x00000000 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c.obj + .debug_frame 0x00000000 0x38 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c.obj + .ARM.attributes + 0x00000000 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + .rodata.ph_dump_node.str1.4 + 0x00000000 0x15 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + .text.ph_dump_node + 0x00000000 0x8c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + .text.ph_create + 0x00000000 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + .text.ph_destroy + 0x00000000 0x12 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + .rodata.ph_dump.str1.4 + 0x00000000 0xf CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + .text.ph_dump 0x00000000 0x28 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj + .rodata.element_ptr.str1.4 + 0x00000000 0x5e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj + .text.element_ptr + 0x00000000 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj + .text.queue_add_internal + 0x00000000 0x88 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj + .text.queue_remove_internal + 0x00000000 0x88 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj + .text.queue_peek_internal + 0x00000000 0x78 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj + .text.queue_init_with_spinlock + 0x00000000 0x24 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj + .text.queue_free + 0x00000000 0xa CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj + .text.queue_try_add + 0x00000000 0xa CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj + .text.queue_try_remove + 0x00000000 0xa CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj + .text.queue_try_peek + 0x00000000 0xa CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj + .text.queue_add_blocking + 0x00000000 0xa CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj + .text.queue_remove_blocking + 0x00000000 0xa CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj + .text.queue_peek_blocking + 0x00000000 0xa CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj + .rodata.__func__.0 + 0x00000000 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj + .debug_info 0x00000000 0x12d4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj + .debug_abbrev 0x00000000 0x343 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj + .debug_loclists + 0x00000000 0x7c5 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj + .debug_aranges + 0x00000000 0x78 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj + .debug_rnglists + 0x00000000 0xaa CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj + .debug_line 0x00000000 0xa68 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj + .debug_str 0x00000000 0x474 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj + .comment 0x00000000 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj + .debug_frame 0x00000000 0x14c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj + .ARM.attributes + 0x00000000 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c.obj + .text.uart_deinit + 0x00000000 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c.obj + .text.uart_set_baudrate + 0x00000000 0x5c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c.obj + .text.uart_set_translate_crlf + 0x00000000 0x28 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c.obj + .text.uart_init + 0x00000000 0x80 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c.obj + .text.uart_is_readable_within_us + 0x00000000 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c.obj + .bss.uart_char_to_line_feed + 0x00000000 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c.obj + .debug_info 0x00000000 0xb20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c.obj + .debug_abbrev 0x00000000 0x2e3 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c.obj + .debug_loclists + 0x00000000 0x321 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c.obj + .debug_aranges + 0x00000000 0x40 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c.obj + .debug_rnglists + 0x00000000 0x44 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c.obj + .debug_line 0x00000000 0x6f5 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c.obj + .debug_str 0x00000000 0x538 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c.obj + .comment 0x00000000 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c.obj + .debug_frame 0x00000000 0x78 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c.obj + .ARM.attributes + 0x00000000 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + .text.clock_stop + 0x00000000 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + .text.clock_get_hz + 0x00000000 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + .rodata.clocks_handle_resus.str1.4 + 0x00000000 0x8b CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + .text.clocks_handle_resus + 0x00000000 0x80 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + .rodata.clocks_irq_handler.str1.4 + 0x00000000 0x17 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + .text.clocks_irq_handler + 0x00000000 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + .text.clock_set_reported_hz + 0x00000000 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + .text.frequency_count_khz + 0x00000000 0x40 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + .text.clocks_enable_resus + 0x00000000 0x34 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + .text.clock_gpio_init_int_frac + 0x00000000 0x50 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + .text.clock_configure_gpin + 0x00000000 0x5c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + .rodata.__func__.0 + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + .rodata.gpin0_src + 0x00000000 0xa CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + .bss._resus_callback + 0x00000000 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c.obj + .text.pll_deinit + 0x00000000 0x6 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/vreg.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/vreg.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/vreg.c.obj + .text.vreg_set_voltage + 0x00000000 0x1c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/vreg.c.obj + .debug_info 0x00000000 0x246 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/vreg.c.obj + .debug_abbrev 0x00000000 0x120 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/vreg.c.obj + .debug_loclists + 0x00000000 0x80 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/vreg.c.obj + .debug_aranges + 0x00000000 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/vreg.c.obj + .debug_rnglists + 0x00000000 0x13 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/vreg.c.obj + .debug_line 0x00000000 0x294 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/vreg.c.obj + .debug_str 0x00000000 0x32a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/vreg.c.obj + .comment 0x00000000 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/vreg.c.obj + .debug_frame 0x00000000 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/vreg.c.obj + .ARM.attributes + 0x00000000 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/vreg.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj + .text.watchdog_update + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj + .text.watchdog_get_count + 0x00000000 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj + .text._watchdog_enable + 0x00000000 0x78 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj + .text.watchdog_enable + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj + .text.watchdog_reboot + 0x00000000 0x48 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj + .text.watchdog_caused_reboot + 0x00000000 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj + .text.watchdog_enable_caused_reboot + 0x00000000 0x28 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj + .bss.load_value + 0x00000000 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c.obj + .text.xosc_disable + 0x00000000 0x24 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c.obj + .text.xosc_dormant + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S.obj + .text.hw_divider_divmod_s32 + 0x00000000 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S.obj + .text.hw_divider_divmod_u32 + 0x00000000 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S.obj + .text.hw_divider_divmod_return + 0x00000000 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S.obj + .text.hw_divider_save_state + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S.obj + .text.hw_divider_restore_state + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S.obj + .debug_line 0x00000000 0xa6 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S.obj + .debug_line_str + 0x00000000 0x78 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S.obj + .debug_info 0x00000000 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S.obj + .debug_abbrev 0x00000000 0x12 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S.obj + .debug_aranges + 0x00000000 0x40 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S.obj + .debug_str 0x00000000 0x86 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S.obj + .debug_rnglists + 0x00000000 0x2b CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S.obj + .ARM.attributes + 0x00000000 0x22 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + .text.runtime_install_stack_guard + 0x00000000 0x40 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + .text._sbrk 0x00000000 0x38 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + .text._getpid 0x00000000 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + .text._kill 0x00000000 0x6 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + .rodata.update_us_since_boot.str1.4 + 0x00000000 0x6b CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + .text.update_us_since_boot + 0x00000000 0x24 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + .text.get_absolute_time + 0x00000000 0x22 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + .text._gettimeofday + 0x00000000 0x48 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + .text.settimeofday + 0x00000000 0x64 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + .text._times 0x00000000 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + .rodata.panic_unsupported.str1.4 + 0x00000000 0xe CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + .text.panic_unsupported + 0x00000000 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + .rodata.hard_assertion_failure.str1.4 + 0x00000000 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + .text.hard_assertion_failure + 0x00000000 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + .rodata.__func__.0 + 0x00000000 0x15 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + .bss.heap_end.1 + 0x00000000 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + .bss.epoch_time_us_since_boot + 0x00000000 0x8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + .text._out_buffer + 0x00000000 0x8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + .text.__wrap_sprintf + 0x00000000 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + .text.__wrap_snprintf + 0x00000000 0x28 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + .text.__wrap_vsnprintf + 0x00000000 0x1c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj + .text.clzsi 0x00000000 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj + .text.ctzsi 0x00000000 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj + .text.popcountsi + 0x00000000 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj + .text.clzdi 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj + .text.ctzdi 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj + .text.popcountdi + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj + .text.reverse32 + 0x00000000 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj + .text.__rev 0x00000000 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj + .text.__revll 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/divider.S.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/divider.S.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/divider.S.obj + .text.divmod_s64s64_rem + 0x00000000 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/divider.S.obj + .text.divmod_u64u64_rem + 0x00000000 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/divider.S.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .text.push_r8_r11 + 0x00000000 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .text.pop_r8_r11 + 0x00000000 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .text.__wrap___aeabi_dcmpeq + 0x00000000 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .text.__wrap___aeabi_ui2d + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .text.double2int + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .text.fix2double + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .text.ufix2double + 0x00000000 0x28 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .text.fix642double + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .text.__wrap___aeabi_l2d + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .text.__wrap___aeabi_ul2d + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .text.__wrap___aeabi_d2lz + 0x00000000 0x26 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .text.double2int64 + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .text.__wrap___aeabi_d2ulz + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .text.double2fix64 + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .text.double2ufix64 + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .text.double2fix + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .text.double2ufix + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .text.__wrap___aeabi_d2f + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .text.__wrap_srqt + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .text.__wrap_sincostan_remainder + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .text.__wrap_cos + 0x00000000 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .text.__wrap_sin + 0x00000000 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .text.__wrap_sincos + 0x00000000 0xa0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .text.__wrap_tan + 0x00000000 0x5c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .text.__wrap_atan2 + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .text.__wrap_exp + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .text.__wrap_log + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.dldexp 0x00000000 0x50 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.disint 0x00000000 0x60 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.disoddint + 0x00000000 0x7c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.dispo2 0x00000000 0x28 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.dpow_int2 + 0x00000000 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.dpowint_1 + 0x00000000 0x24 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.drem_0 0x00000000 0x122 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.dpow_1 0x00000000 0x1dc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.dpowint_0 + 0x00000000 0xb4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.dpow_0 0x00000000 0xd8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.__wrap_ldexp + 0x00000000 0x8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.__wrap_copysign + 0x00000000 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.__wrap_trunc + 0x00000000 0x58 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.__wrap_round + 0x00000000 0x98 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.__wrap_floor + 0x00000000 0x98 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.__wrap_ceil + 0x00000000 0x98 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.__wrap_asin + 0x00000000 0x58 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.__wrap_acos + 0x00000000 0x54 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.__wrap_atan + 0x00000000 0x40 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.__wrap_sinh + 0x00000000 0x30 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.__wrap_cosh + 0x00000000 0x30 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.__wrap_tanh + 0x00000000 0x60 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.__wrap_asinh + 0x00000000 0xb0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.__wrap_acosh + 0x00000000 0x78 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.__wrap_atanh + 0x00000000 0x3c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.__wrap_exp2 + 0x00000000 0x88 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.__wrap_log2 + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.__wrap_exp10 + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.__wrap_log10 + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.__wrap_expm1 + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.__wrap_log1p + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.__wrap_fma + 0x00000000 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.__wrap_powint + 0x00000000 0xb8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.__wrap_pow + 0x00000000 0x168 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.__wrap_hypot + 0x00000000 0x108 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.__wrap_cbrt + 0x00000000 0x74 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.__wrap_fmod + 0x00000000 0xa8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.__wrap_remquo + 0x00000000 0x164 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.__wrap_drem + 0x00000000 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text.__wrap_remainder + 0x00000000 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .debug_info 0x00000000 0x3bec CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .debug_abbrev 0x00000000 0x2b3 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .debug_loclists + 0x00000000 0x304c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .debug_aranges + 0x00000000 0x158 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .debug_rnglists + 0x00000000 0x10b CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .debug_line 0x00000000 0x219a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .debug_str 0x00000000 0x50c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .comment 0x00000000 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .debug_frame 0x00000000 0x4c8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .ARM.attributes + 0x00000000 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + .text.dsqrt_shim + 0x00000000 0x1a8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + .text.dcordic_vec_step + 0x00000000 0xe CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + .text.dcordic_rot_step + 0x00000000 0x76 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + .text.double2int_shim + 0x00000000 0xe CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + .text.double2int64_shim + 0x00000000 0x1a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + .text.double2float_shim + 0x00000000 0x5c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + .text.x2double_shims + 0x00000000 0x90 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + .text.dreduce 0x00000000 0x82 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + .text.dtan_shim + 0x00000000 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + .text.dcos_shim + 0x00000000 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + .text.dsin_shim + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + .text.dsincos_shim + 0x00000000 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + .text.dtrig_guts + 0x00000000 0x2ec CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + .text.dexp_guts + 0x00000000 0x268 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/pico_int64_ops_aeabi.S.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/pico_int64_ops_aeabi.S.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/pico_int64_ops_aeabi.S.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.__wrap___aeabi_farithmetic + 0x00000000 0x58 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.__wrap___aeabi_cfcmple + 0x00000000 0x50 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.__wrap___aeabi_fcmpeq + 0x00000000 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.__wrap___aeabi_fcmplt + 0x00000000 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.__wrap___aeabi_fcmple + 0x00000000 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.__wrap___aeabi_fcmpge + 0x00000000 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.__wrap___aeabi_fcmpgt + 0x00000000 0xa CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.__wrap___aeabi_fcmpun + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.__wrap___aeabi_ui2f + 0x00000000 0xa CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.__wrap___aeabi_i2f + 0x00000000 0x44 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.__wrap___aeabi_f2iz + 0x00000000 0x4e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.float2int + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.float2fix + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.float2ufix + 0x00000000 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.__wrap___aeabi_f2uiz + 0x00000000 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.fix2float + 0x00000000 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.ufix2float + 0x00000000 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.fix642float + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.ufix642float + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.__wrap___aeabi_l2f + 0x00000000 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.__wrap___aeabi_ul2f + 0x00000000 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.__wrap___aeabi_f2lz + 0x00000000 0x26 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.float2int64 + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.float2fix64 + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.__wrap___aeabi_f2ulz + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.float2ufix64 + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.__wrap___aeabi_f2d + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.__wrap_sqrtf + 0x00000000 0x24 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.__wrap_cosf + 0x00000000 0x28 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.__wrap_sinf + 0x00000000 0x28 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.__wrap_sincosf + 0x00000000 0x30 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.__wrap_tanf + 0x00000000 0x50 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.__wrap_atan2f + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.__wrap_expf + 0x00000000 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text.__wrap_logf + 0x00000000 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c.obj + .bss.sf_clz_func + 0x00000000 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.fldexp 0x00000000 0x34 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.fisint 0x00000000 0x38 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.fisoddint + 0x00000000 0x36 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.fispo2 0x00000000 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.fpow_int2 + 0x00000000 0x26 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.fpowint_1 + 0x00000000 0x1c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.frem_0 0x00000000 0x7c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.fpow_1 0x00000000 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.fpowint_0 + 0x00000000 0xb0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.fpow_0 0x00000000 0xb0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.__wrap_ldexpf + 0x00000000 0x8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.__wrap_copysignf + 0x00000000 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.__wrap_truncf + 0x00000000 0x22 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.__wrap_roundf + 0x00000000 0x3e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.__wrap_floorf + 0x00000000 0x44 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.__wrap_ceilf + 0x00000000 0x44 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.__wrap_asinf + 0x00000000 0x42 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.__wrap_acosf + 0x00000000 0x40 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.__wrap_atanf + 0x00000000 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.__wrap_sinhf + 0x00000000 0x26 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.__wrap_coshf + 0x00000000 0x26 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.__wrap_tanhf + 0x00000000 0x48 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.__wrap_asinhf + 0x00000000 0xb8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.__wrap_acoshf + 0x00000000 0x74 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.__wrap_atanhf + 0x00000000 0x2e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.__wrap_exp2f + 0x00000000 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.__wrap_log2f + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.__wrap_exp10f + 0x00000000 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.__wrap_log10f + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.__wrap_expm1f + 0x00000000 0x1c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.__wrap_log1pf + 0x00000000 0x1c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.__wrap_fmaf + 0x00000000 0x3c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.__wrap_powintf + 0x00000000 0xa0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.__wrap_powf + 0x00000000 0x120 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.__wrap_hypotf + 0x00000000 0xb2 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.__wrap_cbrtf + 0x00000000 0x6c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.__wrap_fmodf + 0x00000000 0x64 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.__wrap_remquof + 0x00000000 0xda CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.__wrap_dremf + 0x00000000 0xa CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text.__wrap_remainderf + 0x00000000 0xa CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .debug_info 0x00000000 0x3c22 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .debug_abbrev 0x00000000 0x29a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .debug_loclists + 0x00000000 0x272f CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .debug_aranges + 0x00000000 0x158 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .debug_rnglists + 0x00000000 0x104 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .debug_line 0x00000000 0x2025 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .debug_str 0x00000000 0x51f CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .comment 0x00000000 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .debug_frame 0x00000000 0x410 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .ARM.attributes + 0x00000000 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S.obj + .text.642float_shims + 0x00000000 0x44 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S.obj + .text.fatan2_shim + 0x00000000 0x88 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S.obj + .text.float232_shims + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S.obj + .text.float264_shims + 0x00000000 0x4c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S.obj + .text.d2fix_a_float + 0x00000000 0x5c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S.obj + .text.float2double_shim + 0x00000000 0x30 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj + .rodata.check_alloc.str1.4 + 0x00000000 0xe CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj + .text.check_alloc + 0x00000000 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj + .text.__wrap_malloc + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj + .text.__wrap_calloc + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj + .text.__wrap_realloc + 0x00000000 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj + .text.__wrap_free + 0x00000000 0x8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj + .debug_info 0x00000000 0x31a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj + .debug_abbrev 0x00000000 0x163 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj + .debug_loclists + 0x00000000 0x15a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj + .debug_aranges + 0x00000000 0x40 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj + .debug_rnglists + 0x00000000 0x2b CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj + .debug_line 0x00000000 0x216 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj + .debug_str 0x00000000 0x22e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj + .comment 0x00000000 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj + .debug_frame 0x00000000 0x94 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj + .ARM.attributes + 0x00000000 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S.obj + .text.aeabi_memset_memcpy + 0x00000000 0x24 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S.obj + .text.memset 0x00000000 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp.obj + .text._Znwj 0x00000000 0x8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp.obj + .text._Znaj 0x00000000 0x8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp.obj + .text._ZdlPv 0x00000000 0x8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp.obj + .text._ZdaPv 0x00000000 0x8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp.obj + .text._ZdlPvj 0x00000000 0x8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp.obj + .text._ZdaPvj 0x00000000 0x8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp.obj + .debug_info 0x00000000 0x748 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp.obj + .debug_abbrev 0x00000000 0x1ec CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp.obj + .debug_loclists + 0x00000000 0xf4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp.obj + .debug_aranges + 0x00000000 0x48 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp.obj + .debug_rnglists + 0x00000000 0x31 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp.obj + .debug_line 0x00000000 0x21c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp.obj + .debug_str 0x00000000 0x37b CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp.obj + .comment 0x00000000 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp.obj + .debug_frame 0x00000000 0xa0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp.obj + .ARM.attributes + 0x00000000 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .text.time_reached + 0x00000000 0x28 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .text.delayed_by_us + 0x00000000 0x34 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .text.make_timeout_time_us + 0x00000000 0x24 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .text.stdio_get_until + 0x00000000 0x64 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .text.__wrap_putchar + 0x00000000 0x1c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .text.putchar_raw + 0x00000000 0x1c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .text._read 0x00000000 0x24 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .text._write 0x00000000 0x22 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .text._open 0x00000000 0xa CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .text._close 0x00000000 0x6 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .text._lseek 0x00000000 0x6 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .text._fstat 0x00000000 0x6 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .text._isatty 0x00000000 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .text.stdio_set_driver_enabled + 0x00000000 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .text.puts_raw + 0x00000000 0x1e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .text.stdio_init_all + 0x00000000 0xa CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .rodata.__wrap_getchar.str1.4 + 0x00000000 0x53 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .text.__wrap_getchar + 0x00000000 0x40 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .rodata.getchar_timeout_us.str1.4 + 0x00000000 0x3 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .text.getchar_timeout_us + 0x00000000 0x44 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .text.stdio_filter_driver + 0x00000000 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .text.stdio_set_translate_crlf + 0x00000000 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .text.stdio_set_chars_available_callback + 0x00000000 0x28 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .rodata.__func__.0 + 0x00000000 0x13 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .rodata.__func__.1 + 0x00000000 0xf CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .text.uart_putc + 0x00000000 0x60 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .text.uart_getc + 0x00000000 0x24 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .text.stdio_uart_out_chars + 0x00000000 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .text.stdio_uart_in_chars + 0x00000000 0x5c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .text.on_uart_rx + 0x00000000 0x28 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .text.stdio_uart_set_chars_available_callback + 0x00000000 0x8c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .text.stdio_uart_init_full + 0x00000000 0x44 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .text.stdio_uart_init + 0x00000000 0x28 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .text.stdout_uart_init + 0x00000000 0x28 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .text.stdin_uart_init + 0x00000000 0x28 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .rodata.__bi_66.0 + 0x00000000 0x8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .rodata.str1.4 + 0x00000000 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .rodata.__bi_70.1 + 0x00000000 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .rodata.__bi_54.2 + 0x00000000 0x8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .rodata.__bi_58.3 + 0x00000000 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .rodata.__bi_33.4 + 0x00000000 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .rodata.__bi_34.5 + 0x00000000 0x8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .data.stdio_uart + 0x00000000 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .binary_info.__bi_ptr70 + 0x00000000 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .binary_info.__bi_ptr66 + 0x00000000 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .binary_info.__bi_ptr58 + 0x00000000 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .binary_info.__bi_ptr54 + 0x00000000 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .binary_info.__bi_ptr34 + 0x00000000 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .binary_info.__bi_ptr33 + 0x00000000 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .bss.chars_available_param + 0x00000000 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .bss.chars_available_callback + 0x00000000 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .bss.uart_instance + 0x00000000 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .debug_info 0x00000000 0x102a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .debug_abbrev 0x00000000 0x499 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .debug_loclists + 0x00000000 0x54f CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .debug_aranges + 0x00000000 0x68 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .debug_rnglists + 0x00000000 0x7a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .debug_line 0x00000000 0x9f9 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .debug_str 0x00000000 0x8c7 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .comment 0x00000000 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .debug_frame 0x00000000 0x114 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .ARM.attributes + 0x00000000 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj + .text 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj + .data 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj + .bss 0x00000000 0x0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj + .text.spi_deinit + 0x00000000 0x34 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj + .text.spi_set_baudrate + 0x00000000 0x92 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj + .text.spi_init + 0x00000000 0x68 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj + .text.spi_get_baudrate + 0x00000000 0x1e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj + .time_critical.spi_write_read_blocking + 0x00000000 0x42 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj + .time_critical.spi_write_blocking + 0x00000000 0x3a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj + .time_critical.spi_read_blocking + 0x00000000 0x3e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj + .time_critical.spi_write16_read16_blocking + 0x00000000 0x42 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj + .time_critical.spi_write16_blocking + 0x00000000 0x3c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj + .time_critical.spi_read16_blocking + 0x00000000 0x3e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj + .debug_info 0x00000000 0x108b CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj + .debug_abbrev 0x00000000 0x2c9 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj + .debug_loclists + 0x00000000 0x673 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj + .debug_aranges + 0x00000000 0x68 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj + .debug_rnglists + 0x00000000 0x62 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj + .debug_line 0x00000000 0xbae CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj + .debug_str 0x00000000 0x591 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj + .comment 0x00000000 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj + .debug_frame 0x00000000 0x12c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj + .ARM.attributes + 0x00000000 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj + .text 0x00000000 0x0 /tmp/ccKxEkNI.o + .data 0x00000000 0x0 /tmp/ccKxEkNI.o + .bss 0x00000000 0x0 /tmp/ccKxEkNI.o + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/libgcc.a(_dvmd_tls.o) + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/libgcc.a(_dvmd_tls.o) + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-atexit.o) + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-atexit.o) + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-atexit.o) + .text.atexit 0x00000000 0x10 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-atexit.o) + .comment 0x00000000 0x34 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-atexit.o) + .ARM.attributes + 0x00000000 0x2c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-atexit.o) + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-calloc.o) + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-calloc.o) + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-calloc.o) + .text.calloc 0x00000000 0x18 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-calloc.o) + .comment 0x00000000 0x34 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-calloc.o) + .ARM.attributes + 0x00000000 0x2c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-calloc.o) + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-callocr.o) + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-callocr.o) + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-callocr.o) + .text._calloc_r + 0x00000000 0xa8 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-callocr.o) + .comment 0x00000000 0x34 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-callocr.o) + .ARM.attributes + 0x00000000 0x2c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-callocr.o) + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-malloc.o) + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-malloc.o) + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-malloc.o) + .text.malloc 0x00000000 0x14 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-malloc.o) + .text.free 0x00000000 0x14 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-malloc.o) + .comment 0x00000000 0x34 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-malloc.o) + .ARM.attributes + 0x00000000 0x2c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-malloc.o) + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-mallocr.o) + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-mallocr.o) + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-mallocr.o) + .text._malloc_r + 0x00000000 0x5c4 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-mallocr.o) + .bss.__malloc_current_mallinfo + 0x00000000 0x28 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-mallocr.o) + .bss.__malloc_max_total_mem + 0x00000000 0x4 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-mallocr.o) + .bss.__malloc_max_sbrked_mem + 0x00000000 0x4 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-mallocr.o) + .data.__malloc_sbrk_base + 0x00000000 0x4 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-mallocr.o) + .bss.__malloc_top_pad + 0x00000000 0x4 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-mallocr.o) + .data.__malloc_trim_threshold + 0x00000000 0x4 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-mallocr.o) + .data.__malloc_av_ + 0x00000000 0x408 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-mallocr.o) + .comment 0x00000000 0x34 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-mallocr.o) + .ARM.attributes + 0x00000000 0x2c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-mallocr.o) + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-mlock.o) + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-mlock.o) + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-mlock.o) + .text.__malloc_lock + 0x00000000 0x4 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-mlock.o) + .text.__malloc_unlock + 0x00000000 0x4 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-mlock.o) + .comment 0x00000000 0x34 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-mlock.o) + .ARM.attributes + 0x00000000 0x2c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-mlock.o) + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-realloc.o) + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-realloc.o) + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-realloc.o) + .text.realloc 0x00000000 0x18 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-realloc.o) + .comment 0x00000000 0x34 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-realloc.o) + .ARM.attributes + 0x00000000 0x2c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-realloc.o) + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-reallocr.o) + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-reallocr.o) + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-reallocr.o) + .text._realloc_r + 0x00000000 0x350 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-reallocr.o) + .comment 0x00000000 0x34 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-reallocr.o) + .ARM.attributes + 0x00000000 0x2c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-reallocr.o) + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-memmove.o) + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-memmove.o) + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-memmove.o) + .text.memmove 0x00000000 0xb0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-memmove.o) + .comment 0x00000000 0x34 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-memmove.o) + .ARM.attributes + 0x00000000 0x2c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-memmove.o) + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-impure.o) + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-impure.o) + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-impure.o) + .data._impure_ptr + 0x00000000 0x4 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-impure.o) + .data._impure_data + 0x00000000 0x120 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-impure.o) + .comment 0x00000000 0x34 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-impure.o) + .ARM.attributes + 0x00000000 0x2c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-impure.o) + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-sbrkr.o) + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-sbrkr.o) + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-sbrkr.o) + .text._sbrk_r 0x00000000 0x24 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-sbrkr.o) + .comment 0x00000000 0x34 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-sbrkr.o) + .ARM.attributes + 0x00000000 0x2c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-sbrkr.o) + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-errno.o) + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-errno.o) + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-errno.o) + .text.__errno 0x00000000 0xc /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-errno.o) + .comment 0x00000000 0x34 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-errno.o) + .ARM.attributes + 0x00000000 0x2c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-errno.o) + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-init.o) + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-init.o) + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-init.o) + .text.__libc_init_array + 0x00000000 0x48 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-init.o) + .comment 0x00000000 0x34 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-init.o) + .ARM.attributes + 0x00000000 0x2c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-init.o) + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fini.o) + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fini.o) + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fini.o) + .text.__libc_fini_array + 0x00000000 0x28 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fini.o) + .comment 0x00000000 0x34 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fini.o) + .ARM.attributes + 0x00000000 0x2c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fini.o) + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-sysconf.o) + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-sysconf.o) + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-sysconf.o) + .text.sysconf 0x00000000 0x1c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-sysconf.o) + .comment 0x00000000 0x34 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-sysconf.o) + .ARM.attributes + 0x00000000 0x2c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-sysconf.o) + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-strlen-stub.o) + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-strlen-stub.o) + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-strlen-stub.o) + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-__atexit.o) + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-__atexit.o) + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-__atexit.o) + .text.__register_exitproc + 0x00000000 0x78 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-__atexit.o) + .bss.__atexit0 + 0x00000000 0x190 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-__atexit.o) + .comment 0x00000000 0x34 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-__atexit.o) + .ARM.attributes + 0x00000000 0x2c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-__atexit.o) + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-__call_atexit.o) + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-__call_atexit.o) + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-__call_atexit.o) + .text.__call_exitprocs + 0x00000000 0xd0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-__call_atexit.o) + .bss.__atexit 0x00000000 0x4 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-__call_atexit.o) + .comment 0x00000000 0x34 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-__call_atexit.o) + .ARM.attributes + 0x00000000 0x2c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-__call_atexit.o) + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-freer.o) + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-freer.o) + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-freer.o) + .text._malloc_trim_r + 0x00000000 0xb4 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-freer.o) + .text._free_r 0x00000000 0x1d4 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-freer.o) + .comment 0x00000000 0x34 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-freer.o) + .ARM.attributes + 0x00000000 0x2c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-freer.o) + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-findfp.o) + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-findfp.o) + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-findfp.o) + .text.stdio_exit_handler + 0x00000000 0x1c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-findfp.o) + .text.cleanup_stdio + 0x00000000 0x3c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-findfp.o) + .text.global_stdio_init.part.0 + 0x00000000 0xfc /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-findfp.o) + .text.__sfp 0x00000000 0xa0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-findfp.o) + .text.__sinit 0x00000000 0x24 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-findfp.o) + .data.__sglue 0x00000000 0xc /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-findfp.o) + .bss.__sf 0x00000000 0x12c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-findfp.o) + .bss.__stdio_exit_handler + 0x00000000 0x4 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-findfp.o) + .comment 0x00000000 0x34 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-findfp.o) + .ARM.attributes + 0x00000000 0x2c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-findfp.o) + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fwalk.o) + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fwalk.o) + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fwalk.o) + .text._fwalk_sglue + 0x00000000 0x44 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fwalk.o) + .comment 0x00000000 0x34 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fwalk.o) + .ARM.attributes + 0x00000000 0x2c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fwalk.o) + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-stdio.o) + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-stdio.o) + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-stdio.o) + .text.__sread 0x00000000 0x28 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-stdio.o) + .text.__seofread + 0x00000000 0x4 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-stdio.o) + .text.__swrite + 0x00000000 0x40 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-stdio.o) + .text.__sseek 0x00000000 0x30 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-stdio.o) + .text.__sclose + 0x00000000 0xc /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-stdio.o) + .comment 0x00000000 0x34 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-stdio.o) + .ARM.attributes + 0x00000000 0x2c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-stdio.o) + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-closer.o) + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-closer.o) + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-closer.o) + .text._close_r + 0x00000000 0x24 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-closer.o) + .comment 0x00000000 0x34 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-closer.o) + .ARM.attributes + 0x00000000 0x2c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-closer.o) + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-reent.o) + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-reent.o) + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-reent.o) + .text._reclaim_reent + 0x00000000 0x60 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-reent.o) + .bss.errno 0x00000000 0x4 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-reent.o) + .comment 0x00000000 0x34 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-reent.o) + .ARM.attributes + 0x00000000 0x2c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-reent.o) + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-lseekr.o) + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-lseekr.o) + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-lseekr.o) + .text._lseek_r + 0x00000000 0x28 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-lseekr.o) + .comment 0x00000000 0x34 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-lseekr.o) + .ARM.attributes + 0x00000000 0x2c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-lseekr.o) + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-readr.o) + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-readr.o) + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-readr.o) + .text._read_r 0x00000000 0x28 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-readr.o) + .comment 0x00000000 0x34 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-readr.o) + .ARM.attributes + 0x00000000 0x2c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-readr.o) + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-writer.o) + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-writer.o) + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-writer.o) + .text._write_r + 0x00000000 0x28 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-writer.o) + .comment 0x00000000 0x34 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-writer.o) + .ARM.attributes + 0x00000000 0x2c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-writer.o) + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fclose.o) + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fclose.o) + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fclose.o) + .text._fclose_r + 0x00000000 0x88 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fclose.o) + .text.fclose 0x00000000 0x14 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fclose.o) + .comment 0x00000000 0x34 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fclose.o) + .ARM.attributes + 0x00000000 0x2c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fclose.o) + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fflush.o) + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fflush.o) + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fflush.o) + .text.__sflush_r + 0x00000000 0x148 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fflush.o) + .text._fflush_r + 0x00000000 0x2c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fflush.o) + .text.fflush 0x00000000 0x50 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fflush.o) + .comment 0x00000000 0x34 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fflush.o) + .ARM.attributes + 0x00000000 0x2c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-fflush.o) + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crtend.o + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crtend.o + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crtend.o + .rodata 0x00000000 0x24 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crtend.o + .eh_frame 0x00000000 0x4 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crtend.o + .text 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crtn.o + .data 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crtn.o + .bss 0x00000000 0x0 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crtn.o + .init 0x00000000 0x8 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crtn.o + .fini 0x00000000 0x8 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crtn.o + .ARM.attributes + 0x00000000 0x1e /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crtn.o + +Memory Configuration + +Name Origin Length Attributes +FLASH 0x10000000 0x00200000 xr +RAM 0x20000000 0x00040000 xrw +SCRATCH_X 0x20040000 0x00001000 xrw +SCRATCH_Y 0x20041000 0x00001000 xrw +*default* 0x00000000 0xffffffff + +Linker script and memory map + +LOAD /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crti.o +LOAD /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crtbegin.o +LOAD /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/crt0.o + +.flash_begin 0x10000000 0x0 + 0x10000000 __flash_binary_start = . + +.boot2 0x10000000 0x100 + 0x10000000 __boot2_start__ = . + *(.boot2) + .boot2 0x10000000 0x100 /tmp/ccKxEkNI.o + 0x10000100 __boot2_end__ = . + 0x00000001 ASSERT (((__boot2_end__ - __boot2_start__) == 0x100), ERROR: Pico second stage bootloader must be 256 bytes in size) + +.text 0x10000100 0x3ff8 + 0x10000100 __logical_binary_start = . + *(.vectors) + .vectors 0x10000100 0xd4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S.obj + 0x10000100 __vectors + 0x10000100 __VECTOR_TABLE + 0x100001c0 isr_invalid + 0x100001c0 __default_isrs_start + 0x100001c2 isr_nmi + 0x100001c4 isr_hardfault + 0x100001c6 isr_svcall + 0x100001c8 isr_pendsv + 0x100001ca isr_systick + 0x100001cc isr_irq30 + 0x100001cc __unhandled_user_irq + 0x100001cc isr_irq13 + 0x100001cc isr_irq27 + 0x100001cc isr_irq31 + 0x100001cc isr_irq5 + 0x100001cc isr_irq11 + 0x100001cc isr_irq23 + 0x100001cc isr_irq18 + 0x100001cc isr_irq28 + 0x100001cc isr_irq19 + 0x100001cc isr_irq0 + 0x100001cc isr_irq6 + 0x100001cc isr_irq22 + 0x100001cc isr_irq17 + 0x100001cc isr_irq14 + 0x100001cc isr_irq2 + 0x100001cc isr_irq10 + 0x100001cc isr_irq8 + 0x100001cc isr_irq24 + 0x100001cc isr_irq1 + 0x100001cc isr_irq7 + 0x100001cc isr_irq21 + 0x100001cc isr_irq20 + 0x100001cc isr_irq15 + 0x100001cc isr_irq25 + 0x100001cc isr_irq4 + 0x100001cc isr_irq16 + 0x100001cc isr_irq29 + 0x100001cc isr_irq26 + 0x100001cc __default_isrs_end + 0x100001cc isr_irq3 + 0x100001cc isr_irq12 + 0x100001cc isr_irq9 + 0x100001d2 unhandled_user_irq_num_in_r0 + *(.binary_info_header) + .binary_info_header + 0x100001d4 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S.obj + 0x100001e8 __binary_info_header_end = . + *(.reset) + .reset 0x100001e8 0xa0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S.obj + 0x100001e8 _entry_point + .reset 0x10000288 0x30 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj + *(.init) + .init 0x100002b8 0x4 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crti.o + 0x100002b8 _init + *(EXCLUDE_FILE(*libm.a: *libc.a:*lib_a-mem*.o *libgcc.a:) .text*) + .text 0x100002bc 0x98 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crtbegin.o + .text.main 0x10000354 0x2e CMakeFiles/clacer.dir/src/main.c.obj + 0x10000354 main + *fill* 0x10000382 0x2 + .text.gpio_set_function + 0x10000384 0x30 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + 0x10000384 gpio_set_function + .text.gpio_init + 0x100003b4 0x16 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + 0x100003b4 gpio_init + *fill* 0x100003ca 0x2 + .text.running_on_fpga + 0x100003cc 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/platform.c.obj + 0x100003cc running_on_fpga + .text.hw_claim_lock + 0x100003e0 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj + 0x100003e0 hw_claim_lock + .text.hw_claim_unlock + 0x100003f8 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj + 0x100003f8 hw_claim_unlock + .text.hw_claim_or_assert + 0x1000040c 0x32 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj + 0x1000040c hw_claim_or_assert + *fill* 0x1000043e 0x2 + .text.spin_locks_reset + 0x10000440 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj + 0x10000440 spin_locks_reset + .text.next_striped_spin_lock_num + 0x10000460 0x1c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj + 0x10000460 next_striped_spin_lock_num + .text.set_raw_irq_handler_and_unlock + 0x1000047c 0x28 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .text.resolve_branch + 0x100004a4 0x30 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .text.make_branch + 0x100004d4 0x48 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .text.insert_branch_and_link + 0x1000051c 0x40 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .text.irq_is_enabled + 0x1000055c 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + 0x1000055c irq_is_enabled + .text.irq_set_mask_enabled + 0x10000574 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + 0x10000574 irq_set_mask_enabled + .text.irq_set_enabled + 0x10000594 0xe CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + 0x10000594 irq_set_enabled + *fill* 0x100005a2 0x2 + .text.irq_get_vtable_handler + 0x100005a4 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + 0x100005a4 irq_get_vtable_handler + .text.irq_set_exclusive_handler + 0x100005b4 0x54 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + 0x100005b4 irq_set_exclusive_handler + .text.irq_remove_handler + 0x10000608 0x188 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + 0x10000608 irq_remove_handler + .text.irq_add_tail_to_free_list + 0x10000790 0xf0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + 0x10000790 irq_add_tail_to_free_list + .text.irq_init_priorities + 0x10000880 0x1c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + 0x10000880 irq_init_priorities + .text.lock_init + 0x1000089c 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/lock_core.c.obj + 0x1000089c lock_init + .text.mutex_init + 0x100008ac 0x1a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + 0x100008ac mutex_init + .text.recursive_mutex_init + 0x100008c6 0x1e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + 0x100008c6 recursive_mutex_init + .text.time_reached + 0x100008e4 0x28 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .text.get_entry + 0x1000090c 0x38 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .text.timer_pool_entry_comparator + 0x10000944 0x2e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + 0x10000944 timer_pool_entry_comparator + *fill* 0x10000972 0x2 + .text.update_us_since_boot + 0x10000974 0x24 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .text.delayed_by_us + 0x10000998 0x34 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .text.ph_get_node + 0x100009cc 0x30 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .text.ph_contains_node + 0x100009fc 0x1e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .text.ph_new_node + 0x10000a1a 0x28 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + *fill* 0x10000a42 0x2 + .text.ph_add_child_node + 0x10000a44 0x6c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .text.ph_merge_nodes + 0x10000ab0 0x3e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + *fill* 0x10000aee 0x2 + .text.ph_insert_node + 0x10000af0 0x3c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .text.ph_free_node + 0x10000b2c 0x5c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .text.get_entry_id_high + 0x10000b88 0x30 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .text.alarm_pool_post_alloc_init + 0x10000bb8 0x40 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .text.sleep_until_callback + 0x10000bf8 0x30 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .text.get_absolute_time + 0x10000c28 0x22 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .text.make_timeout_time_us + 0x10000c4a 0x24 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + *fill* 0x10000c6e 0x2 + .text.add_alarm_under_lock + 0x10000c70 0x94 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .text.alarm_pool_alarm_callback + 0x10000d04 0x20c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .text.alarm_pool_init_default + 0x10000f10 0x40 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + 0x10000f10 alarm_pool_init_default + .text.alarm_pool_get_default + 0x10000f50 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + 0x10000f50 alarm_pool_get_default + .text.alarm_pool_add_alarm_at + 0x10000f7c 0x10e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + 0x10000f7c alarm_pool_add_alarm_at + .text.add_alarm_at + 0x1000108a 0x2e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .text.alarm_pool_cancel_alarm + 0x100010b8 0xa0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + 0x100010b8 alarm_pool_cancel_alarm + .text.cancel_alarm + 0x10001158 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .text.sleep_until + 0x10001168 0xb0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + 0x10001168 sleep_until + .text.sleep_us + 0x10001218 0x1a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + 0x10001218 sleep_us + .text.sleep_ms + 0x10001232 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + 0x10001232 sleep_ms + *fill* 0x10001246 0x2 + .text.best_effort_wfe_or_timeout + 0x10001248 0x44 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + 0x10001248 best_effort_wfe_or_timeout + .text.hardware_alarm_irq_handler + 0x1000128c 0x8c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + .text.hardware_alarm_claim + 0x10001318 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + 0x10001318 hardware_alarm_claim + .text.time_us_64 + 0x10001330 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + 0x10001330 time_us_64 + .text.busy_wait_until + 0x10001348 0x28 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + 0x10001348 busy_wait_until + .text.hardware_alarm_set_callback + 0x10001370 0x90 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + 0x10001370 hardware_alarm_set_callback + .text.hardware_alarm_set_target + 0x10001400 0xe8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + 0x10001400 hardware_alarm_set_target + .text.hardware_alarm_cancel + 0x100014e8 0x40 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + 0x100014e8 hardware_alarm_cancel + .text.ph_get_node + 0x10001528 0x30 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + .text.ph_add_child_node + 0x10001558 0x6c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + .text.ph_merge_nodes + 0x100015c4 0x3e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + .text.ph_clear + 0x10001602 0x34 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + 0x10001602 ph_clear + .text.ph_post_alloc_init + 0x10001636 0xe CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + 0x10001636 ph_post_alloc_init + .text.ph_merge_two_pass + 0x10001644 0x5c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + 0x10001644 ph_merge_two_pass + .text.ph_remove_any_head + 0x100016a0 0xc0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + .text.ph_remove_head + 0x10001760 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + 0x10001760 ph_remove_head + .text.ph_remove_and_free_node + 0x10001774 0xa0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + 0x10001774 ph_remove_and_free_node + .text.clock_configure + 0x10001814 0x104 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + 0x10001814 clock_configure + .text.clocks_init + 0x10001918 0x100 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + 0x10001918 clocks_init + .text.pll_init + 0x10001a18 0x12c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c.obj + 0x10001a18 pll_init + .text.watchdog_start_tick + 0x10001b44 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj + 0x10001b44 watchdog_start_tick + .text.xosc_init + 0x10001b54 0x28 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c.obj + 0x10001b54 xosc_init + .text._exit 0x10001b7c 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + 0x10001b7c _exit + .text.exit 0x10001b80 0x6 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + 0x10001b80 exit + *fill* 0x10001b86 0x2 + .text.__assert_func + 0x10001b88 0x38 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + 0x10001b88 __assert_func + .text.runtime_init + 0x10001bc0 0xf8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + 0x10001bc0 runtime_init + .text.panic 0x10001cb8 0x30 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + 0x10001cb8 panic + .text._out_null + 0x10001ce8 0x2 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + .text._out_fct + 0x10001cea 0xe CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + .text._atoi 0x10001cf8 0x24 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + .text._out_rev + 0x10001d1c 0xae CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + .text._ntoa_format + 0x10001dca 0x110 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + .text._ntoa_long + 0x10001eda 0xbc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + .text._ntoa_long_long + 0x10001f96 0x10e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + .text._etoa 0x100020a4 0x420 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + .text._ftoa 0x100024c4 0x354 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + .text._vsnprintf + 0x10002818 0x668 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + .text.vfctprintf + 0x10002e80 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + 0x10002e80 vfctprintf + .text 0x10002ea0 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj + .text.rom_func_lookup + 0x10002eb0 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c.obj + 0x10002eb0 rom_func_lookup + .text.rom_data_lookup + 0x10002ec0 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c.obj + 0x10002ec0 rom_data_lookup + .text.rom_funcs_lookup + 0x10002ed0 0x36 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c.obj + 0x10002ed0 rom_funcs_lookup + *fill* 0x10002f06 0x2 + .text.__wrap___aeabi_idiv + 0x10002f08 0x50 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/divider.S.obj + 0x10002f08 __wrap___aeabi_idivmod + 0x10002f08 divmod_s32s32 + 0x10002f08 div_s32s32 + 0x10002f08 __wrap___aeabi_idiv + 0x10002f10 divmod_s32s32_unsafe + 0x10002f3c divmod_s32s32_savestate + .text.__wrap___aeabi_uidiv + 0x10002f58 0x4c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/divider.S.obj + 0x10002f58 __wrap___aeabi_uidiv + 0x10002f58 __wrap___aeabi_uidivmod + 0x10002f58 div_u32u32 + 0x10002f58 divmod_u32u32 + 0x10002f60 divmod_u32u32_unsafe + 0x10002f88 divmod_u32u32_savestate + .text.__wrap___aeabi_ldiv + 0x10002fa4 0x424 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/divider.S.obj + 0x10002fa4 div_s64s64 + 0x10002fa4 divmod_s64s64 + 0x10002fa4 __wrap___aeabi_ldivmod + 0x10002fd4 div_u64u64 + 0x10002fd4 divmod_u64u64 + 0x10002fd4 __wrap___aeabi_uldivmod + 0x10002fe4 divmod_u64u64_savestate + 0x10003004 divmod_s64s64_unsafe + 0x1000308c divmod_u64u64_unsafe + .text.__wrap___aeabi_darithmetic + 0x100033c8 0x80 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + 0x100033c8 __wrap___aeabi_drsub + 0x100033ce __wrap___aeabi_dsub + 0x100033e0 __wrap___aeabi_dadd + 0x100033f2 __wrap___aeabi_ddiv + 0x1000342e __wrap___aeabi_dmul + .text.__wrap___aeabi_cdcmple + 0x10003448 0x6c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + 0x10003448 __wrap___aeabi_cdrcmple + 0x10003458 __wrap___aeabi_cdcmple + 0x10003458 __wrap___aeabi_cdcmpeq + .text.__wrap___aeabi_dcmplt + 0x100034b4 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + 0x100034b4 __wrap___aeabi_dcmplt + .text.__wrap___aeabi_dcmple + 0x100034c0 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + 0x100034c0 __wrap___aeabi_dcmple + .text.__wrap___aeabi_dcmpge + 0x100034d0 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + 0x100034d0 __wrap___aeabi_dcmpge + .text.__wrap___aeabi_dcmpgt + 0x100034e0 0xa CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + 0x100034e0 __wrap___aeabi_dcmpgt + .text.__wrap___aeabi_dcmpun + 0x100034ea 0x1c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + 0x100034ea __wrap___aeabi_dcmpun + *fill* 0x10003506 0x2 + .text.__wrap___aeabi_i2d + 0x10003508 0x38 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + 0x10003508 __wrap___aeabi_ui2d + 0x10003510 __wrap___aeabi_i2d + .text.__wrap___aeabi_d2iz + 0x10003540 0x48 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + 0x10003540 __wrap___aeabi_d2iz + 0x10003540 double2int_z + .text.__wrap___aeabi_d2uiz + 0x10003588 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + 0x10003588 double2uint + 0x10003588 __wrap___aeabi_d2uiz + .text.__aeabi_double_init + 0x100035a0 0xcc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c.obj + 0x100035a0 __aeabi_double_init + .text.double_table_shim_on_use_helper + 0x1000366c 0x34 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + 0x1000366c double_table_shim_on_use_helper + .text.__wrap___aeabi_dsub + 0x100036a0 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + 0x100036a0 drsub_shim + 0x100036a6 dsub_shim + .text.dadd_shim + 0x100036b0 0x15c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + 0x100036b0 dadd_shim + .text.dmul_shim + 0x1000380c 0x15c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + 0x1000380c dmul_shim + .text.ddiv_shim + 0x10003968 0x1b0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + 0x10003968 ddiv_shim + .text.double2uint_shim + 0x10003b18 0xe CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + 0x10003b18 double2uint_shim + 0x10003b1a double2ufix_shim + *fill* 0x10003b26 0x2 + .text.double2uint64_shim + 0x10003b28 0x70 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + 0x10003b28 double2uint64_shim + 0x10003b2a double2ufix64_shim + 0x10003b4a d2fix_a + .text.dunpacks + 0x10003b98 0x3c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + 0x10003b98 dunpacks + .text.__aeabi_lmul + 0x10003bd4 0x32 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/pico_int64_ops_aeabi.S.obj + 0x10003bd4 __wrap___aeabi_lmul + *fill* 0x10003c06 0x2 + .text.__aeabi_float_init + 0x10003c08 0xfc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c.obj + 0x10003c08 __aeabi_float_init + .text.float_table_shim_on_use_helper + 0x10003d04 0x34 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S.obj + 0x10003d04 float_table_shim_on_use_helper + .text 0x10003d38 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S.obj + 0x10003d38 __aeabi_mem_init + .text.memcpy 0x10003d48 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S.obj + 0x10003d48 __wrap___aeabi_memcpy + 0x10003d48 __wrap_memcpy + .text.stdio_out_chars_no_crlf + 0x10003d54 0xe CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + *fill* 0x10003d62 0x2 + .text.stdio_out_chars_crlf + 0x10003d64 0x80 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .text.stdio_stack_buffer_flush + 0x10003de4 0x44 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .text.stdio_buffered_printer + 0x10003e28 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .text.update_us_since_boot + 0x10003e48 0x24 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .text.get_absolute_time + 0x10003e6c 0x22 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + *fill* 0x10003e8e 0x2 + .text.delayed_by_ms + 0x10003e90 0x44 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .text.make_timeout_time_ms + 0x10003ed4 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .text.stdout_serialize_begin + 0x10003ef4 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + 0x10003ef4 stdout_serialize_begin + .text.stdout_serialize_end + 0x10003f14 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + 0x10003f14 stdout_serialize_end + .text.stdio_put_string + 0x10003f24 0x98 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .text.stdio_flush + 0x10003fbc 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + 0x10003fbc stdio_flush + .text.__wrap_puts + 0x10003fdc 0x1e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + 0x10003fdc __wrap_puts + *fill* 0x10003ffa 0x2 + .text.__wrap_vprintf + 0x10003ffc 0x40 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + 0x10003ffc __wrap_vprintf + .text.__wrap_printf + 0x1000403c 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + 0x1000403c __wrap_printf + .text.strlen 0x10004054 0x5c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-strlen-stub.o) + 0x10004054 strlen + *(.fini) + .fini 0x100040b0 0x4 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crti.o + 0x100040b0 _fini + *fill* 0x100040b4 0x4 + .fini.__stub 0x100040b8 0x40 linker stubs + *crtbegin.o(.ctors) + *crtbegin?.o(.ctors) + *(EXCLUDE_FILE(*crtend.o *crtend?.o) .ctors) + *(SORT_BY_NAME(.ctors.*)) + *(.ctors) + *crtbegin.o(.dtors) + *crtbegin?.o(.dtors) + *(EXCLUDE_FILE(*crtend.o *crtend?.o) .dtors) + *(SORT_BY_NAME(.dtors.*)) + *(.dtors) + *(.eh_frame*) + .eh_frame 0x100040f8 0x0 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crtbegin.o + 0x100040f8 . = ALIGN (0x4) + +.glue_7 0x100040f8 0x0 + .glue_7 0x100040f8 0x0 linker stubs + +.glue_7t 0x100040f8 0x0 + .glue_7t 0x100040f8 0x0 linker stubs + +.vfp11_veneer 0x100040f8 0x0 + .vfp11_veneer 0x100040f8 0x0 linker stubs + +.v4_bx 0x100040f8 0x0 + .v4_bx 0x100040f8 0x0 linker stubs + +.iplt 0x100040f8 0x0 + .iplt 0x100040f8 0x0 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crtbegin.o + +.rodata 0x100040f8 0xe4c + *(EXCLUDE_FILE(*libm.a: *libc.a:*lib_a-mem*.o *libgcc.a:) .rodata*) + .rodata.resolve_branch.str1.4 + 0x100040f8 0x5f CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + *fill* 0x10004157 0x1 + .rodata.make_branch.str1.4 + 0x10004158 0x30 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .rodata.insert_branch_and_link.str1.4 + 0x10004188 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .rodata.irq_set_exclusive_handler.str1.4 + 0x10004198 0x36 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + *fill* 0x100041ce 0x2 + .rodata.irq_remove_handler.str1.4 + 0x100041d0 0x3a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + *fill* 0x1000420a 0x2 + .rodata.irq_add_tail_to_free_list.str1.4 + 0x1000420c 0x3a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + *fill* 0x10004246 0x2 + .rodata.__func__.0 + 0x10004248 0x1a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + *fill* 0x10004262 0x2 + .rodata.__func__.1 + 0x10004264 0x17 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + *fill* 0x1000427b 0x1 + .rodata.__func__.2 + 0x1000427c 0x13 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + *fill* 0x1000428f 0x1 + .rodata.__func__.3 + 0x10004290 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .rodata.__func__.4 + 0x1000429c 0xf CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + *fill* 0x100042ab 0x1 + .rodata.__func__.6 + 0x100042ac 0x1a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + *fill* 0x100042c6 0x2 + .rodata.str1.4 + 0x100042c8 0x95 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + *fill* 0x1000435d 0x3 + .rodata.__func__.1 + 0x10004360 0xb CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + *fill* 0x1000436b 0x1 + .rodata.__func__.3 + 0x1000436c 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .rodata.get_entry.str1.4 + 0x10004384 0x65 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + *fill* 0x100043e9 0x3 + .rodata.update_us_since_boot.str1.4 + 0x100043ec 0x6b CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + *fill* 0x10004457 0x1 + .rodata.ph_get_node.str1.4 + 0x10004458 0x70 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .rodata.ph_add_child_node.str1.4 + 0x100044c8 0x2e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + *fill* 0x100044f6 0x2 + .rodata.ph_insert_node.str1.4 + 0x100044f8 0x3 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + *fill* 0x100044fb 0x1 + .rodata.ph_free_node.str1.4 + 0x100044fc 0x38 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .rodata.add_alarm_under_lock.str1.4 + 0x10004534 0x28 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .rodata.alarm_pool_alarm_callback.str1.4 + 0x1000455c 0x60 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .rodata.alarm_pool_get_default.str1.4 + 0x100045bc 0x21 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + *fill* 0x100045dd 0x3 + .rodata.alarm_pool_cancel_alarm.str1.4 + 0x100045e0 0x27 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + *fill* 0x10004607 0x1 + .rodata.sleep_until.str1.4 + 0x10004608 0x4d CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + *fill* 0x10004655 0x3 + .rodata.__func__.1 + 0x10004658 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .rodata.__func__.3 + 0x10004670 0x17 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + *fill* 0x10004687 0x1 + .rodata.__func__.4 + 0x10004688 0x12 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + *fill* 0x1000469a 0x2 + .rodata.__func__.5 + 0x1000469c 0xd CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + *fill* 0x100046a9 0x3 + .rodata.__func__.6 + 0x100046ac 0x12 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + *fill* 0x100046be 0x2 + .rodata.__func__.7 + 0x100046c0 0xf CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + *fill* 0x100046cf 0x1 + .rodata.__func__.8 + 0x100046d0 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .rodata.__func__.9 + 0x100046dc 0x15 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + *fill* 0x100046f1 0x3 + .rodata.__func__.10 + 0x100046f4 0x15 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + *fill* 0x10004709 0x3 + .rodata.__func__.11 + 0x1000470c 0x1a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + *fill* 0x10004726 0x2 + .rodata.__func__.12 + 0x10004728 0xa CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + *fill* 0x10004732 0x2 + .rodata.hardware_alarm_claim.str1.4 + 0x10004734 0x22 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + *fill* 0x10004756 0x2 + .rodata.hardware_alarm_set_target.str1.4 + 0x10004758 0x6f CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + *fill* 0x100047c7 0x1 + .rodata.__func__.0 + 0x100047c8 0x1a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + .rodata.ph_get_node.str1.4 + 0x100047e2 0x70 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + .rodata.ph_add_child_node.str1.4 + 0x100047e2 0x2e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + *fill* 0x100047e2 0x2 + .rodata.ph_remove_any_head.str1.4 + 0x100047e4 0x98 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + 0xac (size before relaxing) + .rodata.ph_remove_and_free_node.str1.4 + 0x1000487c 0x1e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + 0x26 (size before relaxing) + *fill* 0x1000489a 0x2 + .rodata.__func__.0 + 0x1000489c 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + .rodata.__func__.1 + 0x100048b4 0x13 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + *fill* 0x100048c7 0x1 + .rodata.__func__.2 + 0x100048c8 0x12 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + *fill* 0x100048da 0x2 + .rodata.__func__.3 + 0x100048dc 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + .rodata.clock_configure.str1.4 + 0x100048e8 0x61 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + *fill* 0x10004949 0x3 + .rodata.__func__.1 + 0x1000494c 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + .rodata.pll_init.str1.4 + 0x1000495c 0x12b CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c.obj + *fill* 0x10004a87 0x1 + .rodata.__func__.0 + 0x10004a88 0x9 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c.obj + *fill* 0x10004a91 0x3 + .rodata.__assert_func.str1.4 + 0x10004a94 0x3f CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + 0x43 (size before relaxing) + *fill* 0x10004ad3 0x1 + .rodata.runtime_init.str1.4 + 0x10004ad4 0x6b CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + *fill* 0x10004b3f 0x1 + .rodata.panic.str1.4 + 0x10004b40 0x12 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + *fill* 0x10004b52 0x2 + .rodata.__func__.2 + 0x10004b54 0xd CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + *fill* 0x10004b61 0x3 + .rodata._ftoa.str1.4 + 0x10004b64 0x15 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + *fill* 0x10004b79 0x3 + .rodata._vsnprintf + 0x10004b7c 0x19c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + .rodata.pow10.0 + 0x10004d18 0x50 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + .rodata.__aeabi_double_init.str1.4 + 0x10004d68 0xb2 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c.obj + *fill* 0x10004e1a 0x2 + .rodata.__func__.0 + 0x10004e1c 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c.obj + .rodata.__aeabi_float_init.str1.4 + 0x10004e30 0x84 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c.obj + 0x88 (size before relaxing) + .rodata.__func__.0 + 0x10004eb4 0x13 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c.obj + *fill* 0x10004ec7 0x1 + .rodata.str1.4 + 0x10004ec8 0x3c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj + .rodata.__bi_81 + 0x10004f04 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj + .rodata.__bi_75 + 0x10004f10 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj + .rodata.__bi_44 + 0x10004f1c 0xc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj + .rodata.update_us_since_boot.str1.4 + 0x10004f28 0x6b CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .rodata.crlf_str.2 + 0x10004f28 0x2 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + *fill* 0x10004f2a 0x2 + .rodata.__func__.3 + 0x10004f2c 0x15 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + 0x10004f44 . = ALIGN (0x4) + *fill* 0x10004f41 0x3 + *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.flashdata*))) + 0x10004f44 . = ALIGN (0x4) + +.rel.dyn 0x10004f44 0x0 + .rel.iplt 0x10004f44 0x0 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crtbegin.o + +.ARM.extab + *(.ARM.extab* .gnu.linkonce.armextab.*) + 0x10004f44 __exidx_start = . + +.ARM.exidx + *(.ARM.exidx* .gnu.linkonce.armexidx.*) + 0x10004f44 __exidx_end = . + 0x10004f44 . = ALIGN (0x4) + 0x10004f44 __binary_info_start = . + +.binary_info 0x10004f44 0x1c + *(.binary_info.keep.*) + .binary_info.keep.__bi_ptr81 + 0x10004f44 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj + .binary_info.keep.__bi_ptr75 + 0x10004f48 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj + .binary_info.keep.__bi_ptr50 + 0x10004f4c 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj + .binary_info.keep.__bi_ptr44 + 0x10004f50 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj + .binary_info.keep.__bi_ptr38 + 0x10004f54 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj + .binary_info.keep.__bi_ptr30 + 0x10004f58 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj + .binary_info.keep.__bi_ptr22 + 0x10004f5c 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj + *(.binary_info.*) + 0x10004f60 __binary_info_end = . + 0x10004f60 . = ALIGN (0x4) + 0x10004f60 __etext = . + +.ram_vector_table + 0x20000000 0xc0 + *(.ram_vector_table) + .ram_vector_table + 0x20000000 0xc0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + 0x20000000 ram_vector_table + +.data 0x200000c0 0x22c load address 0x10004f60 + 0x200000c0 __data_start__ = . + *(vtable) + *(.time_critical*) + .time_critical.mutex_try_enter + 0x200000c0 0x46 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + 0x200000c0 mutex_try_enter + *fill* 0x20000106 0x2 + .time_critical.mutex_enter_block_until + 0x20000108 0x8c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + 0x20000108 mutex_enter_block_until + .time_critical.mutex_try_enter_block_until + 0x20000194 0x34 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + 0x20000194 mutex_try_enter_block_until + .time_critical.mutex_exit + 0x200001c8 0x4c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + 0x200001c8 mutex_exit + *(.text*) + .text 0x20000214 0x4 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/libgcc.a(_dvmd_tls.o) + 0x20000214 __aeabi_ldiv0 + 0x20000214 __aeabi_idiv0 + .text.__stub 0x20000218 0x20 linker stubs + 0x20000238 . = ALIGN (0x4) + *(.rodata*) + 0x20000238 . = ALIGN (0x4) + *(.data*) + .data.striped_spin_lock_num + 0x20000238 0x1 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj + *fill* 0x20000239 0x3 + .data 0x2000023c 0x48 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq_handler_chain.S.obj + 0x2000023c irq_handler_chain_slots + 0x2000026c irq_handler_chain_first_slot + 0x20000276 irq_handler_chain_remove_tail + .data.default_alarm_pool + 0x20000284 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .data.default_alarm_pool_heap + 0x2000029c 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + *fill* 0x200002ac 0x4 + .data.aeabi_bits_funcs + 0x200002b0 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj + 0x200002b0 aeabi_bits_funcs + 0x200002c0 aeabi_bits_funcs_end + .data.aeabi_mem_funcs + 0x200002c0 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S.obj + 0x200002c0 aeabi_mem_funcs + 0x200002d0 aeabi_mem_funcs_end + 0x200002d0 . = ALIGN (0x4) + *(.after_data.*) + 0x200002d0 . = ALIGN (0x4) + 0x200002d0 PROVIDE (__mutex_array_start = .) + *(SORT_BY_NAME(.mutex_array.*)) + *(.mutex_array) + .mutex_array 0x200002d0 0x8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + 0x200002d8 PROVIDE (__mutex_array_end = .) + 0x200002d8 . = ALIGN (0x4) + 0x200002d8 PROVIDE (__preinit_array_start = .) + *(SORT_BY_NAME(.preinit_array.*)) + .preinit_array.00001 + 0x200002d8 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S.obj + .preinit_array.00010 + 0x200002dc 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj + .preinit_array.00020 + 0x200002e0 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .preinit_array.00020 + 0x200002e4 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + *(.preinit_array) + 0x200002e8 PROVIDE (__preinit_array_end = .) + 0x200002e8 . = ALIGN (0x4) + 0x200002e8 PROVIDE (__init_array_start = .) + *(SORT_BY_NAME(.init_array.*)) + *(.init_array) + .init_array 0x200002e8 0x4 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crtbegin.o + 0x200002ec PROVIDE (__init_array_end = .) + 0x200002ec . = ALIGN (0x4) + 0x200002ec PROVIDE (__fini_array_start = .) + *(SORT_BY_NAME(.fini_array.*)) + *(.fini_array) + 0x200002ec PROVIDE (__fini_array_end = .) + *(.jcr) + 0x200002ec . = ALIGN (0x4) + 0x200002ec __data_end__ = . + +.tm_clone_table + 0x200002ec 0x0 load address 0x1000518c + .tm_clone_table + 0x200002ec 0x0 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crtbegin.o + .tm_clone_table + 0x200002ec 0x0 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crtend.o + +.igot.plt 0x200002ec 0x0 load address 0x1000518c + .igot.plt 0x200002ec 0x0 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crtbegin.o + +.uninitialized_data + 0x200002ec 0x0 load address 0x1000518c + 0x200002ec . = ALIGN (0x4) + *(.uninitialized_data*) + +.scratch_x 0x20040000 0x0 load address 0x1000518c + 0x20040000 __scratch_x_start__ = . + *(.scratch_x.*) + 0x20040000 . = ALIGN (0x4) + 0x20040000 __scratch_x_end__ = . + 0x1000518c __scratch_x_source__ = LOADADDR (.scratch_x) + +.scratch_y 0x20041000 0x0 load address 0x1000518c + 0x20041000 __scratch_y_start__ = . + *(.scratch_y.*) + 0x20041000 . = ALIGN (0x4) + 0x20041000 __scratch_y_end__ = . + 0x1000518c __scratch_y_source__ = LOADADDR (.scratch_y) + +.bss 0x200002f0 0x3c8 + 0x200002f0 . = ALIGN (0x4) + 0x200002f0 __bss_start__ = . + *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.bss*))) + .bss.default_alarm_pool_entries + 0x200002f0 0x100 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .bss 0x200003f0 0x1c /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crtbegin.o + .bss.alarm_callbacks + 0x2000040c 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + .bss.configured_freq + 0x2000041c 0x28 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + .bss.default_alarm_pool_entry_ids_high + 0x20000444 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .bss.default_alarm_pool_heap_nodes + 0x20000454 0x30 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .bss.drivers 0x20000484 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .bss.filter 0x20000488 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .bss.pools 0x2000048c 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .bss.sd_table 0x2000049c 0x100 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c.obj + 0x2000049c sd_table + .bss.sf_clz_func + 0x2000059c 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c.obj + 0x2000059c sf_clz_func + .bss.sf_table 0x200005a0 0x100 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c.obj + 0x200005a0 sf_table + .bss.sleep_notifier + 0x200006a0 0x4 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .bss.target_hi + 0x200006a4 0x10 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + .bss.claimed 0x200006b4 0x1 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + .bss.irq_hander_chain_free_slot_head + 0x200006b5 0x1 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .bss.timer_callbacks_pending + 0x200006b6 0x1 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + *(COMMON) + 0x200006b8 . = ALIGN (0x4) + *fill* 0x200006b7 0x1 + 0x200006b8 __bss_end__ = . + +.heap 0x200006b8 0x800 + 0x200006b8 __end__ = . + 0x200006b8 end = __end__ + *(.heap*) + .heap 0x200006b8 0x800 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S.obj + 0x20000eb8 __HeapLimit = . + +.stack1_dummy + *(.stack1*) + +.stack_dummy 0x20041000 0x800 + *(.stack*) + .stack 0x20041000 0x800 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S.obj + +.flash_end 0x1000518c 0x0 + 0x1000518c __flash_binary_end = . + 0x20040000 __StackLimit = (ORIGIN (RAM) + LENGTH (RAM)) + 0x20041000 __StackOneTop = (ORIGIN (SCRATCH_X) + LENGTH (SCRATCH_X)) + 0x20042000 __StackTop = (ORIGIN (SCRATCH_Y) + LENGTH (SCRATCH_Y)) + 0x20041000 __StackOneBottom = (__StackOneTop - SIZEOF (.stack1_dummy)) + 0x20041800 __StackBottom = (__StackTop - SIZEOF (.stack_dummy)) + 0x20042000 PROVIDE (__stack = __StackTop) + 0x00000001 ASSERT ((__StackLimit >= __HeapLimit), region RAM overflowed) + 0x00000001 ASSERT (((__binary_info_header_end - __logical_binary_start) <= 0x100), Binary info must be in first 256 bytes of the binary) +LOAD CMakeFiles/clacer.dir/src/main.c.obj +LOAD CMakeFiles/clacer.dir/src/tft.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/platform.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq_handler_chain.S.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/lock_core.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/critical_section.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/vreg.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/divider.S.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/pico_int64_ops_aeabi.S.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj +LOAD CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj +LOAD /tmp/ccKxEkNI.o +LOAD /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/libstdc++.a +LOAD /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libm.a +START GROUP +LOAD /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/libgcc.a +LOAD /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a +LOAD /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libc.a +END GROUP +START GROUP +LOAD /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/libgcc.a +LOAD /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libc.a +LOAD /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libnosys.a +END GROUP +LOAD /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crtend.o +LOAD /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crtn.o +OUTPUT(clacer.elf elf32-littlearm) +LOAD linker stubs + +.ARM.attributes + 0x00000000 0x28 + .ARM.attributes + 0x00000000 0x1e /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crti.o + .ARM.attributes + 0x0000001e 0x2c /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crtbegin.o + .ARM.attributes + 0x0000004a 0x2c CMakeFiles/clacer.dir/src/main.c.obj + .ARM.attributes + 0x00000076 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .ARM.attributes + 0x000000a2 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/platform.c.obj + .ARM.attributes + 0x000000ce 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj + .ARM.attributes + 0x000000fa 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj + .ARM.attributes + 0x00000126 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .ARM.attributes + 0x00000152 0x22 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq_handler_chain.S.obj + .ARM.attributes + 0x00000174 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/lock_core.c.obj + .ARM.attributes + 0x000001a0 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .ARM.attributes + 0x000001cc 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .ARM.attributes + 0x000001f8 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + .ARM.attributes + 0x00000224 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + .ARM.attributes + 0x00000250 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + .ARM.attributes + 0x0000027c 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c.obj + .ARM.attributes + 0x000002a8 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj + .ARM.attributes + 0x000002d4 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c.obj + .ARM.attributes + 0x00000300 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + .ARM.attributes + 0x0000032c 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + .ARM.attributes + 0x00000358 0x22 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj + .ARM.attributes + 0x0000037a 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c.obj + .ARM.attributes + 0x000003a6 0x22 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/divider.S.obj + .ARM.attributes + 0x000003c8 0x22 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .ARM.attributes + 0x000003ea 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c.obj + .ARM.attributes + 0x00000416 0x22 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + .ARM.attributes + 0x00000438 0x22 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/pico_int64_ops_aeabi.S.obj + .ARM.attributes + 0x0000045a 0x22 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .ARM.attributes + 0x0000047c 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c.obj + .ARM.attributes + 0x000004a8 0x22 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S.obj + .ARM.attributes + 0x000004ca 0x22 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S.obj + .ARM.attributes + 0x000004ec 0x22 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S.obj + .ARM.attributes + 0x0000050e 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj + .ARM.attributes + 0x0000053a 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .ARM.attributes + 0x00000566 0x22 /tmp/ccKxEkNI.o + .ARM.attributes + 0x00000588 0x1e /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/libgcc.a(_dvmd_tls.o) + .ARM.attributes + 0x000005a6 0x2c /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-strlen-stub.o) + .ARM.attributes + 0x000005d2 0x2c /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crtend.o + +.comment 0x00000000 0x55 + .comment 0x00000000 0x22 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crtbegin.o + 0x23 (size before relaxing) + .comment 0x00000022 0x23 CMakeFiles/clacer.dir/src/main.c.obj + .comment 0x00000022 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .comment 0x00000022 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/platform.c.obj + .comment 0x00000022 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj + .comment 0x00000022 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj + .comment 0x00000022 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .comment 0x00000022 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/lock_core.c.obj + .comment 0x00000022 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .comment 0x00000022 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .comment 0x00000022 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + .comment 0x00000022 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + .comment 0x00000022 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + .comment 0x00000022 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c.obj + .comment 0x00000022 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj + .comment 0x00000022 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c.obj + .comment 0x00000022 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + .comment 0x00000022 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + .comment 0x00000022 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c.obj + .comment 0x00000022 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c.obj + .comment 0x00000022 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c.obj + .comment 0x00000022 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj + .comment 0x00000022 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .comment 0x00000022 0x33 /usr/lib/gcc/arm-none-eabi/13/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libg.a(libc_a-strlen-stub.o) + 0x34 (size before relaxing) + .comment 0x00000055 0x23 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/crtend.o + +.debug_info 0x00000000 0x125d4 + .debug_info 0x00000000 0x5b7 CMakeFiles/clacer.dir/src/main.c.obj + .debug_info 0x000005b7 0x16c7 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .debug_info 0x00001c7e 0x1fb CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/platform.c.obj + .debug_info 0x00001e79 0x696 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj + .debug_info 0x0000250f 0x5fa CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj + .debug_info 0x00002b09 0x1c44 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .debug_info 0x0000474d 0x1a3 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/lock_core.c.obj + .debug_info 0x000048f0 0x1d23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .debug_info 0x00006613 0x33f5 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .debug_info 0x00009a08 0x1459 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + .debug_info 0x0000ae61 0xe82 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + .debug_info 0x0000bce3 0xfa6 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + .debug_info 0x0000cc89 0x505 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c.obj + .debug_info 0x0000d18e 0x4d8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj + .debug_info 0x0000d666 0x1c7 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c.obj + .debug_info 0x0000d82d 0xefb CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + .debug_info 0x0000e728 0x19db CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + .debug_info 0x00010103 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj + .debug_info 0x00010126 0x331 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c.obj + .debug_info 0x00010457 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/divider.S.obj + .debug_info 0x0001047a 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .debug_info 0x0001049d 0x312 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c.obj + .debug_info 0x000107af 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + .debug_info 0x000107d2 0x24 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/pico_int64_ops_aeabi.S.obj + .debug_info 0x000107f6 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .debug_info 0x00010819 0x326 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c.obj + .debug_info 0x00010b3f 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S.obj + .debug_info 0x00010b62 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S.obj + .debug_info 0x00010b85 0x23 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S.obj + .debug_info 0x00010ba8 0x2b3 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj + .debug_info 0x00010e5b 0x173d CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .debug_info 0x00012598 0x3c /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/libgcc.a(_dvmd_tls.o) + +.debug_abbrev 0x00000000 0x3d6c + .debug_abbrev 0x00000000 0x1a2 CMakeFiles/clacer.dir/src/main.c.obj + .debug_abbrev 0x000001a2 0x361 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .debug_abbrev 0x00000503 0xf8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/platform.c.obj + .debug_abbrev 0x000005fb 0x2d1 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj + .debug_abbrev 0x000008cc 0x249 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj + .debug_abbrev 0x00000b15 0x500 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .debug_abbrev 0x00001015 0x116 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/lock_core.c.obj + .debug_abbrev 0x0000112b 0x3f5 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .debug_abbrev 0x00001520 0x5c6 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .debug_abbrev 0x00001ae6 0x3d5 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + .debug_abbrev 0x00001ebb 0x290 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + .debug_abbrev 0x0000214b 0x412 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + .debug_abbrev 0x0000255d 0x1e7 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c.obj + .debug_abbrev 0x00002744 0x1a8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj + .debug_abbrev 0x000028ec 0x10c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c.obj + .debug_abbrev 0x000029f8 0x51f CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + .debug_abbrev 0x00002f17 0x371 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + .debug_abbrev 0x00003288 0x12 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj + .debug_abbrev 0x0000329a 0x167 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c.obj + .debug_abbrev 0x00003401 0x12 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/divider.S.obj + .debug_abbrev 0x00003413 0x12 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .debug_abbrev 0x00003425 0x1bf CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c.obj + .debug_abbrev 0x000035e4 0x12 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + .debug_abbrev 0x000035f6 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/pico_int64_ops_aeabi.S.obj + .debug_abbrev 0x0000360a 0x12 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .debug_abbrev 0x0000361c 0x1c2 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c.obj + .debug_abbrev 0x000037de 0x12 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S.obj + .debug_abbrev 0x000037f0 0x12 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S.obj + .debug_abbrev 0x00003802 0x12 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S.obj + .debug_abbrev 0x00003814 0xb8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj + .debug_abbrev 0x000038cc 0x47a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .debug_abbrev 0x00003d46 0x26 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/libgcc.a(_dvmd_tls.o) + +.debug_loclists + 0x00000000 0x7ae3 + .debug_loclists + 0x00000000 0xa8 CMakeFiles/clacer.dir/src/main.c.obj + .debug_loclists + 0x000000a8 0xb07 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .debug_loclists + 0x00000baf 0xad CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/platform.c.obj + .debug_loclists + 0x00000c5c 0x2af CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj + .debug_loclists + 0x00000f0b 0x182 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj + .debug_loclists + 0x0000108d 0xdb7 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .debug_loclists + 0x00001e44 0x50 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/lock_core.c.obj + .debug_loclists + 0x00001e94 0xa5b CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .debug_loclists + 0x000028ef 0x1450 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .debug_loclists + 0x00003d3f 0x698 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + .debug_loclists + 0x000043d7 0x7aa CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + .debug_loclists + 0x00004b81 0x5b5 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + .debug_loclists + 0x00005136 0x1ff CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c.obj + .debug_loclists + 0x00005335 0x1fd CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj + .debug_loclists + 0x00005532 0x48 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c.obj + .debug_loclists + 0x0000557a 0x3d0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + .debug_loclists + 0x0000594a 0x16f9 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + .debug_loclists + 0x00007043 0x14d CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c.obj + .debug_loclists + 0x00007190 0x41 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c.obj + .debug_loclists + 0x000071d1 0x4f CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c.obj + .debug_loclists + 0x00007220 0x8c3 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + +.debug_aranges 0x00000000 0xed8 + .debug_aranges + 0x00000000 0x20 CMakeFiles/clacer.dir/src/main.c.obj + .debug_aranges + 0x00000020 0x100 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .debug_aranges + 0x00000120 0x28 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/platform.c.obj + .debug_aranges + 0x00000148 0x48 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj + .debug_aranges + 0x00000190 0x58 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj + .debug_aranges + 0x000001e8 0xd0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .debug_aranges + 0x000002b8 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/lock_core.c.obj + .debug_aranges + 0x000002d8 0xc0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .debug_aranges + 0x00000398 0x158 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .debug_aranges + 0x000004f0 0x90 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + .debug_aranges + 0x00000580 0x80 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + .debug_aranges + 0x00000600 0x70 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + .debug_aranges + 0x00000670 0x28 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c.obj + .debug_aranges + 0x00000698 0x58 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj + .debug_aranges + 0x000006f0 0x30 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c.obj + .debug_aranges + 0x00000720 0x98 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + .debug_aranges + 0x000007b8 0x90 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + .debug_aranges + 0x00000848 0x68 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj + .debug_aranges + 0x000008b0 0x30 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c.obj + .debug_aranges + 0x000008e0 0x40 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/divider.S.obj + .debug_aranges + 0x00000920 0x140 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .debug_aranges + 0x00000a60 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c.obj + .debug_aranges + 0x00000a80 0xc8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + .debug_aranges + 0x00000b48 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/pico_int64_ops_aeabi.S.obj + .debug_aranges + 0x00000b68 0x130 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .debug_aranges + 0x00000c98 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c.obj + .debug_aranges + 0x00000cb8 0x50 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S.obj + .debug_aranges + 0x00000d08 0x38 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S.obj + .debug_aranges + 0x00000d40 0x28 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S.obj + .debug_aranges + 0x00000d68 0x18 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj + .debug_aranges + 0x00000d80 0x138 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .debug_aranges + 0x00000eb8 0x20 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/libgcc.a(_dvmd_tls.o) + +.debug_rnglists + 0x00000000 0xcdd + .debug_rnglists + 0x00000000 0x13 CMakeFiles/clacer.dir/src/main.c.obj + .debug_rnglists + 0x00000013 0xec CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .debug_rnglists + 0x000000ff 0x19 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/platform.c.obj + .debug_rnglists + 0x00000118 0x31 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj + .debug_rnglists + 0x00000149 0x3d CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj + .debug_rnglists + 0x00000186 0xf0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .debug_rnglists + 0x00000276 0x13 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/lock_core.c.obj + .debug_rnglists + 0x00000289 0xe7 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .debug_rnglists + 0x00000370 0x179 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .debug_rnglists + 0x000004e9 0x6a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + .debug_rnglists + 0x00000553 0x8e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + .debug_rnglists + 0x000005e1 0x52 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + .debug_rnglists + 0x00000633 0x1a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c.obj + .debug_rnglists + 0x0000064d 0x3d CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj + .debug_rnglists + 0x0000068a 0x1f CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c.obj + .debug_rnglists + 0x000006a9 0x7a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + .debug_rnglists + 0x00000723 0xe5 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + .debug_rnglists + 0x00000808 0x49 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj + .debug_rnglists + 0x00000851 0x2b CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c.obj + .debug_rnglists + 0x0000087c 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/divider.S.obj + .debug_rnglists + 0x000008a8 0xed CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .debug_rnglists + 0x00000995 0x21 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c.obj + .debug_rnglists + 0x000009b6 0x99 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + .debug_rnglists + 0x00000a4f 0xdf CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .debug_rnglists + 0x00000b2e 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c.obj + .debug_rnglists + 0x00000b4e 0x38 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S.obj + .debug_rnglists + 0x00000b86 0x25 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S.obj + .debug_rnglists + 0x00000bab 0x1b CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S.obj + .debug_rnglists + 0x00000bc6 0x117 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + +.debug_line 0x00000000 0xc81e + .debug_line 0x00000000 0x314 CMakeFiles/clacer.dir/src/main.c.obj + .debug_line 0x00000314 0xb7d CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .debug_line 0x00000e91 0x227 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/platform.c.obj + .debug_line 0x000010b8 0x431 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj + .debug_line 0x000014e9 0x41a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj + .debug_line 0x00001903 0x101f CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .debug_line 0x00002922 0x202 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/lock_core.c.obj + .debug_line 0x00002b24 0x1096 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .debug_line 0x00003bba 0x194d CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .debug_line 0x00005507 0xbd0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + .debug_line 0x000060d7 0x78f CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + .debug_line 0x00006866 0x9d3 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + .debug_line 0x00007239 0x4c0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c.obj + .debug_line 0x000076f9 0x428 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj + .debug_line 0x00007b21 0x26f CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c.obj + .debug_line 0x00007d90 0xa97 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + .debug_line 0x00008827 0x1220 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + .debug_line 0x00009a47 0x11a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj + .debug_line 0x00009b61 0x235 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c.obj + .debug_line 0x00009d96 0x2a9 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/divider.S.obj + .debug_line 0x0000a03f 0x3fa CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + .debug_line 0x0000a439 0x323 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c.obj + .debug_line 0x0000a75c 0x66c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + .debug_line 0x0000adc8 0x61 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/pico_int64_ops_aeabi.S.obj + .debug_line 0x0000ae29 0x3b2 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + .debug_line 0x0000b1db 0x321 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c.obj + .debug_line 0x0000b4fc 0x198 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S.obj + .debug_line 0x0000b694 0x94 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S.obj + .debug_line 0x0000b728 0xa5 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S.obj + .debug_line 0x0000b7cd 0x193 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj + .debug_line 0x0000b960 0xe74 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + .debug_line 0x0000c7d4 0x4a /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/libgcc.a(_dvmd_tls.o) + +.debug_str 0x00000000 0x354f + .debug_str 0x00000000 0x374 CMakeFiles/clacer.dir/src/main.c.obj + 0x3c6 (size before relaxing) + .debug_str 0x00000374 0x611 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + 0x998 (size before relaxing) + .debug_str 0x00000985 0x8b CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/platform.c.obj + 0x220 (size before relaxing) + .debug_str 0x00000a10 0x1c6 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj + 0x364 (size before relaxing) + .debug_str 0x00000bd6 0xf6 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj + 0x34b (size before relaxing) + .debug_str 0x00000ccc 0x456 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + 0x819 (size before relaxing) + .debug_str 0x00001122 0x66 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/lock_core.c.obj + 0x201 (size before relaxing) + .debug_str 0x00001188 0x269 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + 0x5f3 (size before relaxing) + .debug_str 0x000013f1 0x734 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + 0xc76 (size before relaxing) + .debug_str 0x00001b25 0x13b CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + 0x72b (size before relaxing) + .debug_str 0x00001c60 0xf0 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + 0x3f1 (size before relaxing) + .debug_str 0x00001d50 0x311 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + 0x69f (size before relaxing) + .debug_str 0x00002061 0xd5 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c.obj + 0x2db (size before relaxing) + .debug_str 0x00002136 0x130 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj + 0x322 (size before relaxing) + .debug_str 0x00002266 0x75 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c.obj + 0x21f (size before relaxing) + .debug_str 0x000022db 0x2d2 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + 0x7cf (size before relaxing) + .debug_str 0x000025ad 0x26b CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + 0x480 (size before relaxing) + .debug_str 0x00002818 0x5f CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj + 0x88 (size before relaxing) + .debug_str 0x00002877 0xeb CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c.obj + 0x277 (size before relaxing) + .debug_str 0x00002962 0x4b CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/divider.S.obj + 0x82 (size before relaxing) + .debug_str 0x000029ad 0x4f CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + 0x86 (size before relaxing) + .debug_str 0x000029fc 0xc7 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c.obj + 0x2c0 (size before relaxing) + .debug_str 0x00002ac3 0x55 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + 0x8c (size before relaxing) + .debug_str 0x00002b18 0x5a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/pico_int64_ops_aeabi.S.obj + 0x91 (size before relaxing) + .debug_str 0x00002b72 0x4d CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + 0x84 (size before relaxing) + .debug_str 0x00002bbf 0x8b CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c.obj + 0x2bc (size before relaxing) + .debug_str 0x00002c4a 0x53 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S.obj + 0x8a (size before relaxing) + .debug_str 0x00002c9d 0x51 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S.obj + 0x88 (size before relaxing) + .debug_str 0x00002cee 0x4e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S.obj + 0x85 (size before relaxing) + .debug_str 0x00002d3c 0x24e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj + 0x3e2 (size before relaxing) + .debug_str 0x00002f8a 0x4e5 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + 0x9ab (size before relaxing) + .debug_str 0x0000346f 0xe0 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/libgcc.a(_dvmd_tls.o) + 0xee (size before relaxing) + +.debug_frame 0x00000000 0x1a8c + .debug_frame 0x00000000 0x2c CMakeFiles/clacer.dir/src/main.c.obj + .debug_frame 0x0000002c 0x278 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj + .debug_frame 0x000002a4 0x38 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/platform.c.obj + .debug_frame 0x000002dc 0x9c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj + .debug_frame 0x00000378 0xc8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj + .debug_frame 0x00000440 0x228 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj + .debug_frame 0x00000668 0x20 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/lock_core.c.obj + .debug_frame 0x00000688 0x254 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj + .debug_frame 0x000008dc 0x464 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj + .debug_frame 0x00000d40 0x17c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj + .debug_frame 0x00000ebc 0x198 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj + .debug_frame 0x00001054 0x130 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj + .debug_frame 0x00001184 0x44 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c.obj + .debug_frame 0x000011c8 0xa8 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj + .debug_frame 0x00001270 0x40 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c.obj + .debug_frame 0x000012b0 0x18c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj + .debug_frame 0x0000143c 0x1fc CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj + .debug_frame 0x00001638 0x64 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c.obj + .debug_frame 0x0000169c 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c.obj + .debug_frame 0x000016c8 0x2c CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c.obj + .debug_frame 0x000016f4 0x398 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj + +.debug_line_str + 0x00000000 0x347 + .debug_line_str + 0x00000000 0x7a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj + .debug_line_str + 0x0000007a 0x4b CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/divider.S.obj + 0x74 (size before relaxing) + .debug_line_str + 0x000000c5 0x4f CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj + 0x78 (size before relaxing) + .debug_line_str + 0x00000114 0x15 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj + 0x7e (size before relaxing) + .debug_line_str + 0x00000129 0x5a CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/pico_int64_ops_aeabi.S.obj + 0x83 (size before relaxing) + .debug_line_str + 0x00000183 0x4d CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj + 0x76 (size before relaxing) + .debug_line_str + 0x000001d0 0x14 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S.obj + 0x7c (size before relaxing) + .debug_line_str + 0x000001e4 0x51 CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S.obj + 0x7a (size before relaxing) + .debug_line_str + 0x00000235 0x4e CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S.obj + 0x77 (size before relaxing) + .debug_line_str + 0x00000283 0xc4 /usr/lib/gcc/arm-none-eabi/13/thumb/v6-m/nofp/libgcc.a(_dvmd_tls.o) diff --git a/build/clacer.hex b/build/clacer.hex new file mode 100644 index 0000000..4d81529 --- /dev/null +++ b/build/clacer.hex @@ -0,0 +1,1309 @@ +:020000041000EA +:1000000000B5324B212058609868022188439860DF +:10001000D860186158612E4B002199600221596106 +:100020000121F02299502B49196001219960352056 +:1000300000F044F80222904214D00621196600F024 +:1000400034F8196E01211966002018661A6600F04E +:100050002CF8196E196E196E052000F02FF8012189 +:100060000842F9D1002199601B49196000215960AB +:100070001A491B48016001219960EB211966A021F2 +:10008000196600F012F800219960164914480160C1 +:100090000121996001BC002800D000471248134993 +:1000A000086003C880F30888084703B5996A0420EC +:1000B0000142FBD001200142F8D103BD02B5186610 +:1000C0001866FFF7F2FF186E186E02BD00000240BE +:1000D000000000180000070000035F00212200005C +:1000E000F4000018222000A00001001008ED00E03C +:1000F00000000000000000000000000074B24E7A12 +:1001000000200420F7010010C3010010C5010010F9 +:10011000C1010010C1010010C1010010C101001097 +:10012000C1010010C1010010C1010010C701001081 +:10013000C1010010C1010010C9010010CB01001065 +:10014000CD010010CD010010CD010010CD01001037 +:10015000CD010010CD010010CD010010CD01001027 +:10016000CD010010CD010010CD010010CD01001017 +:10017000CD010010CD010010CD010010CD01001007 +:10018000CD010010CD010010CD010010CD010010F7 +:10019000CD010010CD010010CD010010CD010010E7 +:1001A000CD010010CD010010CD010010CD010010D7 +:1001B000CD010010CD010010CD010010CD010010C7 +:1001C00000BE00BE00BE00BE00BE00BEEFF3058054 +:1001D000103800BEF2EB8871444F0010604F0010E1 +:1001E0003402001090A31AE700201F49086006C8D7 +:1001F00081F3088810471D48006800282FD10DA4FE +:100200000ECC002902D000F012F8F9E71849194A7B +:10021000002000E001C19142FCD1174988471749ED +:1002200088471749884700BEFDE701C901C29A42C5 +:10023000FBD37047604F0010C0000020EC0200208C +:100240008C51001000000420000004208C5100108C +:10025000001004200010042000000000704709482E +:1002600002F026FE0047000008ED00E0000000D08C +:10027000F0020020B8060020C11B0010550300103A +:10028000811B00105756000006005250ABB360535C +:10029000E04E001006005250861C0302F04E001083 +:1002A000060052505422A29DF84E001005005250F4 +:1002B000DE65F4688C510010F8B5C0460448054B63 +:1002C00010B5834203D0044B002B00D0984710BDDB +:1002D000EC020020EC020020000000000648074964 +:1002E000091A8B10C90FC91810B5491003D0044B57 +:1002F000002B00D0984710BDEC020020EC0200203B +:100300000000000010B5074C2378002B09D1FFF73F +:10031000D5FF054B002B02D0044800E000BF0123AD +:10032000237010BDF003002000000000F840001012 +:10033000054B10B5002B03D00449054800E000BF71 +:10034000FFF7CCFF10BDC04600000000F403002002 +:10035000F840001070B5192000F02CF8D0231B06CF +:10036000802292045A62D02424068025AD04A5611F +:10037000FA2000F05EFF6561FA20800000F059FF6E +:10038000F1E7000010B58300084A944663441A68F8 +:1003900040246240803414408022520113431C6088 +:1003A000C000034B9C466044416010BD04C0014046 +:1003B0000040014010B501238340D0221206936211 +:1003C00093610521FFF7DEFF10BD0000034B1B68A2 +:1003D00002201840431E9841C0B2704700C006403A +:1003E000EFF3108072B6034B1B68002BFBD0BFF3FA +:1003F0005F8F70472C0100D0BFF35F8F024B00224C +:100400001A6080F3108870472C0100D0F8B5060000 +:100410000C001500FFF7E4FFE308F718F15C072272 +:100420002240012393400B4205D1DBB20B433B70CA +:10043000FFF7E2FFF8BD2100280001F03DFC0000BD +:10044000002307E0054A9A189200BFF35F8F00214E +:10045000116001331F2BF5D97047C04640000034AE +:10046000054A1078431CDBB21370172B02D9130016 +:1004700010221A707047C04638020020074B9B6854 +:10048000103080001950BFF35F8FBFF35F8F044BB4 +:100490000021196082F310887047C04600ED00E02B +:1004A000240100D010B50388DA0A1C2A05D15B05A7 +:1004B0005B1502335B00C01810BD034B034A0448B0 +:1004C000B12101F061FBC046F84000109C420010D1 +:1004D0001041001010B5091A0B1F0A4A88180A4A61 +:1004E000904208D8C90706D45B105B055B0D07482E +:1004F000184380B210BD064B064A0748A32101F0FD +:1005000043FBC046FC070000FE0F000000E0FFFFB9 +:1005100058410010904200101041001010B5091A07 +:1005200004394A08090B08D14905490D064B0B430C +:100530000380064B1343438010BD054B054A064814 +:10054000AB2101F021FBC04600F0FFFF00F8FFFFE8 +:1005500088410010644200101041001001238340C4 +:10056000034A10681840431E9841C0B27047C04605 +:1005700000E100E0002904D0034B1860034B186031 +:100580007047034B1860FBE780E200E000E100E009 +:1005900080E100E010B5012383401800FFF7EAFF77 +:1005A00010BD0000024B9B6810308000C05870479F +:1005B00000ED00E070B504000D00EFF3108672B698 +:1005C0000C4B1B68002BFBD0BFF35F8F2000FFF7A5 +:1005D000E9FF094B984201D0A84205D13200290019 +:1005E0002000FFF74BFF70BD044B054A05488621EC +:1005F00001F0CAFA240100D0CD010010984100108A +:10060000AC42001010410010F0B5CE46474680B510 +:1006100083B006000D00EFF3108872B64F4B1B68D5 +:10062000002BFBD0BFF35F8F4D4B9A683400103422 +:10063000A300D7584B4B9F4207D0AF4200D18BE06D +:100640000197494BFB1A2F2B09D94246390030003C +:10065000FFF714FF03B0C0BCB946B046F0BD300090 +:10066000FFF77CFF814600213000FFF793FFBFF3C7 +:100670005F8FEFF30581002901D08C4211D1012356 +:10068000019C9C430020A368AB4212D00622A256D4 +:10069000002A0DDB53009B189B00334A2000D4181E +:1006A000F1E7324B324A36213248FF3101F06CFA21 +:1006B0002000AB4249D106256557002D2BDB2A4B84 +:1006C0006A00521992009B189A68A260DA79E27166 +:1006D0009B795BB2A371002B0FDA2748A080224BD5 +:1006E0006A00521992009B18244A1178997115706A +:1006F00049463000FFF74EFFA7E768004019800029 +:10070000194BC0180430FFF7CDFE0100231D18005F +:10071000FFF7E0FEE2E7002912D100280ED0FF2308 +:100720008371174B838015490B78A3710E4A154BC3 +:10073000A41A644163431B0D0B70D9E7094FF2E71C +:100740001149201DFFF7EAFED2E7104B084A6A2143 +:100750000848FF3101F018FA024F76E7240100D073 +:1007600000ED00E0CD0100103C020020D04100105F +:100770007C4200101041001001BD0000B5060020B1 +:1007800001BDFFFFAAAA000076020020044200106B +:1007900070B5012202432E4BD31A2F2B28D8EFF32A +:1007A0000583002B2BD0EFF3108C72B62949096812 +:1007B0000029FBD0BFF35F8F254C274905002D1B77 +:1007C0006D416943090D4CB2244989689B00C958A1 +:1007D00091421BD00021032932D81D4B4A005218E8 +:1007E00092009B189B795BB2A3421FD00131F2E7C4 +:1007F0001B4B1C4AC7211C48490001F0C5F91B4B83 +:10080000184A92211848FF3101F0BEF9134A926844 +:100810001749D150174B1A7882711C70BFF35F8F44 +:100820000C4B00221A608CF3108870BD084B4A00F4 +:100830005518AD005D19FF26AE710F4AAA80E9E791 +:100840000E4B084AD1210848490001F09DF9C046E5 +:100850003C020020240100D0AAAA000000ED00E024 +:100860000C420010484200101041001034420010A9 +:10087000CD010010B506002001BDFFFF4042001071 +:100880000022044B02E0044902C30132072AFAD9CC +:100890007047C04600E400E080808080024B9C46A8 +:1008A00061448900016070474000003410B50400C5 +:1008B000FFF7D6FD01002000FFF7F0FFFF232371B3 +:1008C000BFF35F8F10BD10B50400FFF7C9FD010035 +:1008D0002000FFF7E3FFFF23237100236371BFF3C1 +:1008E0005F8F10BD084B5B6A994209D8064A926A2D +:1008F000824207D2994201D0012002E0002000E0AC +:10090000002070470120FCE70040054010B5002999 +:100910000AD003681B7B8B4206D38068054B9C463C +:1009200061440901401810BD034B044A04483C21AE +:1009300001F02AF9FFFFFF0F844300102847001041 +:10094000A8430010F8B504001700FFF7DFFF0668A2 +:10095000456839002000FFF7D9FF0268436801208D +:10096000AB4201D802D00020C0B2F8BDB242FBD8E1 +:10097000F9E7000010B5002B02DB0260436010BDF8 +:10098000024B034A03483F2101F0FEF8EC430010FC +:10099000F44600100844001010B582B0040004981A +:1009A000059912184B41002B09DB6846FFF7E2FF5F +:1009B000009A019B22606360200002B010BD0122FA +:1009C0005242014BF1E7C046FFFFFF7F10B50029FF +:1009D00008D0037B8B4205D300684B005B18033BB8 +:1009E000C01810BD024B034A0348682101F0CCF83F +:1009F00058440010D04600107444001010B5437BDA +:100A00008B4201D1012010BDFFF7E0FF8378002B5E +:100A100001D10020F7E70120F5E770B50400857BE0 +:100A2000002D01D1280070BD2900FFF7CFFF4378CA +:100A3000A373002B00D1E373002383704370037012 +:100A4000F0E70000F8B506000C001500FFF7BEFF48 +:100A50000700002C0DD0002D11D0AC4215D029007C +:100A60003000FFF7B3FF84703B78002B13D13D704B +:100A7000F8BD0A4B0A4A0B486F2101F085F80A4B72 +:100A8000074A0848702101F07FF8084B044A0548DE +:100A9000712101F079F843703D70E9E7C844001016 +:100AA000AC46001074440010D4440010E044001020 +:100AB00070B506000D001400002914D0002A14D0CF +:100AC000436880689847002806D02200290030003B +:100AD000FFF7B8FF280007E02A0021003000FFF7E9 +:100AE000B1FF200000E0100070BD0800FCE700002E +:100AF00070B504000D1E0CD0FFF768FF0023837053 +:100B000043700370617B2A002000FFF7D1FF607300 +:100B100070BD034B034A0448A52101F035F8C046D7 +:100B2000F8440010C04600107444001070B5040072 +:100B30000D1E0FD0FFF762FF00280BD1E17B0029CB +:100B40000ED1A37B002B03D1E37B002B0DD1A5732A +:100B5000E57370BD084B094A0948F62101F014F805 +:100B60002000FFF733FF4570EBE7064B034A0448CC +:100B7000FB2101F009F8C046FC4400109C4600101F +:100B8000744400102045001010B5002907D00368F8 +:100B90001B7B8B4203D3C0680139401810BD034B47 +:100BA000034A0448412100F0EFFFC046844300108F +:100BB00088460010A843001070B505000C0008001E +:100BC00000F092FC0949200000F0D2FBFFF748FC3E +:100BD000074B9C466044800068602C75D0231B0640 +:100BE0001B786B75034BA400E55070BD050D00101C +:100BF000400000348C0400200A4B1A68EFF3108187 +:100C000072B61368002BFCD0BFF35F8F054B1B68D7 +:100C1000BFF35F8F00221A6081F3108840BF00206D +:100C200000217047A006002010B582B0040000F03B +:100C30007FFB02000B006846FFF79CFE009A019BB9 +:100C400022606360200002B010BD70B584B0040063 +:100C500016001D0002A8FFF7E7FF029A039B00960B +:100C600001952000FFF798FE200004B070BD000041 +:100C7000F0B583B0070001921D000AAB1C780BABE6 +:100C80001E78002C0BD000682100FFF7B7FE00286B +:100C900009D0194B194A1A48672100F075FF0068FE +:100CA000FFF7BBFE0400002C02D1200003B0F0BD12 +:100CB00021003800FFF72AFE019B03604560089B76 +:100CC0008360099BC36038682100FFF711FFA042D1 +:100CD000EBD1387D019A2B0000F092FB051E01D06C +:100CE000002E04D00C9B002BDFD01D70DDE7386890 +:100CF000210000F03FFDF5E734450010DC46001010 +:100D0000A8430010F0B5DE4657464E464546E0B5CE +:100D10008FB00B900021784B8200D458894682E036 +:100D200029002000FFF7F2FD804602684368921B0D +:100D3000BB41002B09DD43461A685B680B9800F045 +:100D40005FFB00239846002689E0002B01D1002A92 +:100D5000F1D10021584600F003FD0700A84215D14B +:100D600043461A685B680892099343469E68DB68AD +:100D70009846002E10D029002000FFF705FF0378C9 +:100D800099461B021F432761002068E05B4B5C4AC9 +:100D90005C488E2100F0F8FE5B4B594A594892217D +:100DA00000F0F2FE2369002B77D0BB4219D10698E0 +:100DB0000799002342428B4100920193089A099BB4 +:100DC0000CA8FFF7E9FD0C9A0D9B0021049101315D +:100DD000039102954146019100962000FFF748FFDC +:100DE00016E04A4B464A4748A12100F0CDFE069A3C +:100DF000079B002B01D1002A52D120682900FFF760 +:100E000095FE29002000FFF7BFFE03780133037031 +:100E1000002323616268BFF35F8F13608AF3108839 +:100E20000120002861D00CA8FFF7FEFE0C9E0D9F4C +:100E300000220023089209936268EFF3108A72B6C9 +:100E40001368002BFCD0BFF35F8F23689B465D7B4C +:100E5000002D00D064E70023984600260020636838 +:100E6000BFF35F8F00221A608AF31088002ED8D05B +:100E70004B461F022F4341463800B047069007916A +:100E80006268EFF3108A72B61368002BFCD0BFF3D0 +:100E90005F8F079B002B00DA84E7079B002BA6DD02 +:100EA0002369002BA9D0BB4219D10CA8FFF7BCFEC7 +:100EB0000C9A0D9B06980799009001910CA8FFF7DA +:100EC0006BFD0C9A0D9B0021049101310391029559 +:100ED0004146019100962000FFF7CAFE98E70B4BB0 +:100EE000074A0848A42100F04FFE0FB0F0BCBB46F3 +:100EF000B246A946A046F0BD8C0400205C45001017 +:100F00000C470010A84300107445001080450010E5 +:100F100010B50C4B5B68002B04D00B480A21FFF77F +:100F2000BDFC10BD074C094A20682300102100F0C9 +:100F300082FB032000F0F0F903212000FFF73CFEC4 +:100F4000EBE7C04684020020A006002045090010FF +:100F500010B5064B5B68002B01D0044810BD044B54 +:100F6000044A05485E2100F00FFEC04684020020BE +:100F7000BC45001070460010A8430010F0B5DE46D6 +:100F800057464E464546E0B58DB0060090461F00D8 +:100F9000169B9A46179B994618AB1B7807932723F5 +:100FA00002AA9446634400221A7021E00100300036 +:100FB000FFF7EAFD00783CE00698002B5CD0079B29 +:100FC000002B59D04946D04704000D0003000B43C5 +:100FD00059D0002940DB08A8FFF726FE089A099B94 +:100FE0000094019508A8FFF7D7FC089B9846099F35 +:100FF0007268EFF3108B72B6136859424B41D9B245 +:101000000691002BF8D1BFF35F8F273302AA9446D5 +:10101000634404930023039302934B460193534686 +:10102000009342463B003000FFF722FE0400051EFD +:10103000BCD17368BFF35F8F002119608BF31088F8 +:10104000002D17D0272302AA944663441B78002B57 +:10105000B2D100022043B0E700236242AB410092CC +:10106000019342463B0008A8FFF796FC089B984670 +:10107000099FBDE7012040420DB0F0BCBB46B2461F +:10108000A946A046F0BD0698F6E7F0B5C64600B5FD +:1010900084B00500884616001F000AAB1C78FFF7D5 +:1010A00057FF0294019700962A004346FFF766FF18 +:1010B00004B080BCB846F0BDF0B5C64600B504002B +:1010C0000D004268EFF3108772B61368002BFCD056 +:1010D000BFF35F8FEEB22368984631001800FFF728 +:1010E0008DFC00282AD02369AB4213D02D0AEDB223 +:1010F00031002000FFF748FD0378AB4211D00020FB +:101100006368BFF35F8F00221A6087F3108880BC8A +:10111000B846F0BD0C4B0D4A95210D48490000F032 +:1011200033FD3100404600F025FB0028E8D1094B93 +:10113000064A32210648FF3100F026FD2369AB4202 +:10114000DED100232361DBE7E045001058460010A4 +:10115000A84300100446001010B50400FFF7F8FE85 +:101160002100FFF7A9FF10BD30B587B004000D00C6 +:10117000EFF30583002B20D106225242D317121918 +:101180006B418B4202D803D1824201D90022002355 +:1011900004A8FFF7EFFB02A8FFF746FD02980399AA +:1011A000049A059B121A8B41002B0BDC08D02000FF +:1011B000290000F0C9F807B030BD144800F07CFDEC +:1011C000002AF4D0124A0498059900230093FFF7EF +:1011D0005CFF002813DAEAE70E4B1A68EFF3108180 +:1011E00072B61368002BFCD0BFF35F8F094B1B68EE +:1011F000BFF35F8F00221A6081F3108820BF04982C +:101200000599FFF76FFB0028E6D0D0E708460010ED +:10121000F90B0010A006002000B583B002000B00FF +:101220006846FFF712FD00980199FFF79DFF03B094 +:1012300000BD10B5FA2292000023002102F0CAFC82 +:10124000FFF7EAFF10BD000030B583B005000C00C9 +:10125000EFF30583002B0FD10B4A00230093FFF718 +:1012600014FF00280BDD20BFFFF776FF28002100C8 +:10127000FFF738FB03B030BDFFF734FBFAE7280077 +:101280002100FFF72FFBF5E7F90B001070B5EFF326 +:1012900005801038EFF3108C72B6194B1B68002BC9 +:1012A000FBD0BFF35F8F01221300834015494B63CE +:1012B00015490B60154909780C00C440224213D02F +:1012C000104A546A124A8500AA58944205D3114A1A +:1012D000AA580E4C9943217007E00A4A031D9B004F +:1012E00099589950002200E00022BFF35F8F044B11 +:1012F000002119608CF31088002A00D0904770BD3F +:10130000280100D0004005403C700540B606002092 +:10131000A40600200C04002010B50100024A034B73 +:101320001800FFF773F810BD34470010B406002012 +:10133000044B5B6A034A906A1900536A9942F9D1D7 +:101340007047C04600400540084B5B6A01E0074B10 +:101350005B6A8B42FBD301E0044B5B6A8B4203D197 +:10136000024B9B6A8342F7D37047C046004005405A +:1013700070B504000E00EFF3108572B61B4B1B68AE +:10138000002BFBD0BFF35F8F002E1CD02000FFF797 +:1013900009F9174B83420BD019002000FFF70AF917 +:1013A00001212000FFF7F6F80123A340114A136042 +:1013B000114BA400E650BFF35F8F0C4B00221A6064 +:1013C00085F3108870BD0C4BA2000021D150012282 +:1013D000A2400A490B7893430B7005492000FFF7A0 +:1013E00013F900212000FFF7D5F8E4E7280100D029 +:1013F0008D120010386005400C040020B606002055 +:10140000F0B5DE4600B584B00400150001921E0060 +:101410000293FFF78DFF03958E4202D84ED185428D +:101420004CD9EFF3108B72B6274B1B68002BFBD007 +:10143000BFF35F8F254A17780125A540EBB23B43E8 +:101440001370234B5D63221D92000199D150214AF4 +:10145000A100029888501B6A2B4212D11C4B1B6CB6 +:101460002B4208D00020BFF35F8F174B00221A6079 +:101470008BF3108823E0184B184A1948C52100F057 +:1014800083FBFFF755FF8E4214D802D1039B8342A2 +:1014900010D80E4B1B78BB420ED00D4B1D625D6306 +:1014A0001F222240012393400E4A1360074B1F70F6 +:1014B0000120D8E70020D6E70120D4E7012004B0BE +:1014C00080BCBB46F0BDC046280100D0B606002057 +:1014D00000400540A406002058470010C8470010EF +:1014E0007C47001080E200E0EFF3108C72B60B4BEB +:1014F0001B68002BFBD0BFF35F8F01238340084A9A +:10150000136208490A789A430A70BFF35F8F034B4E +:1015100000221A608CF310887047C046280100D062 +:1015200000400540B606002010B5002908D0037B16 +:101530008B4205D300684B005B18033BC01810BDFD +:10154000024B034A0348682100F01EFB5844001078 +:10155000DC48001074440010F8B506000C001500BB +:10156000FFF7E2FF0700002C0DD0002D11D0AC4298 +:1015700015D029003000FFF7D7FF84703B78002B8F +:1015800013D13D70F8BD0A4B0A4A0B486F2100F099 +:10159000FBFA0A4B074A0848702100F0F5FA084B9D +:1015A000044A0548712100F0EFFA43703D70E9E705 +:1015B000C8440010C848001074440010D4440010FF +:1015C000E044001070B506000D001400002914D08E +:1015D000002A14D0436880689847002806D022006B +:1015E00029003000FFF7B8FF280007E02A0021009B +:1015F0003000FFF7B1FF200000E0100070BD0800D0 +:10160000FCE770B505000023437301338373037B4C +:10161000C373012406E021002800FFF785FF013491 +:10162000E4B24470297BA142F5D82800FFF77CFF83 +:101630000023437070BD10B5017342608360FFF7F3 +:10164000E0FF10BDF0B5C64600B505000C1E03D185 +:10165000200080BCB846F0BDFFF766FF4678002E3C +:10166000F6D031002800FFF75FFF47780023984647 +:10167000437021002800FFF757FF434643703200B4 +:1016800021002800FFF79EFF040039002800FFF723 +:10169000D9FF020021002800FFF794FF0400D7E7DC +:1016A000F0B5C64600B504000D001700002927D08C +:1016B000FFF73AFF4378002B28D18378002B2BD1FA +:1016C00001782000FFF7BEFF06008046002F0AD0F9 +:1016D000E17B002926D1A37B002B03D1E37B002BE8 +:1016E00025D1A573E5734346002B26D129002000A0 +:1016F000FFF71AFF00234370300080BCB846F0BDEE +:10170000114B124A1248382100F03EFA114B0F4A91 +:101710000F483A2100F038FA0F4B0C4A0C483B2195 +:1017200000F032FA2000FFF7FFFE4570D3E70B4BC5 +:10173000064A0748422100F027FA31002000FFF74F +:10174000F3FE00238370D1E7E4470010B448001093 +:10175000EC47001030480010584800102045001099 +:1017600070B504000A00457B2900FFF799FF6073FC +:10177000280070BD70B506000C1E40D0437B8B4224 +:1017800007D0FFF7D1FE05008178002906D100209F +:1017900036E00121FFF7E4FF012031E03000FFF7E0 +:1017A000C3FE0178A1420DD03000FFF7BDFE4178A5 +:1017B000A1420AD00029F7D1124B134A13486B31CA +:1017C00000F0E2F96B78037001E06B78437000235E +:1017D000AB706B70012221003000FFF761FF020047 +:1017E000717B814205D03000FFF7ECFE7073012061 +:1017F00006E0074B044A0548712100F0C5F90020B6 +:1018000070BDC046404200109C480010EC470010DC +:101810007C480010F8B5DE4657464E464546E0B5D2 +:1018200006000F0015000A9A93424ED31A0E9246F4 +:101830001B0298460A9A00234046514601F0CAFB13 +:1018400081467400A419A4002E4B9C46644463682E +:10185000834200D26060331FDBB29B46012B3AD932 +:10186000C0239B012343802212011A60264BB20041 +:10187000D158002905D0586901F06EFB01300138BC +:10188000FDD16D0123685D40E0222A4080235B0189 +:1018900023431A605A46012A28D980239B012343F7 +:1018A000802212011A604B4663604A46002340467C +:1018B000514601F08FFB144BB60098510120F0BC4B +:1018C000BB46B246A946A046F8BD104B104A114887 +:1018D0002D2100F059F9012FC2D1C0239B012343D0 +:1018E00003221A60A368DB07FCD5CAE721687940A8 +:1018F00003220A401A60A3680125BD401D42FAD0A8 +:10190000CBE7C046008000401C040020E8480010DF +:101910004C490010FC48001030B583B00C2000F09A +:1019200011F9FEF753FD00280DD0002304E02E4AE4 +:1019300099002E4888500133092BF8D92A4B2C4A9C +:101940005A6203B030BD2B4B00229A6700F002F9B7 +:10195000294B01221A60274B5B6C012BFBD1274BD3 +:1019600003221A60234B9B6B012BFBD101330093A5 +:101970000433234A0121234800F04EF80523009345 +:10198000214A0121214800F047F8214B0093002211 +:1019900002210420FFF73EFF1E4D00952B00002280 +:1019A00001210520FFF736FF104C00942300002290 +:1019B00000210720FFF72EFF0094230000220021C2 +:1019C0000820FFF727FF0A4B009323000022002185 +:1019D0000920FFF71FFF00952B00002200210620A1 +:1019E000FFF718FFADE7C0461C040020006CDC02C6 +:1019F0001BB70000008000403CB0004030B0004009 +:101A0000002F685900800240008C864700C00240C9 +:101A1000001BB70040597307F0B5C64600B5040077 +:101A20000D00170098460C2001F096FA0600394B7D +:101A3000FA18394B9A4241D843011B1A9901C91A25 +:101A4000C90009188901380001F086FA0200103A2D +:101A500098235B009A4237D84346013B062B39D87E +:101A6000069B013B062B35D83F09B74238D3434686 +:101A70001E04069B1B031E432368002B36DB274BEB +:101A80009C4244D080235B01254A1360254A1360A1 +:101A9000254A926819009143FAD12560A060221D61 +:101AA000C0239B01134321221A602268002AFCDA1A +:101AB000E66008221A6080BCB846F0BD1B4B1C4A89 +:101AC0001C48112100F060F81B4B194A19481921D4 +:101AD00000F05AF8194B164A16481C2100F054F829 +:101AE000174B134A1348232100F04EF822683F2376 +:101AF0001340AB42C3D1A3681B051B0D8342BED16B +:101B0000E368EE22D2021340B342B8D1D3E7802378 +:101B10009B01B9E780E84BD380F8A93200C00240AE +:101B200000E0004000F0004000C000405C490010B0 +:101B3000884A0010BC490010044A0010204A0010D6 +:101B40006C4A001080239B000343014AD362704714 +:101B500000800540064BAA2212011A602F22DA608B +:101B6000044B054A1A60024B5B68002BFBDA704796 +:101B7000004002400060024000B0FA0000BEFDE7F5 +:101B800010B5FFF7FBFF000030B583B00D00190062 +:101B9000002A0BD0074B084C019200932B00020047 +:101BA000200002F04BFA0120FFF7E8FF034B1A0078 +:101BB000F1E7C046944A0010A44A0010A04A001061 +:101BC00070B52B4B2B4A1A602B4B2C4A1A602C4BAE +:101BD0009A682A4B9343FAD12A4C01E008CC9847E3 +:101BE000294B9C42FAD3FFF797FE234B274A1A60F2 +:101BF000234B9B68DB43DB01FAD1254B40229A67DC +:101C00005A671A67DA66234C09E0234B234A2448B3 +:101C10008621FFF7B9FF2000FEF748FE0834214B6C +:101C20009C4209D22368002BF5D0012BEDD1200076 +:101C3000FEF749FE0834F2E71B4DA9681B4CC02291 +:101C4000200002F081F8AC60EFF30583002B00D098 +:101C500000BEFEF7F5FBFEF713FEFFF759F9144C33 +:101C600001E008CC9847134B9C42FAD370BDC046A4 +:101C700000E00040BFCDFBFE00F00040FE7F3C00D6 +:101C800000C00040D8020020E8020020FFFFFF0152 +:101C900000F00140D0020020D44A0010544B001044 +:101CA000F44A0010D802002000ED00E000000020FF +:101CB000E8020020EC0200200FB400B583B0084811 +:101CC00002F08CF9049B002B07D005A901911800A4 +:101CD00002F094F9034802F081F90120FFF74EFF6A +:101CE000404B0010504B0010704710B5002802D038 +:101CF0000B684968984710BD0100002007E0830089 +:101D00001B185B00501C08601078C01830380A6837 +:101D10001378303BDBB2092BF1D97047F0B5DE46C2 +:101D200057464E464546E0B583B093461F000C9B90 +:101D30009A460D9C0E9B99460F9B9B0703D0B84675 +:101D40000F00060022E00192A34688464E46B9469F +:101D50000700B44207D2551C4B4641462020B847E5 +:101D600001342A00F5E73D004F465C46019B9B4647 +:101D7000B1464646B84637002E0007E0013C551CE8 +:101D80005346185D43463900B0472A00002CF5D170 +:101D900035003E0047460F9B9B0707D4100003B059 +:101DA000F0BCBB46B246A946A046F0BDB0464E4682 +:101DB000B9462F005D46531BB342EFD2541C4B462D +:101DC00041462020B8472200F5E7F0B5CE46474609 +:101DD00080B585B0944698460C9D0D9C0EAB1B7843 +:101DE0009946109A119B129EB7071CD4002B0CD059 +:101DF000F7070AD54F46002F02D10C37374204D0DF +:101E0000013B02E030272F550134944201D21F2CB0 +:101E1000F8D9F70707D59C4205D21F2C03D83027E5 +:101E20002F550134F5E7F70612D5770505D4002CB8 +:101E300003D0944221D09C421FD00F9A102A32D056 +:101E40000F9A022A37D01F2C0AD830222A55013483 +:101E50001F2C05D84A46002A33D02D222A5501349A +:101E6000039602930194009543466246FFF756FF9E +:101E700005B0C0BCB946B046F0BD621E012C10D002 +:101E80000F9F102F0BD014000F9A102AD8D1B20632 +:101E9000D6D51F2CD4D858222A550134D3E7023C7A +:101EA000CBE71400C9E7B206EED41F2CECD8782299 +:101EB0002A550134C7E71F2CD2D860322A55013485 +:101EC000C1E7720703D52B222A550134C8E7320730 +:101ED000C6D520222A550134C2E7F0B5DE46574662 +:101EE0004E464546E0B593B081468A46089209932E +:101EF0001CAB10CB1B789B461E9D219B9846002C4B +:101F000003D1102342469A4390468023DB00464685 +:101F10001E4042461A4212D0002C22D000260EE06B +:101F20003033D9B2771C0AAB99552900200001F053 +:101F300013F8AC4216D31F2F14D83E00040029001A +:101F4000200001F009F8CBB2092BE9D942469206EC +:101F500005D54121C918C9B20A39C9B2E2E76121E0 +:101F6000F8E7270043460693209B05931F9B0493A5 +:101F700003955B46029301970AAB0093099B089A6D +:101F800051464846FFF721FF13B0F0BCBB46B246AE +:101F9000A946A046F0BDF0B5DE4657464E4645463A +:101FA000E0B597B00A900B910C929A46209B994607 +:101FB000219F22AA13789B46249B0993259C289B4A +:101FC00098464A463A4302D11032934398468022BB +:101FD000D20045461540434613420AD04A463A438A +:101FE00041D000252E0053460D934D46099B9A463D +:101FF0001BE02E0053460D934D46099B9A4614E074 +:102000003033DAB2731C99460EAB9A555246230010 +:102010002800390000F0DEFFBC4226D819D04B461C +:102020001F2B1CD84E4605000F00524623002800E7 +:10203000390000F0CFFFD3B2092BE1D94246920616 +:1020400005D54122D218D2B20A3AD2B2DAE76122D9 +:10205000F8E7AA45E3D94E460D9B9A4608E04E465E +:102060000D9B9A4604E0002602E04E460D9B9A46E0 +:1020700043460693279B0593269B0493099B039352 +:102080005B46029301960EAB009353460C9A0B9954 +:102090000A98FFF79AFE17B0F0BCBB46B246A946B5 +:1020A000A046F0BDF0B5DE4657464E464546E0B583 +:1020B00091B0804689460C929A461A9C1B9D22003C +:1020C0002B002000290001F010FA002800D0ECE0DD +:1020D00001225242D44B2000290001F001FA0028CD +:1020E00000D0E2E001225242D04B2000290001F052 +:1020F000E1F9002800D0D8E00022002320002900C8 +:1021000001F0D8F9002800D0E4E006940795802378 +:10211000DB001E9A1A400D921E9A1A4201D1062324 +:102120001C930698079902000B000892099303007C +:102130000A00024300D1D9E0080D4005400DBC4E15 +:10214000B44660440A03120B1E00BA4B13431F002F +:1021500001F0DEF9B84AB94B01F069F9B84AB94B58 +:1021600001F03EF9089009910022B74B3000390088 +:1021700001F02DF9B54AB64B01F059F902000B00F8 +:102180000898099901F02CF901F0DAF9834601F079 +:10219000BFF906000F00AF4AAF4B01F048F900222B +:1021A000AE4B01F01DF901F0CBF90890AC4AAD4BF4 +:1021B0003000390001F03BF906000F00089801F0EB +:1021C000A7F9A94AA94B01F032F902000B0030002F +:1021D000390001F0FCF806000F0002000B0001F0CE +:1021E00026F90A900B91089BA14A9446634400216A +:1021F0000022089109921B050993002308933200DD +:102200003B003000390001F0EBF80E900F913200E6 +:102210003B0000208021C90501F0D9F806000F001D +:102220000022944B0A980B9901F0E3F80022924B9C +:1022300001F0D6F802000B000A980B9901F0D9F8CA +:1022400000228E4B01F0CCF802000B000A980B998B +:1022500001F0CFF802000B003000390001F0C0F8A7 +:1022600002000B000E980F9901F0C3F80022714B89 +:1022700001F0B6F8089A099B01F0D9F806000F00A2 +:1022800008960997069A079B01F02AF900282FD093 +:1022900001235B429C46E3440022774B3000390027 +:1022A00001F0A7F80890099122E01E9B04931D9B62 +:1022B00003931C9B02930094019553460C9A494644 +:1022C000404600F0FFF811B0F0BCBB46B246A9464C +:1022D000A046F0BD002100220691079206948023BB +:1022E0001B069C46AC446346079310E700239B46BD +:1022F0005B466333C62B20D804261E9B1B0528D5BE +:10230000089A099B190011430FD05D4A5D4B06984E +:10231000079901F0DDF800287AD000225A4B069880 +:10232000079901F0C7F8002872D01C9B5B4506DDB9 +:102330005A469B1A013B1C9303E00526DDE7002368 +:102340001C938023DB001E9A1A431E920026002352 +:102350009B461D9B9E4265D29F1B02231E9A1A40DC +:102360000A921E9A134202D0002E00D000275B462C +:10237000002B07D0089A099B0698079901F039F8B5 +:1023800006900791002200232000290001F092F816 +:10239000002800D07CE03D4B1E9A13400493039725 +:1023A0001C9B0293069B079C0093019453460C9A36 +:1023B0004946404600F086F8002E00D183E71E9B78 +:1023C0009B0671D54525441C53460200494628000A +:1023D000C0475A46D317D2185A4005230593013EE9 +:1023E0000496002303930A3302935B46DB0F0193A9 +:1023F00000925346220049464046FFF76EFD0A9B75 +:10240000002B00D15FE7020047460C9E1D9D53E064 +:102410001C9B002B9DD00D9B002B9AD01C9B013B3D +:102420001C9396E7002798E7FFFFEF7FFFFFEFFF82 +:1024300001FCFFFF0000F03FFB799F501344D33FA6 +:10244000B3C8608B288AC63F0000F83F61436F63C2 +:10245000A787D23F71A379094F930A400000E03F5C +:102460001655B5BBB16B0240EF39FAFE422EE63F7E +:10247000FF03000000002C40000024400000184032 +:102480002D431CEBE2361A3F80842E41FFF7FFFFFD +:10249000069C079D22002900802000068446614496 +:1024A0000B000692079376E765258CE7541C53468C +:1024B00049462020B8472200931BAB42F6D31000B8 +:1024C00001E7C046F0B5DE4657464E464546E0B504 +:1024D00095B00690079193469946209F1E9A1F9BA0 +:1024E0001000190001F001F8002831D101225242F8 +:1024F000BF4B1E981F9900F0DDFF002837D1012245 +:102500005242BC4B1E981F9900F0EAFF00283DD1B3 +:102510000022B94B1E981F9900F0E2FF002850D10D +:102520000022B64B1E981F9900F0C4FF002848D126 +:10253000002200231E981F9900F0BCFF002850D1F4 +:1025400000239846229B5B0500D4B6E0002458E0A7 +:10255000229B0393219B029303230193A84B009397 +:102560004B465A4607990698FFF7D8FB0EE1229B87 +:102570000393219B029304230193A24B00934B46A8 +:102580005A4607990698FFF7C9FBFFE00423229AF1 +:102590001A4022990B4210D09B4B002A0FD00422E4 +:1025A0002299039121990291019200934B465A4638 +:1025B00007990698FFF7B2FBE8E0944BEDE703229A +:1025C000EEE7229B0493219B039302971E9B1F9C83 +:1025D000009301944B465A4607990698FFF762FD0F +:1025E000D4E01E9A1F9B0020002100F0F0FE1E90F8 +:1025F0001F9101239846A5E70CAB30221A55013FE5 +:1026000001341F2C01D8092FF6D81E981F9900F00D +:1026100097FF050000F07CFF02000B001E981F9939 +:1026200000F0D5FE7A4BFA009B181A685B680A9294 +:102630000B9300F0FCFE0890099100F0A5FF060046 +:1026400000F062FF02000B000898099900F0BFFE3D +:102650000890099100226F4B00F042FF00282ED015 +:102660000136300000F050FF02000B000A980B9971 +:1026700000F026FF002801D001350026002F2CD1C4 +:10268000280000F045FF02000B001E981F9900F083 +:102690009EFE06000F0000225E4B00F00BFF00289C +:1026A00046D100225B4B3000390000F019FF0028B2 +:1026B0003ED1EB073CD501353AE0062746E700223C +:1026C000544B0898099900F0F5FE0028D6D1002E49 +:1026D00001D0F307D2D50136D0E7AA461F2C11D876 +:1026E000013F0A21300000F037FC651C30310CAB93 +:1026F00019550A21300000F02FFC092E0ED90600D2 +:102700002C00EBE755461F2C0CD87B1E002F09D060 +:102710000CAA302111551F000134F4E72B00554657 +:102720001C00F0E71F2C03D80CAB2E221A550134E5 +:102730001F2C10D80A21280000F0E6FB661C30315F +:102740000CAB19550A21280000F0DEFB051E01D054 +:102750003400EDE734000323229A1340012B1CD0F0 +:102760001F2C06D84346002B32D00CAB2D221A5515 +:102770000134229B0393219B029301940CAB0093A1 +:102780004B465A4607990698FFF7C8FA15B0F0BCB1 +:10279000BB46B246A946A046F0BD219B002B13D0F4 +:1027A0004346002B02D10C3313420FD0219B013B37 +:1027B0002193190003E00CAB30221A5501348C42EE +:1027C000CED21F2CF7D9CBE72199F8E72199F6E76C +:1027D000229B5B0704D50CAB2B221A550134C8E7AA +:1027E000229B1B07C5D50CAB20221A550134C0E72C +:1027F000FFFFEFFFFFFFEF7F65CDCD4165CDCDC181 +:10280000704B0010744B0010644B00106C4B0010A8 +:10281000184D00100000E03FF0B5DE4657464E462A +:102820004546E0B593B08246884693461193002909 +:1028300000D10DE300255646119B1878002800D1E1 +:1028400009E3252809D06C1C5B462A004146B047A5 +:10285000119B013311932500EEE7013311930027FB +:1028600020E001231F4301321192012418E00223CA +:102870001F4301321192012412E004231F4301324D +:10288000119201240CE008231F430132119201240C +:1028900006E010231F4301321192012400E00024BE +:1028A000002C09D0119A1378203BD9B21029F6D800 +:1028B0008B00C849CB589F46119B1A781300303BB8 +:1028C000DBB2092B10D92A2A13D00B94119B1A784A +:1028D0002E2A1ED0119A1378683BD9B2122959D8E2 +:1028E0008B00BD49CB589F4611A8FFF705FA0B9006 +:1028F000ECE71C9B1A1D1C921B68002B04DB0B933E +:10290000119B01331193E1E7022217435B420B93C2 +:10291000F6E78022D20017435A1C11925A7813000E +:10292000303BDBB2092B0BD92A2AD3D11C9B1A1DB1 +:102930001C921C68002C08DB119B01331193C9E722 +:1029400011A8FFF7D9F90400C4E70024F4E78023B5 +:102950005B003B43511C119151786C2901D01F0041 +:1029600018E0C0239B001F430232119212E0802323 +:102970003B43511C11915178682901D01F0009E097 +:10298000C0231F430232119204E080235B001F43E7 +:1029900001321192119B1878672818D8252800D287 +:1029A0004CE20300253BDAB2422A00D946E293000A +:1029B0008A4AD3589F4680239B001F4301321192BD +:1029C000E8E780235B001F4301321192E2E7782899 +:1029D00000D933E2692800D230E20200693AD2B26B +:1029E000012393407E4A134211D11A0600D500E21A +:1029F0005B0500D422E21C9B1A1D1C921B689A46A0 +:102A0000002C00D0B2E10122524253468EE16F28E1 +:102A10000ED006D858283DD0622804D102239C4607 +:102A200008E0782839D010239F43063B9C4601E0FC +:102A300008239C46582833D0692803D0642801D045 +:102A40000C2297437A0501D50122974369282AD0A1 +:102A5000642828D0BA0500D59FE0FA0500D5C1E06A +:102A60007A0600D4D3E01C9A111D1C911168FF2234 +:102A70000A4005970B9B049303946346029300233B +:102A8000019300925B462A0041463000FFF725FA89 +:102A9000050027E010239C46CCE710239C46C9E79D +:102AA00020221743C8E7BA0520D4FA0550D47A0685 +:102AB00066D51C9A111D1C911168FF220A40D0177F +:102AC0001118414005970B9B0493039463460293AE +:102AD000D20F019200915B462A0041463000FFF779 +:102AE000FCF90500119B01331193A5E61C9A0732EE +:102AF00007218A43110008311C91116853689946D7 +:102B0000DB170C930D930C9A0D9B100048400E9010 +:102B10004A4653400F930E980F990C9A0D9B801ABA +:102B200099410E900F9108970B9B0793069463466B +:102B30000493002305934B46DA0F02920090019113 +:102B40005B462A0041463000FFF725FA0500C9E739 +:102B50001C9A111D1C911268D0171118414005973D +:102B60000B9B0493039463460293D20F019200914E +:102B70005B462A0041463000FFF7AFF90500B1E798 +:102B80003A0605D51C9A111D1C910023D25E96E7CA +:102B90001C9A111D1C91126891E71C9A073207219B +:102BA0008A43110008311C9108970B9B07930694E8 +:102BB00063460493002305930293536812680092BE +:102BC00001935B462A0041463000FFF7E4F9050017 +:102BD00088E7C0467C4B0010C04B00100C4C001026 +:102BE000419000001C9A111D1C9105970B9B0493AA +:102BF00003946346029300230193136800935B469A +:102C00002A0041463000FFF768F905006AE73A06F6 +:102C100006D51C9A111D1C9112681204120C28E78B +:102C20001C9A111D1C91126823E7462819D01C9B81 +:102C30000733072293431A0008321C9204970B9A19 +:102C4000039202941A685B68009201935B462A0023 +:102C500041463000FFF736FC0500119B013311930C +:102C6000EAE520231F43E2E7672801D0472802D185 +:102C700080231B011F43452801D0472801D1202371 +:102C80001F431C9B0733072293431A0008321C92F0 +:102C900004970B9A039202941A685B68009201935E +:102CA0005B462A0041463000FFF7FCF90500119B06 +:102CB00001331193C0E502231A003A4091463B428A +:102CC0001DD001241C9B1A1D1C926F1C18785B469A +:102CD0002A004146B0474B46002B14D1119B0133CB +:102CE00011933D00A8E5571C5B4641462020B047A4 +:102CF00023003A005C1C9D42F5D81500E2E7012351 +:102D00002A000B9DF6E73A00B1460B9E06E0571CE1 +:102D10005B4641462020C8472C003A00651CA6426D +:102D2000F5D817004E46D9E701330A001978002973 +:102D300002D0511E002AF7D152469B1A8022D2009F +:102D4000390011408946174202D0A34200D923001E +:102D500002221100394010913A4209D02A00250080 +:102D600057469A4633004E46994621E022004CE6EB +:102D70002A004546A04606E0541C5B462900202058 +:102D8000B0473B0022005F1C0B999942F4D844469F +:102D9000A8463B00250057469A4633004E469946C2 +:102DA00006E01D000137541C5B464146C84722001F +:102DB0003878002804D0002EF4D06B1E002DF0D1FE +:102DC000150053464E46109A002A03D1119B013339 +:102DD000119331E50B9F2A0006E0551C5B464146E6 +:102DE0002020B04723002A005C1C9F42F5D8150024 +:102DF000ECE721233B431C9A111D1C91126805939B +:102E00000823049303940833029300230193009250 +:102E10005B462A0041463000FFF75FF80500119B32 +:102E20000133119308E56C1C5B462A0041462520BE +:102E3000B047119B013311932500FDE46C1C5B46E8 +:102E40002A004146B047119B013311932500F3E45A +:102E50000A4B9A46EEE4B2465D450DD35B465A1ED8 +:102E60005B4641460020D047280013B0F0BCBB466B +:102E7000B246A946A046F0BD2A00F1E7E91C0010C1 +:102E800000B585B00290039101210448009313001E +:102E90004A4202A9FFF7C0FC05B000BDEB1C0010C0 +:102EA00001480421014B1847B0020020D12E001028 +:102EB00010B5010018231B8814221088984710BDF4 +:102EC00010B5010018231B8816221088984710BDE2 +:102ED000F0B5C64600B507000E0000250123984650 +:102EE00000E00135B5420AD2AC003C192068FFF77A +:102EF000DFFF20600028F4D100239846F1E7404628 +:102F000080BCB846F0BD0000124A936F9B0815D2F2 +:102F10009066D166002905D0FFE7FFE7FFE7516F14 +:102F2000106F704704B580210906C2175140002870 +:102F300000D0C84301F0D0F8002104BDF0B5146EF4 +:102F4000556E576F166FFFF7E3FF146655665767A8 +:102F50001667F0BD000000D0114A936F9B0813D292 +:102F600010665166002905D0FFE7FFE7FFE7516FC4 +:102F7000106F704704B5002801D00020C04301F055 +:102F8000ABF8002104BDC046F0B5146E556E576F06 +:102F9000166FFFF7E5FF1466556657671667F0BDB5 +:102FA000000000D094464A4A926F9208624601D2CD +:102FB00028E0C046F0B5464E346E756E776F366FBA +:102FC00000F020F89446424A146655665767166723 +:102FD0006246F0BD94463E4A926F9208624601D224 +:102FE00054E0C046F0B53A4E346E756E776F366F6A +:102FF00000F04CF89446364A1466556657671667D3 +:103000006246F0BD002B24DB11D000293EDA00B56A +:10301000C943404200D1013100F038F8C943404271 +:1030200000D10131DB43524200D1013300BD002AFF +:10303000EBD1002801D1002905D00020C90FC90714 +:1030400001D1C043410800B501F03EF80022002341 +:1030500000BD00B500290ADBDB43524200D1013339 +:1030600000F014F8C943404200D1013100BDC9430A +:10307000404200D10131DB43524200D1013300F024 +:1030800005F8DB43524200D1013300BD002923D1B2 +:10309000002B18D1002A0CD0BC460D4F38667A663A +:1030A00000210023FFE7FFE7FFE77A6F386F6746ED +:1030B0007047002801D00748010000B501F004F86E +:1030C0000022002300BD02000B00002000217047F9 +:1030D000000000D0FFFFFFFF002B00D0BFE0130C6B +:1030E00028D1002AE7D080B4114F39667A66FFE70D +:1030F000FFE730B4040C7B6F396F1B0423433B663E +:103100007A66FFE7FFE7FFE7C04684B27B6F3D6F5B +:103110001B0423433B667A66FFE7FFE7C0460023B4 +:103120002C042D0C7A6F386F00196941B0BC7047C0 +:10313000000000D0F0B594460025140E01D1120213 +:103140000835140F01D112010435940F01D19200FA +:103150000235D40F01D152000135D40B0134254F73 +:103160007C66254C3C660E0C93B2FFE7FFE7FFE759 +:103170003C6F6643360C7703BE467343DF0B5B043C +:10318000C01AB941130C7343DB18C91ACE08664341 +:10319000360CB64493B273431F0F1B01C01AB941DA +:1031A000130C73431F0B1B05C01AB941860D8F0208 +:1031B0003E436643360C092D24DB520A7243801AC3 +:1031C0007703460A6643360C16235B1BDE40DF405E +:1031D000BF1964466643821B7046043506330100FE +:1031E000D940A840C01900D30131A24206D2002321 +:1031F000F0BD0000000000D0FFFFFFFF121B0130F8 +:10320000F3D3F1E709277F1BFE406446A2B2724365 +:10321000801A00D20139220C7243130C1204821A54 +:1032200099410B007046043513370100F940A8405E +:10323000801900D30131002B02D1A2420AD2F0BD85 +:10324000013000D30131121BFAD2013BF8D1A24266 +:1032500000D2F0BD013000D30131121BF7E7F0B509 +:103260001C0C00D080E00CB400251C0A04D11B0209 +:10327000160E3343120208351C0B04D11B01160F26 +:103280003343120104359C0B04D19B00960F33434A +:1032900092000235DC0B02D192185B4101351C0013 +:1032A000971864410134464F7C66464C3C660E0CD0 +:1032B000FFE7FFE7FFE7C0463C6F6643360C770346 +:1032C000BE4697B27743C01B00D20139C01B00D263 +:1032D00001399FB27743C91BC91B170C77437E0482 +:1032E000FF0B801BB941CE086643360C0C2D33DB37 +:1032F000B644120B1F053A431B0B97B27743C01B12 +:1033000000D201399FB27743C91B170C77433E04A3 +:103310003F0C801BB941860D8F023E43664329272F +:103320007F1BFE400C3D7746AF40BF1930BCA2B2B8 +:10333000ABB272437343801A9941220C7243130C4F +:103340001204801A994102000B000137001BA941A9 +:10335000F9D2781E0021F0BD0C277F1BFE40774676 +:103360007F0BAF40FF19E0E700245D1C07D0144F2E +:103370007D663966FFE7FFE7FFE7FFE73C6F95B241 +:103380009EB265436643401BB141150C1E0C65435C +:10339000664336042F0C3E432D04401BB141994235 +:1033A00004D202000B0020000021F0BD01D19042A8 +:1033B000F7D3801A994101349942F2D3F6E700001D +:1033C000000000D0FFFFFFFF48404140484018B4D4 +:1033D0001B4B5B68FC46019308BD04DFA736001059 +:1033E00018B4174B1B68FC46019308BD00DFB136CB +:1033F00000109446134A926F920809D2624618B49C +:103400000F4BDB68FC46019308BD0CDF69390010E7 +:103410000C4AF0B5146E556E576F166F6246FFF783 +:10342000EEFF084A1466556657671667F0BD18B474 +:10343000034B9B68FC46019308BD08DF0D38001064 +:103440009C040020000000D0FFB550404240504096 +:1034500059404B40594000E0FFB5154F4C00640DFA +:1034600003D0BC4204D10C0314D80020090D090577 +:103470005C00640D03D0BC4204D11C030AD80022B6 +:103480001B0D1B0501264B4009D44B4003D58B4235 +:1034900000D18242FFBD9942FCD19042FFBD0B4357 +:1034A000DB1803431343F5D0C9434918FFBD00009F +:1034B000FF07000000B5FFF7CFFF804100BDC04609 +:1034C00000B5FFF7C9FF01D9002000BD012000BDF4 +:1034D00000B5FFF7B9FF01D9002000BD012000BDF4 +:1034E00000B5FFF7B1FF804100BD012040054A0053 +:1034F000121804D85A00121801D800207047012071 +:1035000070470020704700000021002805D1704757 +:10351000C1174840401AFAD0C90713B5064B1B68BB +:1035200098470CBC441CA2401005120B0349091B10 +:1035300009051943114310BD9C0500201F0400001C +:1035400010B54C00620D8023D218DB00D21A5B0547 +:103550007E2A10DD9E3A13DACC1709034908194375 +:103560005242D140640001341532202A05DAD0409D +:103570000843604310BD002010BD0846604310BDE5 +:10358000C80FC018013810BD18B4044B5B6AFC4664 +:10359000019308BD24DF193B001000009C040020AB +:1035A00070B513231C78012C12D0012C12DC214B96 +:1035B000214A93642148FFF77BFC214B186070BDC2 +:1035C0001C491D4A9800815001331F2BF8D9ECE7A4 +:1035D0000023FAE71B48FFF773FC05001A48FFF7C2 +:1035E0006FFC023803789B007F2B09DD1248802294 +:1035F000290000F0A9FB022C08D0022CDADCD6E767 +:10360000124B134A13483221FEF7BEFA124B1A88A6 +:10361000B5231B029A4209D1104B1A88104B9A42CB +:1036200004D1104B1A88104B9A42E6D00020FEF7C6 +:1036300043FBC0466D3600109C0400204C33000054 +:103640009C0500205344000053460000684D0010C4 +:103650001C4E0010C84D001054380000D83800002F +:10366000494600009C3800005946000007B56046F6 +:10367000002800D100BE01880A0A0230DF2AFAD1F0 +:10368000C9B2820804D3028840880004104300E0D5 +:103690000068024A5050039007BD00009C040020BF +:1036A0000FB403BC0CBCF0B50124E407634000E098 +:1036B000F0B50C0DCF0F661E3605891B640503D3CC +:1036C000C943404200D30131640D03D0661CF60AA1 +:1036D00007D0E41B00207F00791C89078912803CF9 +:1036E00024031D0DDF0F6E1E36059B1B6D0503D3D6 +:1036F000DB43524200D301336D0D03D06E1CF60A3A +:1037000007D0ED1B00227F007B1C9B079B12803D96 +:103710002D032F1B661B58D4A446202E46DA2037D3 +:103720001400BC401D00BD40F24033412A438018C4 +:103730005941CB0F05D0C943C043002264425041D8 +:10374000514162464D0D28D10D0D07D100281FD0E3 +:10375000241940414941013A0D0DF9D0640006D3C6 +:10376000013000D30131002C01D140084000013A62 +:103770000BD4941CE40A04D112051144DB0719444C +:10378000F0BDD907204B194300E0D9070020F0BD58 +:103790000029DDD1002CDBD1F0BD0132C607400885 +:1037A000CD0728434908002EE1D0D9E73C2E29DA7D +:1037B000203E40371400BC4000D00124F2401443A6 +:1037C0001A00BB401C43D317ACE7AC46202F08DAE5 +:1037D00020360400B4400D00B540F840394128437C +:1037E000A5E73C2F0CDA203F40360400B44000D05F +:1037F0000124F84004430800B1400C43C117EAE734 +:1038000010001900002494E70000F07FF0B50C0DC3 +:10381000661E3605891BE60A6405640D02D0651C28 +:10382000ED0A04D0002001210905803C2403A446B0 +:103830001C0D671E3F05DB1BE70A6405640D02D003 +:10384000651CED0A04D0002201231B05803C2403E3 +:103850007740644497B484B296B27443070C7E43B5 +:10386000150C6F4380B26843361802D30120000460 +:103870003F183004350C00197D41844688B29AB255 +:1038800050430C0C62431F0C7C438EB27E43921952 +:1038900002D301263604A4191604170C3618674102 +:1038A00001BC81B29AB25143040C62431B0C5C43CD +:1038B00080B25843121802D30120000424181004C7 +:1038C000130C401863412D185E410020474106BC8F +:1038D00088B293B258430C0C6343120C544389B220 +:1038E00051435B1802D301210904641819041A0C0E +:1038F000091862416D1856410020474118BCF90271 +:10390000720D1143F0026A0D1043ED020A0D03D14E +:103910006D1940414941013B124E9B1B7600B34259 +:103920000ED26D0007D30130002671416646354343 +:1039300001D1400840001B05C918E4072144F0BD2F +:103940000BDA013306D1013004D101314F0D01D022 +:103950004908F2E7E1070020F0BD013631050020FB +:10396000EBE70000FF030000F0B51C0D671E3F05EC +:10397000DB1BE70A6405640D02D0661CF60A04D05E +:10398000002201231B05803C2403D0252D060026A0 +:10399000F6432E661E096E66CE0FF619B446490030 +:1039A0004F0D02D07E1CF60A03D000200021403FBC +:1039B0003F033E1BB600B444013F7F05C91B4908C5 +:1039C0002E6F013676089C02950D25437543ED1345 +:1039D0007543AD1301356D10F603761B0CB4CC02A4 +:1039E000450D2C43A2B2B3B25A43270C7B43350C8E +:1039F0006F43A4B26C431B1902D3012424043F1962 +:103A00001C041D0CA4187D4124196D41009A91B22B +:103A1000ACB26143170C7C432B0C5F4392B25A4308 +:103A2000A41802D301221204BF182204230C521836 +:103A30007B41019C6C431B19520ED9010A4344017E +:103A4000A01A81B2B2B2514303145A43360C7343E5 +:103A500087B27743D617D21900277E4136049B19C7 +:103A60001704160C7F185E417316ED18F30100263B +:103A700080337541A90F06D16400690AE8055B0A25 +:103A8000184309D22FE00422944480337541A90AD7 +:103A9000A8059B0A184326D3404149412404009AB3 +:103AA000019B0D005543641B4343E41A95B286B253 +:103AB0007543170C7E43030C5F4392B25A43B6180A +:103AC00002D301221204BF183204330C52197B4175 +:103AD00052429C41002C02D4002201305141400846 +:103AE000CA071043490802B06246D7079210084B34 +:103AF000D218084B9A4203D212058918C919F0BD91 +:103B00000020002A01DC3900F0BD01331905F5E77A +:103B1000FD030000FE070000002200B5203200F087 +:103B200004F8080000BD000000220B150AD410B5EF +:103B3000944600F031F81414013400DA0021CB1758 +:103B4000144C20470020002170476244343A0CD4C2 +:103B50000C2A07DA04009140904052422032D440AF +:103B6000214310BDD843D94310BD203207D40C46A1 +:103B70009440524220321141D040204310BD0800F1 +:103B8000C917203203D452422032104110BD180010 +:103B9000190010BD4B3B00100A0DCC0F531E1B0526 +:103BA000C91A520503D3C943404200D30131520D13 +:103BB00003D0531CDB0A07D0121B00206400611CD9 +:103BC00089078912803A1203014BD21A704700000C +:103BD000FF03000051434343C9188C46110C83B2C4 +:103BE0004B4310B4040C614392B280B25043624321 +:103BF0001C041B0C001910BC59411304120CC018F2 +:103C0000514161447047000070B513231E782A4863 +:103C1000FFF756F90500012E11D0012E09DDAB1E6C +:103C20001B789B007F2B40DD24488022290000F078 +:103C30008BF82348FFF73CF9224B186070BD1F48F2 +:103C40005422290000F080F81F4B1A881F4B9A421B +:103C50001CD1A7239B011A881D4B9A4216D11D4BDC +:103C60001A881D4B9A4211D11C4B1A8894239B0130 +:103C70009A420BD11A4B1A881A4B9A4206D11A4B08 +:103C80001A681A4B9A4201D1152307E01848FEF72B +:103C900013F8184C094A99008C5001331F2BF8D99E +:103CA000144B064A1362D361B7E7134B134A144807 +:103CB0004221FDF769FFC04653460000A0050020E1 +:103CC0004C3300009C050020EE290000C40F0000CA +:103CD000C20D0000962B0000C0B50000182B00009C +:103CE000CC2A000010B50000FC2C000051ED8764C8 +:103CF000A04A0010053D0010304E0010B44E0010D8 +:103D0000644E001007B56046002800D100BE01884F +:103D10000A0A0230DF2AFAD1C9B2820804D3028823 +:103D200040880004104300E00068024A50500390AD +:103D300007BD0000A005002001480421014B1847E1 +:103D4000C0020020D12E0010014B5B681847000014 +:103D5000C002002010B50300080011001B6898473E +:103D600010BD0000F8B507000D001600437D002BC4 +:103D700002D0002400200CE00368110028009847BE +:103D80002DE03B7D10E03B68154802219847601C00 +:103D90000134B44214DA002CF3DD2B19013B1B78FB +:103DA0000D3B5A425341DBB22A5D0A2AF0D1002B67 +:103DB000EED1A042E7DA3B68211A28189847E2E7DB +:103DC000B04203DA3B68311A28189847002E06DD06 +:103DD000AD19013D2B780D3B5A4253413B75F8BD5F +:103DE000284F001070B505000368002B16D00C4B4F +:103DF0001C6805E0290004C92000FFF7B3FF24690F +:103E0000002C09D02368002BF9D0064B1B68002B2F +:103E1000F0D0A342F3D1EDE700232B6070BDC04684 +:103E2000840400208804002070B505000C000B6895 +:103E3000802B05D023685A1C2260E418257170BDC0 +:103E40000800FFF7CFFFF5E710B5002B02DB02609B +:103E5000436010BD024B034A03483F21FDF794FE27 +:103E6000EC4300102C4F00100844001010B582B035 +:103E70000400FDF75DFA02000B006846FFF7E4FF5F +:103E8000009A019B22606360200002B010BD000018 +:103E900070B582B0060014001D00FA2292000023C3 +:103EA00006980021FFF796FE02000B0012196B41E5 +:103EB000002B09DB6846FFF7C7FF009A019B3260C1 +:103EC0007360300002B070BD01225242004BF1E736 +:103ED000FFFFFF7F30B585B004000D0002A8FFF79B +:103EE000C5FF029A039B00952000FFF7D1FF200039 +:103EF00005B030BD00B583B0FA2189006846FFF7F0 +:103F0000E9FF009A019B024800F0EEF803B000BD03 +:103F1000D002002010B5024800F0CEF810BDC04617 +:103F2000D0020020F0B5CE46474680B583B00600EB +:103F30000D0090461C00FFF7DDFF81466B1C05D08D +:103F4000002C08D0194F1A4B1C6807E0300000F015 +:103F500081F80500F4E7174FF5E72469002C17D026 +:103F60002368002BF9D0144B1B68002B01D0A3420F +:103F7000F3D12A0031002000B8474346002BECD093 +:103F80006B46D91D0A230B7001222000B847E4E7D5 +:103F90004B46002B07D16B1E9D41E8B203B0C0BC5D +:103FA000B946B046F0BDFFF7B5FFF4E7553D001048 +:103FB00084040020653D00108804002010B5064BE5 +:103FC0001C6801E098472469002C03D06368002B2B +:103FD000F8D1F8E710BDC0468404002070B5050094 +:103FE00000F038F804000023012201002800FFF748 +:103FF00099FFFFF7E3FF200070BD000070B5A2B08D +:1040000004000E00FFF776FF0500002301930A4825 +:104010003300220001A9FEF733FF040001A8FFF7D7 +:10402000E1FEFFF7CBFF002D02D1200022B070BDD2 +:10403000FFF770FFF9E7C046293E00100FB400B546 +:1040400083B004A901C90191FFF7D8FF03B008BCF0 +:1040500004B0184710B583070AD00300032102E01B +:1040600001330B4205D01A78002AF9D1181A10BD75 +:10407000030019680C4A0D4C8A188A4322420FD15A +:104080005968094A04338A188A43224208D1596878 +:10409000054A04338A188A432242F1D000E00133F2 +:1040A0001A78002AFBD1E1E7FFFEFEFE80808080C7 +:1040B000F8B5C0460000000001B40248844601BCC7 +:1040C000604700BFC901002001B40248844601BC1A +:1040D000604700BF1502002001B40248844601BCBD +:1040E000604700BF1502002001B40248844601BCAD +:0840F000604700BF95010020AC +:1040F80030783163203D3D20282A696E7374293E4B +:104108003E313175000000002F686F6D652F7370A8 +:10411800696465725F7069672F7372632F632F70AC +:1041280069636F2F7069636F2D73646B2F7372638C +:104138002F7270325F636F6D6D6F6E2F686172647E +:10414800776172655F6972712F6972712E63000001 +:1041580064656C7461203E3D202D32303438202651 +:10416800262064656C7461203C3D20323034362052 +:10417800262620212864656C7461202620312900B8 +:10418800212864656C7461203E3E20313175290018 +:1041980063757272656E74203D3D205F5F756E6851 +:1041A800616E646C65645F757365725F69727120B6 +:1041B8007C7C2063757272656E74203D3D20686159 +:1041C8006E646C65720000002165786365707469BF +:1041D8006F6E207C7C20657863657074696F6E20D3 +:1041E8003D3D206E756D202B20565441424C455F55 +:1041F80046495253545F49525100000066616C733E +:104208006500000069735F7368617265645F697255 +:10421800715F7261775F68616E646C657228736C38 +:104228006F745F68616E646C657229006578636598 +:104238007074696F6E000000666F756E6400000030 +:104248006972715F6164645F7461696C5F746F5FE8 +:10425800667265655F6C697374000000696E7365EA +:1042680072745F6272616E63685F616E645F6C69CD +:104278006E6B00006972715F72656D6F76655F685D +:10428800616E646C657200006D616B655F6272617E +:104298006E6368007265736F6C76655F6272616EDB +:1042A800636800006972715F7365745F6578636C39 +:1042B80075736976655F68616E646C65720000008D +:1042C800746F74616C0000002F686F6D652F7370D8 +:1042D800696465725F7069672F7372632F632F70EB +:1042E80069636F2F7069636F2D73646B2F737263CB +:1042F8002F636F6D6D6F6E2F7069636F5F73796E6B +:10430800632F6D757465782E630000006D74782DC9 +:104318003E636F72652E7370696E5F6C6F636B00BE +:104328006C6F636B5F69735F6F776E65725F6964EB +:104338005F76616C6964286D74782D3E6F776E6561 +:10434800722900006D74782D3E656E7465725F6326 +:104358006F756E74000000006D757465785F657820 +:10436800697400006D757465785F656E7465725F59 +:10437800626C6F636B5F756E74696C00696420268C +:1043880026206964203C3D20706F6F6C2D3E686567 +:1043980061702D3E6D61785F6E6F6465730000001B +:1043A8002F686F6D652F7370696465725F706967D8 +:1043B8002F7372632F632F7069636F2F7069636F38 +:1043C8002D73646B2F7372632F636F6D6D6F6E2F18 +:1043D8007069636F5F74696D652F74696D652E63AD +:1043E8000000000075735F73696E63655F626F6FCD +:1043F80074203C3D20494E5436345F4D41580000EE +:104408002F686F6D652F7370696465725F70696777 +:104418002F7372632F632F7069636F2F7069636FD7 +:104428002D73646B2F7372632F636F6D6D6F6E2FB7 +:104438007069636F5F626173652F696E636C756421 +:10444800652F7069636F2F74797065732E6800002B +:104458006964202626206964203C3D2068656170D7 +:104468002D3E6D61785F6E6F646573002F686F6DA8 +:10447800652F7370696465725F7069672F73726303 +:104488002F632F7069636F2F7069636F2D73646B6F +:104498002F7372632F636F6D6D6F6E2F7069636F0B +:1044A8005F7574696C2F696E636C7564652F7069CC +:1044B800636F2F7574696C2F70686561702E680062 +:1044C800706172656E745F69640000006368696C8E +:1044D800645F696400000000706172656E745F69F2 +:1044E8006420213D206368696C645F696400000092 +:1044F800696400006964202626202170685F636F64 +:104508006E7461696E735F6E6F646528686561704B +:104518002C2069642900000021686561702D3E66C1 +:104528007265655F7461696C5F6964002170685FBA +:10453800636F6E7461696E735F6E6F646528706F08 +:104548006F6C2D3E686561702C2072657573655FB0 +:104558006964290072656D6F7665645F6964203DE2 +:104568003D206E6578745F696400000063616C6C5F +:104578006261636B00000000706F6F6C2D3E616CB0 +:1045880061726D5F696E5F70726F677265737320B9 +:104598003D3D206D616B655F7075626C69635F6935 +:1045A800642869645F686967682C206E6578745F41 +:1045B8006964290064656661756C745F616C617219 +:1045C8006D5F706F6F6C5F696E697469616C697A31 +:1045D8006564282900000000616C61726D5F696480 +:1045E80020213D20706F6F6C2D3E616C61726D5F94 +:1045F800696E5F70726F6772657373007263000033 +:10460800417474656D7074656420746F20736C6593 +:10461800657020696E73696465206F6620616E201D +:10462800657863657074696F6E2068616E646C6527 +:10463800723B2075736520627573795F7761697461 +:1046480020696620796F75206D757374000000000D +:10465800616C61726D5F706F6F6C5F63616E6365D3 +:104668006C5F616C61726D00616C61726D5F706F1F +:104678006F6C5F6765745F64656661756C74000074 +:104688006765745F656E7472795F69645F6869678E +:104698006800000070685F667265655F6E6F6465CC +:1046A8000000000070685F6164645F6368696C643F +:1046B8005F6E6F646500000070685F696E73657295 +:1046C800745F6E6F6465000070685F6765745F6E25 +:1046D8006F6465006164645F616C61726D5F756EC3 +:1046E8006465725F6C6F636B0000000075706461D5 +:1046F80074655F75735F73696E63655F626F6F740E +:1047080000000000616C61726D5F706F6F6C5F61BB +:104718006C61726D5F63616C6C6261636B00000059 +:104728006765745F656E7472790000004861726431 +:104738007761726520616C61726D20256420616CFF +:10474800726561647920636C61696D65640000005D +:1047580074696D65725F68772D3E696E7473202683 +:10476800203175203C3C20616C61726D5F6E756D07 +:10477800000000002F686F6D652F737069646572A3 +:104788005F7069672F7372632F632F7069636F2F70 +:104798007069636F2D73646B2F7372632F7270323D +:1047A8005F636F6D6D6F6E2F68617264776172659C +:1047B8005F74696D65722F74696D65722E63000090 +:1047C80068617264776172655F616C61726D5F7355 +:1047D80065745F746172676574000000726F6F744E +:1047E8005F6964002F686F6D652F73706964657207 +:1047F8005F7069672F7372632F632F7069636F2F00 +:104808007069636F2D73646B2F7372632F636F6DA1 +:104818006D6F6E2F7069636F5F7574696C2F706848 +:104828006561702E630000002170685F6765745FC2 +:104838006E6F646528686561702C20726F6F745F95 +:104848006964292D3E7369626C696E670000000017 +:104858002170685F6765745F6E6F6465286865615D +:10486800702C20726F6F745F6964292D3E706172BD +:10487800656E74006E65775F7375625F74726565E7 +:1048880020213D20686561702D3E726F6F745F69ED +:104898006400000070685F72656D6F76655F616EB9 +:1048A800645F667265655F6E6F64650070685F72ED +:1048B800656D6F76655F616E795F6865616400003C +:1048C80070685F6164645F6368696C645F6E6F647D +:1048D8006500000070685F6765745F6E6F646500EF +:1048E8007372635F66726571203E3D206672657102 +:1048F800000000002F686F6D652F73706964657222 +:104908005F7069672F7372632F632F7069636F2FEE +:104918007069636F2D73646B2F7372632F727032BB +:104928005F636F6D6D6F6E2F68617264776172651A +:104938005F636C6F636B732F636C6F636B732E6352 +:1049480000000000636C6F636B5F636F6E6669677E +:104958007572650076636F5F66726571203E3D20F3 +:10496800285049434F5F504C4C5F56434F5F4D4969 +:104978004E5F465245515F4D485A202A204D485AAD +:10498800292026262076636F5F66726571203C3D7C +:1049980020285049434F5F504C4C5F56434F5F4D62 +:1049A80041585F465245515F4D485A202A204D488C +:1049B8005A2900002F686F6D652F737069646572DE +:1049C8005F7069672F7372632F632F7069636F2F2E +:1049D8007069636F2D73646B2F7372632F727032FB +:1049E8005F636F6D6D6F6E2F68617264776172655A +:1049F8005F706C6C2F706C6C2E630000666264696B +:104A080076203E3D2031362026262066626469766F +:104A1800203C3D203332300028706F73745F646926 +:104A28007631203E3D203120262620706F73745F3A +:104A380064697631203C3D203729202626202870BD +:104A48006F73745F64697632203E3D2031202626DC +:104A580020706F73745F64697632203C3D2037297B +:104A6800000000007265665F6D687A203C3D202872 +:104A780076636F5F66726571202F203136290000DA +:104A8800706C6C5F696E6974000000002C2066759C +:104A98006E6374696F6E3A2000000000617373657D +:104AA8007274696F6E2022257322206661696C65B5 +:104AB800643A2066696C6520222573222C206C6973 +:104AC8006E65202564257325730A000031203D3D5D +:104AD800202875696E747074725F74296C2D3E732A +:104AE80070696E5F6C6F636B000000002F686F6DFC +:104AF800652F7370696465725F7069672F7372637D +:104B08002F632F7069636F2F7069636F2D73646BE8 +:104B18002F7372632F7270325F636F6D6D6F6E2FBC +:104B28007069636F5F72756E74696D652F72756EEB +:104B380074696D652E6300000A2A2A2A2050414EA6 +:104B48004943202A2A2A0A000A00000072756E7456 +:104B5800696D655F696E697400000000666E692B97 +:104B680000000000666E69006E616E00666E692D59 +:104B780000000000862800109E2800109E280010C3 +:104B8800922800109E2800109E2800109E280010D1 +:104B98009E2800109E2800109E2800109E280010B5 +:104BA8007A2800109E2800106E2800109E280010F9 +:104BB8009E280010622800106E2900109429001009 +:104BC800B6290010942900104E29001094290010CD +:104BD8009429001094290010942900109429001099 +:104BE80094290010942900108A2900109429001093 +:104BF8009429001094290010942900109429001079 +:104C0800C2290010262E00103C2E00103C2E001049 +:104C18003C2E00103C2E00103C2E00103C2E0010A4 +:104C28003C2E00103C2E00103C2E00103C2E001094 +:104C38003C2E00103C2E00103C2E00103C2E001084 +:104C48003C2E00103C2E00103C2E00103C2E001074 +:104C58003C2E00103C2E00103C2E00103C2E001064 +:104C68003C2E00103C2E00103C2E00103C2E001054 +:104C78003C2E00103C2E00103C2E00103C2E001044 +:104C88003C2E0010682C00102A2C0010682C0010F4 +:104C98003C2E00103C2E00103C2E00103C2E001024 +:104CA8003C2E00103C2E00103C2E00103C2E001014 +:104CB8003C2E00103C2E00103C2E00103C2E001004 +:104CC8003C2E00103C2E00103C2E00103C2E0010F4 +:104CD8000E2A00103C2E00103C2E00103C2E001016 +:104CE8003C2E00103C2E00103C2E00103C2E0010D4 +:104CF8003C2E00103C2E00100E2A0010B62C00107E +:104D08000E2A0010682C00102A2C0010682C0010A5 +:104D1800000000000000F03F0000000000002440F8 +:104D280000000000000059400000000000408F40D3 +:104D3800000000000088C34000000000006AF8403E +:104D48000000000080842E4100000000D012634162 +:104D58000000000084D797410000000065CDCD41D8 +:104D68002A282875696E74385F74202A292828280B +:104D7800766F6964202A29726F6D5F646174615F60 +:104D88006C6F6F6B757028726F6D5F7461626C65A4 +:104D98005F636F6465282753272C20274627292916 +:104DA800292D322929202A2034203E3D2053465FD0 +:104DB8005441424C455F56325F53495A4500000002 +:104DC8002F686F6D652F7370696465725F706967AE +:104DD8002F7372632F632F7069636F2F7069636F0E +:104DE8002D73646B2F7372632F7270325F636F6DF4 +:104DF8006D6F6E2F7069636F5F646F75626C652F7E +:104E0800646F75626C655F696E69745F726F6D2E31 +:104E1800630000005F5F61656162695F646F75626E +:104E28006C655F696E6974002A282875696E743824 +:104E38005F74202A2928726F6D5F7461626C652D1A +:104E4800322929202A2034203E3D2053465F5441F0 +:104E5800424C455F56325F53495A45002F686F6D83 +:104E6800652F7370696465725F7069672F73726309 +:104E78002F632F7069636F2F7069636F2D73646B75 +:104E88002F7372632F7270325F636F6D6D6F6E2F49 +:104E98007069636F5F666C6F61742F666C6F6174A5 +:104EA8005F696E69745F726F6D2E63005F5F616525 +:104EB8006162695F666C6F61745F696E6974000036 +:104EC8004465627567000000626F6F74325F773205 +:104ED8003571303830000000312E352E300000009A +:104EE8007069636F00000000636C616365720000A5 +:104EF8004D61792031332032303233000600525070 +:104F0800D3F07542C84E001006005250E182887FE7 +:104F1800D04E001006005250BBFF3CB6E84E0010C1 +:104F28000D0A00007570646174655F75735F73695D +:0C4F38006E63655F626F6F740000000024 +:104F4400044F0010104F0010880200101C4F001076 +:0C4F540094020010A0020010AC0200103B +:104F600003000068EFF3108C72B60268002AFCD0D0 +:104F7000BFF35F8F04229A56002A0BDB002910D062 +:104F80000A6000201B68BFF35F8F00221A608CF359 +:104F900010887047D0221206127852B21A7101207E +:104FA000F0E70020EEE70000F8B5CE46474680B5B2 +:104FB0000400170098460368002B20D0D0231B065E +:104FC0001B785BB299462668EFF3108C72B6356891 +:104FD000002DFCD0BFF35F8F04256557002D14DB37 +:104FE0002368BFF35F8F00221A608CF310883800AB +:104FF000414600F061F80028E5D000200FE00A4BA0 +:105000000A4A0B48852100F05FF84B46237123685C +:10501000BFF35F8F00221A608CF310880120C0BCA0 +:10502000B946B046F8BDC046144300106C430010AA +:10503000D042001070B582B0060015001C0001A916 +:10504000FFF78EFF002807D1019B5BB2D02212062A +:10505000127852B2934201D102B070BD2A002300EF +:105060003000FFF7A1FFF7E710B50268EFF31081FA +:1050700072B61368002BFCD0BFF35F8F0423C356B6 +:10508000002B0ADBFF2303710368BFF35F8F00224D +:105090001A6081F3108840BF10BD034B034A0448D7 +:1050A000B42100F011F8C0462843001060430010FE +:1050B000D04200107047C04601B40248844601BC8B +:1050C000604700BF4912001001B40248844601BC89 +:1050D000604700BF891B00101000000000000000A6 +:1050E00000000100000000000000000000000200BD +:1050F00000000000000000000000030000000000AD +:10510000000000000000FF000000000001B548683A +:1051100001318E460047704609380149884701BD74 +:10512000910700109C02002000000000F002002007 +:10513000440400200000000000000000540400208F +:10514000000000000000000010000000000000004F +:10515000503300004C330000543300005233000041 +:105160004D5300004D430000533400004334000011 +:105170000000000000000000393D0010A12E0010CA +:0C518000A1350010093C001031030010A4 +:04000005100001E9FD +:00000001FF diff --git a/build/clacer.uf2 b/build/clacer.uf2 new file mode 100644 index 0000000..a29f82d Binary files /dev/null and b/build/clacer.uf2 differ diff --git a/build/cmake_install.cmake b/build/cmake_install.cmake new file mode 100644 index 0000000..9ea6a35 --- /dev/null +++ b/build/cmake_install.cmake @@ -0,0 +1,55 @@ +# Install script for directory: /home/spider_pig/src/c/pico/clacer + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/cmake_install.cmake") + +endif() + +if(CMAKE_INSTALL_COMPONENT) + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +file(WRITE "/home/spider_pig/src/c/pico/clacer/build/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/build/compile_commands.json b/build/compile_commands.json new file mode 100644 index 0000000..f46929c --- /dev/null +++ b/build/compile_commands.json @@ -0,0 +1,247 @@ +[ +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/src/main.c.obj -c /home/spider_pig/src/c/pico/clacer/src/main.c", + "file": "/home/spider_pig/src/c/pico/clacer/src/main.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/src/tft.c.obj -c /home/spider_pig/src/c/pico/clacer/src/tft.c", + "file": "/home/spider_pig/src/c/pico/clacer/src/tft.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/platform.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/platform.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/platform.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -mcpu=cortex-m0plus -mthumb -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq_handler_chain.S.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq_handler_chain.S", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/irq_handler_chain.S" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/sem.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/lock_core.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/lock_core.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/lock_core.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/mutex.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/critical_section.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/critical_section.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/critical_section.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/time.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/timeout_helper.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/datetime.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/pheap.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/queue.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/vreg.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/vreg.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/vreg.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -mcpu=cortex-m0plus -mthumb -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/printf.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -mcpu=cortex-m0plus -mthumb -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -mcpu=cortex-m0plus -mthumb -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/divider.S.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/divider.S", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider/divider.S" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -mcpu=cortex-m0plus -mthumb -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_math.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -mcpu=cortex-m0plus -mthumb -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -mcpu=cortex-m0plus -mthumb -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/pico_int64_ops_aeabi.S.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/pico_int64_ops_aeabi.S", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/pico_int64_ops_aeabi.S" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -mcpu=cortex-m0plus -mthumb -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_math.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -mcpu=cortex-m0plus -mthumb -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -mcpu=cortex-m0plus -mthumb -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -mcpu=cortex-m0plus -mthumb -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-g++ -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -mcpu=cortex-m0plus -mthumb -Og -g -ffunction-sections -fdata-sections -fno-exceptions -fno-unwind-tables -fno-rtti -fno-use-cxa-atexit -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/stdio_uart.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DLIB_PICO_BIT_OPS=1 -DLIB_PICO_BIT_OPS_PICO=1 -DLIB_PICO_DIVIDER=1 -DLIB_PICO_DIVIDER_HARDWARE=1 -DLIB_PICO_DOUBLE=1 -DLIB_PICO_DOUBLE_PICO=1 -DLIB_PICO_FLOAT=1 -DLIB_PICO_FLOAT_PICO=1 -DLIB_PICO_INT64_OPS=1 -DLIB_PICO_INT64_OPS_PICO=1 -DLIB_PICO_MALLOC=1 -DLIB_PICO_MEM_OPS=1 -DLIB_PICO_MEM_OPS_PICO=1 -DLIB_PICO_PLATFORM=1 -DLIB_PICO_PRINTF=1 -DLIB_PICO_PRINTF_PICO=1 -DLIB_PICO_RUNTIME=1 -DLIB_PICO_STANDARD_LINK=1 -DLIB_PICO_STDIO=1 -DLIB_PICO_STDIO_UART=1 -DLIB_PICO_STDLIB=1 -DLIB_PICO_SYNC=1 -DLIB_PICO_SYNC_CRITICAL_SECTION=1 -DLIB_PICO_SYNC_MUTEX=1 -DLIB_PICO_SYNC_SEM=1 -DLIB_PICO_TIME=1 -DLIB_PICO_UTIL=1 -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_CMAKE_BUILD_TYPE=\\\"Debug\\\" -DPICO_COPY_TO_RAM=0 -DPICO_CXX_ENABLE_EXCEPTIONS=0 -DPICO_NO_FLASH=0 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -DPICO_TARGET_NAME=\\\"clacer\\\" -DPICO_USE_BLOCKED_RAM=0 -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/include -g -O0 -mthumb -mcpu=cortex-m0plus -Og -g -ffunction-sections -fdata-sections -o CMakeFiles/clacer.dir/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c" +}, +{ + "directory": "/home/spider_pig/src/c/pico/clacer/build", + "command": "/usr/bin/arm-none-eabi-gcc -DPICO_BOARD=\\\"pico\\\" -DPICO_BUILD=1 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1 -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/asminclude -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base/include -I/home/spider_pig/src/c/pico/clacer/build/generated/pico_base -I/home/spider_pig/src/c/pico/pico-sdk/src/boards/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/include -mcpu=cortex-m0plus -mthumb -Og -g -o pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj -c /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/compile_time_choice.S", + "file": "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2/compile_time_choice.S" +} +] \ No newline at end of file diff --git a/build/elf2uf2/.ninja_deps b/build/elf2uf2/.ninja_deps new file mode 100644 index 0000000..81cfab9 Binary files /dev/null and b/build/elf2uf2/.ninja_deps differ diff --git a/build/elf2uf2/.ninja_log b/build/elf2uf2/.ninja_log new file mode 100644 index 0000000..bd2288a --- /dev/null +++ b/build/elf2uf2/.ninja_log @@ -0,0 +1,3 @@ +# ninja log v5 +0 335 1683968527144482709 CMakeFiles/elf2uf2.dir/main.cpp.o 406ca35dcac2fe8e +335 373 1683968527182482710 elf2uf2 525b2be2437cdcd4 diff --git a/build/elf2uf2/CMakeCache.txt b/build/elf2uf2/CMakeCache.txt new file mode 100644 index 0000000..355cb38 --- /dev/null +++ b/build/elf2uf2/CMakeCache.txt @@ -0,0 +1,369 @@ +# This is the CMakeCache file. +# For build in directory: /home/spider_pig/src/c/pico/clacer/build/elf2uf2 +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//Choose the type of build, options are: None Debug Release RelWithDebInfo +// MinSizeRel ... +CMAKE_BUILD_TYPE:STRING= + +//CXX compiler +CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//C compiler +CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the C compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//Flags used by the C compiler during DEBUG builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the C compiler during MINSIZEREL builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the C compiler during RELEASE builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the C compiler during RELWITHDEBINFO builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=/usr/lib/llvm/15/bin/dlltool + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/spider_pig/src/c/pico/clacer/build/elf2uf2/CMakeFiles/pkgRedirects + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//No help, variable specified on the command line. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=elf2uf2 + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//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. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Value Computed by CMake +elf2uf2_BINARY_DIR:STATIC=/home/spider_pig/src/c/pico/clacer/build/elf2uf2 + +//Value Computed by CMake +elf2uf2_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +elf2uf2_SOURCE_DIR:STATIC=/home/spider_pig/src/c/pico/pico-sdk/tools/elf2uf2 + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/spider_pig/src/c/pico/clacer/build/elf2uf2 +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=25 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Ninja +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/spider_pig/src/c/pico/pico-sdk/tools/elf2uf2 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=2 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE + diff --git a/build/elf2uf2/CMakeFiles/3.25.3/CMakeCCompiler.cmake b/build/elf2uf2/CMakeFiles/3.25.3/CMakeCCompiler.cmake new file mode 100644 index 0000000..33813cd --- /dev/null +++ b/build/elf2uf2/CMakeFiles/3.25.3/CMakeCCompiler.cmake @@ -0,0 +1,72 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "12.2.1") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") +set(CMAKE_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "Linux") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/12/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/12/include-fixed;/usr/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/12;/usr/lib64;/lib64;/usr/x86_64-pc-linux-gnu/lib;/usr/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build/elf2uf2/CMakeFiles/3.25.3/CMakeCXXCompiler.cmake b/build/elf2uf2/CMakeFiles/3.25.3/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..75817dd --- /dev/null +++ b/build/elf2uf2/CMakeFiles/3.25.3/CMakeCXXCompiler.cmake @@ -0,0 +1,83 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "12.2.1") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12;/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/x86_64-pc-linux-gnu;/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/12/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/12/include-fixed;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/12;/usr/lib64;/lib64;/usr/x86_64-pc-linux-gnu/lib;/usr/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build/elf2uf2/CMakeFiles/3.25.3/CMakeDetermineCompilerABI_C.bin b/build/elf2uf2/CMakeFiles/3.25.3/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000..a01eddc Binary files /dev/null and b/build/elf2uf2/CMakeFiles/3.25.3/CMakeDetermineCompilerABI_C.bin differ diff --git a/build/elf2uf2/CMakeFiles/3.25.3/CMakeDetermineCompilerABI_CXX.bin b/build/elf2uf2/CMakeFiles/3.25.3/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..d45cc60 Binary files /dev/null and b/build/elf2uf2/CMakeFiles/3.25.3/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/build/elf2uf2/CMakeFiles/3.25.3/CMakeSystem.cmake b/build/elf2uf2/CMakeFiles/3.25.3/CMakeSystem.cmake new file mode 100644 index 0000000..4c245bf --- /dev/null +++ b/build/elf2uf2/CMakeFiles/3.25.3/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.1.19-gentoo") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.1.19-gentoo") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.1.19-gentoo") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.1.19-gentoo") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/build/elf2uf2/CMakeFiles/3.25.3/CompilerIdC/CMakeCCompilerId.c b/build/elf2uf2/CMakeFiles/3.25.3/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..a83e378 --- /dev/null +++ b/build/elf2uf2/CMakeFiles/3.25.3/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,868 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(1) +# if defined(__LCC__) +# define COMPILER_VERSION_MINOR DEC(__LCC__- 100) +# endif +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if !defined(__STDC__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif __STDC_VERSION__ > 201710L +# define C_VERSION "23" +#elif __STDC_VERSION__ >= 201710L +# define C_VERSION "17" +#elif __STDC_VERSION__ >= 201000L +# define C_VERSION "11" +#elif __STDC_VERSION__ >= 199901L +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/build/elf2uf2/CMakeFiles/3.25.3/CompilerIdC/a.out b/build/elf2uf2/CMakeFiles/3.25.3/CompilerIdC/a.out new file mode 100755 index 0000000..8d338cf Binary files /dev/null and b/build/elf2uf2/CMakeFiles/3.25.3/CompilerIdC/a.out differ diff --git a/build/elf2uf2/CMakeFiles/3.25.3/CompilerIdCXX/CMakeCXXCompilerId.cpp b/build/elf2uf2/CMakeFiles/3.25.3/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..c9ba632 --- /dev/null +++ b/build/elf2uf2/CMakeFiles/3.25.3/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,857 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__COMO__) +# define COMPILER_ID "Comeau" + /* __COMO_VERSION__ = VRR */ +# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) +# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) + +#elif defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(1) +# if defined(__LCC__) +# define COMPILER_VERSION_MINOR DEC(__LCC__- 100) +# endif +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L +# if defined(__INTEL_CXX11_MODE__) +# if defined(__cpp_aggregate_nsdmi) +# define CXX_STD 201402L +# else +# define CXX_STD 201103L +# endif +# else +# define CXX_STD 199711L +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# define CXX_STD _MSVC_LANG +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > 202002L + "23" +#elif CXX_STD > 201703L + "20" +#elif CXX_STD >= 201703L + "17" +#elif CXX_STD >= 201402L + "14" +#elif CXX_STD >= 201103L + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/build/elf2uf2/CMakeFiles/3.25.3/CompilerIdCXX/a.out b/build/elf2uf2/CMakeFiles/3.25.3/CompilerIdCXX/a.out new file mode 100755 index 0000000..773b99e Binary files /dev/null and b/build/elf2uf2/CMakeFiles/3.25.3/CompilerIdCXX/a.out differ diff --git a/build/elf2uf2/CMakeFiles/CMakeOutput.log b/build/elf2uf2/CMakeFiles/CMakeOutput.log new file mode 100644 index 0000000..99b723d --- /dev/null +++ b/build/elf2uf2/CMakeFiles/CMakeOutput.log @@ -0,0 +1,375 @@ +The system is: Linux - 6.1.19-gentoo - x86_64 +Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. +Compiler: /usr/bin/cc +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + +The C compiler identification is GNU, found in "/home/spider_pig/src/c/pico/clacer/build/elf2uf2/CMakeFiles/3.25.3/CompilerIdC/a.out" + +Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. +Compiler: /usr/bin/c++ +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + +The CXX compiler identification is GNU, found in "/home/spider_pig/src/c/pico/clacer/build/elf2uf2/CMakeFiles/3.25.3/CompilerIdCXX/a.out" + +Detecting C compiler ABI info compiled with the following output: +Change Dir: /home/spider_pig/src/c/pico/clacer/build/elf2uf2/CMakeFiles/CMakeScratch/TryCompile-J2QQAl + +Run Build Command(s):/usr/bin/ninja cmTC_7be52 && [1/2 50% :: 0.008] Building C object CMakeFiles/cmTC_7be52.dir/CMakeCCompilerABI.c.o +Using built-in specs. +COLLECT_GCC=/usr/bin/cc +Target: x86_64-pc-linux-gnu +Configured with: /var/tmp/portage/sys-devel/gcc-12.2.1_p20230428-r1/work/gcc-12-20230428/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/12 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/12/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 12.2.1_p20230428-r1 p2' --with-gcc-major-version-only --disable-esp --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --without-isl --enable-default-pie --enable-default-ssp +Thread model: posix +Supported LTO compression algorithms: zlib +gcc version 12.2.1 20230428 (Gentoo 12.2.1_p20230428-r1 p2) +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_7be52.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_7be52.dir/' + /usr/libexec/gcc/x86_64-pc-linux-gnu/12/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_7be52.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccsXnx5x.s +GNU C17 (Gentoo 12.2.1_p20230428-r1 p2) version 12.2.1 20230428 (x86_64-pc-linux-gnu) + compiled by GNU C version 12.2.1 20230428, GMP version 6.2.1, MPFR version 4.2.0, MPC version 1.3.1, isl version none +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/12/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/12/include-fixed + /usr/include +End of search list. +GNU C17 (Gentoo 12.2.1_p20230428-r1 p2) version 12.2.1 20230428 (x86_64-pc-linux-gnu) + compiled by GNU C version 12.2.1 20230428, GMP version 6.2.1, MPFR version 4.2.0, MPC version 1.3.1, isl version none +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: 65dac2de882056cbd642858fca558a89 +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_7be52.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_7be52.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/as -v --64 -o CMakeFiles/cmTC_7be52.dir/CMakeCCompilerABI.c.o /tmp/ccsXnx5x.s +GNU assembler version 2.39.0 (x86_64-pc-linux-gnu) using BFD version (Gentoo 2.39 p6) 2.39.0 +COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/:/usr/libexec/gcc/x86_64-pc-linux-gnu/12/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_7be52.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_7be52.dir/CMakeCCompilerABI.c.' +[2/2 100% :: 0.017] Linking C executable cmTC_7be52 +Using built-in specs. +COLLECT_GCC=/usr/bin/cc +COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/lto-wrapper +Target: x86_64-pc-linux-gnu +Configured with: /var/tmp/portage/sys-devel/gcc-12.2.1_p20230428-r1/work/gcc-12-20230428/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/12 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/12/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 12.2.1_p20230428-r1 p2' --with-gcc-major-version-only --disable-esp --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --without-isl --enable-default-pie --enable-default-ssp +Thread model: posix +Supported LTO compression algorithms: zlib +gcc version 12.2.1 20230428 (Gentoo 12.2.1_p20230428-r1 p2) +COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/:/usr/libexec/gcc/x86_64-pc-linux-gnu/12/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_7be52' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_7be52.' + /usr/libexec/gcc/x86_64-pc-linux-gnu/12/collect2 -plugin /usr/libexec/gcc/x86_64-pc-linux-gnu/12/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/lto-wrapper -plugin-opt=-fresolution=/tmp/cch42Lou.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_7be52 /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/12/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/12 -L/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../.. CMakeFiles/cmTC_7be52.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/12/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crtn.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_7be52' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_7be52.' + + + +Parsed C implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/12/include-fixed;/usr/include] + + +Parsed C implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/spider_pig/src/c/pico/clacer/build/elf2uf2/CMakeFiles/CMakeScratch/TryCompile-J2QQAl] + ignore line: [] + ignore line: [Run Build Command(s):/usr/bin/ninja cmTC_7be52 && [1/2 50% :: 0.008] Building C object CMakeFiles/cmTC_7be52.dir/CMakeCCompilerABI.c.o] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /var/tmp/portage/sys-devel/gcc-12.2.1_p20230428-r1/work/gcc-12-20230428/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/12 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/12/python --enable-languages=c c++ fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 12.2.1_p20230428-r1 p2' --with-gcc-major-version-only --disable-esp --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32 m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --without-isl --enable-default-pie --enable-default-ssp] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 12.2.1 20230428 (Gentoo 12.2.1_p20230428-r1 p2) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_7be52.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_7be52.dir/'] + ignore line: [ /usr/libexec/gcc/x86_64-pc-linux-gnu/12/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_7be52.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccsXnx5x.s] + ignore line: [GNU C17 (Gentoo 12.2.1_p20230428-r1 p2) version 12.2.1 20230428 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 12.2.1 20230428 GMP version 6.2.1 MPFR version 4.2.0 MPC version 1.3.1 isl version none] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [GNU C17 (Gentoo 12.2.1_p20230428-r1 p2) version 12.2.1 20230428 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 12.2.1 20230428 GMP version 6.2.1 MPFR version 4.2.0 MPC version 1.3.1 isl version none] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 65dac2de882056cbd642858fca558a89] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_7be52.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_7be52.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/as -v --64 -o CMakeFiles/cmTC_7be52.dir/CMakeCCompilerABI.c.o /tmp/ccsXnx5x.s] + ignore line: [GNU assembler version 2.39.0 (x86_64-pc-linux-gnu) using BFD version (Gentoo 2.39 p6) 2.39.0] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/:/usr/libexec/gcc/x86_64-pc-linux-gnu/12/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_7be52.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_7be52.dir/CMakeCCompilerABI.c.'] + ignore line: [[2/2 100% :: 0.017] Linking C executable cmTC_7be52] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /var/tmp/portage/sys-devel/gcc-12.2.1_p20230428-r1/work/gcc-12-20230428/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/12 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/12/python --enable-languages=c c++ fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 12.2.1_p20230428-r1 p2' --with-gcc-major-version-only --disable-esp --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32 m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --without-isl --enable-default-pie --enable-default-ssp] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 12.2.1 20230428 (Gentoo 12.2.1_p20230428-r1 p2) ] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/:/usr/libexec/gcc/x86_64-pc-linux-gnu/12/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_7be52' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_7be52.'] + link line: [ /usr/libexec/gcc/x86_64-pc-linux-gnu/12/collect2 -plugin /usr/libexec/gcc/x86_64-pc-linux-gnu/12/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/lto-wrapper -plugin-opt=-fresolution=/tmp/cch42Lou.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_7be52 /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/12/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/12 -L/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../.. CMakeFiles/cmTC_7be52.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/12/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crtn.o] + arg [/usr/libexec/gcc/x86_64-pc-linux-gnu/12/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/libexec/gcc/x86_64-pc-linux-gnu/12/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cch42Lou.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_7be52] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/12] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64] + arg [-L/lib/../lib64] ==> dir [/lib/../lib64] + arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../..] + arg [CMakeFiles/cmTC_7be52.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/Scrt1.o] ==> [/usr/lib64/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crti.o] ==> [/usr/lib64/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crtn.o] ==> [/usr/lib64/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/12] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64] ==> [/usr/lib64] + collapse library dir [/lib/../lib64] ==> [/lib64] + collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/lib] ==> [/usr/x86_64-pc-linux-gnu/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../..] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit objs: [/usr/lib64/Scrt1.o;/usr/lib64/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/12/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/12/crtendS.o;/usr/lib64/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/12;/usr/lib64;/lib64;/usr/x86_64-pc-linux-gnu/lib;/usr/lib] + implicit fwks: [] + + +Detecting CXX compiler ABI info compiled with the following output: +Change Dir: /home/spider_pig/src/c/pico/clacer/build/elf2uf2/CMakeFiles/CMakeScratch/TryCompile-qFT8a9 + +Run Build Command(s):/usr/bin/ninja cmTC_e8eb6 && [1/2 50% :: 0.014] Building CXX object CMakeFiles/cmTC_e8eb6.dir/CMakeCXXCompilerABI.cpp.o +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +Target: x86_64-pc-linux-gnu +Configured with: /var/tmp/portage/sys-devel/gcc-12.2.1_p20230428-r1/work/gcc-12-20230428/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/12 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/12/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 12.2.1_p20230428-r1 p2' --with-gcc-major-version-only --disable-esp --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --without-isl --enable-default-pie --enable-default-ssp +Thread model: posix +Supported LTO compression algorithms: zlib +gcc version 12.2.1 20230428 (Gentoo 12.2.1_p20230428-r1 p2) +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_e8eb6.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_e8eb6.dir/' + /usr/libexec/gcc/x86_64-pc-linux-gnu/12/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_e8eb6.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccJGIt6B.s +GNU C++17 (Gentoo 12.2.1_p20230428-r1 p2) version 12.2.1 20230428 (x86_64-pc-linux-gnu) + compiled by GNU C version 12.2.1 20230428, GMP version 6.2.1, MPFR version 4.2.0, MPC version 1.3.1, isl version none +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12 + /usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/x86_64-pc-linux-gnu + /usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/backward + /usr/lib/gcc/x86_64-pc-linux-gnu/12/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/12/include-fixed + /usr/include +End of search list. +GNU C++17 (Gentoo 12.2.1_p20230428-r1 p2) version 12.2.1 20230428 (x86_64-pc-linux-gnu) + compiled by GNU C version 12.2.1 20230428, GMP version 6.2.1, MPFR version 4.2.0, MPC version 1.3.1, isl version none +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: 5e97c40e86e96e182c21fd10fa611d92 +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_e8eb6.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_e8eb6.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/as -v --64 -o CMakeFiles/cmTC_e8eb6.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccJGIt6B.s +GNU assembler version 2.39.0 (x86_64-pc-linux-gnu) using BFD version (Gentoo 2.39 p6) 2.39.0 +COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/:/usr/libexec/gcc/x86_64-pc-linux-gnu/12/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_e8eb6.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_e8eb6.dir/CMakeCXXCompilerABI.cpp.' +[2/2 100% :: 0.044] Linking CXX executable cmTC_e8eb6 +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/lto-wrapper +Target: x86_64-pc-linux-gnu +Configured with: /var/tmp/portage/sys-devel/gcc-12.2.1_p20230428-r1/work/gcc-12-20230428/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/12 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/12/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 12.2.1_p20230428-r1 p2' --with-gcc-major-version-only --disable-esp --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --without-isl --enable-default-pie --enable-default-ssp +Thread model: posix +Supported LTO compression algorithms: zlib +gcc version 12.2.1 20230428 (Gentoo 12.2.1_p20230428-r1 p2) +COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/:/usr/libexec/gcc/x86_64-pc-linux-gnu/12/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_e8eb6' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_e8eb6.' + /usr/libexec/gcc/x86_64-pc-linux-gnu/12/collect2 -plugin /usr/libexec/gcc/x86_64-pc-linux-gnu/12/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/lto-wrapper -plugin-opt=-fresolution=/tmp/ccAAonEc.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_e8eb6 /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/12/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/12 -L/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../.. CMakeFiles/cmTC_e8eb6.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/12/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crtn.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_e8eb6' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_e8eb6.' + + + +Parsed CXX implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/x86_64-pc-linux-gnu] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/backward] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/x86_64-pc-linux-gnu] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/x86_64-pc-linux-gnu] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/backward] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/backward] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12;/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/x86_64-pc-linux-gnu;/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/12/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/12/include-fixed;/usr/include] + + +Parsed CXX implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/spider_pig/src/c/pico/clacer/build/elf2uf2/CMakeFiles/CMakeScratch/TryCompile-qFT8a9] + ignore line: [] + ignore line: [Run Build Command(s):/usr/bin/ninja cmTC_e8eb6 && [1/2 50% :: 0.014] Building CXX object CMakeFiles/cmTC_e8eb6.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /var/tmp/portage/sys-devel/gcc-12.2.1_p20230428-r1/work/gcc-12-20230428/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/12 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/12/python --enable-languages=c c++ fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 12.2.1_p20230428-r1 p2' --with-gcc-major-version-only --disable-esp --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32 m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --without-isl --enable-default-pie --enable-default-ssp] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 12.2.1 20230428 (Gentoo 12.2.1_p20230428-r1 p2) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_e8eb6.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_e8eb6.dir/'] + ignore line: [ /usr/libexec/gcc/x86_64-pc-linux-gnu/12/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_e8eb6.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccJGIt6B.s] + ignore line: [GNU C++17 (Gentoo 12.2.1_p20230428-r1 p2) version 12.2.1 20230428 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 12.2.1 20230428 GMP version 6.2.1 MPFR version 4.2.0 MPC version 1.3.1 isl version none] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/x86_64-pc-linux-gnu] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/backward] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [GNU C++17 (Gentoo 12.2.1_p20230428-r1 p2) version 12.2.1 20230428 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 12.2.1 20230428 GMP version 6.2.1 MPFR version 4.2.0 MPC version 1.3.1 isl version none] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 5e97c40e86e96e182c21fd10fa611d92] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_e8eb6.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_e8eb6.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/as -v --64 -o CMakeFiles/cmTC_e8eb6.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccJGIt6B.s] + ignore line: [GNU assembler version 2.39.0 (x86_64-pc-linux-gnu) using BFD version (Gentoo 2.39 p6) 2.39.0] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/:/usr/libexec/gcc/x86_64-pc-linux-gnu/12/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_e8eb6.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_e8eb6.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2 100% :: 0.044] Linking CXX executable cmTC_e8eb6] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /var/tmp/portage/sys-devel/gcc-12.2.1_p20230428-r1/work/gcc-12-20230428/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/12 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/12/python --enable-languages=c c++ fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 12.2.1_p20230428-r1 p2' --with-gcc-major-version-only --disable-esp --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32 m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --without-isl --enable-default-pie --enable-default-ssp] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 12.2.1 20230428 (Gentoo 12.2.1_p20230428-r1 p2) ] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/:/usr/libexec/gcc/x86_64-pc-linux-gnu/12/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_e8eb6' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_e8eb6.'] + link line: [ /usr/libexec/gcc/x86_64-pc-linux-gnu/12/collect2 -plugin /usr/libexec/gcc/x86_64-pc-linux-gnu/12/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/lto-wrapper -plugin-opt=-fresolution=/tmp/ccAAonEc.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_e8eb6 /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/12/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/12 -L/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../.. CMakeFiles/cmTC_e8eb6.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/12/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crtn.o] + arg [/usr/libexec/gcc/x86_64-pc-linux-gnu/12/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/libexec/gcc/x86_64-pc-linux-gnu/12/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccAAonEc.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_e8eb6] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/12] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64] + arg [-L/lib/../lib64] ==> dir [/lib/../lib64] + arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../..] + arg [CMakeFiles/cmTC_e8eb6.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/Scrt1.o] ==> [/usr/lib64/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crti.o] ==> [/usr/lib64/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crtn.o] ==> [/usr/lib64/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/12] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64] ==> [/usr/lib64] + collapse library dir [/lib/../lib64] ==> [/lib64] + collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/lib] ==> [/usr/x86_64-pc-linux-gnu/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib64/Scrt1.o;/usr/lib64/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/12/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/12/crtendS.o;/usr/lib64/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/12;/usr/lib64;/lib64;/usr/x86_64-pc-linux-gnu/lib;/usr/lib] + implicit fwks: [] + + diff --git a/build/elf2uf2/CMakeFiles/TargetDirectories.txt b/build/elf2uf2/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..87cb47e --- /dev/null +++ b/build/elf2uf2/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,5 @@ +/home/spider_pig/src/c/pico/clacer/build/elf2uf2/CMakeFiles/elf2uf2.dir +/home/spider_pig/src/c/pico/clacer/build/elf2uf2/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/elf2uf2/CMakeFiles/rebuild_cache.dir +/home/spider_pig/src/c/pico/clacer/build/elf2uf2/boot_uf2_headers/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/elf2uf2/boot_uf2_headers/CMakeFiles/rebuild_cache.dir diff --git a/build/elf2uf2/CMakeFiles/cmake.check_cache b/build/elf2uf2/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/build/elf2uf2/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/build/elf2uf2/CMakeFiles/elf2uf2.dir/main.cpp.o b/build/elf2uf2/CMakeFiles/elf2uf2.dir/main.cpp.o new file mode 100644 index 0000000..1d82cbf Binary files /dev/null and b/build/elf2uf2/CMakeFiles/elf2uf2.dir/main.cpp.o differ diff --git a/build/elf2uf2/CMakeFiles/rules.ninja b/build/elf2uf2/CMakeFiles/rules.ninja new file mode 100644 index 0000000..b20ae97 --- /dev/null +++ b/build/elf2uf2/CMakeFiles/rules.ninja @@ -0,0 +1,64 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.25 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: elf2uf2 +# Configurations: +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__elf2uf2_ + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__elf2uf2_ + command = $PRE_LINK && /usr/bin/c++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/pico-sdk/tools/elf2uf2 -B/home/spider_pig/src/c/pico/clacer/build/elf2uf2 + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /usr/bin/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /usr/bin/ninja -t targets + description = All primary targets available: + diff --git a/build/elf2uf2/boot_uf2_headers/cmake_install.cmake b/build/elf2uf2/boot_uf2_headers/cmake_install.cmake new file mode 100644 index 0000000..b463607 --- /dev/null +++ b/build/elf2uf2/boot_uf2_headers/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/common/boot_uf2 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + diff --git a/build/elf2uf2/build.ninja b/build/elf2uf2/build.ninja new file mode 100644 index 0000000..8f9cebd --- /dev/null +++ b/build/elf2uf2/build.ninja @@ -0,0 +1,177 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.25 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: elf2uf2 +# Configurations: +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /home/spider_pig/src/c/pico/clacer/build/elf2uf2/ +# ============================================================================= +# Object build statements for EXECUTABLE target elf2uf2 + + +############################################# +# Order-only phony target for elf2uf2 + +build cmake_object_order_depends_target_elf2uf2: phony || CMakeFiles/elf2uf2.dir + +build CMakeFiles/elf2uf2.dir/main.cpp.o: CXX_COMPILER__elf2uf2_ /home/spider_pig/src/c/pico/pico-sdk/tools/elf2uf2/main.cpp || cmake_object_order_depends_target_elf2uf2 + DEP_FILE = CMakeFiles/elf2uf2.dir/main.cpp.o.d + FLAGS = -std=gnu++14 + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/src/common/boot_uf2/include + OBJECT_DIR = CMakeFiles/elf2uf2.dir + OBJECT_FILE_DIR = CMakeFiles/elf2uf2.dir + TARGET_COMPILE_PDB = CMakeFiles/elf2uf2.dir/ + TARGET_PDB = elf2uf2.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target elf2uf2 + + +############################################# +# Link the executable elf2uf2 + +build elf2uf2: CXX_EXECUTABLE_LINKER__elf2uf2_ CMakeFiles/elf2uf2.dir/main.cpp.o + OBJECT_DIR = CMakeFiles/elf2uf2.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = CMakeFiles/elf2uf2.dir/ + TARGET_FILE = elf2uf2 + TARGET_PDB = elf2uf2.pdb + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/elf2uf2 && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/pico-sdk/tools/elf2uf2 -B/home/spider_pig/src/c/pico/clacer/build/elf2uf2 + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/elf2uf2 && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/pico-sdk/tools/elf2uf2 -B/home/spider_pig/src/c/pico/clacer/build/elf2uf2 + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/spider_pig/src/c/pico/pico-sdk/tools/elf2uf2/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build boot_uf2_headers/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/elf2uf2/boot_uf2_headers && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/pico-sdk/tools/elf2uf2 -B/home/spider_pig/src/c/pico/clacer/build/elf2uf2 + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build boot_uf2_headers/edit_cache: phony boot_uf2_headers/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build boot_uf2_headers/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/elf2uf2/boot_uf2_headers && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/pico-sdk/tools/elf2uf2 -B/home/spider_pig/src/c/pico/clacer/build/elf2uf2 + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build boot_uf2_headers/rebuild_cache: phony boot_uf2_headers/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Target aliases. + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/elf2uf2 + +build all: phony elf2uf2 boot_uf2_headers/all + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/elf2uf2/boot_uf2_headers + +build boot_uf2_headers/all: phony + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | /home/spider_pig/src/c/pico/pico-sdk/src/common/boot_uf2/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/tools/elf2uf2/CMakeLists.txt /usr/share/cmake/Modules/CMakeCCompiler.cmake.in /usr/share/cmake/Modules/CMakeCCompilerABI.c /usr/share/cmake/Modules/CMakeCInformation.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompileFeatures.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestCCompiler.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-C.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.25.3/CMakeCCompiler.cmake CMakeFiles/3.25.3/CMakeCXXCompiler.cmake CMakeFiles/3.25.3/CMakeSystem.cmake + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build /home/spider_pig/src/c/pico/pico-sdk/src/common/boot_uf2/CMakeLists.txt /home/spider_pig/src/c/pico/pico-sdk/tools/elf2uf2/CMakeLists.txt /usr/share/cmake/Modules/CMakeCCompiler.cmake.in /usr/share/cmake/Modules/CMakeCCompilerABI.c /usr/share/cmake/Modules/CMakeCInformation.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompileFeatures.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestCCompiler.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-C.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.25.3/CMakeCCompiler.cmake CMakeFiles/3.25.3/CMakeCXXCompiler.cmake CMakeFiles/3.25.3/CMakeSystem.cmake: phony + + +############################################# +# Clean all the built files. + +build clean: CLEAN + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/build/elf2uf2/cmake_install.cmake b/build/elf2uf2/cmake_install.cmake new file mode 100644 index 0000000..d27a1dd --- /dev/null +++ b/build/elf2uf2/cmake_install.cmake @@ -0,0 +1,60 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/tools/elf2uf2 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/spider_pig/src/c/pico/clacer/build/elf2uf2/boot_uf2_headers/cmake_install.cmake") + +endif() + +if(CMAKE_INSTALL_COMPONENT) + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +file(WRITE "/home/spider_pig/src/c/pico/clacer/build/elf2uf2/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/build/elf2uf2/elf2uf2 b/build/elf2uf2/elf2uf2 new file mode 100755 index 0000000..4cc5176 Binary files /dev/null and b/build/elf2uf2/elf2uf2 differ diff --git a/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-configure b/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-configure new file mode 100644 index 0000000..e69de29 diff --git a/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-done b/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-done new file mode 100644 index 0000000..e69de29 diff --git a/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-download b/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-download new file mode 100644 index 0000000..e69de29 diff --git a/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-mkdir b/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-mkdir new file mode 100644 index 0000000..e69de29 diff --git a/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-patch b/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-patch new file mode 100644 index 0000000..e69de29 diff --git a/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-source_dirinfo.txt b/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-source_dirinfo.txt new file mode 100644 index 0000000..ae4b9f8 --- /dev/null +++ b/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-source_dirinfo.txt @@ -0,0 +1,9 @@ +# This is a generated file and its contents are an internal implementation detail. +# The download step will be re-executed if anything in this file changes. +# No other meaning or use of this file is supported. + +method=source_dir +command= +source_dir=/home/spider_pig/src/c/pico/pico-sdk/tools/elf2uf2 +work_dir= + diff --git a/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-update b/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-update new file mode 100644 index 0000000..e69de29 diff --git a/build/elf2uf2/tmp/ELF2UF2Build-cfgcmd.txt b/build/elf2uf2/tmp/ELF2UF2Build-cfgcmd.txt new file mode 100644 index 0000000..a9bb3d0 --- /dev/null +++ b/build/elf2uf2/tmp/ELF2UF2Build-cfgcmd.txt @@ -0,0 +1 @@ +cmd='/usr/bin/cmake;-DCMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja;-GNinja;' diff --git a/build/elf2uf2/tmp/ELF2UF2Build-mkdirs.cmake b/build/elf2uf2/tmp/ELF2UF2Build-mkdirs.cmake new file mode 100644 index 0000000..d756c15 --- /dev/null +++ b/build/elf2uf2/tmp/ELF2UF2Build-mkdirs.cmake @@ -0,0 +1,22 @@ +# Distributed under the OSI-approved BSD 3-Clause License. See accompanying +# file Copyright.txt or https://cmake.org/licensing for details. + +cmake_minimum_required(VERSION 3.5) + +file(MAKE_DIRECTORY + "/home/spider_pig/src/c/pico/pico-sdk/tools/elf2uf2" + "/home/spider_pig/src/c/pico/clacer/build/elf2uf2" + "/home/spider_pig/src/c/pico/clacer/build/elf2uf2" + "/home/spider_pig/src/c/pico/clacer/build/elf2uf2/tmp" + "/home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp" + "/home/spider_pig/src/c/pico/clacer/build/elf2uf2/src" + "/home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp" +) + +set(configSubDirs ) +foreach(subDir IN LISTS configSubDirs) + file(MAKE_DIRECTORY "/home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp/${subDir}") +endforeach() +if(cfgdir) + file(MAKE_DIRECTORY "/home/spider_pig/src/c/pico/clacer/build/elf2uf2/src/ELF2UF2Build-stamp${cfgdir}") # cfgdir has leading slash +endif() diff --git a/build/generated/pico_base/pico/config_autogen.h b/build/generated/pico_base/pico/config_autogen.h new file mode 100644 index 0000000..f54398c --- /dev/null +++ b/build/generated/pico_base/pico/config_autogen.h @@ -0,0 +1,11 @@ +// AUTOGENERATED FROM PICO_CONFIG_HEADER_FILES and then PICO__CONFIG_HEADER_FILES +// DO NOT EDIT! + + +// based on PICO_CONFIG_HEADER_FILES: + +#include "/home/spider_pig/src/c/pico/pico-sdk/src/boards/include/boards/pico.h" + +// based on PICO_RP2040_CONFIG_HEADER_FILES: + +#include "/home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/cmsis/include/cmsis/rename_exceptions.h" \ No newline at end of file diff --git a/build/generated/pico_base/pico/version.h b/build/generated/pico_base/pico/version.h new file mode 100644 index 0000000..c7a1be0 --- /dev/null +++ b/build/generated/pico_base/pico/version.h @@ -0,0 +1,19 @@ +/* + * Copyright (c) 2020 Raspberry Pi (Trading) Ltd. + * + * SPDX-License-Identifier: BSD-3-Clause + */ + +// --------------------------------------- +// THIS FILE IS AUTOGENERATED; DO NOT EDIT +// --------------------------------------- + +#ifndef _PICO_VERSION_H +#define _PICO_VERSION_H + +#define PICO_SDK_VERSION_MAJOR 1 +#define PICO_SDK_VERSION_MINOR 5 +#define PICO_SDK_VERSION_REVISION 0 +#define PICO_SDK_VERSION_STRING "1.5.0" + +#endif diff --git a/build/pico-sdk/cmake_install.cmake b/build/pico-sdk/cmake_install.cmake new file mode 100644 index 0000000..8e53da3 --- /dev/null +++ b/build/pico-sdk/cmake_install.cmake @@ -0,0 +1,47 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/tools/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/docs/cmake_install.cmake") + +endif() + diff --git a/build/pico-sdk/docs/cmake_install.cmake b/build/pico-sdk/docs/cmake_install.cmake new file mode 100644 index 0000000..a558a9a --- /dev/null +++ b/build/pico-sdk/docs/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/docs + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/cmake_install.cmake b/build/pico-sdk/src/cmake_install.cmake new file mode 100644 index 0000000..b921196 --- /dev/null +++ b/build/pico-sdk/src/cmake_install.cmake @@ -0,0 +1,47 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2040/cmake_install.cmake") + +endif() + diff --git a/build/pico-sdk/src/common/boot_picoboot/cmake_install.cmake b/build/pico-sdk/src/common/boot_picoboot/cmake_install.cmake new file mode 100644 index 0000000..02f21ef --- /dev/null +++ b/build/pico-sdk/src/common/boot_picoboot/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/common/boot_picoboot + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/common/boot_uf2/cmake_install.cmake b/build/pico-sdk/src/common/boot_uf2/cmake_install.cmake new file mode 100644 index 0000000..91b96aa --- /dev/null +++ b/build/pico-sdk/src/common/boot_uf2/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/common/boot_uf2 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/common/cmake_install.cmake b/build/pico-sdk/src/common/cmake_install.cmake new file mode 100644 index 0000000..cad2bbd --- /dev/null +++ b/build/pico-sdk/src/common/cmake_install.cmake @@ -0,0 +1,55 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/common + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/boot_picoboot/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/boot_uf2/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_base/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_usb_reset_interface/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_bit_ops/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_binary_info/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_divider/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_sync/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_time/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_util/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/common/pico_stdlib/cmake_install.cmake") + +endif() + diff --git a/build/pico-sdk/src/common/pico_base/cmake_install.cmake b/build/pico-sdk/src/common/pico_base/cmake_install.cmake new file mode 100644 index 0000000..5ed461d --- /dev/null +++ b/build/pico-sdk/src/common/pico_base/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_base + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/common/pico_binary_info/cmake_install.cmake b/build/pico-sdk/src/common/pico_binary_info/cmake_install.cmake new file mode 100644 index 0000000..1d97e60 --- /dev/null +++ b/build/pico-sdk/src/common/pico_binary_info/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_binary_info + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/common/pico_bit_ops/cmake_install.cmake b/build/pico-sdk/src/common/pico_bit_ops/cmake_install.cmake new file mode 100644 index 0000000..d35c8c4 --- /dev/null +++ b/build/pico-sdk/src/common/pico_bit_ops/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_bit_ops + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/common/pico_divider/cmake_install.cmake b/build/pico-sdk/src/common/pico_divider/cmake_install.cmake new file mode 100644 index 0000000..6f3ee55 --- /dev/null +++ b/build/pico-sdk/src/common/pico_divider/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_divider + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/common/pico_stdlib/cmake_install.cmake b/build/pico-sdk/src/common/pico_stdlib/cmake_install.cmake new file mode 100644 index 0000000..97bf328 --- /dev/null +++ b/build/pico-sdk/src/common/pico_stdlib/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_stdlib + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/common/pico_sync/cmake_install.cmake b/build/pico-sdk/src/common/pico_sync/cmake_install.cmake new file mode 100644 index 0000000..7d67a67 --- /dev/null +++ b/build/pico-sdk/src/common/pico_sync/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_sync + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/common/pico_time/cmake_install.cmake b/build/pico-sdk/src/common/pico_time/cmake_install.cmake new file mode 100644 index 0000000..93fbe94 --- /dev/null +++ b/build/pico-sdk/src/common/pico_time/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_time + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/common/pico_usb_reset_interface/cmake_install.cmake b/build/pico-sdk/src/common/pico_usb_reset_interface/cmake_install.cmake new file mode 100644 index 0000000..af4715f --- /dev/null +++ b/build/pico-sdk/src/common/pico_usb_reset_interface/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_usb_reset_interface + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/common/pico_util/cmake_install.cmake b/build/pico-sdk/src/common/pico_util/cmake_install.cmake new file mode 100644 index 0000000..a86b0ff --- /dev/null +++ b/build/pico-sdk/src/common/pico_util/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/common/pico_util + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2040/cmake_install.cmake b/build/pico-sdk/src/rp2040/cmake_install.cmake new file mode 100644 index 0000000..5800fbd --- /dev/null +++ b/build/pico-sdk/src/rp2040/cmake_install.cmake @@ -0,0 +1,46 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2040 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2040/hardware_regs/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2040/hardware_structs/cmake_install.cmake") + +endif() + diff --git a/build/pico-sdk/src/rp2040/hardware_regs/cmake_install.cmake b/build/pico-sdk/src/rp2040/hardware_regs/cmake_install.cmake new file mode 100644 index 0000000..4195723 --- /dev/null +++ b/build/pico-sdk/src/rp2040/hardware_regs/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_regs + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2040/hardware_structs/cmake_install.cmake b/build/pico-sdk/src/rp2040/hardware_structs/cmake_install.cmake new file mode 100644 index 0000000..189f88d --- /dev/null +++ b/build/pico-sdk/src/rp2040/hardware_structs/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2040/hardware_structs + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj b/build/pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj new file mode 100644 index 0000000..393dcc7 Binary files /dev/null and b/build/pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj differ diff --git a/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default.bin b/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default.bin new file mode 100755 index 0000000..7363855 Binary files /dev/null and b/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default.bin differ diff --git a/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default.dis b/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default.dis new file mode 100644 index 0000000..1f30e9c --- /dev/null +++ b/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default.dis @@ -0,0 +1,150 @@ + +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf: file format elf32-littlearm + +Sections: +Idx Name Size VMA LMA File off Algn + 0 .text 000000f0 20041f00 20041f00 00000f00 2**2 + CONTENTS, ALLOC, LOAD, READONLY, CODE + 1 .ARM.attributes 00000022 00000000 00000000 00000ff0 2**0 + CONTENTS, READONLY + 2 .debug_line 000000ed 00000000 00000000 00001012 2**0 + CONTENTS, READONLY, DEBUGGING, OCTETS + 3 .debug_line_str 00000107 00000000 00000000 000010ff 2**0 + CONTENTS, READONLY, DEBUGGING, OCTETS + 4 .debug_info 00000025 00000000 00000000 00001206 2**0 + CONTENTS, READONLY, DEBUGGING, OCTETS + 5 .debug_abbrev 00000014 00000000 00000000 0000122b 2**0 + CONTENTS, READONLY, DEBUGGING, OCTETS + 6 .debug_aranges 00000020 00000000 00000000 00001240 2**3 + CONTENTS, READONLY, DEBUGGING, OCTETS + 7 .debug_str 00000087 00000000 00000000 00001260 2**0 + CONTENTS, READONLY, DEBUGGING, OCTETS + +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf: file format elf32-littlearm + + +Disassembly of section .text: + +20041f00 <_stage2_boot>: +20041f00: b500 push {lr} +20041f02: 4b32 ldr r3, [pc, #200] @ (20041fcc ) +20041f04: 2021 movs r0, #33 @ 0x21 +20041f06: 6058 str r0, [r3, #4] +20041f08: 6898 ldr r0, [r3, #8] +20041f0a: 2102 movs r1, #2 +20041f0c: 4388 bics r0, r1 +20041f0e: 6098 str r0, [r3, #8] +20041f10: 60d8 str r0, [r3, #12] +20041f12: 6118 str r0, [r3, #16] +20041f14: 6158 str r0, [r3, #20] +20041f16: 4b2e ldr r3, [pc, #184] @ (20041fd0 ) +20041f18: 2100 movs r1, #0 +20041f1a: 6099 str r1, [r3, #8] +20041f1c: 2102 movs r1, #2 +20041f1e: 6159 str r1, [r3, #20] +20041f20: 2101 movs r1, #1 +20041f22: 22f0 movs r2, #240 @ 0xf0 +20041f24: 5099 str r1, [r3, r2] + +20041f26 : +20041f26: 492b ldr r1, [pc, #172] @ (20041fd4 ) +20041f28: 6019 str r1, [r3, #0] +20041f2a: 2101 movs r1, #1 +20041f2c: 6099 str r1, [r3, #8] +20041f2e: 2035 movs r0, #53 @ 0x35 +20041f30: f000 f844 bl 20041fbc +20041f34: 2202 movs r2, #2 +20041f36: 4290 cmp r0, r2 +20041f38: d014 beq.n 20041f64 +20041f3a: 2106 movs r1, #6 +20041f3c: 6619 str r1, [r3, #96] @ 0x60 +20041f3e: f000 f834 bl 20041faa +20041f42: 6e19 ldr r1, [r3, #96] @ 0x60 +20041f44: 2101 movs r1, #1 +20041f46: 6619 str r1, [r3, #96] @ 0x60 +20041f48: 2000 movs r0, #0 +20041f4a: 6618 str r0, [r3, #96] @ 0x60 +20041f4c: 661a str r2, [r3, #96] @ 0x60 +20041f4e: f000 f82c bl 20041faa +20041f52: 6e19 ldr r1, [r3, #96] @ 0x60 +20041f54: 6e19 ldr r1, [r3, #96] @ 0x60 +20041f56: 6e19 ldr r1, [r3, #96] @ 0x60 +20041f58: 2005 movs r0, #5 +20041f5a: f000 f82f bl 20041fbc +20041f5e: 2101 movs r1, #1 +20041f60: 4208 tst r0, r1 +20041f62: d1f9 bne.n 20041f58 + +20041f64 : +20041f64: 2100 movs r1, #0 +20041f66: 6099 str r1, [r3, #8] + +20041f68 : +20041f68: 491b ldr r1, [pc, #108] @ (20041fd8 ) +20041f6a: 6019 str r1, [r3, #0] +20041f6c: 2100 movs r1, #0 +20041f6e: 6059 str r1, [r3, #4] +20041f70: 491a ldr r1, [pc, #104] @ (20041fdc ) +20041f72: 481b ldr r0, [pc, #108] @ (20041fe0 ) +20041f74: 6001 str r1, [r0, #0] +20041f76: 2101 movs r1, #1 +20041f78: 6099 str r1, [r3, #8] +20041f7a: 21eb movs r1, #235 @ 0xeb +20041f7c: 6619 str r1, [r3, #96] @ 0x60 +20041f7e: 21a0 movs r1, #160 @ 0xa0 +20041f80: 6619 str r1, [r3, #96] @ 0x60 +20041f82: f000 f812 bl 20041faa +20041f86: 2100 movs r1, #0 +20041f88: 6099 str r1, [r3, #8] + +20041f8a : +20041f8a: 4916 ldr r1, [pc, #88] @ (20041fe4 ) +20041f8c: 4814 ldr r0, [pc, #80] @ (20041fe0 ) +20041f8e: 6001 str r1, [r0, #0] +20041f90: 2101 movs r1, #1 +20041f92: 6099 str r1, [r3, #8] + +20041f94 : +20041f94: bc01 pop {r0} +20041f96: 2800 cmp r0, #0 +20041f98: d000 beq.n 20041f9c +20041f9a: 4700 bx r0 + +20041f9c : +20041f9c: 4812 ldr r0, [pc, #72] @ (20041fe8 ) +20041f9e: 4913 ldr r1, [pc, #76] @ (20041fec ) +20041fa0: 6008 str r0, [r1, #0] +20041fa2: c803 ldmia r0, {r0, r1} +20041fa4: f380 8808 msr MSP, r0 +20041fa8: 4708 bx r1 + +20041faa : +20041faa: b503 push {r0, r1, lr} +20041fac: 6a99 ldr r1, [r3, #40] @ 0x28 +20041fae: 2004 movs r0, #4 +20041fb0: 4201 tst r1, r0 +20041fb2: d0fb beq.n 20041fac +20041fb4: 2001 movs r0, #1 +20041fb6: 4201 tst r1, r0 +20041fb8: d1f8 bne.n 20041fac +20041fba: bd03 pop {r0, r1, pc} + +20041fbc : +20041fbc: b502 push {r1, lr} +20041fbe: 6618 str r0, [r3, #96] @ 0x60 +20041fc0: 6618 str r0, [r3, #96] @ 0x60 +20041fc2: f7ff fff2 bl 20041faa +20041fc6: 6e18 ldr r0, [r3, #96] @ 0x60 +20041fc8: 6e18 ldr r0, [r3, #96] @ 0x60 +20041fca: bd02 pop {r1, pc} + +20041fcc : +20041fcc: 40020000 .word 0x40020000 +20041fd0: 18000000 .word 0x18000000 +20041fd4: 00070000 .word 0x00070000 +20041fd8: 005f0300 .word 0x005f0300 +20041fdc: 00002221 .word 0x00002221 +20041fe0: 180000f4 .word 0x180000f4 +20041fe4: a0002022 .word 0xa0002022 +20041fe8: 10000100 .word 0x10000100 +20041fec: e000ed08 .word 0xe000ed08 diff --git a/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf b/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf new file mode 100755 index 0000000..2ee2319 Binary files /dev/null and b/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf differ diff --git a/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default_padded_checksummed.S b/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default_padded_checksummed.S new file mode 100644 index 0000000..871ad7a --- /dev/null +++ b/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default_padded_checksummed.S @@ -0,0 +1,23 @@ +// Padded and checksummed version of: /home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default.bin + +.cpu cortex-m0plus +.thumb + +.section .boot2, "ax" + +.byte 0x00, 0xb5, 0x32, 0x4b, 0x21, 0x20, 0x58, 0x60, 0x98, 0x68, 0x02, 0x21, 0x88, 0x43, 0x98, 0x60 +.byte 0xd8, 0x60, 0x18, 0x61, 0x58, 0x61, 0x2e, 0x4b, 0x00, 0x21, 0x99, 0x60, 0x02, 0x21, 0x59, 0x61 +.byte 0x01, 0x21, 0xf0, 0x22, 0x99, 0x50, 0x2b, 0x49, 0x19, 0x60, 0x01, 0x21, 0x99, 0x60, 0x35, 0x20 +.byte 0x00, 0xf0, 0x44, 0xf8, 0x02, 0x22, 0x90, 0x42, 0x14, 0xd0, 0x06, 0x21, 0x19, 0x66, 0x00, 0xf0 +.byte 0x34, 0xf8, 0x19, 0x6e, 0x01, 0x21, 0x19, 0x66, 0x00, 0x20, 0x18, 0x66, 0x1a, 0x66, 0x00, 0xf0 +.byte 0x2c, 0xf8, 0x19, 0x6e, 0x19, 0x6e, 0x19, 0x6e, 0x05, 0x20, 0x00, 0xf0, 0x2f, 0xf8, 0x01, 0x21 +.byte 0x08, 0x42, 0xf9, 0xd1, 0x00, 0x21, 0x99, 0x60, 0x1b, 0x49, 0x19, 0x60, 0x00, 0x21, 0x59, 0x60 +.byte 0x1a, 0x49, 0x1b, 0x48, 0x01, 0x60, 0x01, 0x21, 0x99, 0x60, 0xeb, 0x21, 0x19, 0x66, 0xa0, 0x21 +.byte 0x19, 0x66, 0x00, 0xf0, 0x12, 0xf8, 0x00, 0x21, 0x99, 0x60, 0x16, 0x49, 0x14, 0x48, 0x01, 0x60 +.byte 0x01, 0x21, 0x99, 0x60, 0x01, 0xbc, 0x00, 0x28, 0x00, 0xd0, 0x00, 0x47, 0x12, 0x48, 0x13, 0x49 +.byte 0x08, 0x60, 0x03, 0xc8, 0x80, 0xf3, 0x08, 0x88, 0x08, 0x47, 0x03, 0xb5, 0x99, 0x6a, 0x04, 0x20 +.byte 0x01, 0x42, 0xfb, 0xd0, 0x01, 0x20, 0x01, 0x42, 0xf8, 0xd1, 0x03, 0xbd, 0x02, 0xb5, 0x18, 0x66 +.byte 0x18, 0x66, 0xff, 0xf7, 0xf2, 0xff, 0x18, 0x6e, 0x18, 0x6e, 0x02, 0xbd, 0x00, 0x00, 0x02, 0x40 +.byte 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x07, 0x00, 0x00, 0x03, 0x5f, 0x00, 0x21, 0x22, 0x00, 0x00 +.byte 0xf4, 0x00, 0x00, 0x18, 0x22, 0x20, 0x00, 0xa0, 0x00, 0x01, 0x00, 0x10, 0x08, 0xed, 0x00, 0xe0 +.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x74, 0xb2, 0x4e, 0x7a diff --git a/build/pico-sdk/src/rp2_common/boot_stage2/cmake_install.cmake b/build/pico-sdk/src/rp2_common/boot_stage2/cmake_install.cmake new file mode 100644 index 0000000..899abc7 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/boot_stage2/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/boot_stage2 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/cmake_install.cmake b/build/pico-sdk/src/rp2_common/cmake_install.cmake new file mode 100644 index 0000000..e9d87dd --- /dev/null +++ b/build/pico-sdk/src/rp2_common/cmake_install.cmake @@ -0,0 +1,101 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_base/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_claim/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_adc/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_clocks/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_dma/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_divider/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_exception/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_flash/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_gpio/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_i2c/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_interp/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_irq/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_pio/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_pll/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_pwm/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_resets/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_rtc/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_spi/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_sync/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_timer/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_uart/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_vreg/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_watchdog/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/hardware_xosc/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_bootrom/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_platform/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/boot_stage2/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_bootsel_via_double_reset/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_multicore/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_unique_id/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_bit_ops/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_divider/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_double/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_int64_ops/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_float/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_mem_ops/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_malloc/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_printf/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_rand/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_stdio/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_stdio_semihosting/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_stdio_uart/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/cmsis/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/tinyusb/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_stdio_usb/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_i2c_slave/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_async_context/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_btstack/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_lwip/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_arch/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_mbedtls/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_stdlib/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cxx_options/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_standard_link/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_fix/cmake_install.cmake") + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_runtime/cmake_install.cmake") + +endif() + diff --git a/build/pico-sdk/src/rp2_common/cmsis/cmake_install.cmake b/build/pico-sdk/src/rp2_common/cmsis/cmake_install.cmake new file mode 100644 index 0000000..7f84d2b --- /dev/null +++ b/build/pico-sdk/src/rp2_common/cmsis/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/cmsis + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/hardware_adc/cmake_install.cmake b/build/pico-sdk/src/rp2_common/hardware_adc/cmake_install.cmake new file mode 100644 index 0000000..dfdd3a7 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/hardware_adc/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_adc + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/hardware_base/cmake_install.cmake b/build/pico-sdk/src/rp2_common/hardware_base/cmake_install.cmake new file mode 100644 index 0000000..e3fcbca --- /dev/null +++ b/build/pico-sdk/src/rp2_common/hardware_base/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_base + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/hardware_claim/cmake_install.cmake b/build/pico-sdk/src/rp2_common/hardware_claim/cmake_install.cmake new file mode 100644 index 0000000..564a1cc --- /dev/null +++ b/build/pico-sdk/src/rp2_common/hardware_claim/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_claim + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/hardware_clocks/cmake_install.cmake b/build/pico-sdk/src/rp2_common/hardware_clocks/cmake_install.cmake new file mode 100644 index 0000000..c812ac1 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/hardware_clocks/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_clocks + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/hardware_divider/cmake_install.cmake b/build/pico-sdk/src/rp2_common/hardware_divider/cmake_install.cmake new file mode 100644 index 0000000..4903b22 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/hardware_divider/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_divider + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/hardware_dma/cmake_install.cmake b/build/pico-sdk/src/rp2_common/hardware_dma/cmake_install.cmake new file mode 100644 index 0000000..7170b32 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/hardware_dma/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_dma + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/hardware_exception/cmake_install.cmake b/build/pico-sdk/src/rp2_common/hardware_exception/cmake_install.cmake new file mode 100644 index 0000000..bda2ca9 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/hardware_exception/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_exception + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/hardware_flash/cmake_install.cmake b/build/pico-sdk/src/rp2_common/hardware_flash/cmake_install.cmake new file mode 100644 index 0000000..ffde10e --- /dev/null +++ b/build/pico-sdk/src/rp2_common/hardware_flash/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_flash + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/hardware_gpio/cmake_install.cmake b/build/pico-sdk/src/rp2_common/hardware_gpio/cmake_install.cmake new file mode 100644 index 0000000..1b1d8d3 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/hardware_gpio/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_gpio + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/hardware_i2c/cmake_install.cmake b/build/pico-sdk/src/rp2_common/hardware_i2c/cmake_install.cmake new file mode 100644 index 0000000..bb62bdf --- /dev/null +++ b/build/pico-sdk/src/rp2_common/hardware_i2c/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_i2c + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/hardware_interp/cmake_install.cmake b/build/pico-sdk/src/rp2_common/hardware_interp/cmake_install.cmake new file mode 100644 index 0000000..bc4f647 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/hardware_interp/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_interp + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/hardware_irq/cmake_install.cmake b/build/pico-sdk/src/rp2_common/hardware_irq/cmake_install.cmake new file mode 100644 index 0000000..e07dd6d --- /dev/null +++ b/build/pico-sdk/src/rp2_common/hardware_irq/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_irq + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/hardware_pio/cmake_install.cmake b/build/pico-sdk/src/rp2_common/hardware_pio/cmake_install.cmake new file mode 100644 index 0000000..7f56d27 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/hardware_pio/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pio + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/hardware_pll/cmake_install.cmake b/build/pico-sdk/src/rp2_common/hardware_pll/cmake_install.cmake new file mode 100644 index 0000000..20531c4 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/hardware_pll/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pll + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/hardware_pwm/cmake_install.cmake b/build/pico-sdk/src/rp2_common/hardware_pwm/cmake_install.cmake new file mode 100644 index 0000000..91d4623 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/hardware_pwm/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_pwm + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/hardware_resets/cmake_install.cmake b/build/pico-sdk/src/rp2_common/hardware_resets/cmake_install.cmake new file mode 100644 index 0000000..ec10985 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/hardware_resets/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_resets + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/hardware_rtc/cmake_install.cmake b/build/pico-sdk/src/rp2_common/hardware_rtc/cmake_install.cmake new file mode 100644 index 0000000..8d4ae13 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/hardware_rtc/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_rtc + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/hardware_spi/cmake_install.cmake b/build/pico-sdk/src/rp2_common/hardware_spi/cmake_install.cmake new file mode 100644 index 0000000..0c83f12 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/hardware_spi/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_spi + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/hardware_sync/cmake_install.cmake b/build/pico-sdk/src/rp2_common/hardware_sync/cmake_install.cmake new file mode 100644 index 0000000..1302fc0 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/hardware_sync/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_sync + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/hardware_timer/cmake_install.cmake b/build/pico-sdk/src/rp2_common/hardware_timer/cmake_install.cmake new file mode 100644 index 0000000..9b65fd2 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/hardware_timer/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_timer + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/hardware_uart/cmake_install.cmake b/build/pico-sdk/src/rp2_common/hardware_uart/cmake_install.cmake new file mode 100644 index 0000000..d82d118 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/hardware_uart/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_uart + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/hardware_vreg/cmake_install.cmake b/build/pico-sdk/src/rp2_common/hardware_vreg/cmake_install.cmake new file mode 100644 index 0000000..1ad161b --- /dev/null +++ b/build/pico-sdk/src/rp2_common/hardware_vreg/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_vreg + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/hardware_watchdog/cmake_install.cmake b/build/pico-sdk/src/rp2_common/hardware_watchdog/cmake_install.cmake new file mode 100644 index 0000000..4c766c7 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/hardware_watchdog/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_watchdog + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/hardware_xosc/cmake_install.cmake b/build/pico-sdk/src/rp2_common/hardware_xosc/cmake_install.cmake new file mode 100644 index 0000000..16be4a0 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/hardware_xosc/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/hardware_xosc + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_async_context/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_async_context/cmake_install.cmake new file mode 100644 index 0000000..1d32d61 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_async_context/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_async_context + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_bit_ops/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_bit_ops/cmake_install.cmake new file mode 100644 index 0000000..ad39165 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_bit_ops/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bit_ops + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_bootrom/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_bootrom/cmake_install.cmake new file mode 100644 index 0000000..47700de --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_bootrom/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootrom + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_bootsel_via_double_reset/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_bootsel_via_double_reset/cmake_install.cmake new file mode 100644 index 0000000..c8f3f04 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_bootsel_via_double_reset/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_bootsel_via_double_reset + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_btstack/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_btstack/cmake_install.cmake new file mode 100644 index 0000000..d30a40d --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_btstack/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_btstack + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_cxx_options/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_cxx_options/cmake_install.cmake new file mode 100644 index 0000000..75f778d --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_cxx_options/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cxx_options + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_cyw43_arch/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_cyw43_arch/cmake_install.cmake new file mode 100644 index 0000000..41e92c3 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_cyw43_arch/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cyw43_arch + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild-complete b/build/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild-complete new file mode 100644 index 0000000..e69de29 diff --git a/build/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild.dir/Labels.json b/build/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild.dir/Labels.json new file mode 100644 index 0000000..1187861 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild.dir/Labels.json @@ -0,0 +1,43 @@ +{ + "sources" : + [ + { + "file" : "/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild" + }, + { + "file" : "/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild.rule" + }, + { + "file" : "/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild-complete.rule" + }, + { + "file" : "/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-build.rule" + }, + { + "file" : "/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-configure.rule" + }, + { + "file" : "/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-download.rule" + }, + { + "file" : "/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-install.rule" + }, + { + "file" : "/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-mkdir.rule" + }, + { + "file" : "/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-patch.rule" + }, + { + "file" : "/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-update.rule" + } + ], + "target" : + { + "labels" : + [ + "PioasmBuild" + ], + "name" : "PioasmBuild" + } +} \ No newline at end of file diff --git a/build/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild.dir/Labels.txt b/build/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild.dir/Labels.txt new file mode 100644 index 0000000..8de2e94 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild.dir/Labels.txt @@ -0,0 +1,13 @@ +# Target labels + PioasmBuild +# Source files and their labels +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild.rule +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/CMakeFiles/PioasmBuild-complete.rule +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-build.rule +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-configure.rule +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-download.rule +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-install.rule +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-mkdir.rule +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-patch.rule +/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-update.rule diff --git a/build/pico-sdk/src/rp2_common/pico_cyw43_driver/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_cyw43_driver/cmake_install.cmake new file mode 100644 index 0000000..e5d6ba4 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_cyw43_driver/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cyw43_driver + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/cmake_install.cmake") + +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/cmake_install.cmake new file mode 100644 index 0000000..145f93d --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_cyw43_driver/cybt_shared_bus + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-configure b/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-configure new file mode 100644 index 0000000..e69de29 diff --git a/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-done b/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-done new file mode 100644 index 0000000..e69de29 diff --git a/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-download b/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-download new file mode 100644 index 0000000..e69de29 diff --git a/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-mkdir b/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-mkdir new file mode 100644 index 0000000..e69de29 diff --git a/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-patch b/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-patch new file mode 100644 index 0000000..e69de29 diff --git a/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-source_dirinfo.txt b/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-source_dirinfo.txt new file mode 100644 index 0000000..9d7d554 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-source_dirinfo.txt @@ -0,0 +1,9 @@ +# This is a generated file and its contents are an internal implementation detail. +# The download step will be re-executed if anything in this file changes. +# No other meaning or use of this file is supported. + +method=source_dir +command= +source_dir=/home/spider_pig/src/c/pico/pico-sdk/tools/pioasm +work_dir= + diff --git a/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-update b/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/PioasmBuild-update new file mode 100644 index 0000000..e69de29 diff --git a/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/tmp/PioasmBuild-cache-Debug.cmake b/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/tmp/PioasmBuild-cache-Debug.cmake new file mode 100644 index 0000000..0635385 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/tmp/PioasmBuild-cache-Debug.cmake @@ -0,0 +1,2 @@ + +set(PIOASM_EXTRA_SOURCE_FILES "" CACHE STRING "Initial cache" FORCE) \ No newline at end of file diff --git a/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/tmp/PioasmBuild-cfgcmd.txt b/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/tmp/PioasmBuild-cfgcmd.txt new file mode 100644 index 0000000..fb3a874 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/tmp/PioasmBuild-cfgcmd.txt @@ -0,0 +1 @@ +cmd='/usr/bin/cmake;-DCMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja;-GNinja;-C/PioasmBuild-cache-$.cmake;' diff --git a/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/tmp/PioasmBuild-mkdirs.cmake b/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/tmp/PioasmBuild-mkdirs.cmake new file mode 100644 index 0000000..ad11863 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/tmp/PioasmBuild-mkdirs.cmake @@ -0,0 +1,22 @@ +# Distributed under the OSI-approved BSD 3-Clause License. See accompanying +# file Copyright.txt or https://cmake.org/licensing for details. + +cmake_minimum_required(VERSION 3.5) + +file(MAKE_DIRECTORY + "/home/spider_pig/src/c/pico/pico-sdk/tools/pioasm" + "/home/spider_pig/src/c/pico/clacer/build/pioasm" + "/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm" + "/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/tmp" + "/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp" + "/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src" + "/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp" +) + +set(configSubDirs ) +foreach(subDir IN LISTS configSubDirs) + file(MAKE_DIRECTORY "/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp/${subDir}") +endforeach() +if(cfgdir) + file(MAKE_DIRECTORY "/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/PioasmBuild-stamp${cfgdir}") # cfgdir has leading slash +endif() diff --git a/build/pico-sdk/src/rp2_common/pico_divider/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_divider/cmake_install.cmake new file mode 100644 index 0000000..66b275d --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_divider/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_divider + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_double/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_double/cmake_install.cmake new file mode 100644 index 0000000..8ff9297 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_double/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_double + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_fix/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_fix/cmake_install.cmake new file mode 100644 index 0000000..fbd30c6 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_fix/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_fix + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/spider_pig/src/c/pico/clacer/build/pico-sdk/src/rp2_common/pico_fix/rp2040_usb_device_enumeration/cmake_install.cmake") + +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_fix/rp2040_usb_device_enumeration/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_fix/rp2040_usb_device_enumeration/cmake_install.cmake new file mode 100644 index 0000000..bf65bc0 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_fix/rp2040_usb_device_enumeration/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_fix/rp2040_usb_device_enumeration + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_float/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_float/cmake_install.cmake new file mode 100644 index 0000000..14f0ceb --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_float/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_float + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_i2c_slave/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_i2c_slave/cmake_install.cmake new file mode 100644 index 0000000..e66f077 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_i2c_slave/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_i2c_slave + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_int64_ops/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_int64_ops/cmake_install.cmake new file mode 100644 index 0000000..b29f92f --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_int64_ops/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_int64_ops + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_lwip/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_lwip/cmake_install.cmake new file mode 100644 index 0000000..4d4e9bf --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_lwip/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_lwip + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_malloc/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_malloc/cmake_install.cmake new file mode 100644 index 0000000..85990c7 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_malloc/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_malloc + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_mbedtls/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_mbedtls/cmake_install.cmake new file mode 100644 index 0000000..01ab5ee --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_mbedtls/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mbedtls + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_mem_ops/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_mem_ops/cmake_install.cmake new file mode 100644 index 0000000..b6f812b --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_mem_ops/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_mem_ops + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_multicore/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_multicore/cmake_install.cmake new file mode 100644 index 0000000..548fd0a --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_multicore/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_multicore + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_platform/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_platform/cmake_install.cmake new file mode 100644 index 0000000..79ee2d3 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_platform/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_platform + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_printf/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_printf/cmake_install.cmake new file mode 100644 index 0000000..57bfd43 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_printf/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_printf + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_rand/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_rand/cmake_install.cmake new file mode 100644 index 0000000..1977b51 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_rand/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_rand + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_runtime/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_runtime/cmake_install.cmake new file mode 100644 index 0000000..3ce20d9 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_runtime/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_runtime + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_standard_link/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_standard_link/cmake_install.cmake new file mode 100644 index 0000000..3495d89 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_standard_link/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_standard_link + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_stdio/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_stdio/cmake_install.cmake new file mode 100644 index 0000000..76c1395 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_stdio/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_stdio_semihosting/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_stdio_semihosting/cmake_install.cmake new file mode 100644 index 0000000..54aeebb --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_stdio_semihosting/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_semihosting + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_stdio_uart/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_stdio_uart/cmake_install.cmake new file mode 100644 index 0000000..1b82e57 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_stdio_uart/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_uart + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_stdio_usb/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_stdio_usb/cmake_install.cmake new file mode 100644 index 0000000..c22b529 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_stdio_usb/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdio_usb + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_stdlib/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_stdlib/cmake_install.cmake new file mode 100644 index 0000000..6036306 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_stdlib/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_stdlib + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/pico_unique_id/cmake_install.cmake b/build/pico-sdk/src/rp2_common/pico_unique_id/cmake_install.cmake new file mode 100644 index 0000000..a67ec23 --- /dev/null +++ b/build/pico-sdk/src/rp2_common/pico_unique_id/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/pico_unique_id + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/src/rp2_common/tinyusb/cmake_install.cmake b/build/pico-sdk/src/rp2_common/tinyusb/cmake_install.cmake new file mode 100644 index 0000000..9a8eacc --- /dev/null +++ b/build/pico-sdk/src/rp2_common/tinyusb/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/src/rp2_common/tinyusb + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pico-sdk/tools/cmake_install.cmake b/build/pico-sdk/tools/cmake_install.cmake new file mode 100644 index 0000000..640d534 --- /dev/null +++ b/build/pico-sdk/tools/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/tools + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/arm-none-eabi-objdump") +endif() + diff --git a/build/pioasm/.ninja_deps b/build/pioasm/.ninja_deps new file mode 100644 index 0000000..1a1b6b2 Binary files /dev/null and b/build/pioasm/.ninja_deps differ diff --git a/build/pioasm/.ninja_log b/build/pioasm/.ninja_log new file mode 100644 index 0000000..7f6242d --- /dev/null +++ b/build/pioasm/.ninja_log @@ -0,0 +1,11 @@ +# ninja log v5 +0 244 1683968526978482701 CMakeFiles/pioasm.dir/pio_disassembler.cpp.o bd66207cd401ac5c +0 325 1683968527060482705 CMakeFiles/pioasm.dir/c_sdk_output.cpp.o 925538e4707c2fba +0 418 1683968527152482709 CMakeFiles/pioasm.dir/hex_output.cpp.o 645eb5b4142430ed +1 448 1683968527183482710 CMakeFiles/pioasm.dir/ada_output.cpp.o beae61992fc2b081 +0 450 1683968527184482711 CMakeFiles/pioasm.dir/gen/lexer.cpp.o ac31b279b79e16b5 +0 451 1683968527185482711 CMakeFiles/pioasm.dir/main.cpp.o 91f19dbc4ee03b7c +0 652 1683968527386482720 CMakeFiles/pioasm.dir/python_output.cpp.o f3d392aa6f78e48b +0 830 1683968527563482729 CMakeFiles/pioasm.dir/gen/parser.cpp.o 9b8a719da33ec6c1 +0 1164 1683968527897482745 CMakeFiles/pioasm.dir/pio_assembler.cpp.o a5d4cd32fe7afe54 +1164 1225 1683968527959482747 pioasm 104bd97c7a56de1d diff --git a/build/pioasm/CMakeCache.txt b/build/pioasm/CMakeCache.txt new file mode 100644 index 0000000..c54b555 --- /dev/null +++ b/build/pioasm/CMakeCache.txt @@ -0,0 +1,330 @@ +# This is the CMakeCache file. +# For build in directory: /home/spider_pig/src/c/pico/clacer/build/pioasm +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//Choose the type of build, options are: None Debug Release RelWithDebInfo +// MinSizeRel ... +CMAKE_BUILD_TYPE:STRING= + +//CXX compiler +CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=/usr/lib/llvm/15/bin/dlltool + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/spider_pig/src/c/pico/clacer/build/pioasm/CMakeFiles/pkgRedirects + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//No help, variable specified on the command line. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=pioasm + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//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. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Initial cache +PIOASM_EXTRA_SOURCE_FILES:STRING= + +//Value Computed by CMake +pioasm_BINARY_DIR:STATIC=/home/spider_pig/src/c/pico/clacer/build/pioasm + +//Value Computed by CMake +pioasm_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +pioasm_SOURCE_DIR:STATIC=/home/spider_pig/src/c/pico/pico-sdk/tools/pioasm + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/spider_pig/src/c/pico/clacer/build/pioasm +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=25 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Ninja +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/spider_pig/src/c/pico/pico-sdk/tools/pioasm +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE + diff --git a/build/pioasm/CMakeFiles/3.25.3/CMakeCXXCompiler.cmake b/build/pioasm/CMakeFiles/3.25.3/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..75817dd --- /dev/null +++ b/build/pioasm/CMakeFiles/3.25.3/CMakeCXXCompiler.cmake @@ -0,0 +1,83 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "12.2.1") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12;/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/x86_64-pc-linux-gnu;/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/12/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/12/include-fixed;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/12;/usr/lib64;/lib64;/usr/x86_64-pc-linux-gnu/lib;/usr/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build/pioasm/CMakeFiles/3.25.3/CMakeDetermineCompilerABI_CXX.bin b/build/pioasm/CMakeFiles/3.25.3/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..d45cc60 Binary files /dev/null and b/build/pioasm/CMakeFiles/3.25.3/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/build/pioasm/CMakeFiles/3.25.3/CMakeSystem.cmake b/build/pioasm/CMakeFiles/3.25.3/CMakeSystem.cmake new file mode 100644 index 0000000..4c245bf --- /dev/null +++ b/build/pioasm/CMakeFiles/3.25.3/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.1.19-gentoo") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.1.19-gentoo") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.1.19-gentoo") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.1.19-gentoo") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/build/pioasm/CMakeFiles/3.25.3/CompilerIdCXX/CMakeCXXCompilerId.cpp b/build/pioasm/CMakeFiles/3.25.3/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..c9ba632 --- /dev/null +++ b/build/pioasm/CMakeFiles/3.25.3/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,857 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__COMO__) +# define COMPILER_ID "Comeau" + /* __COMO_VERSION__ = VRR */ +# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) +# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) + +#elif defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(1) +# if defined(__LCC__) +# define COMPILER_VERSION_MINOR DEC(__LCC__- 100) +# endif +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L +# if defined(__INTEL_CXX11_MODE__) +# if defined(__cpp_aggregate_nsdmi) +# define CXX_STD 201402L +# else +# define CXX_STD 201103L +# endif +# else +# define CXX_STD 199711L +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# define CXX_STD _MSVC_LANG +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > 202002L + "23" +#elif CXX_STD > 201703L + "20" +#elif CXX_STD >= 201703L + "17" +#elif CXX_STD >= 201402L + "14" +#elif CXX_STD >= 201103L + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/build/pioasm/CMakeFiles/3.25.3/CompilerIdCXX/a.out b/build/pioasm/CMakeFiles/3.25.3/CompilerIdCXX/a.out new file mode 100755 index 0000000..773b99e Binary files /dev/null and b/build/pioasm/CMakeFiles/3.25.3/CompilerIdCXX/a.out differ diff --git a/build/pioasm/CMakeFiles/CMakeOutput.log b/build/pioasm/CMakeFiles/CMakeOutput.log new file mode 100644 index 0000000..dd14f40 --- /dev/null +++ b/build/pioasm/CMakeFiles/CMakeOutput.log @@ -0,0 +1,192 @@ +The system is: Linux - 6.1.19-gentoo - x86_64 +Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. +Compiler: /usr/bin/c++ +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + +The CXX compiler identification is GNU, found in "/home/spider_pig/src/c/pico/clacer/build/pioasm/CMakeFiles/3.25.3/CompilerIdCXX/a.out" + +Detecting CXX compiler ABI info compiled with the following output: +Change Dir: /home/spider_pig/src/c/pico/clacer/build/pioasm/CMakeFiles/CMakeScratch/TryCompile-iYSDNY + +Run Build Command(s):/usr/bin/ninja cmTC_032c0 && [1/2 50% :: 0.009] Building CXX object CMakeFiles/cmTC_032c0.dir/CMakeCXXCompilerABI.cpp.o +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +Target: x86_64-pc-linux-gnu +Configured with: /var/tmp/portage/sys-devel/gcc-12.2.1_p20230428-r1/work/gcc-12-20230428/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/12 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/12/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 12.2.1_p20230428-r1 p2' --with-gcc-major-version-only --disable-esp --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --without-isl --enable-default-pie --enable-default-ssp +Thread model: posix +Supported LTO compression algorithms: zlib +gcc version 12.2.1 20230428 (Gentoo 12.2.1_p20230428-r1 p2) +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_032c0.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_032c0.dir/' + /usr/libexec/gcc/x86_64-pc-linux-gnu/12/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_032c0.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccxk6UW7.s +GNU C++17 (Gentoo 12.2.1_p20230428-r1 p2) version 12.2.1 20230428 (x86_64-pc-linux-gnu) + compiled by GNU C version 12.2.1 20230428, GMP version 6.2.1, MPFR version 4.2.0, MPC version 1.3.1, isl version none +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12 + /usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/x86_64-pc-linux-gnu + /usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/backward + /usr/lib/gcc/x86_64-pc-linux-gnu/12/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/12/include-fixed + /usr/include +End of search list. +GNU C++17 (Gentoo 12.2.1_p20230428-r1 p2) version 12.2.1 20230428 (x86_64-pc-linux-gnu) + compiled by GNU C version 12.2.1 20230428, GMP version 6.2.1, MPFR version 4.2.0, MPC version 1.3.1, isl version none +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: 5e97c40e86e96e182c21fd10fa611d92 +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_032c0.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_032c0.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/as -v --64 -o CMakeFiles/cmTC_032c0.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccxk6UW7.s +GNU assembler version 2.39.0 (x86_64-pc-linux-gnu) using BFD version (Gentoo 2.39 p6) 2.39.0 +COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/:/usr/libexec/gcc/x86_64-pc-linux-gnu/12/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_032c0.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_032c0.dir/CMakeCXXCompilerABI.cpp.' +[2/2 100% :: 0.036] Linking CXX executable cmTC_032c0 +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/lto-wrapper +Target: x86_64-pc-linux-gnu +Configured with: /var/tmp/portage/sys-devel/gcc-12.2.1_p20230428-r1/work/gcc-12-20230428/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/12 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/12/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 12.2.1_p20230428-r1 p2' --with-gcc-major-version-only --disable-esp --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --without-isl --enable-default-pie --enable-default-ssp +Thread model: posix +Supported LTO compression algorithms: zlib +gcc version 12.2.1 20230428 (Gentoo 12.2.1_p20230428-r1 p2) +COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/:/usr/libexec/gcc/x86_64-pc-linux-gnu/12/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_032c0' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_032c0.' + /usr/libexec/gcc/x86_64-pc-linux-gnu/12/collect2 -plugin /usr/libexec/gcc/x86_64-pc-linux-gnu/12/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/lto-wrapper -plugin-opt=-fresolution=/tmp/ccdpocPp.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_032c0 /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/12/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/12 -L/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../.. CMakeFiles/cmTC_032c0.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/12/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crtn.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_032c0' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_032c0.' + + + +Parsed CXX implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/x86_64-pc-linux-gnu] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/backward] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/x86_64-pc-linux-gnu] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/x86_64-pc-linux-gnu] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/backward] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/backward] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12;/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/x86_64-pc-linux-gnu;/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/12/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/12/include-fixed;/usr/include] + + +Parsed CXX implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/spider_pig/src/c/pico/clacer/build/pioasm/CMakeFiles/CMakeScratch/TryCompile-iYSDNY] + ignore line: [] + ignore line: [Run Build Command(s):/usr/bin/ninja cmTC_032c0 && [1/2 50% :: 0.009] Building CXX object CMakeFiles/cmTC_032c0.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /var/tmp/portage/sys-devel/gcc-12.2.1_p20230428-r1/work/gcc-12-20230428/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/12 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/12/python --enable-languages=c c++ fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 12.2.1_p20230428-r1 p2' --with-gcc-major-version-only --disable-esp --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32 m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --without-isl --enable-default-pie --enable-default-ssp] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 12.2.1 20230428 (Gentoo 12.2.1_p20230428-r1 p2) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_032c0.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_032c0.dir/'] + ignore line: [ /usr/libexec/gcc/x86_64-pc-linux-gnu/12/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_032c0.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccxk6UW7.s] + ignore line: [GNU C++17 (Gentoo 12.2.1_p20230428-r1 p2) version 12.2.1 20230428 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 12.2.1 20230428 GMP version 6.2.1 MPFR version 4.2.0 MPC version 1.3.1 isl version none] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/x86_64-pc-linux-gnu] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/backward] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [GNU C++17 (Gentoo 12.2.1_p20230428-r1 p2) version 12.2.1 20230428 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 12.2.1 20230428 GMP version 6.2.1 MPFR version 4.2.0 MPC version 1.3.1 isl version none] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 5e97c40e86e96e182c21fd10fa611d92] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_032c0.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_032c0.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/as -v --64 -o CMakeFiles/cmTC_032c0.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccxk6UW7.s] + ignore line: [GNU assembler version 2.39.0 (x86_64-pc-linux-gnu) using BFD version (Gentoo 2.39 p6) 2.39.0] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/:/usr/libexec/gcc/x86_64-pc-linux-gnu/12/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_032c0.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_032c0.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2 100% :: 0.036] Linking CXX executable cmTC_032c0] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /var/tmp/portage/sys-devel/gcc-12.2.1_p20230428-r1/work/gcc-12-20230428/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/12 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/12/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/12/python --enable-languages=c c++ fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 12.2.1_p20230428-r1 p2' --with-gcc-major-version-only --disable-esp --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32 m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --without-isl --enable-default-pie --enable-default-ssp] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 12.2.1 20230428 (Gentoo 12.2.1_p20230428-r1 p2) ] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/:/usr/libexec/gcc/x86_64-pc-linux-gnu/12/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_032c0' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_032c0.'] + link line: [ /usr/libexec/gcc/x86_64-pc-linux-gnu/12/collect2 -plugin /usr/libexec/gcc/x86_64-pc-linux-gnu/12/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/lto-wrapper -plugin-opt=-fresolution=/tmp/ccdpocPp.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_032c0 /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/12/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/12 -L/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../.. CMakeFiles/cmTC_032c0.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/12/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crtn.o] + arg [/usr/libexec/gcc/x86_64-pc-linux-gnu/12/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/libexec/gcc/x86_64-pc-linux-gnu/12/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccdpocPp.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_032c0] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/12] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64] + arg [-L/lib/../lib64] ==> dir [/lib/../lib64] + arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../..] + arg [CMakeFiles/cmTC_032c0.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/Scrt1.o] ==> [/usr/lib64/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crti.o] ==> [/usr/lib64/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64/crtn.o] ==> [/usr/lib64/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/12] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../lib64] ==> [/usr/lib64] + collapse library dir [/lib/../lib64] ==> [/lib64] + collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/lib] ==> [/usr/x86_64-pc-linux-gnu/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib64/Scrt1.o;/usr/lib64/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/12/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/12/crtendS.o;/usr/lib64/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/12;/usr/lib64;/lib64;/usr/x86_64-pc-linux-gnu/lib;/usr/lib] + implicit fwks: [] + + diff --git a/build/pioasm/CMakeFiles/TargetDirectories.txt b/build/pioasm/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..3500c1b --- /dev/null +++ b/build/pioasm/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,3 @@ +/home/spider_pig/src/c/pico/clacer/build/pioasm/CMakeFiles/pioasm.dir +/home/spider_pig/src/c/pico/clacer/build/pioasm/CMakeFiles/edit_cache.dir +/home/spider_pig/src/c/pico/clacer/build/pioasm/CMakeFiles/rebuild_cache.dir diff --git a/build/pioasm/CMakeFiles/cmake.check_cache b/build/pioasm/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/build/pioasm/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/build/pioasm/CMakeFiles/pioasm.dir/ada_output.cpp.o b/build/pioasm/CMakeFiles/pioasm.dir/ada_output.cpp.o new file mode 100644 index 0000000..d342213 Binary files /dev/null and b/build/pioasm/CMakeFiles/pioasm.dir/ada_output.cpp.o differ diff --git a/build/pioasm/CMakeFiles/pioasm.dir/c_sdk_output.cpp.o b/build/pioasm/CMakeFiles/pioasm.dir/c_sdk_output.cpp.o new file mode 100644 index 0000000..9322928 Binary files /dev/null and b/build/pioasm/CMakeFiles/pioasm.dir/c_sdk_output.cpp.o differ diff --git a/build/pioasm/CMakeFiles/pioasm.dir/gen/lexer.cpp.o b/build/pioasm/CMakeFiles/pioasm.dir/gen/lexer.cpp.o new file mode 100644 index 0000000..2ec353f Binary files /dev/null and b/build/pioasm/CMakeFiles/pioasm.dir/gen/lexer.cpp.o differ diff --git a/build/pioasm/CMakeFiles/pioasm.dir/gen/parser.cpp.o b/build/pioasm/CMakeFiles/pioasm.dir/gen/parser.cpp.o new file mode 100644 index 0000000..496072d Binary files /dev/null and b/build/pioasm/CMakeFiles/pioasm.dir/gen/parser.cpp.o differ diff --git a/build/pioasm/CMakeFiles/pioasm.dir/hex_output.cpp.o b/build/pioasm/CMakeFiles/pioasm.dir/hex_output.cpp.o new file mode 100644 index 0000000..d1fe795 Binary files /dev/null and b/build/pioasm/CMakeFiles/pioasm.dir/hex_output.cpp.o differ diff --git a/build/pioasm/CMakeFiles/pioasm.dir/main.cpp.o b/build/pioasm/CMakeFiles/pioasm.dir/main.cpp.o new file mode 100644 index 0000000..ddf46e5 Binary files /dev/null and b/build/pioasm/CMakeFiles/pioasm.dir/main.cpp.o differ diff --git a/build/pioasm/CMakeFiles/pioasm.dir/pio_assembler.cpp.o b/build/pioasm/CMakeFiles/pioasm.dir/pio_assembler.cpp.o new file mode 100644 index 0000000..6d465a2 Binary files /dev/null and b/build/pioasm/CMakeFiles/pioasm.dir/pio_assembler.cpp.o differ diff --git a/build/pioasm/CMakeFiles/pioasm.dir/pio_disassembler.cpp.o b/build/pioasm/CMakeFiles/pioasm.dir/pio_disassembler.cpp.o new file mode 100644 index 0000000..f22db83 Binary files /dev/null and b/build/pioasm/CMakeFiles/pioasm.dir/pio_disassembler.cpp.o differ diff --git a/build/pioasm/CMakeFiles/pioasm.dir/python_output.cpp.o b/build/pioasm/CMakeFiles/pioasm.dir/python_output.cpp.o new file mode 100644 index 0000000..28c8f4f Binary files /dev/null and b/build/pioasm/CMakeFiles/pioasm.dir/python_output.cpp.o differ diff --git a/build/pioasm/CMakeFiles/rules.ninja b/build/pioasm/CMakeFiles/rules.ninja new file mode 100644 index 0000000..7b9c22a --- /dev/null +++ b/build/pioasm/CMakeFiles/rules.ninja @@ -0,0 +1,64 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.25 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: pioasm +# Configurations: +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__pioasm_ + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__pioasm_ + command = $PRE_LINK && /usr/bin/c++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/pico-sdk/tools/pioasm -B/home/spider_pig/src/c/pico/clacer/build/pioasm + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /usr/bin/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /usr/bin/ninja -t targets + description = All primary targets available: + diff --git a/build/pioasm/build.ninja b/build/pioasm/build.ninja new file mode 100644 index 0000000..c71254d --- /dev/null +++ b/build/pioasm/build.ninja @@ -0,0 +1,213 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.25 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: pioasm +# Configurations: +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /home/spider_pig/src/c/pico/clacer/build/pioasm/ +# ============================================================================= +# Object build statements for EXECUTABLE target pioasm + + +############################################# +# Order-only phony target for pioasm + +build cmake_object_order_depends_target_pioasm: phony || CMakeFiles/pioasm.dir + +build CMakeFiles/pioasm.dir/main.cpp.o: CXX_COMPILER__pioasm_ /home/spider_pig/src/c/pico/pico-sdk/tools/pioasm/main.cpp || cmake_object_order_depends_target_pioasm + DEP_FILE = CMakeFiles/pioasm.dir/main.cpp.o.d + FLAGS = -std=gnu++11 + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/tools/pioasm -I/home/spider_pig/src/c/pico/pico-sdk/tools/pioasm/gen + OBJECT_DIR = CMakeFiles/pioasm.dir + OBJECT_FILE_DIR = CMakeFiles/pioasm.dir + TARGET_COMPILE_PDB = CMakeFiles/pioasm.dir/ + TARGET_PDB = pioasm.pdb + +build CMakeFiles/pioasm.dir/pio_assembler.cpp.o: CXX_COMPILER__pioasm_ /home/spider_pig/src/c/pico/pico-sdk/tools/pioasm/pio_assembler.cpp || cmake_object_order_depends_target_pioasm + DEP_FILE = CMakeFiles/pioasm.dir/pio_assembler.cpp.o.d + FLAGS = -std=gnu++11 + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/tools/pioasm -I/home/spider_pig/src/c/pico/pico-sdk/tools/pioasm/gen + OBJECT_DIR = CMakeFiles/pioasm.dir + OBJECT_FILE_DIR = CMakeFiles/pioasm.dir + TARGET_COMPILE_PDB = CMakeFiles/pioasm.dir/ + TARGET_PDB = pioasm.pdb + +build CMakeFiles/pioasm.dir/pio_disassembler.cpp.o: CXX_COMPILER__pioasm_ /home/spider_pig/src/c/pico/pico-sdk/tools/pioasm/pio_disassembler.cpp || cmake_object_order_depends_target_pioasm + DEP_FILE = CMakeFiles/pioasm.dir/pio_disassembler.cpp.o.d + FLAGS = -std=gnu++11 + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/tools/pioasm -I/home/spider_pig/src/c/pico/pico-sdk/tools/pioasm/gen + OBJECT_DIR = CMakeFiles/pioasm.dir + OBJECT_FILE_DIR = CMakeFiles/pioasm.dir + TARGET_COMPILE_PDB = CMakeFiles/pioasm.dir/ + TARGET_PDB = pioasm.pdb + +build CMakeFiles/pioasm.dir/gen/lexer.cpp.o: CXX_COMPILER__pioasm_ /home/spider_pig/src/c/pico/pico-sdk/tools/pioasm/gen/lexer.cpp || cmake_object_order_depends_target_pioasm + DEP_FILE = CMakeFiles/pioasm.dir/gen/lexer.cpp.o.d + FLAGS = -std=gnu++11 + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/tools/pioasm -I/home/spider_pig/src/c/pico/pico-sdk/tools/pioasm/gen + OBJECT_DIR = CMakeFiles/pioasm.dir + OBJECT_FILE_DIR = CMakeFiles/pioasm.dir/gen + TARGET_COMPILE_PDB = CMakeFiles/pioasm.dir/ + TARGET_PDB = pioasm.pdb + +build CMakeFiles/pioasm.dir/gen/parser.cpp.o: CXX_COMPILER__pioasm_ /home/spider_pig/src/c/pico/pico-sdk/tools/pioasm/gen/parser.cpp || cmake_object_order_depends_target_pioasm + DEP_FILE = CMakeFiles/pioasm.dir/gen/parser.cpp.o.d + FLAGS = -std=gnu++11 + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/tools/pioasm -I/home/spider_pig/src/c/pico/pico-sdk/tools/pioasm/gen + OBJECT_DIR = CMakeFiles/pioasm.dir + OBJECT_FILE_DIR = CMakeFiles/pioasm.dir/gen + TARGET_COMPILE_PDB = CMakeFiles/pioasm.dir/ + TARGET_PDB = pioasm.pdb + +build CMakeFiles/pioasm.dir/c_sdk_output.cpp.o: CXX_COMPILER__pioasm_ /home/spider_pig/src/c/pico/pico-sdk/tools/pioasm/c_sdk_output.cpp || cmake_object_order_depends_target_pioasm + DEP_FILE = CMakeFiles/pioasm.dir/c_sdk_output.cpp.o.d + FLAGS = -std=gnu++11 + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/tools/pioasm -I/home/spider_pig/src/c/pico/pico-sdk/tools/pioasm/gen + OBJECT_DIR = CMakeFiles/pioasm.dir + OBJECT_FILE_DIR = CMakeFiles/pioasm.dir + TARGET_COMPILE_PDB = CMakeFiles/pioasm.dir/ + TARGET_PDB = pioasm.pdb + +build CMakeFiles/pioasm.dir/python_output.cpp.o: CXX_COMPILER__pioasm_ /home/spider_pig/src/c/pico/pico-sdk/tools/pioasm/python_output.cpp || cmake_object_order_depends_target_pioasm + DEP_FILE = CMakeFiles/pioasm.dir/python_output.cpp.o.d + FLAGS = -std=gnu++11 + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/tools/pioasm -I/home/spider_pig/src/c/pico/pico-sdk/tools/pioasm/gen + OBJECT_DIR = CMakeFiles/pioasm.dir + OBJECT_FILE_DIR = CMakeFiles/pioasm.dir + TARGET_COMPILE_PDB = CMakeFiles/pioasm.dir/ + TARGET_PDB = pioasm.pdb + +build CMakeFiles/pioasm.dir/hex_output.cpp.o: CXX_COMPILER__pioasm_ /home/spider_pig/src/c/pico/pico-sdk/tools/pioasm/hex_output.cpp || cmake_object_order_depends_target_pioasm + DEP_FILE = CMakeFiles/pioasm.dir/hex_output.cpp.o.d + FLAGS = -std=gnu++11 + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/tools/pioasm -I/home/spider_pig/src/c/pico/pico-sdk/tools/pioasm/gen + OBJECT_DIR = CMakeFiles/pioasm.dir + OBJECT_FILE_DIR = CMakeFiles/pioasm.dir + TARGET_COMPILE_PDB = CMakeFiles/pioasm.dir/ + TARGET_PDB = pioasm.pdb + +build CMakeFiles/pioasm.dir/ada_output.cpp.o: CXX_COMPILER__pioasm_ /home/spider_pig/src/c/pico/pico-sdk/tools/pioasm/ada_output.cpp || cmake_object_order_depends_target_pioasm + DEP_FILE = CMakeFiles/pioasm.dir/ada_output.cpp.o.d + FLAGS = -std=gnu++11 + INCLUDES = -I/home/spider_pig/src/c/pico/pico-sdk/tools/pioasm -I/home/spider_pig/src/c/pico/pico-sdk/tools/pioasm/gen + OBJECT_DIR = CMakeFiles/pioasm.dir + OBJECT_FILE_DIR = CMakeFiles/pioasm.dir + TARGET_COMPILE_PDB = CMakeFiles/pioasm.dir/ + TARGET_PDB = pioasm.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target pioasm + + +############################################# +# Link the executable pioasm + +build pioasm: CXX_EXECUTABLE_LINKER__pioasm_ CMakeFiles/pioasm.dir/main.cpp.o CMakeFiles/pioasm.dir/pio_assembler.cpp.o CMakeFiles/pioasm.dir/pio_disassembler.cpp.o CMakeFiles/pioasm.dir/gen/lexer.cpp.o CMakeFiles/pioasm.dir/gen/parser.cpp.o CMakeFiles/pioasm.dir/c_sdk_output.cpp.o CMakeFiles/pioasm.dir/python_output.cpp.o CMakeFiles/pioasm.dir/hex_output.cpp.o CMakeFiles/pioasm.dir/ada_output.cpp.o + OBJECT_DIR = CMakeFiles/pioasm.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = CMakeFiles/pioasm.dir/ + TARGET_FILE = pioasm + TARGET_PDB = pioasm.pdb + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pioasm && /usr/bin/ccmake -S/home/spider_pig/src/c/pico/pico-sdk/tools/pioasm -B/home/spider_pig/src/c/pico/clacer/build/pioasm + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/spider_pig/src/c/pico/clacer/build/pioasm && /usr/bin/cmake --regenerate-during-build -S/home/spider_pig/src/c/pico/pico-sdk/tools/pioasm -B/home/spider_pig/src/c/pico/clacer/build/pioasm + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Target aliases. + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /home/spider_pig/src/c/pico/clacer/build/pioasm + +build all: phony pioasm + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | /home/spider_pig/src/c/pico/pico-sdk/tools/pioasm/CMakeLists.txt /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompileFeatures.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.25.3/CMakeCXXCompiler.cmake CMakeFiles/3.25.3/CMakeSystem.cmake + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build /home/spider_pig/src/c/pico/pico-sdk/tools/pioasm/CMakeLists.txt /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompileFeatures.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.25.3/CMakeCXXCompiler.cmake CMakeFiles/3.25.3/CMakeSystem.cmake: phony + + +############################################# +# Clean all the built files. + +build clean: CLEAN + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/build/pioasm/cmake_install.cmake b/build/pioasm/cmake_install.cmake new file mode 100644 index 0000000..d5b8282 --- /dev/null +++ b/build/pioasm/cmake_install.cmake @@ -0,0 +1,54 @@ +# Install script for directory: /home/spider_pig/src/c/pico/pico-sdk/tools/pioasm + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT) + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +file(WRITE "/home/spider_pig/src/c/pico/clacer/build/pioasm/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/build/pioasm/pioasm b/build/pioasm/pioasm new file mode 100755 index 0000000..50b1dd9 Binary files /dev/null and b/build/pioasm/pioasm differ diff --git a/pico_sdk_import.cmake b/pico_sdk_import.cmake new file mode 100644 index 0000000..65f8a6f --- /dev/null +++ b/pico_sdk_import.cmake @@ -0,0 +1,73 @@ +# This is a copy of /external/pico_sdk_import.cmake + +# This can be dropped into an external project to help locate this SDK +# It should be include()ed prior to project() + +if (DEFINED ENV{PICO_SDK_PATH} AND (NOT PICO_SDK_PATH)) + set(PICO_SDK_PATH $ENV{PICO_SDK_PATH}) + message("Using PICO_SDK_PATH from environment ('${PICO_SDK_PATH}')") +endif () + +if (DEFINED ENV{PICO_SDK_FETCH_FROM_GIT} AND (NOT PICO_SDK_FETCH_FROM_GIT)) + set(PICO_SDK_FETCH_FROM_GIT $ENV{PICO_SDK_FETCH_FROM_GIT}) + message("Using PICO_SDK_FETCH_FROM_GIT from environment ('${PICO_SDK_FETCH_FROM_GIT}')") +endif () + +if (DEFINED ENV{PICO_SDK_FETCH_FROM_GIT_PATH} AND (NOT PICO_SDK_FETCH_FROM_GIT_PATH)) + set(PICO_SDK_FETCH_FROM_GIT_PATH $ENV{PICO_SDK_FETCH_FROM_GIT_PATH}) + message("Using PICO_SDK_FETCH_FROM_GIT_PATH from environment ('${PICO_SDK_FETCH_FROM_GIT_PATH}')") +endif () + +set(PICO_SDK_PATH "${PICO_SDK_PATH}" CACHE PATH "Path to the Raspberry Pi Pico SDK") +set(PICO_SDK_FETCH_FROM_GIT "${PICO_SDK_FETCH_FROM_GIT}" CACHE BOOL "Set to ON to fetch copy of SDK from git if not otherwise locatable") +set(PICO_SDK_FETCH_FROM_GIT_PATH "${PICO_SDK_FETCH_FROM_GIT_PATH}" CACHE FILEPATH "location to download SDK") + +if (NOT PICO_SDK_PATH) + if (PICO_SDK_FETCH_FROM_GIT) + include(FetchContent) + set(FETCHCONTENT_BASE_DIR_SAVE ${FETCHCONTENT_BASE_DIR}) + if (PICO_SDK_FETCH_FROM_GIT_PATH) + get_filename_component(FETCHCONTENT_BASE_DIR "${PICO_SDK_FETCH_FROM_GIT_PATH}" REALPATH BASE_DIR "${CMAKE_SOURCE_DIR}") + endif () + # GIT_SUBMODULES_RECURSE was added in 3.17 + if (${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.17.0") + FetchContent_Declare( + pico_sdk + GIT_REPOSITORY https://github.com/raspberrypi/pico-sdk + GIT_TAG master + GIT_SUBMODULES_RECURSE FALSE + ) + else () + FetchContent_Declare( + pico_sdk + GIT_REPOSITORY https://github.com/raspberrypi/pico-sdk + GIT_TAG master + ) + endif () + + if (NOT pico_sdk) + message("Downloading Raspberry Pi Pico SDK") + FetchContent_Populate(pico_sdk) + set(PICO_SDK_PATH ${pico_sdk_SOURCE_DIR}) + endif () + set(FETCHCONTENT_BASE_DIR ${FETCHCONTENT_BASE_DIR_SAVE}) + else () + message(FATAL_ERROR + "SDK location was not specified. Please set PICO_SDK_PATH or set PICO_SDK_FETCH_FROM_GIT to on to fetch from git." + ) + endif () +endif () + +get_filename_component(PICO_SDK_PATH "${PICO_SDK_PATH}" REALPATH BASE_DIR "${CMAKE_BINARY_DIR}") +if (NOT EXISTS ${PICO_SDK_PATH}) + message(FATAL_ERROR "Directory '${PICO_SDK_PATH}' not found") +endif () + +set(PICO_SDK_INIT_CMAKE_FILE ${PICO_SDK_PATH}/pico_sdk_init.cmake) +if (NOT EXISTS ${PICO_SDK_INIT_CMAKE_FILE}) + message(FATAL_ERROR "Directory '${PICO_SDK_PATH}' does not appear to contain the Raspberry Pi Pico SDK") +endif () + +set(PICO_SDK_PATH ${PICO_SDK_PATH} CACHE PATH "Path to the Raspberry Pi Pico SDK" FORCE) + +include(${PICO_SDK_INIT_CMAKE_FILE}) diff --git a/src/main.c b/src/main.c new file mode 100644 index 0000000..243ece4 --- /dev/null +++ b/src/main.c @@ -0,0 +1,17 @@ +#include "main.h" +#include "hardware/gpio.h" +#include "pico/stdlib.h" +#include "tft.h" + +int main() +{ + gpio_init(DLED_PIN); + gpio_set_dir(DLED_PIN, GPIO_OUT); + while (true) { + gpio_put(DLED_PIN, 0); + sleep_ms(250); + gpio_put(DLED_PIN, 1); + sleep_ms(1000); + } + return 0; +} diff --git a/src/main.h b/src/main.h new file mode 100644 index 0000000..4bf4c58 --- /dev/null +++ b/src/main.h @@ -0,0 +1,8 @@ +#include "hardware/gpio.h" +#include "pico/stdlib.h" +#include "tft.h" + +#define DLED_PIN 25 + +// void* malloc(size_t size); +// size_t strlen(const char* str); diff --git a/src/tft.c b/src/tft.c new file mode 100644 index 0000000..e0633fc --- /dev/null +++ b/src/tft.c @@ -0,0 +1,145 @@ +#include "tft.h" +void cmd(uint8_t cmd) +{ + CS_L; + RS_C; + spi_write_blocking(spi_default, &cmd, 1); + CS_H; +} +void data(uint8_t data) +{ + CS_L; + RS_D; + spi_write_blocking(spi_default, &data, 1); + CS_H; +} +void reset() +{ + sleep_ms(120); + gpio_put(RESET_PIN, 1); + sleep_ms(120); + gpio_put(RESET_PIN, 0); + sleep_ms(120); + gpio_put(RESET_PIN, 1); + sleep_ms(120); +} + +void init_pins() +{ + gpio_init(LED_PIN); + gpio_set_dir(LED_PIN, GPIO_OUT); + gpio_put(LED_PIN, 1); + gpio_init(RESET_PIN); + gpio_set_dir(RESET_PIN, GPIO_OUT); + gpio_init(RS_PIN); + gpio_set_dir(RS_PIN, GPIO_OUT); + gpio_init(CS_PIN); + gpio_set_dir(CS_PIN, GPIO_OUT); + CS_H; + spi_init(spi_default, SPI_CLK); + gpio_set_function(RX_PIN, GPIO_FUNC_SPI); + gpio_set_function(SCK_PIN, GPIO_FUNC_SPI); + gpio_set_function(TX_PIN, GPIO_FUNC_SPI); +} +void init() +{ + init_pins(); + + write_command(0x01); // Software reset + sleep_ms(120); + + write_command(0x11); // Sleep exit + sleep_ms(120); + + write_command(0xF0); // Command Set control + write_data(0xC3); // Enable extension command 2 partI + + write_command(0xF0); // Command Set control + write_data(0x96); // Enable extension command 2 partII + + write_command(0x36); // Memory Data Access Control MX, MY, RGB mode + write_data(0x48); // X-Mirror, Top-Left to right-Buttom, RGB + + write_command(0x3A); // Interface Pixel Format + write_data(0x55); // Control interface color format set to 16 + + write_command(0xB4); // Column inversion + write_data(0x01); // 1-dot inversion + + write_command(0xB6); // Display Function Control + write_data(0x80); // Bypass + write_data(0x02); // Source Output Scan from S1 to S960, Gate Output scan from G1 to G480, scan cycle=2 + write_data(0x3B); // LCD Drive Line=8*(59+1) + + write_command(0xE8); // Display Output Ctrl Adjust + write_data(0x40); + write_data(0x8A); + write_data(0x00); + write_data(0x00); + write_data(0x29); // Source eqaulizing period time= 22.5 us + write_data(0x19); // Timing for "Gate start"=25 (Tclk) + write_data(0xA5); // Timing for "Gate End"=37 (Tclk), Gate driver EQ function ON + write_data(0x33); + + write_command(0xC1); // Power control2 + write_data(0x06); // VAP(GVDD)=3.85+( vcom+vcom offset), VAN(GVCL)=-3.85+( vcom+vcom offset) + + write_command(0xC2); // Power control 3 + write_data(0xA7); // Source driving current level=low, Gamma driving current level=High + + write_command(0xC5); // VCOM Control + write_data(0x18); // VCOM=0.9 + + sleep_ms(120); + + // ST7796 Gamma Sequence + write_command(0xE0); // Gamma"+" + write_data(0xF0); + write_data(0x09); + write_data(0x0b); + write_data(0x06); + write_data(0x04); + write_data(0x15); + write_data(0x2F); + write_data(0x54); + write_data(0x42); + write_data(0x3C); + write_data(0x17); + write_data(0x14); + write_data(0x18); + write_data(0x1B); + + write_command(0xE1); // Gamma"-" + write_data(0xE0); + write_data(0x09); + write_data(0x0B); + write_data(0x06); + write_data(0x04); + write_data(0x03); + write_data(0x2B); + write_data(0x43); + write_data(0x42); + write_data(0x3B); + write_data(0x16); + write_data(0x14); + write_data(0x17); + write_data(0x1B); + + sleep_ms(120); + + write_command(0xF0); // Command Set control + write_data(0x3C); // Disable extension command 2 partI + + write_command(0xF0); // Command Set control + write_data(0x69); // Disable extension command 2 partII + + CS_H; + sleep_ms(120); + CS_L; + + write_command(0x29); // Display on +} +void set_pixel_red() +{ + write_data(0b111111000100000000); +} diff --git a/src/tft.h b/src/tft.h new file mode 100644 index 0000000..48cf8af --- /dev/null +++ b/src/tft.h @@ -0,0 +1,28 @@ +#ifndef TFT_H +#define TFT_H + +#include "hardware/gpio.h" +#include "hardware/spi.h" +#include "pico/stdlib.h" + +#define LED_PIN 20 +#define RESET_PIN 22 +#define RS_PIN 26 +#define RX_PIN PICO_DEFAULT_SPI_RX_PIN +#define CS_PIN PICO_DEFAULT_SPI_CSN_PIN +#define SCK_PIN PICO_DEFAULT_SPI_SCK_PIN +#define TX_PIN PICO_DEFAULT_SPI_TX_PIN +#define SPI_CLK 66666666 +#define CS_L gpio_put(CS_PIN, 0) +#define CS_H gpio_put(CS_PIN, 1) +#define RS_C gpio_put(RS_PIN, 0) +#define RS_D gpio_put(RS_PIN, 1) + +void write_command(uint8_t cmd); +void write_data(uint8_t data); +void reset(); +void init_pins(); +void init(); +void set_pixel_red(); + +#endif // TFT_H