First commit: receiving LoRa APRS messages works.

This commit is contained in:
2022-04-29 17:38:15 +02:00
parent c3ea82cb9f
commit a04e4ca9ac
581 changed files with 67853 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-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})

View File

@@ -0,0 +1 @@
1

134
build/pico-sdk/src/Makefile Normal file
View File

@@ -0,0 +1,134 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# 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/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# The main all target
all: cmake_check_build_system
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/CMakeFiles/progress.marks
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... rebuild_cache"
@echo "... edit_cache"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@@ -0,0 +1,42 @@
# Install script for directory: /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Release")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/common/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2040/cmake_install.cmake")
endif()

View File

@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-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})

View File

@@ -0,0 +1 @@
0

View File

@@ -0,0 +1,134 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# 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/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# The main all target
all: cmake_check_build_system
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/common/CMakeFiles/progress.marks
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... rebuild_cache"
@echo "... edit_cache"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-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})

View File

@@ -0,0 +1,134 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# 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/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# The main all target
all: cmake_check_build_system
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/common/boot_picoboot/CMakeFiles/progress.marks
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/boot_picoboot/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/boot_picoboot/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/boot_picoboot/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/boot_picoboot/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... rebuild_cache"
@echo "... edit_cache"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@@ -0,0 +1,34 @@
# Install script for directory: /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/common/boot_picoboot
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Release")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()

View File

@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-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})

View File

@@ -0,0 +1 @@
0

View File

@@ -0,0 +1,134 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# 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/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# The main all target
all: cmake_check_build_system
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/common/boot_uf2/CMakeFiles/progress.marks
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/boot_uf2/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/boot_uf2/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/boot_uf2/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/boot_uf2/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... rebuild_cache"
@echo "... edit_cache"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@@ -0,0 +1,34 @@
# Install script for directory: /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/common/boot_uf2
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Release")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()

View File

@@ -0,0 +1,50 @@
# Install script for directory: /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/common
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Release")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/common/boot_picoboot/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/common/boot_uf2/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/common/pico_base/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/common/pico_usb_reset_interface/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/common/pico_bit_ops/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/common/pico_binary_info/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/common/pico_divider/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/common/pico_sync/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/common/pico_time/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/common/pico_util/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/common/pico_stdlib/cmake_install.cmake")
endif()

View File

@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-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})

View File

@@ -0,0 +1 @@
0

View File

@@ -0,0 +1,134 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# 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/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# The main all target
all: cmake_check_build_system
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/common/pico_base/CMakeFiles/progress.marks
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_base/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_base/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_base/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_base/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... rebuild_cache"
@echo "... edit_cache"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@@ -0,0 +1,34 @@
# Install script for directory: /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/common/pico_base
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Release")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()

View File

@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-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})

View File

@@ -0,0 +1,134 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# 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/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# The main all target
all: cmake_check_build_system
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/common/pico_binary_info/CMakeFiles/progress.marks
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_binary_info/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_binary_info/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_binary_info/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_binary_info/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... rebuild_cache"
@echo "... edit_cache"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@@ -0,0 +1,34 @@
# Install script for directory: /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/common/pico_binary_info
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Release")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()

View File

@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-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})

View File

@@ -0,0 +1 @@
0

View File

@@ -0,0 +1,134 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# 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/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# The main all target
all: cmake_check_build_system
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/common/pico_bit_ops/CMakeFiles/progress.marks
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_bit_ops/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_bit_ops/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_bit_ops/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_bit_ops/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... rebuild_cache"
@echo "... edit_cache"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@@ -0,0 +1,34 @@
# Install script for directory: /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/common/pico_bit_ops
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Release")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()

View File

@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-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})

View File

@@ -0,0 +1 @@
0

View File

@@ -0,0 +1,134 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# 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/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# The main all target
all: cmake_check_build_system
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/common/pico_divider/CMakeFiles/progress.marks
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_divider/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_divider/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_divider/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_divider/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... rebuild_cache"
@echo "... edit_cache"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@@ -0,0 +1,34 @@
# Install script for directory: /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/common/pico_divider
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Release")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()

View File

@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-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})

View File

@@ -0,0 +1 @@
0

View File

@@ -0,0 +1,134 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# 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/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# The main all target
all: cmake_check_build_system
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/common/pico_stdlib/CMakeFiles/progress.marks
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_stdlib/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_stdlib/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_stdlib/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_stdlib/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... rebuild_cache"
@echo "... edit_cache"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@@ -0,0 +1,34 @@
# Install script for directory: /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/common/pico_stdlib
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Release")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()

