kopia lustrzana https://github.com/Jean-MarcHarvengt/MCUME
add support for MCUME_REV2 board, VGA and TFT combi
rodzic
3bb074b489
commit
090edb8c1b
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
|
@ -0,0 +1,498 @@
|
|||
# This is the CMakeCache file.
|
||||
# For build in directory: /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build
|
||||
# It was generated by CMake: /usr/local/Cellar/cmake/3.19.7/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/local/bin/arm-none-eabi-addr2line
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_AR:FILEPATH=/usr/local/bin/arm-none-eabi-ar
|
||||
|
||||
//ASM compiler
|
||||
CMAKE_ASM_COMPILER:STRING=/usr/local/bin/arm-none-eabi-gcc
|
||||
|
||||
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_ASM_COMPILER_AR:FILEPATH=/usr/local/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/local/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
|
||||
|
||||
//Choose the type of build, options are: 'Debug', 'Release', 'MinSizeRel',
|
||||
// 'RelWithDebInfo'.
|
||||
CMAKE_BUILD_TYPE:STRING=Release
|
||||
|
||||
//Enable/Disable color output during build.
|
||||
CMAKE_COLOR_MAKEFILE:BOOL=ON
|
||||
|
||||
//CXX compiler
|
||||
CMAKE_CXX_COMPILER:STRING=/usr/local/bin/arm-none-eabi-g++
|
||||
|
||||
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/local/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/local/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
|
||||
|
||||
//C compiler
|
||||
CMAKE_C_COMPILER:STRING=/usr/local/bin/arm-none-eabi-gcc
|
||||
|
||||
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_C_COMPILER_AR:FILEPATH=/usr/local/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/local/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=CMAKE_DLLTOOL-NOTFOUND
|
||||
|
||||
//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=
|
||||
|
||||
//Install path prefix, prepended onto install directories.
|
||||
CMAKE_INSTALL_PREFIX:PATH=/usr/local
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_LINKER:FILEPATH=/usr/local/bin/arm-none-eabi-ld
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
|
||||
|
||||
//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/local/bin/arm-none-eabi-nm
|
||||
|
||||
CMAKE_OBJCOPY:FILEPATH=/usr/local/bin/arm-none-eabi-objcopy
|
||||
|
||||
CMAKE_OBJDUMP:FILEPATH=/usr/local/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=mcume
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_RANLIB:FILEPATH=/usr/local/bin/arm-none-eabi-ranlib
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_READELF:FILEPATH=/usr/local/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/local/bin/arm-none-eabi-strip
|
||||
|
||||
//The CMake toolchain file
|
||||
CMAKE_TOOLCHAIN_FILE:FILEPATH=/Users/jean-marcharvengt/Documents/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 (http://www.doxygen.org)
|
||||
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/local/bin/arm-none-eabi-gcc
|
||||
|
||||
//Path to a program.
|
||||
PICO_COMPILER_CXX:FILEPATH=/usr/local/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/local/bin/arm-none-eabi-objcopy
|
||||
|
||||
//Path to a program.
|
||||
PICO_OBJDUMP:FILEPATH=/usr/local/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=/Users/jean-marcharvengt/Documents/pico/pico-sdk
|
||||
|
||||
//Globablly enable stdio UART
|
||||
PICO_STDIO_UART:BOOL=ON
|
||||
|
||||
//Globablly enable stdio semihosting
|
||||
PICO_STDIO_USB:BOOL=OFF
|
||||
|
||||
//Value Computed by CMake
|
||||
mcume_BINARY_DIR:STATIC=/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build
|
||||
|
||||
//Value Computed by CMake
|
||||
mcume_SOURCE_DIR:STATIC=/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico
|
||||
|
||||
//Value Computed by CMake
|
||||
pico_sdk_BINARY_DIR:STATIC=/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk
|
||||
|
||||
//Value Computed by CMake
|
||||
pico_sdk_SOURCE_DIR:STATIC=/Users/jean-marcharvengt/Documents/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
|
||||
//STRINGS property for variable: CMAKE_BUILD_TYPE
|
||||
CMAKE_BUILD_TYPE-STRINGS:INTERNAL=Debug;Release;MinSizeRel;RelWithDebInfo
|
||||
//This is the directory where this CMakeCache.txt was created
|
||||
CMAKE_CACHEFILE_DIR:INTERNAL=/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/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=19
|
||||
//Patch version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_PATCH_VERSION:INTERNAL=7
|
||||
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
|
||||
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
|
||||
//Path to CMake executable.
|
||||
CMAKE_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.19.7/bin/cmake
|
||||
//Path to cpack program executable.
|
||||
CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.19.7/bin/cpack
|
||||
//Path to ctest program executable.
|
||||
CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.19.7/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/local/Cellar/cmake/3.19.7/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=Unix Makefiles
|
||||
//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=/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico
|
||||
//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=69
|
||||
//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/local/Cellar/cmake/3.19.7/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
|
||||
//Details about finding Python3
|
||||
FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[/usr/local/Frameworks/Python.framework/Versions/3.9/bin/python3.9][cfound components: Interpreter ][v3.9.2()]
|
||||
PICO_BOOT_STAGE2_DIR:INTERNAL=/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/boot_stage2
|
||||
PICO_CMAKE_PRELOAD_PLATFORM_DIR:INTERNAL=/Users/jean-marcharvengt/Documents/pico/pico-sdk/cmake/preload/platforms
|
||||
PICO_CMAKE_PRELOAD_PLATFORM_FILE:INTERNAL=/Users/jean-marcharvengt/Documents/pico/pico-sdk/cmake/preload/platforms/rp2040.cmake
|
||||
PICO_COMPILER_ASM:INTERNAL=/usr/local/bin/arm-none-eabi-gcc
|
||||
PICO_DOXYGEN_EXCLUDE_PATHS:INTERNAL= /Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs /Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs
|
||||
PICO_DOXYGEN_PATHS:INTERNAL= /Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common /Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common /Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040
|
||||
PICO_NO_HARDWARE:INTERNAL=0
|
||||
PICO_ON_DEVICE:INTERNAL=1
|
||||
PICO_PLATFORM_CMAKE_FILE:INTERNAL=/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040.cmake
|
||||
//Enable build of SDK tests
|
||||
PICO_SDK_TESTS_ENABLED:INTERNAL=
|
||||
PICO_TOOLCHAIN_PATH:INTERNAL=
|
||||
//Path to a program.
|
||||
_Python3_EXECUTABLE:INTERNAL=/usr/local/Frameworks/Python.framework/Versions/3.9/bin/python3.9
|
||||
//Python3 Properties
|
||||
_Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;9;2;64;;;/usr/local/Cellar/python@3.9/3.9.2_2/Frameworks/Python.framework/Versions/3.9/lib/python3.9;/usr/local/Cellar/python@3.9/3.9.2_2/Frameworks/Python.framework/Versions/3.9/lib/python3.9;/usr/local/Cellar/python@3.9/3.9.2_2/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages;/usr/local/Cellar/python@3.9/3.9.2_2/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages
|
||||
_Python3_INTERPRETER_SIGNATURE:INTERNAL=5736bd8a1a0af025e64b45c1fd4d5980
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
set(CMAKE_ASM_COMPILER "/usr/local/bin/arm-none-eabi-gcc")
|
||||
set(CMAKE_ASM_COMPILER_ARG1 "")
|
||||
set(CMAKE_AR "/usr/local/bin/arm-none-eabi-ar")
|
||||
set(CMAKE_ASM_COMPILER_AR "/usr/local/bin/arm-none-eabi-gcc-ar")
|
||||
set(CMAKE_RANLIB "/usr/local/bin/arm-none-eabi-ranlib")
|
||||
set(CMAKE_ASM_COMPILER_RANLIB "/usr/local/bin/arm-none-eabi-gcc-ranlib")
|
||||
set(CMAKE_LINKER "/usr/local/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_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
||||
set(CMAKE_ASM_LINKER_PREFERENCE 0)
|
||||
|
||||
|
|
@ -0,0 +1,77 @@
|
|||
set(CMAKE_C_COMPILER "/usr/local/bin/arm-none-eabi-gcc")
|
||||
set(CMAKE_C_COMPILER_ARG1 "")
|
||||
set(CMAKE_C_COMPILER_ID "GNU")
|
||||
set(CMAKE_C_COMPILER_VERSION "9.2.1")
|
||||
set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
|
||||
set(CMAKE_C_COMPILER_WRAPPER "")
|
||||
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11")
|
||||
set(CMAKE_C_COMPILE_FEATURES "")
|
||||
set(CMAKE_C90_COMPILE_FEATURES "")
|
||||
set(CMAKE_C99_COMPILE_FEATURES "")
|
||||
set(CMAKE_C11_COMPILE_FEATURES "")
|
||||
|
||||
set(CMAKE_C_PLATFORM_ID "")
|
||||
set(CMAKE_C_SIMULATE_ID "")
|
||||
set(CMAKE_C_COMPILER_FRONTEND_VARIANT "")
|
||||
set(CMAKE_C_SIMULATE_VERSION "")
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_AR "/usr/local/bin/arm-none-eabi-ar")
|
||||
set(CMAKE_C_COMPILER_AR "/usr/local/bin/arm-none-eabi-gcc-ar")
|
||||
set(CMAKE_RANLIB "/usr/local/bin/arm-none-eabi-ranlib")
|
||||
set(CMAKE_C_COMPILER_RANLIB "/usr/local/bin/arm-none-eabi-gcc-ranlib")
|
||||
set(CMAKE_LINKER "/usr/local/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 )
|
||||
set(CMAKE_C_ABI_COMPILED )
|
||||
set(CMAKE_COMPILER_IS_MINGW )
|
||||
set(CMAKE_COMPILER_IS_CYGWIN )
|
||||
if(CMAKE_COMPILER_IS_CYGWIN)
|
||||
set(CYGWIN 1)
|
||||
set(UNIX 1)
|
||||
endif()
|
||||
|
||||
set(CMAKE_C_COMPILER_ENV_VAR "CC")
|
||||
|
||||
if(CMAKE_COMPILER_IS_MINGW)
|
||||
set(MINGW 1)
|
||||
endif()
|
||||
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 "")
|
||||
set(CMAKE_C_COMPILER_ABI "")
|
||||
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 "")
|
||||
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "")
|
||||
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "")
|
||||
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
|
@ -0,0 +1,89 @@
|
|||
set(CMAKE_CXX_COMPILER "/usr/local/bin/arm-none-eabi-g++")
|
||||
set(CMAKE_CXX_COMPILER_ARG1 "")
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
set(CMAKE_CXX_COMPILER_VERSION "9.2.1")
|
||||
set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
|
||||
set(CMAKE_CXX_COMPILER_WRAPPER "")
|
||||
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14")
|
||||
set(CMAKE_CXX_COMPILE_FEATURES "")
|
||||
set(CMAKE_CXX98_COMPILE_FEATURES "")
|
||||
set(CMAKE_CXX11_COMPILE_FEATURES "")
|
||||
set(CMAKE_CXX14_COMPILE_FEATURES "")
|
||||
set(CMAKE_CXX17_COMPILE_FEATURES "")
|
||||
set(CMAKE_CXX20_COMPILE_FEATURES "")
|
||||
|
||||
set(CMAKE_CXX_PLATFORM_ID "")
|
||||
set(CMAKE_CXX_SIMULATE_ID "")
|
||||
set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "")
|
||||
set(CMAKE_CXX_SIMULATE_VERSION "")
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_AR "/usr/local/bin/arm-none-eabi-ar")
|
||||
set(CMAKE_CXX_COMPILER_AR "/usr/local/bin/arm-none-eabi-gcc-ar")
|
||||
set(CMAKE_RANLIB "/usr/local/bin/arm-none-eabi-ranlib")
|
||||
set(CMAKE_CXX_COMPILER_RANLIB "/usr/local/bin/arm-none-eabi-gcc-ranlib")
|
||||
set(CMAKE_LINKER "/usr/local/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 )
|
||||
set(CMAKE_CXX_ABI_COMPILED )
|
||||
set(CMAKE_COMPILER_IS_MINGW )
|
||||
set(CMAKE_COMPILER_IS_CYGWIN )
|
||||
if(CMAKE_COMPILER_IS_CYGWIN)
|
||||
set(CYGWIN 1)
|
||||
set(UNIX 1)
|
||||
endif()
|
||||
|
||||
set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
|
||||
|
||||
if(CMAKE_COMPILER_IS_MINGW)
|
||||
set(MINGW 1)
|
||||
endif()
|
||||
set(CMAKE_CXX_COMPILER_ID_RUN 1)
|
||||
set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP)
|
||||
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 "")
|
||||
set(CMAKE_CXX_COMPILER_ABI "")
|
||||
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 "")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
|
@ -0,0 +1,15 @@
|
|||
set(CMAKE_HOST_SYSTEM "Darwin-17.7.0")
|
||||
set(CMAKE_HOST_SYSTEM_NAME "Darwin")
|
||||
set(CMAKE_HOST_SYSTEM_VERSION "17.7.0")
|
||||
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
|
||||
|
||||
include("/Users/jean-marcharvengt/Documents/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)
|
|
@ -0,0 +1,691 @@
|
|||
#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
|
||||
|
||||
|
||||
/* 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 */
|
||||
# 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
|
||||
# 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(__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(__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(__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(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
|
||||
# define COMPILER_ID "Fujitsu"
|
||||
|
||||
#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(__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(__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(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
|
||||
# define COMPILER_ID "ADSP"
|
||||
#if defined(__VISUALDSPVERSION__)
|
||||
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
|
||||
# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 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__))
|
||||
# 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(__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
|
||||
|
||||
#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_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"
|
||||
|
||||
# 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
|
||||
|
||||
#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 components. */
|
||||
#ifdef 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'};
|
||||
#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__)
|
||||
# if (defined(_MSC_VER) && !defined(__clang__)) \
|
||||
|| (defined(__ibmxl__) || defined(__IBMC__))
|
||||
# define C_DIALECT "90"
|
||||
# else
|
||||
# define C_DIALECT
|
||||
# endif
|
||||
#elif __STDC_VERSION__ >= 201000L
|
||||
# define C_DIALECT "11"
|
||||
#elif __STDC_VERSION__ >= 199901L
|
||||
# define C_DIALECT "99"
|
||||
#else
|
||||
# define C_DIALECT "90"
|
||||
#endif
|
||||
const char* info_language_dialect_default =
|
||||
"INFO" ":" "dialect_default[" C_DIALECT "]";
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
#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_dialect_default[argc];
|
||||
(void)argv;
|
||||
return require;
|
||||
}
|
||||
#endif
|
Plik binarny nie jest wyświetlany.
|
@ -0,0 +1,680 @@
|
|||
/* 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
|
||||
|
||||
|
||||
/* 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 */
|
||||
# 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
|
||||
# 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(__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(__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(__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(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
|
||||
# define COMPILER_ID "Fujitsu"
|
||||
|
||||
#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(__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(__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(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
|
||||
# define COMPILER_ID "ADSP"
|
||||
#if defined(__VISUALDSPVERSION__)
|
||||
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
|
||||
# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 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__))
|
||||
# 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(__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
|
||||
|
||||
#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_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"
|
||||
|
||||
# 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
|
||||
|
||||
#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 components. */
|
||||
#ifdef 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'};
|
||||
#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_dialect_default = "INFO" ":" "dialect_default["
|
||||
#if CXX_STD > 201703L
|
||||
"20"
|
||||
#elif CXX_STD >= 201703L
|
||||
"17"
|
||||
#elif CXX_STD >= 201402L
|
||||
"14"
|
||||
#elif CXX_STD >= 201103L
|
||||
"11"
|
||||
#else
|
||||
"98"
|
||||
#endif
|
||||
"]";
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
int require = 0;
|
||||
require += info_compiler[argc];
|
||||
require += info_platform[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_dialect_default[argc];
|
||||
(void)argv;
|
||||
return require;
|
||||
}
|
Plik binarny nie jest wyświetlany.
|
@ -0,0 +1,16 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
|
@ -0,0 +1,24 @@
|
|||
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
|
||||
Compiler: /usr/local/bin/arm-none-eabi-gcc
|
||||
Build flags: ;-mcpu=cortex-m0plus;-mthumb
|
||||
Id flags:
|
||||
|
||||
The output was:
|
||||
1
|
||||
/usr/local/Cellar/arm-none-eabi-gcc/9-2019-q4-major/gcc/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld: /usr/local/Cellar/arm-none-eabi-gcc/9-2019-q4-major/gcc/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libc.a(lib_a-exit.o): in function `exit':
|
||||
exit.c:(.text.exit+0x18): undefined reference to `_exit'
|
||||
collect2: error: ld returned 1 exit status
|
||||
|
||||
|
||||
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
|
||||
Compiler: /usr/local/bin/arm-none-eabi-g++
|
||||
Build flags: ;-mcpu=cortex-m0plus;-mthumb
|
||||
Id flags:
|
||||
|
||||
The output was:
|
||||
1
|
||||
/usr/local/Cellar/arm-none-eabi-gcc/9-2019-q4-major/gcc/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld: /usr/local/Cellar/arm-none-eabi-gcc/9-2019-q4-major/gcc/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/lib/thumb/v6-m/nofp/libc.a(lib_a-exit.o): in function `exit':
|
||||
exit.c:(.text.exit+0x18): undefined reference to `_exit'
|
||||
collect2: error: ld returned 1 exit status
|
||||
|
||||
|
|
@ -0,0 +1,34 @@
|
|||
The target system is: PICO - - cortex-m0plus
|
||||
The host system is: Darwin - 17.7.0 - x86_64
|
||||
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
|
||||
Compiler: /usr/local/bin/arm-none-eabi-gcc
|
||||
Build flags: ;-mcpu=cortex-m0plus;-mthumb
|
||||
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 "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/3.19.7/CompilerIdC/CMakeCCompilerId.o"
|
||||
|
||||
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
|
||||
Compiler: /usr/local/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 "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/3.19.7/CompilerIdCXX/CMakeCXXCompilerId.o"
|
||||
|
||||
Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)":
|
||||
arm-none-eabi-gcc (GNU Tools for Arm Embedded Processors 9-2019-q4-major) 9.2.1 20191025 (release) [ARM/arm-9-branch revision 277599]
|
||||
Copyright (C) 2019 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.
|
||||
|
|
@ -0,0 +1,27 @@
|
|||
# Hashes of file build rules.
|
||||
ce7c64609b73862ff25156ec1d185cb9 CMakeFiles/ELF2UF2Build
|
||||
0b05475c966b4d10c46ddde1700e8dde CMakeFiles/ELF2UF2Build-complete
|
||||
ce7c64609b73862ff25156ec1d185cb9 CMakeFiles/PioasmBuild
|
||||
9fce14e38d57512d6d74f099bb15a646 CMakeFiles/PioasmBuild-complete
|
||||
ce7c64609b73862ff25156ec1d185cb9 CMakeFiles/mcume_scanvideo_pio_h
|
||||
ce7c64609b73862ff25156ec1d185cb9 CMakeFiles/mcume_timing_pio_h
|
||||
3a531b8d1748dbf88a6fbe41d8efdc0b elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-build
|
||||
6ac0e65f5fe09ee0dc3599f8ffc42cf7 elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-configure
|
||||
c1edde0a05e0e48ae9f73ef2f6e7e823 elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-download
|
||||
b74ed13f1f7c7094f6d219c7165e33b0 elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-install
|
||||
25a2486453404b7e42d1ad43d28e6339 elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-mkdir
|
||||
03f2ffff2506f14b3897a160e65d54fe elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-patch
|
||||
a29dcd6d1069f0472ff7a15bc153df8d elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-update
|
||||
56d6c7bad2921a4f6ca28d102e2471ad pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_bin
|
||||
56d6c7bad2921a4f6ca28d102e2471ad pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm
|
||||
3a156264f0bfcdbdf2b2b8c37f7ebd52 pico-sdk/src/rp2_common/boot_stage2/bs2_default.bin
|
||||
6c8a9eef991c8ffeef6d2addefa9ca60 pico-sdk/src/rp2_common/boot_stage2/bs2_default_padded_checksummed.S
|
||||
a7e38fecb7883b7721a10bf9e5f90192 pioasm/src/PioasmBuild-stamp/PioasmBuild-build
|
||||
1e6d1086f9b41889a41fb704db245051 pioasm/src/PioasmBuild-stamp/PioasmBuild-configure
|
||||
c93fc9b22ce4a1a11b07061e849aa5df pioasm/src/PioasmBuild-stamp/PioasmBuild-download
|
||||
04609b1f9f89a98eec28c69f787547d4 pioasm/src/PioasmBuild-stamp/PioasmBuild-install
|
||||
6828f776c263c7d3cc18bf2ef793a214 pioasm/src/PioasmBuild-stamp/PioasmBuild-mkdir
|
||||
ceaf53e0c8fe83f6d07b83d308fb8a4b pioasm/src/PioasmBuild-stamp/PioasmBuild-patch
|
||||
77585cf1903cff46a323a95140c9a171 pioasm/src/PioasmBuild-stamp/PioasmBuild-update
|
||||
e376a85fd3222be889ad6024231c2487 scanvideo.pio.h
|
||||
54166a9e80b0aceef2944a4b1ba62c08 timing.pio.h
|
|
@ -0,0 +1,11 @@
|
|||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"sources" :
|
||||
[
|
||||
{
|
||||
"file" : "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/ELF2UF2Build"
|
||||
},
|
||||
{
|
||||
"file" : "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/ELF2UF2Build.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/ELF2UF2Build-complete.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-install.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-mkdir.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-download.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-update.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-patch.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-configure.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-build.rule"
|
||||
}
|
||||
],
|
||||
"target" :
|
||||
{
|
||||
"labels" :
|
||||
[
|
||||
"ELF2UF2Build"
|
||||
],
|
||||
"name" : "ELF2UF2Build"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
# Target labels
|
||||
ELF2UF2Build
|
||||
# Source files and their labels
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/ELF2UF2Build
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/ELF2UF2Build.rule
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/ELF2UF2Build-complete.rule
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-install.rule
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-mkdir.rule
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-download.rule
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-update.rule
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-patch.rule
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-configure.rule
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-build.rule
|
|
@ -0,0 +1,157 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.19.7/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/local/Cellar/cmake/3.19.7/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build
|
||||
|
||||
# Utility rule file for ELF2UF2Build.
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/ELF2UF2Build.dir/progress.make
|
||||
|
||||
CMakeFiles/ELF2UF2Build: CMakeFiles/ELF2UF2Build-complete
|
||||
|
||||
|
||||
CMakeFiles/ELF2UF2Build-complete: elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-install
|
||||
CMakeFiles/ELF2UF2Build-complete: elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-mkdir
|
||||
CMakeFiles/ELF2UF2Build-complete: elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-download
|
||||
CMakeFiles/ELF2UF2Build-complete: elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-update
|
||||
CMakeFiles/ELF2UF2Build-complete: elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-patch
|
||||
CMakeFiles/ELF2UF2Build-complete: elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-configure
|
||||
CMakeFiles/ELF2UF2Build-complete: elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-build
|
||||
CMakeFiles/ELF2UF2Build-complete: elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-install
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Completed 'ELF2UF2Build'"
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E make_directory /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E touch /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/ELF2UF2Build-complete
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E touch /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-done
|
||||
|
||||
elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-install: elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "No install step for 'ELF2UF2Build'"
|
||||
cd /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2 && /usr/local/Cellar/cmake/3.19.7/bin/cmake -E echo_append
|
||||
cd /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2 && /usr/local/Cellar/cmake/3.19.7/bin/cmake -E touch /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-install
|
||||
|
||||
elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-mkdir:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Creating directories for 'ELF2UF2Build'"
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E make_directory /Users/jean-marcharvengt/Documents/pico/pico-sdk/tools/elf2uf2
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E make_directory /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E make_directory /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E make_directory /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2/tmp
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E make_directory /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2/src/ELF2UF2Build-stamp
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E make_directory /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2/src
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E make_directory /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2/src/ELF2UF2Build-stamp
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E touch /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-mkdir
|
||||
|
||||
elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-download: elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-mkdir
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "No download step for 'ELF2UF2Build'"
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E echo_append
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E touch /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-download
|
||||
|
||||
elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-update: elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-download
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "No update step for 'ELF2UF2Build'"
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E echo_append
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E touch /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-update
|
||||
|
||||
elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-patch: elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-update
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "No patch step for 'ELF2UF2Build'"
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E echo_append
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E touch /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-patch
|
||||
|
||||
elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-configure: elf2uf2/tmp/ELF2UF2Build-cfgcmd.txt
|
||||
elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-configure: elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-patch
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Performing configure step for 'ELF2UF2Build'"
|
||||
cd /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2 && /usr/local/Cellar/cmake/3.19.7/bin/cmake "-GUnix Makefiles" /Users/jean-marcharvengt/Documents/pico/pico-sdk/tools/elf2uf2
|
||||
cd /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2 && /usr/local/Cellar/cmake/3.19.7/bin/cmake -E touch /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-configure
|
||||
|
||||
elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-build: elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-configure
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Performing build step for 'ELF2UF2Build'"
|
||||
cd /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/elf2uf2 && $(MAKE)
|
||||
|
||||
ELF2UF2Build: CMakeFiles/ELF2UF2Build
|
||||
ELF2UF2Build: CMakeFiles/ELF2UF2Build-complete
|
||||
ELF2UF2Build: elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-build
|
||||
ELF2UF2Build: elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-configure
|
||||
ELF2UF2Build: elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-download
|
||||
ELF2UF2Build: elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-install
|
||||
ELF2UF2Build: elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-mkdir
|
||||
ELF2UF2Build: elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-patch
|
||||
ELF2UF2Build: elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-update
|
||||
ELF2UF2Build: CMakeFiles/ELF2UF2Build.dir/build.make
|
||||
|
||||
.PHONY : ELF2UF2Build
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/ELF2UF2Build.dir/build: ELF2UF2Build
|
||||
|
||||
.PHONY : CMakeFiles/ELF2UF2Build.dir/build
|
||||
|
||||
CMakeFiles/ELF2UF2Build.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/ELF2UF2Build.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/ELF2UF2Build.dir/clean
|
||||
|
||||
CMakeFiles/ELF2UF2Build.dir/depend:
|
||||
cd /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/ELF2UF2Build.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/ELF2UF2Build.dir/depend
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/ELF2UF2Build"
|
||||
"CMakeFiles/ELF2UF2Build-complete"
|
||||
"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"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/ELF2UF2Build.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
|
@ -0,0 +1,3 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
CMAKE_PROGRESS_1 =
|
||||
CMAKE_PROGRESS_2 = 1
|
||||
CMAKE_PROGRESS_3 = 2
|
||||
CMAKE_PROGRESS_4 = 3
|
||||
CMAKE_PROGRESS_5 = 4
|
||||
CMAKE_PROGRESS_6 = 5
|
||||
CMAKE_PROGRESS_7 = 6
|
||||
CMAKE_PROGRESS_8 = 7
|
||||
|
|
@ -0,0 +1,218 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
# The generator used is:
|
||||
set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
|
||||
|
||||
# The top level Makefile was generated from the following files:
|
||||
set(CMAKE_MAKEFILE_DEPENDS
|
||||
"CMakeCache.txt"
|
||||
"../CMakeLists.txt"
|
||||
"../FatFs_SPI/CMakeLists.txt"
|
||||
"CMakeFiles/3.19.7/CMakeASMCompiler.cmake"
|
||||
"CMakeFiles/3.19.7/CMakeCCompiler.cmake"
|
||||
"CMakeFiles/3.19.7/CMakeCXXCompiler.cmake"
|
||||
"CMakeFiles/3.19.7/CMakeSystem.cmake"
|
||||
"elf2uf2/tmp/ELF2UF2Build-cfgcmd.txt.in"
|
||||
"pioasm/tmp/PioasmBuild-cfgcmd.txt.in"
|
||||
"../pico_sdk_import.cmake"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/cmake/Platform/PICO.cmake"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/cmake/pico_pre_load_platform.cmake"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/cmake/pico_pre_load_toolchain.cmake"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/cmake/pico_utils.cmake"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/cmake/preload/platforms/pico/pico.cmake"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/cmake/preload/platforms/rp2040.cmake"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/cmake/preload/toolchains/find_compiler.cmake"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/cmake/preload/toolchains/pico_arm_gcc.cmake"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/docs/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/pico_sdk_init.cmake"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/pico_sdk_version.cmake"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/board_setup.cmake"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/boards/generic_board.cmake"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/boot_picoboot/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/boot_uf2/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_base/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_base/include/pico/version.h.in"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_binary_info/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_bit_ops/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_divider/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_stdlib/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_sync/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_time/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_util/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040.cmake"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common.cmake"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/boot_stage2/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_adc/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_base/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_claim/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_clocks/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_divider/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_dma/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_flash/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_gpio/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_i2c/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_interp/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_irq/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pio/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pll/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pwm/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_resets/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_rtc/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_spi/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_sync/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_timer/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_uart/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_vreg/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_watchdog/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_xosc/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_bit_ops/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_bootrom/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_bootsel_via_double_reset/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_cxx_options/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_divider/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_double/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_fix/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_fix/rp2040_usb_device_enumeration/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_float/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_int64_ops/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_malloc/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_mem_ops/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_multicore/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_platform/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_printf/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_runtime/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_standard_link/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_stdio/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_stdio_semihosting/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_stdio_uart/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_stdio_usb/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_stdlib/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_unique_id/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/tinyusb/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/tools/CMakeLists.txt"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/tools/FindELF2UF2.cmake"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/tools/FindPioasm.cmake"
|
||||
"/usr/local/Cellar/cmake/3.19.7/share/cmake/Modules/CMakeASMInformation.cmake"
|
||||
"/usr/local/Cellar/cmake/3.19.7/share/cmake/Modules/CMakeCInformation.cmake"
|
||||
"/usr/local/Cellar/cmake/3.19.7/share/cmake/Modules/CMakeCXXInformation.cmake"
|
||||
"/usr/local/Cellar/cmake/3.19.7/share/cmake/Modules/CMakeCommonLanguageInclude.cmake"
|
||||
"/usr/local/Cellar/cmake/3.19.7/share/cmake/Modules/CMakeGenericSystem.cmake"
|
||||
"/usr/local/Cellar/cmake/3.19.7/share/cmake/Modules/CMakeInitializeConfigs.cmake"
|
||||
"/usr/local/Cellar/cmake/3.19.7/share/cmake/Modules/CMakeLanguageInformation.cmake"
|
||||
"/usr/local/Cellar/cmake/3.19.7/share/cmake/Modules/CMakeSystemSpecificInformation.cmake"
|
||||
"/usr/local/Cellar/cmake/3.19.7/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake"
|
||||
"/usr/local/Cellar/cmake/3.19.7/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
|
||||
"/usr/local/Cellar/cmake/3.19.7/share/cmake/Modules/Compiler/GNU-ASM.cmake"
|
||||
"/usr/local/Cellar/cmake/3.19.7/share/cmake/Modules/Compiler/GNU-C.cmake"
|
||||
"/usr/local/Cellar/cmake/3.19.7/share/cmake/Modules/Compiler/GNU-CXX.cmake"
|
||||
"/usr/local/Cellar/cmake/3.19.7/share/cmake/Modules/Compiler/GNU.cmake"
|
||||
"/usr/local/Cellar/cmake/3.19.7/share/cmake/Modules/ExternalProject.cmake"
|
||||
"/usr/local/Cellar/cmake/3.19.7/share/cmake/Modules/FindDoxygen.cmake"
|
||||
"/usr/local/Cellar/cmake/3.19.7/share/cmake/Modules/FindPackageHandleStandardArgs.cmake"
|
||||
"/usr/local/Cellar/cmake/3.19.7/share/cmake/Modules/FindPackageMessage.cmake"
|
||||
"/usr/local/Cellar/cmake/3.19.7/share/cmake/Modules/FindPython/Support.cmake"
|
||||
"/usr/local/Cellar/cmake/3.19.7/share/cmake/Modules/FindPython3.cmake"
|
||||
)
|
||||
|
||||
# The corresponding makefile is:
|
||||
set(CMAKE_MAKEFILE_OUTPUTS
|
||||
"Makefile"
|
||||
"CMakeFiles/cmake.check_cache"
|
||||
)
|
||||
|
||||
# Byproducts of CMake generate step:
|
||||
set(CMAKE_MAKEFILE_PRODUCTS
|
||||
"pioasm/tmp/PioasmBuild-cfgcmd.txt"
|
||||
"elf2uf2/tmp/ELF2UF2Build-cfgcmd.txt"
|
||||
"CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/tools/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/common/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/common/boot_picoboot/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/common/boot_uf2/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"generated/pico_base/pico/version.h"
|
||||
"generated/pico_base/pico/config_autogen.h"
|
||||
"pico-sdk/src/common/pico_base/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/common/pico_bit_ops/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/common/pico_binary_info/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/common/pico_divider/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/common/pico_sync/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/common/pico_time/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/common/pico_util/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/common/pico_stdlib/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/hardware_base/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/hardware_claim/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/hardware_adc/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/hardware_clocks/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/hardware_dma/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/hardware_divider/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/hardware_flash/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/hardware_gpio/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/hardware_i2c/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/hardware_interp/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/hardware_irq/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/hardware_pio/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/hardware_pll/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/hardware_pwm/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/hardware_resets/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/hardware_rtc/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/hardware_spi/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/hardware_sync/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/hardware_timer/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/hardware_uart/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/hardware_vreg/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/hardware_watchdog/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/hardware_xosc/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/pico_bootrom/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/pico_platform/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/pico_bootsel_via_double_reset/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/pico_multicore/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/pico_unique_id/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/pico_bit_ops/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/pico_divider/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/pico_double/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/pico_int64_ops/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/pico_float/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/pico_mem_ops/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/pico_malloc/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/pico_printf/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/pico_stdio/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/pico_stdio_semihosting/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/pico_stdio_uart/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/tinyusb/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/pico_stdio_usb/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/pico_stdlib/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/pico_cxx_options/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/pico_standard_link/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/pico_fix/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/pico_fix/rp2040_usb_device_enumeration/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2_common/pico_runtime/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2040/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2040/hardware_regs/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/src/rp2040/hardware_structs/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"pico-sdk/docs/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
"build/CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
)
|
||||
|
||||
# Dependency information for all targets:
|
||||
set(CMAKE_DEPEND_INFO_FILES
|
||||
"CMakeFiles/ELF2UF2Build.dir/DependInfo.cmake"
|
||||
"CMakeFiles/mcume_scanvideo_pio_h.dir/DependInfo.cmake"
|
||||
"CMakeFiles/mcume_timing_pio_h.dir/DependInfo.cmake"
|
||||
"CMakeFiles/PioasmBuild.dir/DependInfo.cmake"
|
||||
"CMakeFiles/mcume.dir/DependInfo.cmake"
|
||||
"pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_bin.dir/DependInfo.cmake"
|
||||
"pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm.dir/DependInfo.cmake"
|
||||
"pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/DependInfo.cmake"
|
||||
)
|
Plik diff jest za duży
Load Diff
|
@ -0,0 +1,11 @@
|
|||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"sources" :
|
||||
[
|
||||
{
|
||||
"file" : "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/PioasmBuild"
|
||||
},
|
||||
{
|
||||
"file" : "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/PioasmBuild.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/PioasmBuild-complete.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm/src/PioasmBuild-stamp/PioasmBuild-install.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm/src/PioasmBuild-stamp/PioasmBuild-mkdir.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm/src/PioasmBuild-stamp/PioasmBuild-download.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm/src/PioasmBuild-stamp/PioasmBuild-update.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm/src/PioasmBuild-stamp/PioasmBuild-patch.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm/src/PioasmBuild-stamp/PioasmBuild-configure.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm/src/PioasmBuild-stamp/PioasmBuild-build.rule"
|
||||
}
|
||||
],
|
||||
"target" :
|
||||
{
|
||||
"labels" :
|
||||
[
|
||||
"PioasmBuild"
|
||||
],
|
||||
"name" : "PioasmBuild"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
# Target labels
|
||||
PioasmBuild
|
||||
# Source files and their labels
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/PioasmBuild
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/PioasmBuild.rule
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/PioasmBuild-complete.rule
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm/src/PioasmBuild-stamp/PioasmBuild-install.rule
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm/src/PioasmBuild-stamp/PioasmBuild-mkdir.rule
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm/src/PioasmBuild-stamp/PioasmBuild-download.rule
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm/src/PioasmBuild-stamp/PioasmBuild-update.rule
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm/src/PioasmBuild-stamp/PioasmBuild-patch.rule
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm/src/PioasmBuild-stamp/PioasmBuild-configure.rule
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm/src/PioasmBuild-stamp/PioasmBuild-build.rule
|
|
@ -0,0 +1,157 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.19.7/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/local/Cellar/cmake/3.19.7/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build
|
||||
|
||||
# Utility rule file for PioasmBuild.
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/PioasmBuild.dir/progress.make
|
||||
|
||||
CMakeFiles/PioasmBuild: CMakeFiles/PioasmBuild-complete
|
||||
|
||||
|
||||
CMakeFiles/PioasmBuild-complete: pioasm/src/PioasmBuild-stamp/PioasmBuild-install
|
||||
CMakeFiles/PioasmBuild-complete: pioasm/src/PioasmBuild-stamp/PioasmBuild-mkdir
|
||||
CMakeFiles/PioasmBuild-complete: pioasm/src/PioasmBuild-stamp/PioasmBuild-download
|
||||
CMakeFiles/PioasmBuild-complete: pioasm/src/PioasmBuild-stamp/PioasmBuild-update
|
||||
CMakeFiles/PioasmBuild-complete: pioasm/src/PioasmBuild-stamp/PioasmBuild-patch
|
||||
CMakeFiles/PioasmBuild-complete: pioasm/src/PioasmBuild-stamp/PioasmBuild-configure
|
||||
CMakeFiles/PioasmBuild-complete: pioasm/src/PioasmBuild-stamp/PioasmBuild-build
|
||||
CMakeFiles/PioasmBuild-complete: pioasm/src/PioasmBuild-stamp/PioasmBuild-install
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Completed 'PioasmBuild'"
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E make_directory /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E touch /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/PioasmBuild-complete
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E touch /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm/src/PioasmBuild-stamp/PioasmBuild-done
|
||||
|
||||
pioasm/src/PioasmBuild-stamp/PioasmBuild-install: pioasm/src/PioasmBuild-stamp/PioasmBuild-build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "No install step for 'PioasmBuild'"
|
||||
cd /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm && /usr/local/Cellar/cmake/3.19.7/bin/cmake -E echo_append
|
||||
cd /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm && /usr/local/Cellar/cmake/3.19.7/bin/cmake -E touch /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm/src/PioasmBuild-stamp/PioasmBuild-install
|
||||
|
||||
pioasm/src/PioasmBuild-stamp/PioasmBuild-mkdir:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Creating directories for 'PioasmBuild'"
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E make_directory /Users/jean-marcharvengt/Documents/pico/pico-sdk/tools/pioasm
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E make_directory /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E make_directory /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E make_directory /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm/tmp
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E make_directory /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm/src/PioasmBuild-stamp
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E make_directory /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm/src
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E make_directory /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm/src/PioasmBuild-stamp
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E touch /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm/src/PioasmBuild-stamp/PioasmBuild-mkdir
|
||||
|
||||
pioasm/src/PioasmBuild-stamp/PioasmBuild-download: pioasm/src/PioasmBuild-stamp/PioasmBuild-mkdir
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "No download step for 'PioasmBuild'"
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E echo_append
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E touch /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm/src/PioasmBuild-stamp/PioasmBuild-download
|
||||
|
||||
pioasm/src/PioasmBuild-stamp/PioasmBuild-update: pioasm/src/PioasmBuild-stamp/PioasmBuild-download
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "No update step for 'PioasmBuild'"
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E echo_append
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E touch /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm/src/PioasmBuild-stamp/PioasmBuild-update
|
||||
|
||||
pioasm/src/PioasmBuild-stamp/PioasmBuild-patch: pioasm/src/PioasmBuild-stamp/PioasmBuild-update
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "No patch step for 'PioasmBuild'"
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E echo_append
|
||||
/usr/local/Cellar/cmake/3.19.7/bin/cmake -E touch /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm/src/PioasmBuild-stamp/PioasmBuild-patch
|
||||
|
||||
pioasm/src/PioasmBuild-stamp/PioasmBuild-configure: pioasm/tmp/PioasmBuild-cfgcmd.txt
|
||||
pioasm/src/PioasmBuild-stamp/PioasmBuild-configure: pioasm/src/PioasmBuild-stamp/PioasmBuild-patch
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Performing configure step for 'PioasmBuild'"
|
||||
cd /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm && /usr/local/Cellar/cmake/3.19.7/bin/cmake "-GUnix Makefiles" /Users/jean-marcharvengt/Documents/pico/pico-sdk/tools/pioasm
|
||||
cd /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm && /usr/local/Cellar/cmake/3.19.7/bin/cmake -E touch /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm/src/PioasmBuild-stamp/PioasmBuild-configure
|
||||
|
||||
pioasm/src/PioasmBuild-stamp/PioasmBuild-build: pioasm/src/PioasmBuild-stamp/PioasmBuild-configure
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Performing build step for 'PioasmBuild'"
|
||||
cd /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pioasm && $(MAKE)
|
||||
|
||||
PioasmBuild: CMakeFiles/PioasmBuild
|
||||
PioasmBuild: CMakeFiles/PioasmBuild-complete
|
||||
PioasmBuild: pioasm/src/PioasmBuild-stamp/PioasmBuild-build
|
||||
PioasmBuild: pioasm/src/PioasmBuild-stamp/PioasmBuild-configure
|
||||
PioasmBuild: pioasm/src/PioasmBuild-stamp/PioasmBuild-download
|
||||
PioasmBuild: pioasm/src/PioasmBuild-stamp/PioasmBuild-install
|
||||
PioasmBuild: pioasm/src/PioasmBuild-stamp/PioasmBuild-mkdir
|
||||
PioasmBuild: pioasm/src/PioasmBuild-stamp/PioasmBuild-patch
|
||||
PioasmBuild: pioasm/src/PioasmBuild-stamp/PioasmBuild-update
|
||||
PioasmBuild: CMakeFiles/PioasmBuild.dir/build.make
|
||||
|
||||
.PHONY : PioasmBuild
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/PioasmBuild.dir/build: PioasmBuild
|
||||
|
||||
.PHONY : CMakeFiles/PioasmBuild.dir/build
|
||||
|
||||
CMakeFiles/PioasmBuild.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/PioasmBuild.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/PioasmBuild.dir/clean
|
||||
|
||||
CMakeFiles/PioasmBuild.dir/depend:
|
||||
cd /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build /Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/PioasmBuild.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/PioasmBuild.dir/depend
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/PioasmBuild"
|
||||
"CMakeFiles/PioasmBuild-complete"
|
||||
"pioasm/src/PioasmBuild-stamp/PioasmBuild-build"
|
||||
"pioasm/src/PioasmBuild-stamp/PioasmBuild-configure"
|
||||
"pioasm/src/PioasmBuild-stamp/PioasmBuild-download"
|
||||
"pioasm/src/PioasmBuild-stamp/PioasmBuild-install"
|
||||
"pioasm/src/PioasmBuild-stamp/PioasmBuild-mkdir"
|
||||
"pioasm/src/PioasmBuild-stamp/PioasmBuild-patch"
|
||||
"pioasm/src/PioasmBuild-stamp/PioasmBuild-update"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/PioasmBuild.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
|
@ -0,0 +1,3 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
CMAKE_PROGRESS_1 = 8
|
||||
CMAKE_PROGRESS_2 = 9
|
||||
CMAKE_PROGRESS_3 = 10
|
||||
CMAKE_PROGRESS_4 = 11
|
||||
CMAKE_PROGRESS_5 = 12
|
||||
CMAKE_PROGRESS_6 = 13
|
||||
CMAKE_PROGRESS_7 = 14
|
||||
CMAKE_PROGRESS_8 = 15
|
||||
|
|
@ -0,0 +1,146 @@
|
|||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/ELF2UF2Build.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume_scanvideo_pio_h.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume_timing_pio_h.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/PioasmBuild.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/tools/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/tools/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/common/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/common/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/common/boot_picoboot/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/common/boot_picoboot/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/common/boot_uf2/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/common/boot_uf2/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/common/pico_base/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/common/pico_base/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/common/pico_bit_ops/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/common/pico_bit_ops/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/common/pico_binary_info/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/common/pico_binary_info/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/common/pico_divider/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/common/pico_divider/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/common/pico_sync/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/common/pico_sync/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/common/pico_time/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/common/pico_time/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/common/pico_util/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/common/pico_util/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/common/pico_stdlib/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/common/pico_stdlib/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_base/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_base/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_claim/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_claim/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_adc/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_adc/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_clocks/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_clocks/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_dma/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_dma/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_divider/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_divider/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_flash/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_flash/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_gpio/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_gpio/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_i2c/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_i2c/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_interp/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_interp/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_irq/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_irq/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_pio/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_pio/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_pll/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_pll/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_pwm/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_pwm/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_resets/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_resets/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_rtc/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_rtc/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_spi/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_spi/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_sync/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_sync/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_timer/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_timer/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_uart/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_uart/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_vreg/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_vreg/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_watchdog/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_watchdog/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_xosc/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/hardware_xosc/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_bootrom/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_bootrom/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_platform/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_platform/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_bin.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_bootsel_via_double_reset/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_bootsel_via_double_reset/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_multicore/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_multicore/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_unique_id/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_unique_id/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_bit_ops/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_bit_ops/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_divider/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_divider/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_double/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_double/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_int64_ops/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_int64_ops/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_float/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_float/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_mem_ops/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_mem_ops/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_malloc/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_malloc/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_printf/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_printf/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_stdio/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_stdio/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_stdio_semihosting/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_stdio_semihosting/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_stdio_uart/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_stdio_uart/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/tinyusb/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/tinyusb/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_stdio_usb/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_stdio_usb/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_stdlib/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_stdlib/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_cxx_options/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_cxx_options/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_standard_link/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_standard_link/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_fix/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_fix/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_fix/rp2040_usb_device_enumeration/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_fix/rp2040_usb_device_enumeration/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_runtime/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2_common/pico_runtime/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2040/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2040/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2040/hardware_regs/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2040/hardware_regs/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2040/hardware_structs/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/src/rp2040/hardware_structs/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/docs/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/pico-sdk/docs/CMakeFiles/edit_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/build/CMakeFiles/rebuild_cache.dir
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/build/CMakeFiles/edit_cache.dir
|
|
@ -0,0 +1 @@
|
|||
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
|
|
@ -0,0 +1,8 @@
|
|||
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
|
||||
|
||||
#IncludeRegexScan: ^.*$
|
||||
|
||||
#IncludeRegexComplain: ^$
|
||||
|
||||
#IncludeRegexTransform:
|
||||
|
|
@ -0,0 +1,376 @@
|
|||
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
|
||||
|
||||
#IncludeRegexScan: ^.*$
|
||||
|
||||
#IncludeRegexComplain: ^$
|
||||
|
||||
#IncludeRegexTransform:
|
||||
|
||||
../config/iopins.h
|
||||
platform_config.h
|
||||
../config/platform_config.h
|
||||
|
||||
../config/platform_config.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/sd_driver/hw_config.c
|
||||
string.h
|
||||
-
|
||||
my_debug.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/sd_driver/my_debug.h
|
||||
iopins.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/sd_driver/iopins.h
|
||||
hw_config.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/sd_driver/hw_config.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/sd_driver/hw_config.h
|
||||
sd_card.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/sd_driver/sd_card.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/sd_driver/my_debug.h
|
||||
stdio.h
|
||||
-
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/sd_driver/sd_card.h
|
||||
stdint.h
|
||||
-
|
||||
hardware/gpio.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/sd_driver/hardware/gpio.h
|
||||
spi.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/sd_driver/spi.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/sd_driver/spi.h
|
||||
stdbool.h
|
||||
-
|
||||
hardware/dma.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/sd_driver/hardware/dma.h
|
||||
hardware/irq.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/sd_driver/hardware/irq.h
|
||||
hardware/spi.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/sd_driver/hardware/spi.h
|
||||
pico/types.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/sd_driver/pico/types.h
|
||||
pico/sem.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/sd_driver/pico/sem.h
|
||||
hardware/gpio.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/sd_driver/hardware/gpio.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/composable_scanline.h
|
||||
pico/types.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/pico/types.h
|
||||
scanvideo.pio.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/scanvideo.pio.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/scanvideo.c
|
||||
stdlib.h
|
||||
-
|
||||
stdio.h
|
||||
-
|
||||
pico/platform.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/pico/platform.h
|
||||
pico/sem.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/pico/sem.h
|
||||
hardware/clocks.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/hardware/clocks.h
|
||||
hardware/dma.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/hardware/dma.h
|
||||
hardware/gpio.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/hardware/gpio.h
|
||||
hardware/pio.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/hardware/pio.h
|
||||
hardware/irq.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/hardware/irq.h
|
||||
timing.pio.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/timing.pio.h
|
||||
scanvideo.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/scanvideo.h
|
||||
composable_scanline.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/composable_scanline.h
|
||||
hardware/structs/bus_ctrl.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/hardware/structs/bus_ctrl.h
|
||||
pico/binary_info.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/pico/binary_info.h
|
||||
iopins.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/iopins.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/scanvideo.h
|
||||
scanvideo_base.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/scanvideo_base.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/scanvideo_base.h
|
||||
pico/types.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/pico/types.h
|
||||
hardware/pio.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/hardware/pio.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/boards/include/boards/pico.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_base/include/pico.h
|
||||
pico/types.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_base/include/pico/types.h
|
||||
pico/version.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_base/include/pico/version.h
|
||||
pico/config.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_base/include/pico/config.h
|
||||
pico/platform.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_base/include/pico/platform.h
|
||||
pico/error.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_base/include/pico/error.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_base/include/pico/assert.h
|
||||
stdbool.h
|
||||
-
|
||||
cassert
|
||||
-
|
||||
assert.h
|
||||
-
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_base/include/pico/config.h
|
||||
pico/config_autogen.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_base/include/pico/pico/config_autogen.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_base/include/pico/error.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_base/include/pico/types.h
|
||||
pico/assert.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_base/include/pico/pico/assert.h
|
||||
stdint.h
|
||||
-
|
||||
stdbool.h
|
||||
-
|
||||
stddef.h
|
||||
-
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_binary_info/include/pico/binary_info.h
|
||||
pico/binary_info/defs.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_binary_info/include/pico/pico/binary_info/defs.h
|
||||
pico/binary_info/structure.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_binary_info/include/pico/pico/binary_info/structure.h
|
||||
pico/binary_info/code.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_binary_info/include/pico/pico/binary_info/code.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_binary_info/include/pico/binary_info/code.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_binary_info/include/pico/binary_info/pico.h
|
||||
pico/binary_info/structure.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_binary_info/include/pico/binary_info/pico/binary_info/structure.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_binary_info/include/pico/binary_info/defs.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_binary_info/include/pico/binary_info/structure.h
|
||||
stdint.h
|
||||
-
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_sync/include/pico/lock_core.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_sync/include/pico/pico.h
|
||||
hardware/sync.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_sync/include/pico/hardware/sync.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_sync/include/pico/sem.h
|
||||
pico/lock_core.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_sync/include/pico/pico/lock_core.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_time/include/pico/time.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_time/include/pico/pico.h
|
||||
hardware/timer.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_time/include/pico/hardware/timer.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/platform_defs.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/regs/addressmap.h
|
||||
hardware/platform_defs.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/regs/hardware/platform_defs.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/regs/busctrl.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/regs/clocks.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/regs/dma.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/regs/dreq.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/regs/intctrl.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/regs/m0plus.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/regs/pads_bank0.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/regs/pio.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/regs/sio.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/regs/spi.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/regs/timer.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/bus_ctrl.h
|
||||
hardware/address_mapped.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/address_mapped.h
|
||||
hardware/regs/busctrl.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/regs/busctrl.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/clocks.h
|
||||
hardware/address_mapped.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/address_mapped.h
|
||||
hardware/platform_defs.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/platform_defs.h
|
||||
hardware/regs/clocks.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/regs/clocks.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/dma.h
|
||||
hardware/address_mapped.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/address_mapped.h
|
||||
hardware/platform_defs.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/platform_defs.h
|
||||
hardware/regs/dma.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/regs/dma.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/interp.h
|
||||
hardware/address_mapped.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/address_mapped.h
|
||||
hardware/platform_defs.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/platform_defs.h
|
||||
hardware/regs/sio.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/regs/sio.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/padsbank0.h
|
||||
hardware/address_mapped.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/address_mapped.h
|
||||
hardware/platform_defs.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/platform_defs.h
|
||||
hardware/regs/pads_bank0.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/regs/pads_bank0.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/pio.h
|
||||
hardware/address_mapped.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/address_mapped.h
|
||||
hardware/platform_defs.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/platform_defs.h
|
||||
hardware/regs/pio.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/regs/pio.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/sio.h
|
||||
hardware/address_mapped.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/address_mapped.h
|
||||
hardware/regs/sio.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/regs/sio.h
|
||||
hardware/structs/interp.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/structs/interp.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/spi.h
|
||||
hardware/address_mapped.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/address_mapped.h
|
||||
hardware/regs/spi.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/regs/spi.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/timer.h
|
||||
hardware/address_mapped.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/address_mapped.h
|
||||
hardware/platform_defs.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/platform_defs.h
|
||||
hardware/regs/timer.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/regs/timer.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_base/include/hardware/address_mapped.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_base/include/hardware/pico.h
|
||||
hardware/regs/addressmap.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_base/include/hardware/hardware/regs/addressmap.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_clocks/include/hardware/clocks.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_clocks/include/hardware/pico.h
|
||||
hardware/structs/clocks.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_clocks/include/hardware/hardware/structs/clocks.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_dma/include/hardware/dma.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_dma/include/hardware/pico.h
|
||||
hardware/structs/dma.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_dma/include/hardware/hardware/structs/dma.h
|
||||
hardware/regs/dreq.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_dma/include/hardware/hardware/regs/dreq.h
|
||||
pico/assert.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_dma/include/hardware/pico/assert.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_gpio/include/hardware/gpio.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_gpio/include/hardware/pico.h
|
||||
hardware/structs/sio.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_gpio/include/hardware/hardware/structs/sio.h
|
||||
hardware/structs/padsbank0.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_gpio/include/hardware/hardware/structs/padsbank0.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_irq/include/hardware/irq.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_irq/include/hardware/pico.h
|
||||
hardware/address_mapped.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_irq/include/hardware/hardware/address_mapped.h
|
||||
hardware/regs/intctrl.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_irq/include/hardware/hardware/regs/intctrl.h
|
||||
hardware/regs/m0plus.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_irq/include/hardware/hardware/regs/m0plus.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pio/include/hardware/pio.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pio/include/hardware/pico.h
|
||||
hardware/address_mapped.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pio/include/hardware/hardware/address_mapped.h
|
||||
hardware/structs/pio.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pio/include/hardware/hardware/structs/pio.h
|
||||
hardware/gpio.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pio/include/hardware/hardware/gpio.h
|
||||
hardware/regs/dreq.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pio/include/hardware/hardware/regs/dreq.h
|
||||
hardware/pio_instructions.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pio/include/hardware/hardware/pio_instructions.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pio/include/hardware/pio_instructions.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pio/include/hardware/pico.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_spi/include/hardware/spi.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_spi/include/hardware/pico.h
|
||||
pico/time.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_spi/include/hardware/pico/time.h
|
||||
hardware/structs/spi.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_spi/include/hardware/hardware/structs/spi.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_sync/include/hardware/sync.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_sync/include/hardware/pico.h
|
||||
hardware/address_mapped.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_sync/include/hardware/hardware/address_mapped.h
|
||||
hardware/regs/sio.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_sync/include/hardware/hardware/regs/sio.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_timer/include/hardware/timer.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_timer/include/hardware/pico.h
|
||||
hardware/structs/timer.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_timer/include/hardware/hardware/structs/timer.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_platform/include/pico/platform.h
|
||||
sys/cdefs.h
|
||||
-
|
||||
pico/types.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_platform/include/pico/pico/types.h
|
||||
hardware/platform_defs.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_platform/include/pico/hardware/platform_defs.h
|
||||
|
||||
generated/pico_base/pico/config_autogen.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/boards/include/boards/pico.h
|
||||
-
|
||||
|
||||
generated/pico_base/pico/version.h
|
||||
|
||||
scanvideo.pio.h
|
||||
hardware/pio.h
|
||||
hardware/pio.h
|
||||
|
||||
timing.pio.h
|
||||
hardware/pio.h
|
||||
hardware/pio.h
|
||||
|
|
@ -0,0 +1,780 @@
|
|||
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
|
||||
|
||||
#IncludeRegexScan: ^.*$
|
||||
|
||||
#IncludeRegexComplain: ^$
|
||||
|
||||
#IncludeRegexTransform:
|
||||
|
||||
../FatFs_SPI/ff14a/source/ff.h
|
||||
ffconf.h
|
||||
../FatFs_SPI/ff14a/source/ffconf.h
|
||||
windows.h
|
||||
-
|
||||
stdint.h
|
||||
-
|
||||
|
||||
../FatFs_SPI/ff14a/source/ffconf.h
|
||||
|
||||
../config/iopins.h
|
||||
platform_config.h
|
||||
../config/platform_config.h
|
||||
|
||||
../config/platform_config.h
|
||||
|
||||
../tft_t/tft_t_dma.h
|
||||
stdio.h
|
||||
-
|
||||
math.h
|
||||
-
|
||||
pico.h
|
||||
../tft_t/pico.h
|
||||
tft_t_dma_config.h
|
||||
../tft_t/tft_t_dma_config.h
|
||||
|
||||
../tft_t/tft_t_dma_config.h
|
||||
platform_config.h
|
||||
../tft_t/platform_config.h
|
||||
iopins.h
|
||||
../tft_t/iopins.h
|
||||
|
||||
../vga_t4/VGA_t4.h
|
||||
stdio.h
|
||||
-
|
||||
math.h
|
||||
-
|
||||
pico.h
|
||||
../vga_t4/pico.h
|
||||
|
||||
../vga_t4/vga_t_dma.h
|
||||
VGA_t4.h
|
||||
../vga_t4/VGA_t4.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/AudioPlaySystem.cpp
|
||||
emuapi.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/emuapi.h
|
||||
AudioPlaySystem.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/AudioPlaySystem.h
|
||||
stdio.h
|
||||
-
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/AudioPlaySystem.h
|
||||
platform_config.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/platform_config.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/IntervalTimer.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/Teensy64.h
|
||||
stdint.h
|
||||
-
|
||||
stdio.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
pico/stdlib.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/pico/stdlib.h
|
||||
settings.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/settings.h
|
||||
emuapi.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/emuapi.h
|
||||
vga_t_dma.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/vga_t_dma.h
|
||||
tft_t_dma.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/tft_t_dma.h
|
||||
output_dac.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/output_dac.h
|
||||
cpu.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/cpu.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/c64.cpp
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/pico.h
|
||||
pico/stdlib.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/pico/stdlib.h
|
||||
stdio.h
|
||||
-
|
||||
emuapi.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/emuapi.h
|
||||
platform_config.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/platform_config.h
|
||||
Teensy64.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/Teensy64.h
|
||||
string.h
|
||||
-
|
||||
reSID.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/reSID.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/c64.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/cia1.cpp
|
||||
cpu.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/cpu.h
|
||||
cia1.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/cia1.h
|
||||
string.h
|
||||
-
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/cia1.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/cia2.cpp
|
||||
cpu.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/cpu.h
|
||||
cia2.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/cia2.h
|
||||
string.h
|
||||
-
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/cia2.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/cpu.cpp
|
||||
cpu.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/cpu.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/cpu.h
|
||||
Teensy64.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/Teensy64.h
|
||||
roms.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/roms.h
|
||||
patches.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/patches.h
|
||||
util.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/util.h
|
||||
pla.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/pla.h
|
||||
vic.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/vic.h
|
||||
keyboard.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/keyboard.h
|
||||
cia1.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/cia1.h
|
||||
cia2.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/cia2.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/emuapi.cpp
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/pico.h
|
||||
pico/stdlib.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/pico/stdlib.h
|
||||
hardware/adc.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/hardware/adc.h
|
||||
stdio.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
emuapi.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/emuapi.h
|
||||
iopins.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/iopins.h
|
||||
vga_t_dma.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/vga_t_dma.h
|
||||
tft_t_dma.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/tft_t_dma.h
|
||||
ff.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/ff.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/emuapi.h
|
||||
platform_config.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/platform_config.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/keyboard.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/keyboard_osd.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/output_dac.h
|
||||
reSID.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/reSID.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/patches.cpp
|
||||
patches.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/patches.h
|
||||
emuapi.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/emuapi.h
|
||||
platform_config.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/platform_config.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/patches.h
|
||||
cpu.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/cpu.h
|
||||
roms.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/roms.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/pico64.cpp
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/pico.h
|
||||
pico/stdlib.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/pico/stdlib.h
|
||||
iopins.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/iopins.h
|
||||
emuapi.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/emuapi.h
|
||||
keyboard_osd.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/keyboard_osd.h
|
||||
c64.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/c64.h
|
||||
stdio.h
|
||||
-
|
||||
vga_t_dma.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/vga_t_dma.h
|
||||
tft_t_dma.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/tft_t_dma.h
|
||||
hardware/clocks.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/hardware/clocks.h
|
||||
hardware/vreg.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/hardware/vreg.h
|
||||
AudioPlaySystem.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/AudioPlaySystem.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/pla.cpp
|
||||
string.h
|
||||
-
|
||||
roms.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/roms.h
|
||||
cpu.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/cpu.h
|
||||
pla.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/pla.h
|
||||
vic.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/vic.h
|
||||
cia1.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/cia1.h
|
||||
cia2.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/cia2.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/pla.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/reSID.h
|
||||
reSID/sid.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/reSID/sid.h
|
||||
stdint.h
|
||||
-
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/reSID/envelope.h
|
||||
siddefs.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/reSID/siddefs.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/reSID/extfilt.h
|
||||
siddefs.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/reSID/siddefs.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/reSID/filter.h
|
||||
siddefs.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/reSID/siddefs.h
|
||||
filter6581.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/reSID/filter6581.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/reSID/filter6581.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/reSID/pot.h
|
||||
siddefs.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/reSID/siddefs.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/reSID/sid.h
|
||||
siddefs.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/reSID/siddefs.h
|
||||
voice.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/reSID/voice.h
|
||||
filter.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/reSID/filter.h
|
||||
extfilt.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/reSID/extfilt.h
|
||||
pot.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/reSID/pot.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/reSID/siddefs.h
|
||||
stdint.h
|
||||
-
|
||||
stdio.h
|
||||
-
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/reSID/voice.h
|
||||
siddefs.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/reSID/siddefs.h
|
||||
wave.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/reSID/wave.h
|
||||
envelope.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/reSID/envelope.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/reSID/wave.h
|
||||
siddefs.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/reSID/siddefs.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/roms.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/settings.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/util.cpp
|
||||
stdint.h
|
||||
-
|
||||
stdio.h
|
||||
-
|
||||
util.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/util.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/util.h
|
||||
Teensy64.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/Teensy64.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/vic.cpp
|
||||
Teensy64.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/Teensy64.h
|
||||
vic.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/vic.h
|
||||
string.h
|
||||
-
|
||||
math.h
|
||||
-
|
||||
stdlib.h
|
||||
-
|
||||
vic_palette.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/vic_palette.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/vic.h
|
||||
Teensy64.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/Teensy64.h
|
||||
IntervalTimer.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/IntervalTimer.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/vic_palette.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/tft_t/TFT_T_DMA.h
|
||||
stdio.h
|
||||
-
|
||||
math.h
|
||||
-
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/tft_t/pico.h
|
||||
tft_t_dma_config.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/tft_t/tft_t_dma_config.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/tft_t/tft_font8x8.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/tft_t/tft_t_dma.cpp
|
||||
TFT_T_DMA.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/tft_t/TFT_T_DMA.h
|
||||
tft_font8x8.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/tft_t/tft_font8x8.h
|
||||
pico/stdlib.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/tft_t/pico/stdlib.h
|
||||
pico/multicore.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/tft_t/pico/multicore.h
|
||||
hardware/spi.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/tft_t/hardware/spi.h
|
||||
hardware/dma.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/tft_t/hardware/dma.h
|
||||
hardware/irq.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/tft_t/hardware/irq.h
|
||||
string.h
|
||||
-
|
||||
hardware/irq.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/tft_t/hardware/irq.h
|
||||
hardware/pwm.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/tft_t/hardware/pwm.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/tft_t/tft_t_dma_config.h
|
||||
platform_config.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/tft_t/platform_config.h
|
||||
iopins.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/tft_t/iopins.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/VGA_font8x8.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/VGA_t4.cpp
|
||||
VGA_t4.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/VGA_t4.h
|
||||
VGA_font8x8.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/VGA_font8x8.h
|
||||
pico/stdlib.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/pico/stdlib.h
|
||||
pico/multicore.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/pico/multicore.h
|
||||
scanvideo.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/scanvideo.h
|
||||
composable_scanline.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/composable_scanline.h
|
||||
pico/sync.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/pico/sync.h
|
||||
hardware/irq.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/hardware/irq.h
|
||||
string.h
|
||||
-
|
||||
platform_config.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/platform_config.h
|
||||
iopins.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/iopins.h
|
||||
hardware/irq.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/hardware/irq.h
|
||||
hardware/pwm.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/hardware/pwm.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/VGA_t4.h
|
||||
stdio.h
|
||||
-
|
||||
math.h
|
||||
-
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/pico.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/composable_scanline.h
|
||||
pico/types.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/pico/types.h
|
||||
scanvideo.pio.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/scanvideo.pio.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/scanvideo.h
|
||||
scanvideo_base.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/scanvideo_base.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/scanvideo_base.h
|
||||
pico/types.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/pico/types.h
|
||||
hardware/pio.h
|
||||
/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/hardware/pio.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/boards/include/boards/pico.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_base/include/pico.h
|
||||
pico/types.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_base/include/pico/types.h
|
||||
pico/version.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_base/include/pico/version.h
|
||||
pico/config.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_base/include/pico/config.h
|
||||
pico/platform.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_base/include/pico/platform.h
|
||||
pico/error.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_base/include/pico/error.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_base/include/pico/assert.h
|
||||
stdbool.h
|
||||
-
|
||||
cassert
|
||||
-
|
||||
assert.h
|
||||
-
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_base/include/pico/config.h
|
||||
pico/config_autogen.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_base/include/pico/pico/config_autogen.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_base/include/pico/error.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_base/include/pico/types.h
|
||||
pico/assert.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_base/include/pico/pico/assert.h
|
||||
stdint.h
|
||||
-
|
||||
stdbool.h
|
||||
-
|
||||
stddef.h
|
||||
-
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_stdlib/include/pico/stdlib.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_stdlib/include/pico/pico.h
|
||||
pico/stdio.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_stdlib/include/pico/pico/stdio.h
|
||||
pico/time.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_stdlib/include/pico/pico/time.h
|
||||
hardware/gpio.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_stdlib/include/pico/hardware/gpio.h
|
||||
hardware/uart.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_stdlib/include/pico/hardware/uart.h
|
||||
pico/stdio_uart.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_stdlib/include/pico/pico/stdio_uart.h
|
||||
pico/stdio_usb.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_stdlib/include/pico/pico/stdio_usb.h
|
||||
pico/stdio_semihosting.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_stdlib/include/pico/pico/stdio_semihosting.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_sync/include/pico/critical_section.h
|
||||
pico/lock_core.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_sync/include/pico/pico/lock_core.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_sync/include/pico/lock_core.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_sync/include/pico/pico.h
|
||||
hardware/sync.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_sync/include/pico/hardware/sync.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_sync/include/pico/mutex.h
|
||||
pico/lock_core.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_sync/include/pico/pico/lock_core.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_sync/include/pico/sem.h
|
||||
pico/lock_core.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_sync/include/pico/pico/lock_core.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_sync/include/pico/sync.h
|
||||
pico/sem.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_sync/include/pico/pico/sem.h
|
||||
pico/mutex.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_sync/include/pico/pico/mutex.h
|
||||
pico/critical_section.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_sync/include/pico/pico/critical_section.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_time/include/pico/time.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_time/include/pico/pico.h
|
||||
hardware/timer.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_time/include/pico/hardware/timer.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/platform_defs.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/regs/adc.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/regs/addressmap.h
|
||||
hardware/platform_defs.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/regs/hardware/platform_defs.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/regs/clocks.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/regs/dma.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/regs/dreq.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/regs/intctrl.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/regs/m0plus.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/regs/pads_bank0.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/regs/pio.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/regs/pwm.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/regs/sio.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/regs/spi.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/regs/timer.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/regs/uart.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include/hardware/regs/vreg_and_chip_reset.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/adc.h
|
||||
hardware/address_mapped.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/address_mapped.h
|
||||
hardware/regs/adc.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/regs/adc.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/clocks.h
|
||||
hardware/address_mapped.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/address_mapped.h
|
||||
hardware/platform_defs.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/platform_defs.h
|
||||
hardware/regs/clocks.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/regs/clocks.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/dma.h
|
||||
hardware/address_mapped.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/address_mapped.h
|
||||
hardware/platform_defs.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/platform_defs.h
|
||||
hardware/regs/dma.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/regs/dma.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/interp.h
|
||||
hardware/address_mapped.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/address_mapped.h
|
||||
hardware/platform_defs.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/platform_defs.h
|
||||
hardware/regs/sio.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/regs/sio.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/padsbank0.h
|
||||
hardware/address_mapped.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/address_mapped.h
|
||||
hardware/platform_defs.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/platform_defs.h
|
||||
hardware/regs/pads_bank0.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/regs/pads_bank0.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/pio.h
|
||||
hardware/address_mapped.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/address_mapped.h
|
||||
hardware/platform_defs.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/platform_defs.h
|
||||
hardware/regs/pio.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/regs/pio.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/pwm.h
|
||||
hardware/address_mapped.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/address_mapped.h
|
||||
hardware/platform_defs.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/platform_defs.h
|
||||
hardware/regs/pwm.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/regs/pwm.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/sio.h
|
||||
hardware/address_mapped.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/address_mapped.h
|
||||
hardware/regs/sio.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/regs/sio.h
|
||||
hardware/structs/interp.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/structs/interp.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/spi.h
|
||||
hardware/address_mapped.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/address_mapped.h
|
||||
hardware/regs/spi.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/regs/spi.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/timer.h
|
||||
hardware/address_mapped.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/address_mapped.h
|
||||
hardware/platform_defs.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/platform_defs.h
|
||||
hardware/regs/timer.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/regs/timer.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/uart.h
|
||||
hardware/address_mapped.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/address_mapped.h
|
||||
hardware/regs/uart.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/regs/uart.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/vreg_and_chip_reset.h
|
||||
hardware/address_mapped.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/address_mapped.h
|
||||
hardware/platform_defs.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/platform_defs.h
|
||||
hardware/regs/vreg_and_chip_reset.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include/hardware/structs/hardware/regs/vreg_and_chip_reset.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_adc/include/hardware/adc.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_adc/include/hardware/pico.h
|
||||
hardware/structs/adc.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_adc/include/hardware/hardware/structs/adc.h
|
||||
hardware/gpio.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_adc/include/hardware/hardware/gpio.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_base/include/hardware/address_mapped.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_base/include/hardware/pico.h
|
||||
hardware/regs/addressmap.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_base/include/hardware/hardware/regs/addressmap.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_clocks/include/hardware/clocks.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_clocks/include/hardware/pico.h
|
||||
hardware/structs/clocks.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_clocks/include/hardware/hardware/structs/clocks.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_dma/include/hardware/dma.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_dma/include/hardware/pico.h
|
||||
hardware/structs/dma.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_dma/include/hardware/hardware/structs/dma.h
|
||||
hardware/regs/dreq.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_dma/include/hardware/hardware/regs/dreq.h
|
||||
pico/assert.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_dma/include/hardware/pico/assert.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_gpio/include/hardware/gpio.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_gpio/include/hardware/pico.h
|
||||
hardware/structs/sio.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_gpio/include/hardware/hardware/structs/sio.h
|
||||
hardware/structs/padsbank0.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_gpio/include/hardware/hardware/structs/padsbank0.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_irq/include/hardware/irq.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_irq/include/hardware/pico.h
|
||||
hardware/address_mapped.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_irq/include/hardware/hardware/address_mapped.h
|
||||
hardware/regs/intctrl.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_irq/include/hardware/hardware/regs/intctrl.h
|
||||
hardware/regs/m0plus.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_irq/include/hardware/hardware/regs/m0plus.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pio/include/hardware/pio.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pio/include/hardware/pico.h
|
||||
hardware/address_mapped.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pio/include/hardware/hardware/address_mapped.h
|
||||
hardware/structs/pio.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pio/include/hardware/hardware/structs/pio.h
|
||||
hardware/gpio.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pio/include/hardware/hardware/gpio.h
|
||||
hardware/regs/dreq.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pio/include/hardware/hardware/regs/dreq.h
|
||||
hardware/pio_instructions.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pio/include/hardware/hardware/pio_instructions.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pio/include/hardware/pio_instructions.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pio/include/hardware/pico.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pwm/include/hardware/pwm.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pwm/include/hardware/pico.h
|
||||
hardware/structs/pwm.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pwm/include/hardware/hardware/structs/pwm.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_spi/include/hardware/spi.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_spi/include/hardware/pico.h
|
||||
pico/time.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_spi/include/hardware/pico/time.h
|
||||
hardware/structs/spi.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_spi/include/hardware/hardware/structs/spi.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_sync/include/hardware/sync.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_sync/include/hardware/pico.h
|
||||
hardware/address_mapped.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_sync/include/hardware/hardware/address_mapped.h
|
||||
hardware/regs/sio.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_sync/include/hardware/hardware/regs/sio.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_timer/include/hardware/timer.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_timer/include/hardware/pico.h
|
||||
hardware/structs/timer.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_timer/include/hardware/hardware/structs/timer.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_uart/include/hardware/uart.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_uart/include/hardware/pico.h
|
||||
hardware/structs/uart.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_uart/include/hardware/hardware/structs/uart.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_vreg/include/hardware/vreg.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_vreg/include/hardware/pico.h
|
||||
hardware/structs/vreg_and_chip_reset.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_vreg/include/hardware/hardware/structs/vreg_and_chip_reset.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_multicore/include/pico/multicore.h
|
||||
pico/types.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_multicore/include/pico/pico/types.h
|
||||
pico/sync.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_multicore/include/pico/pico/sync.h
|
||||
hardware/structs/sio.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_multicore/include/pico/hardware/structs/sio.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_platform/include/pico/platform.h
|
||||
sys/cdefs.h
|
||||
-
|
||||
pico/types.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_platform/include/pico/pico/types.h
|
||||
hardware/platform_defs.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_platform/include/pico/hardware/platform_defs.h
|
||||
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_stdio/include/pico/stdio.h
|
||||
pico.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_stdio/include/pico/pico.h
|
||||
|
||||
generated/pico_base/pico/config_autogen.h
|
||||
/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/boards/include/boards/pico.h
|
||||
-
|
||||
|
||||
generated/pico_base/pico/version.h
|
||||
|
||||
scanvideo.pio.h
|
||||
hardware/pio.h
|
||||
hardware/pio.h
|
||||
|
|
@ -0,0 +1,335 @@
|
|||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
"ASM"
|
||||
"C"
|
||||
"CXX"
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
set(CMAKE_DEPENDS_CHECK_ASM
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_divider/divider.S.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_irq/irq_handler_chain.S" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_irq/irq_handler_chain.S.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_divider/divider.S" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_divider/divider.S.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_double/double_aeabi.S.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_double/double_v1_rom_shim.S.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_float/float_aeabi.S.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_float/float_v1_rom_shim.S.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_int64_ops/pico_int64_ops_aeabi.S" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_int64_ops/pico_int64_ops_aeabi.S.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_mem_ops/mem_ops_aeabi.S.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_standard_link/crt0.S.obj"
|
||||
)
|
||||
|
||||
# Preprocessor definitions for this target.
|
||||
set(CMAKE_TARGET_DEFINITIONS_ASM
|
||||
"N_SD_CARDS=1"
|
||||
"PICO_BIT_OPS_PICO=1"
|
||||
"PICO_BOARD=\"pico\""
|
||||
"PICO_BUILD=1"
|
||||
"PICO_CMAKE_BUILD_TYPE=\"Release\""
|
||||
"PICO_COPY_TO_RAM=0"
|
||||
"PICO_CXX_ENABLE_EXCEPTIONS=0"
|
||||
"PICO_DIVIDER_HARDWARE=1"
|
||||
"PICO_DOUBLE_PICO=1"
|
||||
"PICO_FLOAT_PICO=1"
|
||||
"PICO_INT64_OPS_PICO=1"
|
||||
"PICO_MEM_OPS_PICO=1"
|
||||
"PICO_MULTICORE=1"
|
||||
"PICO_NO_FLASH=0"
|
||||
"PICO_NO_HARDWARE=0"
|
||||
"PICO_ON_DEVICE=1"
|
||||
"PICO_PRINTF_PICO=1"
|
||||
"PICO_TARGET_NAME=\"mcume\""
|
||||
"PICO_USE_BLOCKED_RAM=0"
|
||||
)
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_ASM_TARGET_INCLUDE_PATH
|
||||
"../config"
|
||||
"../vga_t4"
|
||||
"../tft_t"
|
||||
"."
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_multicore/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_sync/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_sync/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_base/include"
|
||||
"generated/pico_base"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/boards/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_platform/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_base/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_claim/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_time/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_timer/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_util/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_stdlib/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_gpio/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_uart/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_divider/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_runtime/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_clocks/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_resets/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_watchdog/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_xosc/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pll/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_vreg/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_irq/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_printf/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_bootrom/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_bit_ops/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_divider/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_double/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_int64_ops/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_float/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_malloc/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/boot_stage2/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_binary_info/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_stdio/include"
|
||||
"../FatFs_SPI/ff14a/source"
|
||||
"../FatFs_SPI/sd_driver"
|
||||
"../FatFs_SPI/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_spi/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_dma/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_rtc/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_adc/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pio/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pwm/include"
|
||||
)
|
||||
set(CMAKE_DEPENDS_CHECK_C
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/ff14a/source/ff.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/FatFs_SPI/ff14a/source/ff.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/ff14a/source/ffsystem.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/FatFs_SPI/ff14a/source/ffsystem.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/ff14a/source/ffunicode.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/FatFs_SPI/ff14a/source/ffunicode.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/sd_driver/crc.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/FatFs_SPI/sd_driver/crc.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/sd_driver/demo_logging.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/FatFs_SPI/sd_driver/demo_logging.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/sd_driver/hw_config.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/FatFs_SPI/sd_driver/hw_config.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/sd_driver/my_debug.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/FatFs_SPI/sd_driver/my_debug.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/sd_driver/sd_card.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/FatFs_SPI/sd_driver/sd_card.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/sd_driver/sd_spi.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/FatFs_SPI/sd_driver/sd_spi.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/sd_driver/spi.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/FatFs_SPI/sd_driver/spi.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/src/f_util.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/FatFs_SPI/src/f_util.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/src/ff_stdio.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/FatFs_SPI/src/ff_stdio.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/src/glue.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/FatFs_SPI/src/glue.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/src/my_debug.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/FatFs_SPI/src/my_debug.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/FatFs_SPI/src/rtc.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/FatFs_SPI/src/rtc.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_sync/critical_section.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_sync/critical_section.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_sync/lock_core.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_sync/lock_core.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_sync/mutex.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_sync/mutex.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_sync/sem.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_sync/sem.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_time/time.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_time/time.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_time/timeout_helper.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_time/timeout_helper.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_util/datetime.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_util/datetime.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_util/pheap.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_util/pheap.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_util/queue.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_util/queue.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_adc/adc.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_adc/adc.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_claim/claim.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_clocks/clocks.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_dma/dma.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_dma/dma.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_gpio/gpio.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_irq/irq.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pio/pio.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pio/pio.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pll/pll.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_rtc/rtc.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_rtc/rtc.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_spi/spi.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_sync/sync.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_timer/timer.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_uart/uart.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_vreg/vreg.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_vreg/vreg.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_watchdog/watchdog.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_xosc/xosc.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_bootrom/bootrom.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_double/double_init_rom.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_double/double_math.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_double/double_math.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_float/float_init_rom.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_float/float_math.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_float/float_math.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_malloc/pico_malloc.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_multicore/multicore.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_multicore/multicore.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_platform/platform.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_platform/platform.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_printf/printf.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_printf/printf.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_runtime/runtime.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_standard_link/binary_info.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_stdio/stdio.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_stdlib/stdlib.c.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/scanvideo.c" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/vga_t4/scanvideo.c.obj"
|
||||
)
|
||||
set(CMAKE_C_COMPILER_ID "GNU")
|
||||
|
||||
# Preprocessor definitions for this target.
|
||||
set(CMAKE_TARGET_DEFINITIONS_C
|
||||
"N_SD_CARDS=1"
|
||||
"PICO_BIT_OPS_PICO=1"
|
||||
"PICO_BOARD=\"pico\""
|
||||
"PICO_BUILD=1"
|
||||
"PICO_CMAKE_BUILD_TYPE=\"Release\""
|
||||
"PICO_COPY_TO_RAM=0"
|
||||
"PICO_CXX_ENABLE_EXCEPTIONS=0"
|
||||
"PICO_DIVIDER_HARDWARE=1"
|
||||
"PICO_DOUBLE_PICO=1"
|
||||
"PICO_FLOAT_PICO=1"
|
||||
"PICO_INT64_OPS_PICO=1"
|
||||
"PICO_MEM_OPS_PICO=1"
|
||||
"PICO_MULTICORE=1"
|
||||
"PICO_NO_FLASH=0"
|
||||
"PICO_NO_HARDWARE=0"
|
||||
"PICO_ON_DEVICE=1"
|
||||
"PICO_PRINTF_PICO=1"
|
||||
"PICO_TARGET_NAME=\"mcume\""
|
||||
"PICO_USE_BLOCKED_RAM=0"
|
||||
)
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_C_TARGET_INCLUDE_PATH
|
||||
"../config"
|
||||
"../vga_t4"
|
||||
"../tft_t"
|
||||
"."
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_multicore/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_sync/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_sync/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_base/include"
|
||||
"generated/pico_base"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/boards/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_platform/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_base/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_claim/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_time/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_timer/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_util/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_stdlib/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_gpio/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_uart/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_divider/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_runtime/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_clocks/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_resets/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_watchdog/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_xosc/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pll/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_vreg/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_irq/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_printf/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_bootrom/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_bit_ops/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_divider/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_double/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_int64_ops/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_float/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_malloc/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/boot_stage2/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_binary_info/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_stdio/include"
|
||||
"../FatFs_SPI/ff14a/source"
|
||||
"../FatFs_SPI/sd_driver"
|
||||
"../FatFs_SPI/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_spi/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_dma/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_rtc/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_adc/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pio/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pwm/include"
|
||||
)
|
||||
set(CMAKE_DEPENDS_CHECK_CXX
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/AudioPlaySystem.cpp" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/pico64/AudioPlaySystem.cpp.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/c64.cpp" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/pico64/c64.cpp.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/cia1.cpp" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/pico64/cia1.cpp.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/cia2.cpp" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/pico64/cia2.cpp.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/cpu.cpp" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/pico64/cpu.cpp.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/emuapi.cpp" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/pico64/emuapi.cpp.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/patches.cpp" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/pico64/patches.cpp.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/pico64.cpp" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/pico64/pico64.cpp.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/pla.cpp" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/pico64/pla.cpp.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/reSID.cpp" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/pico64/reSID.cpp.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/roms.cpp" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/pico64/roms.cpp.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/sid.cpp" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/pico64/sid.cpp.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/util.cpp" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/pico64/util.cpp.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/pico64/vic.cpp" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/pico64/vic.cpp.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/tft_t/tft_t_dma.cpp" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/tft_t/tft_t_dma.cpp.obj"
|
||||
"/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/vga_t4/VGA_t4.cpp" "/Users/jean-marcharvengt/Documents/MCUME/MCUME_pico/build/CMakeFiles/mcume.dir/vga_t4/VGA_t4.cpp.obj"
|
||||
)
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
|
||||
# Preprocessor definitions for this target.
|
||||
set(CMAKE_TARGET_DEFINITIONS_CXX
|
||||
"N_SD_CARDS=1"
|
||||
"PICO_BIT_OPS_PICO=1"
|
||||
"PICO_BOARD=\"pico\""
|
||||
"PICO_BUILD=1"
|
||||
"PICO_CMAKE_BUILD_TYPE=\"Release\""
|
||||
"PICO_COPY_TO_RAM=0"
|
||||
"PICO_CXX_ENABLE_EXCEPTIONS=0"
|
||||
"PICO_DIVIDER_HARDWARE=1"
|
||||
"PICO_DOUBLE_PICO=1"
|
||||
"PICO_FLOAT_PICO=1"
|
||||
"PICO_INT64_OPS_PICO=1"
|
||||
"PICO_MEM_OPS_PICO=1"
|
||||
"PICO_MULTICORE=1"
|
||||
"PICO_NO_FLASH=0"
|
||||
"PICO_NO_HARDWARE=0"
|
||||
"PICO_ON_DEVICE=1"
|
||||
"PICO_PRINTF_PICO=1"
|
||||
"PICO_TARGET_NAME=\"mcume\""
|
||||
"PICO_USE_BLOCKED_RAM=0"
|
||||
)
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_CXX_TARGET_INCLUDE_PATH
|
||||
"../config"
|
||||
"../vga_t4"
|
||||
"../tft_t"
|
||||
"."
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_multicore/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_sync/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_sync/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_base/include"
|
||||
"generated/pico_base"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/boards/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_platform/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_regs/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_base/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2040/hardware_structs/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_claim/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_time/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_timer/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_util/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_stdlib/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_gpio/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_uart/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_divider/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_runtime/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_clocks/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_resets/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_watchdog/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_xosc/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pll/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_vreg/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_irq/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_printf/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_bootrom/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_bit_ops/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_divider/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_double/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_int64_ops/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_float/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_malloc/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/boot_stage2/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/common/pico_binary_info/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/pico_stdio/include"
|
||||
"../FatFs_SPI/ff14a/source"
|
||||
"../FatFs_SPI/sd_driver"
|
||||
"../FatFs_SPI/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_spi/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_dma/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_rtc/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_adc/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pio/include"
|
||||
"/Users/jean-marcharvengt/Documents/pico/pico-sdk/src/rp2_common/hardware_pwm/include"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Some files were not shown because too many files have changed in this diff Show More
Ładowanie…
Reference in New Issue