View File

@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-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})

View File

@@ -0,0 +1 @@
0

View File

@@ -0,0 +1,134 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# 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/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# The main all target
all: cmake_check_build_system
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/common/pico_sync/CMakeFiles/progress.marks
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_sync/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_sync/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_sync/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_sync/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... edit_cache"
@echo "... rebuild_cache"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@@ -0,0 +1,34 @@
# Install script for directory: /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/common/pico_sync
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Release")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()

View File

@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-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})

View File

@@ -0,0 +1 @@
0

View File

@@ -0,0 +1,134 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# 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/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# The main all target
all: cmake_check_build_system
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/common/pico_time/CMakeFiles/progress.marks
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_time/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_time/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_time/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_time/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... rebuild_cache"
@echo "... edit_cache"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@@ -0,0 +1,34 @@
# Install script for directory: /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/common/pico_time
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Release")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()

View File

@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-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})

View File

@@ -0,0 +1,134 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# 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/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# The main all target
all: cmake_check_build_system
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/common/pico_usb_reset_interface/CMakeFiles/progress.marks
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_usb_reset_interface/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_usb_reset_interface/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_usb_reset_interface/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_usb_reset_interface/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... rebuild_cache"
@echo "... edit_cache"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@@ -0,0 +1,34 @@
# Install script for directory: /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/common/pico_usb_reset_interface
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Release")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()

View File

@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-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})

View File

@@ -0,0 +1 @@
0

View File

@@ -0,0 +1,134 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# 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/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# The main all target
all: cmake_check_build_system
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/common/pico_util/CMakeFiles/progress.marks
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_util/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_util/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_util/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/common/pico_util/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... rebuild_cache"
@echo "... edit_cache"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@@ -0,0 +1,34 @@
# Install script for directory: /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/common/pico_util
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Release")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()

View File

@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-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})

View File

@@ -0,0 +1 @@
0

View File

@@ -0,0 +1,134 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# 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/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# The main all target
all: cmake_check_build_system
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2040/CMakeFiles/progress.marks
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/rp2040/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/rp2040/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/rp2040/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/rp2040/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... rebuild_cache"
@echo "... edit_cache"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@@ -0,0 +1,41 @@
# Install script for directory: /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/rp2040
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Release")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2040/hardware_regs/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2040/hardware_structs/cmake_install.cmake")
endif()

View File

@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-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})

View File

@@ -0,0 +1,134 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# 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/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# The main all target
all: cmake_check_build_system
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2040/hardware_regs/CMakeFiles/progress.marks
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/rp2040/hardware_regs/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/rp2040/hardware_regs/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/rp2040/hardware_regs/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/rp2040/hardware_regs/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... rebuild_cache"
@echo "... edit_cache"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@@ -0,0 +1,34 @@
# Install script for directory: /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/rp2040/hardware_regs
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Release")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()

View File

@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-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})

View File

@@ -0,0 +1,134 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# 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/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# The main all target
all: cmake_check_build_system
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2040/hardware_structs/CMakeFiles/progress.marks
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/rp2040/hardware_structs/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/rp2040/hardware_structs/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/rp2040/hardware_structs/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/rp2040/hardware_structs/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... rebuild_cache"
@echo "... edit_cache"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@@ -0,0 +1,34 @@
# Install script for directory: /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/rp2040/hardware_structs
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Release")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()

View File

@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-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})

View File

@@ -0,0 +1 @@
1

View File

@@ -0,0 +1,134 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# 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/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# The main all target
all: cmake_check_build_system
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/CMakeFiles/progress.marks
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/rp2_common/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/rp2_common/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/rp2_common/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/rp2_common/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... rebuild_cache"
@echo "... edit_cache"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-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})

View File

@@ -0,0 +1,30 @@
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
#IncludeRegexScan: ^.*$
#IncludeRegexComplain: ^$
#IncludeRegexTransform:
../pico-sdk/src/common/pico_base/include/pico/config.h
pico/config_autogen.h
../pico-sdk/src/common/pico_base/include/pico/pico/config_autogen.h
../pico-sdk/src/rp2_common/boot_stage2/include/boot_stage2/config.h
pico/config.h
../pico-sdk/src/rp2_common/boot_stage2/include/boot_stage2/pico/config.h
/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/boards/include/boards/pico.h
/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/rp2_common/boot_stage2/compile_time_choice.S
boot_stage2/config.h
/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/rp2_common/boot_stage2/boot_stage2/config.h
/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/rp2_common/cmsis/include/cmsis/rename_exceptions.h
generated/pico_base/pico/config_autogen.h
/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/boards/include/boards/pico.h
-
/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/rp2_common/cmsis/include/cmsis/rename_exceptions.h
-

View File

@@ -0,0 +1,36 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"ASM"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_ASM
"/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/rp2_common/boot_stage2/compile_time_choice.S" "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj"
)
set(CMAKE_ASM_COMPILER_ID "GNU")
# Preprocessor definitions for this target.
set(CMAKE_TARGET_DEFINITIONS_ASM
"PICO_BOARD=\"pico\""
"PICO_BUILD=1"
"PICO_NO_HARDWARE=0"
"PICO_ON_DEVICE=1"
)
# The include file search paths:
set(CMAKE_ASM_TARGET_INCLUDE_PATH
"../pico-sdk/src/rp2_common/boot_stage2/asminclude"
"../pico-sdk/src/rp2040/hardware_regs/include"
"../pico-sdk/src/rp2_common/hardware_base/include"
"../pico-sdk/src/common/pico_base/include"
"generated/pico_base"
"../pico-sdk/src/boards/include"
"../pico-sdk/src/rp2_common/pico_platform/include"
"../pico-sdk/src/rp2_common/boot_stage2/include"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@@ -0,0 +1,93 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# 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/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build
# Include any dependencies generated for this target.
include pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/depend.make
# Include the progress variables for this target.
include pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/progress.make
# Include the compile flags for this target's objects.
include pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/flags.make
pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj: pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/flags.make
pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj: ../pico-sdk/src/rp2_common/boot_stage2/compile_time_choice.S
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building ASM object pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj"
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/boot_stage2 && /usr/bin/arm-none-eabi-gcc $(ASM_DEFINES) $(ASM_INCLUDES) $(ASM_FLAGS) -o CMakeFiles/bs2_default.dir/compile_time_choice.S.obj -c /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/rp2_common/boot_stage2/compile_time_choice.S
# Object files for target bs2_default
bs2_default_OBJECTS = \
"CMakeFiles/bs2_default.dir/compile_time_choice.S.obj"
# External object files for target bs2_default
bs2_default_EXTERNAL_OBJECTS =
pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf: pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj
pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf: pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/build.make
pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf: ../pico-sdk/src/rp2_common/boot_stage2/boot_stage2.ld
pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf: pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking ASM executable bs2_default.elf"
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/boot_stage2 && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/bs2_default.dir/link.txt --verbose=$(VERBOSE)
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/boot_stage2 && /usr/bin/arm-none-eabi-objdump -h /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf >bs2_default.dis
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/boot_stage2 && /usr/bin/arm-none-eabi-objdump -d /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf >>bs2_default.dis
# Rule to build all files generated by this target.
pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/build: pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf
.PHONY : pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/build
pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/clean:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/boot_stage2 && $(CMAKE_COMMAND) -P CMakeFiles/bs2_default.dir/cmake_clean.cmake
.PHONY : pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/clean
pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/depend:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/rp2_common/boot_stage2 /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/boot_stage2 /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/depend

View File

@@ -0,0 +1,10 @@
file(REMOVE_RECURSE
"CMakeFiles/bs2_default.dir/compile_time_choice.S.obj"
"bs2_default.elf"
"bs2_default.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang ASM)
include(CMakeFiles/bs2_default.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj
../pico-sdk/src/common/pico_base/include/pico/config.h
../pico-sdk/src/rp2_common/boot_stage2/include/boot_stage2/config.h
/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/boards/include/boards/pico.h
/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/rp2_common/boot_stage2/compile_time_choice.S
/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/rp2_common/cmsis/include/cmsis/rename_exceptions.h
generated/pico_base/pico/config_autogen.h

View File

@@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj: ../pico-sdk/src/common/pico_base/include/pico/config.h
pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj: ../pico-sdk/src/rp2_common/boot_stage2/include/boot_stage2/config.h
pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj: ../pico-sdk/src/boards/include/boards/pico.h
pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj: ../pico-sdk/src/rp2_common/boot_stage2/compile_time_choice.S
pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj: ../pico-sdk/src/rp2_common/cmsis/include/cmsis/rename_exceptions.h
pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj: generated/pico_base/pico/config_autogen.h

View File

@@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# compile ASM with /usr/bin/arm-none-eabi-gcc
ASM_FLAGS = -mcpu=cortex-m0plus -mthumb -O3 -DNDEBUG
ASM_DEFINES = -DPICO_BOARD=\"pico\" -DPICO_BUILD=1 -DPICO_NO_HARDWARE=0 -DPICO_ON_DEVICE=1
ASM_INCLUDES = -I/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/rp2_common/boot_stage2/asminclude -I/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/rp2040/hardware_regs/include -I/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/rp2_common/hardware_base/include -I/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/common/pico_base/include -I/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/generated/pico_base -I/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/boards/include -I/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/rp2_common/pico_platform/include -I/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/rp2_common/boot_stage2/include

View File

@@ -0,0 +1 @@
/usr/bin/arm-none-eabi-gcc -mcpu=cortex-m0plus -mthumb -O3 -DNDEBUG -Wl,--build-id=none --specs=nosys.specs -nostartfiles -Wl,--script=/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/rp2_common/boot_stage2/boot_stage2.ld -Wl,-Map=bs2_default.elf.map CMakeFiles/bs2_default.dir/compile_time_choice.S.obj -o bs2_default.elf

View File

@@ -0,0 +1,3 @@
CMAKE_PROGRESS_1 = 52
CMAKE_PROGRESS_2 =

View File

@@ -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 "")

View File

@@ -0,0 +1,81 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# 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/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build
# Utility rule file for bs2_default_bin.
# Include the progress variables for this target.
include pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_bin.dir/progress.make
pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_bin: pico-sdk/src/rp2_common/boot_stage2/bs2_default.bin
pico-sdk/src/rp2_common/boot_stage2/bs2_default.bin: pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating bs2_default.bin"
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/boot_stage2 && /usr/bin/arm-none-eabi-objcopy -Obinary /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default.bin
bs2_default_bin: pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_bin
bs2_default_bin: pico-sdk/src/rp2_common/boot_stage2/bs2_default.bin
bs2_default_bin: pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_bin.dir/build.make
.PHONY : bs2_default_bin
# Rule to build all files generated by this target.
pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_bin.dir/build: bs2_default_bin
.PHONY : pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_bin.dir/build
pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_bin.dir/clean:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/boot_stage2 && $(CMAKE_COMMAND) -P CMakeFiles/bs2_default_bin.dir/cmake_clean.cmake
.PHONY : pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_bin.dir/clean
pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_bin.dir/depend:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/rp2_common/boot_stage2 /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/boot_stage2 /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_bin.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_bin.dir/depend

View File

@@ -0,0 +1,9 @@
file(REMOVE_RECURSE
"CMakeFiles/bs2_default_bin"
"bs2_default.bin"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/bs2_default_bin.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@@ -0,0 +1,2 @@
CMAKE_PROGRESS_1 = 53

View File

@@ -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 "")

View File

@@ -0,0 +1,86 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# 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/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build
# Utility rule file for bs2_default_padded_checksummed_asm.
# Include the progress variables for this target.
include pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm.dir/progress.make
pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm: pico-sdk/src/rp2_common/boot_stage2/bs2_default_padded_checksummed.S
pico-sdk/src/rp2_common/boot_stage2/bs2_default_padded_checksummed.S: pico-sdk/src/rp2_common/boot_stage2/bs2_default.bin
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating bs2_default_padded_checksummed.S"
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/boot_stage2 && /usr/bin/python3.7 /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/rp2_common/boot_stage2/pad_checksum -s 0xffffffff /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default.bin /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default_padded_checksummed.S
pico-sdk/src/rp2_common/boot_stage2/bs2_default.bin: pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Generating bs2_default.bin"
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/boot_stage2 && /usr/bin/arm-none-eabi-objcopy -Obinary /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default.bin
bs2_default_padded_checksummed_asm: pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm
bs2_default_padded_checksummed_asm: pico-sdk/src/rp2_common/boot_stage2/bs2_default_padded_checksummed.S
bs2_default_padded_checksummed_asm: pico-sdk/src/rp2_common/boot_stage2/bs2_default.bin
bs2_default_padded_checksummed_asm: pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm.dir/build.make
.PHONY : bs2_default_padded_checksummed_asm
# Rule to build all files generated by this target.
pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm.dir/build: bs2_default_padded_checksummed_asm
.PHONY : pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm.dir/build
pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm.dir/clean:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/boot_stage2 && $(CMAKE_COMMAND) -P CMakeFiles/bs2_default_padded_checksummed_asm.dir/cmake_clean.cmake
.PHONY : pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm.dir/clean
pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm.dir/depend:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/rp2_common/boot_stage2 /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/boot_stage2 /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm.dir/depend

View File

@@ -0,0 +1,10 @@
file(REMOVE_RECURSE
"CMakeFiles/bs2_default_padded_checksummed_asm"
"bs2_default.bin"
"bs2_default_padded_checksummed.S"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/bs2_default_padded_checksummed_asm.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@@ -0,0 +1,3 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16

View File

@@ -0,0 +1,3 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16

View File

@@ -0,0 +1,3 @@
CMAKE_PROGRESS_1 = 54
CMAKE_PROGRESS_2 =

View File

@@ -0,0 +1,192 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# 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/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# The main all target
all: cmake_check_build_system
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/progress.marks
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/rp2_common/boot_stage2/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/rp2_common/boot_stage2/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/rp2_common/boot_stage2/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/rp2_common/boot_stage2/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/rule:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/rule
.PHONY : pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/rule
# Convenience name for target.
bs2_default: pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/rule
.PHONY : bs2_default
# fast build rule for target.
bs2_default/fast:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/build.make pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/build
.PHONY : bs2_default/fast
# Convenience name for target.
pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_bin.dir/rule:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_bin.dir/rule
.PHONY : pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_bin.dir/rule
# Convenience name for target.
bs2_default_bin: pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_bin.dir/rule
.PHONY : bs2_default_bin
# fast build rule for target.
bs2_default_bin/fast:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_bin.dir/build.make pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_bin.dir/build
.PHONY : bs2_default_bin/fast
# Convenience name for target.
pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm.dir/rule:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm.dir/rule
.PHONY : pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm.dir/rule
# Convenience name for target.
bs2_default_padded_checksummed_asm: pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm.dir/rule
.PHONY : bs2_default_padded_checksummed_asm
# fast build rule for target.
bs2_default_padded_checksummed_asm/fast:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm.dir/build.make pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm.dir/build
.PHONY : bs2_default_padded_checksummed_asm/fast
compile_time_choice.obj: compile_time_choice.S.obj
.PHONY : compile_time_choice.obj
# target to build an object file
compile_time_choice.S.obj:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/build.make pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/compile_time_choice.S.obj
.PHONY : compile_time_choice.S.obj
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... bs2_default"
@echo "... rebuild_cache"
@echo "... bs2_default_bin"
@echo "... bs2_default_padded_checksummed_asm"
@echo "... edit_cache"
@echo "... compile_time_choice.obj"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

Binary file not shown.

View File

@@ -0,0 +1,138 @@
/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf: file format elf32-littlearm
Sections:
Idx Name Size VMA LMA File off Algn
0 .text 000000f0 20041f00 20041f00 00001f00 2**2
CONTENTS, ALLOC, LOAD, READONLY, CODE
1 .ARM.attributes 00000022 00000000 00000000 00001ff0 2**0
CONTENTS, READONLY
/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default.elf: file format elf32-littlearm
Disassembly of section .text:
20041f00 <_stage2_boot>:
20041f00: b500 push {lr}
20041f02: 4b32 ldr r3, [pc, #200] ; (20041fcc <literals>)
20041f04: 2021 movs r0, #33 ; 0x21
20041f06: 6058 str r0, [r3, #4]
20041f08: 6898 ldr r0, [r3, #8]
20041f0a: 2102 movs r1, #2
20041f0c: 4388 bics r0, r1
20041f0e: 6098 str r0, [r3, #8]
20041f10: 60d8 str r0, [r3, #12]
20041f12: 6118 str r0, [r3, #16]
20041f14: 6158 str r0, [r3, #20]
20041f16: 4b2e ldr r3, [pc, #184] ; (20041fd0 <literals+0x4>)
20041f18: 2100 movs r1, #0
20041f1a: 6099 str r1, [r3, #8]
20041f1c: 2102 movs r1, #2
20041f1e: 6159 str r1, [r3, #20]
20041f20: 2101 movs r1, #1
20041f22: 22f0 movs r2, #240 ; 0xf0
20041f24: 5099 str r1, [r3, r2]
20041f26 <program_sregs>:
20041f26: 492b ldr r1, [pc, #172] ; (20041fd4 <literals+0x8>)
20041f28: 6019 str r1, [r3, #0]
20041f2a: 2101 movs r1, #1
20041f2c: 6099 str r1, [r3, #8]
20041f2e: 2035 movs r0, #53 ; 0x35
20041f30: f000 f844 bl 20041fbc <read_flash_sreg>
20041f34: 2202 movs r2, #2
20041f36: 4290 cmp r0, r2
20041f38: d014 beq.n 20041f64 <skip_sreg_programming>
20041f3a: 2106 movs r1, #6
20041f3c: 6619 str r1, [r3, #96] ; 0x60
20041f3e: f000 f834 bl 20041faa <wait_ssi_ready>
20041f42: 6e19 ldr r1, [r3, #96] ; 0x60
20041f44: 2101 movs r1, #1
20041f46: 6619 str r1, [r3, #96] ; 0x60
20041f48: 2000 movs r0, #0
20041f4a: 6618 str r0, [r3, #96] ; 0x60
20041f4c: 661a str r2, [r3, #96] ; 0x60
20041f4e: f000 f82c bl 20041faa <wait_ssi_ready>
20041f52: 6e19 ldr r1, [r3, #96] ; 0x60
20041f54: 6e19 ldr r1, [r3, #96] ; 0x60
20041f56: 6e19 ldr r1, [r3, #96] ; 0x60
20041f58: 2005 movs r0, #5
20041f5a: f000 f82f bl 20041fbc <read_flash_sreg>
20041f5e: 2101 movs r1, #1
20041f60: 4208 tst r0, r1
20041f62: d1f9 bne.n 20041f58 <program_sregs+0x32>
20041f64 <skip_sreg_programming>:
20041f64: 2100 movs r1, #0
20041f66: 6099 str r1, [r3, #8]
20041f68 <dummy_read>:
20041f68: 491b ldr r1, [pc, #108] ; (20041fd8 <literals+0xc>)
20041f6a: 6019 str r1, [r3, #0]
20041f6c: 2100 movs r1, #0
20041f6e: 6059 str r1, [r3, #4]
20041f70: 491a ldr r1, [pc, #104] ; (20041fdc <literals+0x10>)
20041f72: 481b ldr r0, [pc, #108] ; (20041fe0 <literals+0x14>)
20041f74: 6001 str r1, [r0, #0]
20041f76: 2101 movs r1, #1
20041f78: 6099 str r1, [r3, #8]
20041f7a: 21eb movs r1, #235 ; 0xeb
20041f7c: 6619 str r1, [r3, #96] ; 0x60
20041f7e: 21a0 movs r1, #160 ; 0xa0
20041f80: 6619 str r1, [r3, #96] ; 0x60
20041f82: f000 f812 bl 20041faa <wait_ssi_ready>
20041f86: 2100 movs r1, #0
20041f88: 6099 str r1, [r3, #8]
20041f8a <configure_ssi>:
20041f8a: 4916 ldr r1, [pc, #88] ; (20041fe4 <literals+0x18>)
20041f8c: 4814 ldr r0, [pc, #80] ; (20041fe0 <literals+0x14>)
20041f8e: 6001 str r1, [r0, #0]
20041f90: 2101 movs r1, #1
20041f92: 6099 str r1, [r3, #8]
20041f94 <check_return>:
20041f94: bc01 pop {r0}
20041f96: 2800 cmp r0, #0
20041f98: d000 beq.n 20041f9c <vector_into_flash>
20041f9a: 4700 bx r0
20041f9c <vector_into_flash>:
20041f9c: 4812 ldr r0, [pc, #72] ; (20041fe8 <literals+0x1c>)
20041f9e: 4913 ldr r1, [pc, #76] ; (20041fec <literals+0x20>)
20041fa0: 6008 str r0, [r1, #0]
20041fa2: c803 ldmia r0, {r0, r1}
20041fa4: f380 8808 msr MSP, r0
20041fa8: 4708 bx r1
20041faa <wait_ssi_ready>:
20041faa: b503 push {r0, r1, lr}
20041fac: 6a99 ldr r1, [r3, #40] ; 0x28
20041fae: 2004 movs r0, #4
20041fb0: 4201 tst r1, r0
20041fb2: d0fb beq.n 20041fac <wait_ssi_ready+0x2>
20041fb4: 2001 movs r0, #1
20041fb6: 4201 tst r1, r0
20041fb8: d1f8 bne.n 20041fac <wait_ssi_ready+0x2>
20041fba: bd03 pop {r0, r1, pc}
20041fbc <read_flash_sreg>:
20041fbc: b502 push {r1, lr}
20041fbe: 6618 str r0, [r3, #96] ; 0x60
20041fc0: 6618 str r0, [r3, #96] ; 0x60
20041fc2: f7ff fff2 bl 20041faa <wait_ssi_ready>
20041fc6: 6e18 ldr r0, [r3, #96] ; 0x60
20041fc8: 6e18 ldr r0, [r3, #96] ; 0x60
20041fca: bd02 pop {r1, pc}
20041fcc <literals>:
20041fcc: 40020000 .word 0x40020000
20041fd0: 18000000 .word 0x18000000
20041fd4: 00070000 .word 0x00070000
20041fd8: 005f0300 .word 0x005f0300
20041fdc: 00002221 .word 0x00002221
20041fe0: 180000f4 .word 0x180000f4
20041fe4: a0002022 .word 0xa0002022
20041fe8: 10000100 .word 0x10000100
20041fec: e000ed08 .word 0xe000ed08

Binary file not shown.

View File

@@ -0,0 +1,61 @@
Memory Configuration
Name Origin Length Attributes
SRAM 0x20041f00 0x000000fc xr
*default* 0x00000000 0xffffffff
Linker script and memory map
0x20041f00 . = ORIGIN (SRAM)
.text 0x20041f00 0xf0
*(.entry)
*(.text)
.text 0x20041f00 0xf0 CMakeFiles/bs2_default.dir/compile_time_choice.S.obj
0x20041f00 _stage2_boot
0x20041fbc read_flash_sreg
0x20041fcc literals
LOAD CMakeFiles/bs2_default.dir/compile_time_choice.S.obj
START GROUP
LOAD /usr/lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a
LOAD /usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/thumb/v6-m/libc.a
END GROUP
START GROUP
LOAD /usr/lib/gcc/arm-none-eabi/7.3.1/thumb/v6-m/libgcc.a
LOAD /usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/thumb/v6-m/libc.a
LOAD /usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/lib/thumb/v6-m/libnosys.a
END GROUP
OUTPUT(bs2_default.elf elf32-littlearm)
.data 0x20041ff0 0x0
.data 0x20041ff0 0x0 CMakeFiles/bs2_default.dir/compile_time_choice.S.obj
.igot.plt 0x20041ff0 0x0
.igot.plt 0x20041ff0 0x0 CMakeFiles/bs2_default.dir/compile_time_choice.S.obj
.glue_7 0x20041ff0 0x0
.glue_7 0x20041ff0 0x0 linker stubs
.glue_7t 0x20041ff0 0x0
.glue_7t 0x20041ff0 0x0 linker stubs
.vfp11_veneer 0x20041ff0 0x0
.vfp11_veneer 0x20041ff0 0x0 linker stubs
.v4_bx 0x20041ff0 0x0
.v4_bx 0x20041ff0 0x0 linker stubs
.iplt 0x20041ff0 0x0
.iplt 0x20041ff0 0x0 CMakeFiles/bs2_default.dir/compile_time_choice.S.obj
.rel.dyn 0x20041ff0 0x0
.rel.iplt 0x20041ff0 0x0 CMakeFiles/bs2_default.dir/compile_time_choice.S.obj
.bss 0x20041ff0 0x0
.bss 0x20041ff0 0x0 CMakeFiles/bs2_default.dir/compile_time_choice.S.obj
.ARM.attributes
0x00000000 0x22
.ARM.attributes
0x00000000 0x22 CMakeFiles/bs2_default.dir/compile_time_choice.S.obj

View File

@@ -0,0 +1,23 @@
// Padded and checksummed version of: /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/boot_stage2/bs2_default.bin
.cpu cortex-m0plus
.thumb
.section .boot2, "ax"
.byte 0x00, 0xb5, 0x32, 0x4b, 0x21, 0x20, 0x58, 0x60, 0x98, 0x68, 0x02, 0x21, 0x88, 0x43, 0x98, 0x60
.byte 0xd8, 0x60, 0x18, 0x61, 0x58, 0x61, 0x2e, 0x4b, 0x00, 0x21, 0x99, 0x60, 0x02, 0x21, 0x59, 0x61
.byte 0x01, 0x21, 0xf0, 0x22, 0x99, 0x50, 0x2b, 0x49, 0x19, 0x60, 0x01, 0x21, 0x99, 0x60, 0x35, 0x20
.byte 0x00, 0xf0, 0x44, 0xf8, 0x02, 0x22, 0x90, 0x42, 0x14, 0xd0, 0x06, 0x21, 0x19, 0x66, 0x00, 0xf0
.byte 0x34, 0xf8, 0x19, 0x6e, 0x01, 0x21, 0x19, 0x66, 0x00, 0x20, 0x18, 0x66, 0x1a, 0x66, 0x00, 0xf0
.byte 0x2c, 0xf8, 0x19, 0x6e, 0x19, 0x6e, 0x19, 0x6e, 0x05, 0x20, 0x00, 0xf0, 0x2f, 0xf8, 0x01, 0x21
.byte 0x08, 0x42, 0xf9, 0xd1, 0x00, 0x21, 0x99, 0x60, 0x1b, 0x49, 0x19, 0x60, 0x00, 0x21, 0x59, 0x60
.byte 0x1a, 0x49, 0x1b, 0x48, 0x01, 0x60, 0x01, 0x21, 0x99, 0x60, 0xeb, 0x21, 0x19, 0x66, 0xa0, 0x21
.byte 0x19, 0x66, 0x00, 0xf0, 0x12, 0xf8, 0x00, 0x21, 0x99, 0x60, 0x16, 0x49, 0x14, 0x48, 0x01, 0x60
.byte 0x01, 0x21, 0x99, 0x60, 0x01, 0xbc, 0x00, 0x28, 0x00, 0xd0, 0x00, 0x47, 0x12, 0x48, 0x13, 0x49
.byte 0x08, 0x60, 0x03, 0xc8, 0x80, 0xf3, 0x08, 0x88, 0x08, 0x47, 0x03, 0xb5, 0x99, 0x6a, 0x04, 0x20
.byte 0x01, 0x42, 0xfb, 0xd0, 0x01, 0x20, 0x01, 0x42, 0xf8, 0xd1, 0x03, 0xbd, 0x02, 0xb5, 0x18, 0x66
.byte 0x18, 0x66, 0xff, 0xf7, 0xf2, 0xff, 0x18, 0x6e, 0x18, 0x6e, 0x02, 0xbd, 0x00, 0x00, 0x02, 0x40
.byte 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x07, 0x00, 0x00, 0x03, 0x5f, 0x00, 0x21, 0x22, 0x00, 0x00
.byte 0xf4, 0x00, 0x00, 0x18, 0x22, 0x20, 0x00, 0xa0, 0x00, 0x01, 0x00, 0x10, 0x08, 0xed, 0x00, 0xe0
.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x74, 0xb2, 0x4e, 0x7a

View File

@@ -0,0 +1,34 @@
# Install script for directory: /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/rp2_common/boot_stage2
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Release")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()

View File

@@ -0,0 +1,88 @@
# Install script for directory: /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/pico-sdk/src/rp2_common
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Release")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/hardware_base/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/hardware_claim/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/hardware_adc/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/hardware_clocks/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/hardware_dma/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/hardware_divider/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/hardware_exception/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/hardware_flash/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/hardware_gpio/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/hardware_i2c/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/hardware_interp/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/hardware_irq/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/hardware_pio/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/hardware_pll/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/hardware_pwm/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/hardware_resets/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/hardware_rtc/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/hardware_spi/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/hardware_sync/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/hardware_timer/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/hardware_uart/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/hardware_vreg/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/hardware_watchdog/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/hardware_xosc/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/pico_bootrom/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/pico_platform/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/boot_stage2/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/pico_bootsel_via_double_reset/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/pico_multicore/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/pico_unique_id/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/pico_bit_ops/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/pico_divider/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/pico_double/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/pico_int64_ops/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/pico_float/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/pico_mem_ops/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/pico_malloc/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/pico_printf/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/pico_stdio/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/pico_stdio_semihosting/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/pico_stdio_uart/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/cmsis/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/tinyusb/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/pico_stdio_usb/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/pico_stdlib/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/pico_cxx_options/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/pico_standard_link/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/pico_fix/cmake_install.cmake")
include("/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/pico_runtime/cmake_install.cmake")
endif()

View File

@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-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})

View File

@@ -0,0 +1 @@
0

View File

@@ -0,0 +1,134 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.16
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# 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/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# The main all target
all: cmake_check_build_system
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/pico-sdk/src/rp2_common/cmsis/CMakeFiles/progress.marks
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/rp2_common/cmsis/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/rp2_common/cmsis/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/rp2_common/cmsis/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(MAKE) -f CMakeFiles/Makefile2 pico-sdk/src/rp2_common/cmsis/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... rebuild_cache"
@echo "... edit_cache"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/marcel/Documents/electronische_projecten/lora-aprs-modem/lora-aprs-modem-pico/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

Some files were not shown because too many files have changed in this diff Show More