Skip to content

Commit

Permalink
tried to see if new txen fix for the radio would make the GPS magical…
Browse files Browse the repository at this point in the history
…ly work but it didn't :(
  • Loading branch information
Michael Shipman committed Feb 14, 2024
1 parent 2c75bc1 commit ddd9f90
Show file tree
Hide file tree
Showing 170 changed files with 28,636 additions and 887 deletions.
13 changes: 9 additions & 4 deletions Code/BITS/BITSv5/gps-test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,17 @@ set(CMAKE_CXX_STANDARD 17)

pico_sdk_init()

add_executable(test
add_executable(gps-test
test.cpp
../../../libraries/rp2040-drf1262-lib/SX1262.cpp
)

pico_enable_stdio_usb(test 1)
pico_enable_stdio_usb(gps-test 1)

pico_add_extra_outputs(test)
pico_add_extra_outputs(gps-test)

target_link_libraries(test pico_stdlib hardware_flash hardware_sync hardware_spi hardware_i2c pico_unique_id pico_rand)
target_link_libraries(gps-test pico_stdlib hardware_flash hardware_sync hardware_spi hardware_i2c pico_unique_id pico_rand)

target_compile_definitions(test_rx_tx PRIVATE
NMEA_STATIC=GPGLL,GPRMC,GPGGA,GPGSA,GPGSV,GPTXT,GPVTG
)
2 changes: 1 addition & 1 deletion Code/BITS/BITSv5/gps-test/build/CMakeCache.txt
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ PICO_BOOT_STAGE2_DIR:INTERNAL=/Users/michaelshipman/Developer/command_module/Cod
PICO_CMAKE_PRELOAD_PLATFORM_DIR:INTERNAL=/Users/michaelshipman/Developer/command_module/Code/BITS/BITSv5/pico-sdk/cmake/preload/platforms
PICO_CMAKE_PRELOAD_PLATFORM_FILE:INTERNAL=/Users/michaelshipman/Developer/command_module/Code/BITS/BITSv5/pico-sdk/cmake/preload/platforms/rp2040.cmake
PICO_COMPILER_ASM:INTERNAL=/opt/homebrew/bin/arm-none-eabi-gcc
PICO_DOXYGEN_EXCLUDE_PATHS:INTERNAL= /Users/michaelshipman/Developer/command_module/Code/BITS/BITSv5/pico-sdk/src/rp2_common/cmsis /Users/michaelshipman/Developer/command_module/Code/BITS/BITSv5/pico-sdk/src/rp2040/hardware_regs
PICO_DOXYGEN_EXCLUDE_PATHS:INTERNAL= /Users/michaelshipman/Developer/command_module/Code/BITS/BITSv5/pico-sdk/src/rp2_common/cmsis /Users/michaelshipman/Developer/command_module/Code/BITS/BITSv5/pico-sdk/src/rp2040/hardware_regs /Users/michaelshipman/Developer/command_module/Code/BITS/BITSv5/pico-sdk/src/rp2_common/cmsis /Users/michaelshipman/Developer/command_module/Code/BITS/BITSv5/pico-sdk/src/rp2040/hardware_regs
PICO_DOXYGEN_PATHS:INTERNAL= /Users/michaelshipman/Developer/command_module/Code/BITS/BITSv5/pico-sdk/src/common /Users/michaelshipman/Developer/command_module/Code/BITS/BITSv5/pico-sdk/lib/cyw43-driver/src /Users/michaelshipman/Developer/command_module/Code/BITS/BITSv5/pico-sdk/src/rp2_common /Users/michaelshipman/Developer/command_module/Code/BITS/BITSv5/pico-sdk/src/rp2040
PICO_NO_HARDWARE:INTERNAL=0
PICO_ON_DEVICE:INTERNAL=1
Expand Down
85 changes: 1 addition & 84 deletions Code/BITS/BITSv5/gps-test/build/CMakeFiles/Makefile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -118,96 +118,20 @@ set(CMAKE_MAKEFILE_DEPENDS
"/Users/michaelshipman/Developer/command_module/Code/BITS/BITSv5/pico-sdk/tools/CMakeLists.txt"
"/Users/michaelshipman/Developer/command_module/Code/BITS/BITSv5/pico-sdk/tools/FindELF2UF2.cmake"
"/Users/michaelshipman/Developer/command_module/Code/BITS/BITSv5/pico-sdk/tools/FindPioasm.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeASMCompiler.cmake.in"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeASMInformation.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeCCompiler.cmake.in"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeCCompilerABI.c"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeCInformation.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeCXXCompiler.cmake.in"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeCXXCompilerABI.cpp"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeCXXInformation.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeCommonLanguageInclude.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeCompilerIdDetection.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeDetermineASMCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeDetermineCCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeDetermineCompileFeatures.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeDetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeDetermineCompilerABI.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeDetermineCompilerId.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeDetermineSystem.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeFindBinUtils.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeGenericSystem.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeInitializeConfigs.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeLanguageInformation.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeSystem.cmake.in"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeSystemSpecificInformation.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeTestASMCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeTestCCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeTestCXXCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeTestCompilerCommon.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/CMakeUnixFindMake.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/GNU-ASM.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/GNU-C.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/GNU-CXX.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/GNU.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/ExternalProject.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/ExternalProject/PatchInfo.txt.in"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/ExternalProject/RepositoryInfo.txt.in"
Expand All @@ -220,7 +144,6 @@ set(CMAKE_MAKEFILE_DEPENDS
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/FindPackageMessage.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/FindPython/Support.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/FindPython3.cmake"
"/opt/homebrew/Cellar/cmake/3.27.7/share/cmake/Modules/Internal/FeatureTesting.cmake"
)

# The corresponding makefile is:
Expand All @@ -231,12 +154,6 @@ set(CMAKE_MAKEFILE_OUTPUTS

# Byproducts of CMake generate step:
set(CMAKE_MAKEFILE_PRODUCTS
"CMakeFiles/3.27.7/CMakeSystem.cmake"
"CMakeFiles/3.27.7/CMakeCCompiler.cmake"
"CMakeFiles/3.27.7/CMakeCXXCompiler.cmake"
"CMakeFiles/3.27.7/CMakeASMCompiler.cmake"
"CMakeFiles/3.27.7/CMakeCCompiler.cmake"
"CMakeFiles/3.27.7/CMakeCXXCompiler.cmake"
"elf2uf2/tmp/ELF2UF2Build-mkdirs.cmake"
"elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-source_dirinfo.txt"
"elf2uf2/src/ELF2UF2Build-stamp/ELF2UF2Build-update-info.txt"
Expand Down Expand Up @@ -335,7 +252,7 @@ set(CMAKE_MAKEFILE_PRODUCTS

# Dependency information for all targets:
set(CMAKE_DEPEND_INFO_FILES
"CMakeFiles/test.dir/DependInfo.cmake"
"CMakeFiles/gps-test.dir/DependInfo.cmake"
"CMakeFiles/ELF2UF2Build.dir/DependInfo.cmake"
"pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default.dir/DependInfo.cmake"
"pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_bin.dir/DependInfo.cmake"
Expand Down
40 changes: 20 additions & 20 deletions Code/BITS/BITSv5/gps-test/build/CMakeFiles/Makefile2
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ CMAKE_BINARY_DIR = /Users/michaelshipman/Developer/command_module/Code/BITS/BITS
# Directory level rules for the build root directory

# The main recursive "all" target.
all: CMakeFiles/test.dir/all
all: CMakeFiles/gps-test.dir/all
all: CMakeFiles/ELF2UF2Build.dir/all
all: pico-sdk/all
.PHONY : all
Expand All @@ -73,7 +73,7 @@ preinstall: pico-sdk/preinstall
.PHONY : preinstall

# The main recursive "clean" target.
clean: CMakeFiles/test.dir/clean
clean: CMakeFiles/gps-test.dir/clean
clean: CMakeFiles/ELF2UF2Build.dir/clean
clean: pico-sdk/clean
.PHONY : clean
Expand Down Expand Up @@ -1500,31 +1500,31 @@ pico-sdk/tools/clean:
.PHONY : pico-sdk/tools/clean

#=============================================================================
# Target rules for target CMakeFiles/test.dir
# Target rules for target CMakeFiles/gps-test.dir

# All Build rule for target.
CMakeFiles/test.dir/all: CMakeFiles/ELF2UF2Build.dir/all
CMakeFiles/test.dir/all: pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm.dir/all
$(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/michaelshipman/Developer/command_module/Code/BITS/BITSv5/gps-test/build/CMakeFiles --progress-num=23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97 "Built target test"
.PHONY : CMakeFiles/test.dir/all
CMakeFiles/gps-test.dir/all: CMakeFiles/ELF2UF2Build.dir/all
CMakeFiles/gps-test.dir/all: pico-sdk/src/rp2_common/boot_stage2/CMakeFiles/bs2_default_padded_checksummed_asm.dir/all
$(MAKE) $(MAKESILENT) -f CMakeFiles/gps-test.dir/build.make CMakeFiles/gps-test.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/gps-test.dir/build.make CMakeFiles/gps-test.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/michaelshipman/Developer/command_module/Code/BITS/BITSv5/gps-test/build/CMakeFiles --progress-num=23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98 "Built target gps-test"
.PHONY : CMakeFiles/gps-test.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/test.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /Users/michaelshipman/Developer/command_module/Code/BITS/BITSv5/gps-test/build/CMakeFiles 87
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/test.dir/all
CMakeFiles/gps-test.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /Users/michaelshipman/Developer/command_module/Code/BITS/BITSv5/gps-test/build/CMakeFiles 88
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/gps-test.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/michaelshipman/Developer/command_module/Code/BITS/BITSv5/gps-test/build/CMakeFiles 0
.PHONY : CMakeFiles/test.dir/rule
.PHONY : CMakeFiles/gps-test.dir/rule

# Convenience name for target.
test: CMakeFiles/test.dir/rule
.PHONY : test
gps-test: CMakeFiles/gps-test.dir/rule
.PHONY : gps-test

# clean rule for target.
CMakeFiles/test.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/clean
.PHONY : CMakeFiles/test.dir/clean
CMakeFiles/gps-test.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/gps-test.dir/build.make CMakeFiles/gps-test.dir/clean
.PHONY : CMakeFiles/gps-test.dir/clean

#=============================================================================
# Target rules for target CMakeFiles/ELF2UF2Build.dir
Expand Down Expand Up @@ -1663,7 +1663,7 @@ pico-sdk/src/rp2_common/tinyusb/CMakeFiles/PioasmBuild.dir/clean:
pico-sdk/src/rp2_common/tinyusb/CMakeFiles/tinyusb_pico_pio_usb_usb_tx_pio_h.dir/all: pico-sdk/src/rp2_common/tinyusb/CMakeFiles/PioasmBuild.dir/all
$(MAKE) $(MAKESILENT) -f pico-sdk/src/rp2_common/tinyusb/CMakeFiles/tinyusb_pico_pio_usb_usb_tx_pio_h.dir/build.make pico-sdk/src/rp2_common/tinyusb/CMakeFiles/tinyusb_pico_pio_usb_usb_tx_pio_h.dir/depend
$(MAKE) $(MAKESILENT) -f pico-sdk/src/rp2_common/tinyusb/CMakeFiles/tinyusb_pico_pio_usb_usb_tx_pio_h.dir/build.make pico-sdk/src/rp2_common/tinyusb/CMakeFiles/tinyusb_pico_pio_usb_usb_tx_pio_h.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/michaelshipman/Developer/command_module/Code/BITS/BITSv5/gps-test/build/CMakeFiles --progress-num=99 "Built target tinyusb_pico_pio_usb_usb_tx_pio_h"
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/michaelshipman/Developer/command_module/Code/BITS/BITSv5/gps-test/build/CMakeFiles --progress-num=100 "Built target tinyusb_pico_pio_usb_usb_tx_pio_h"
.PHONY : pico-sdk/src/rp2_common/tinyusb/CMakeFiles/tinyusb_pico_pio_usb_usb_tx_pio_h.dir/all

# Build rule for subdir invocation for target.
Expand All @@ -1689,7 +1689,7 @@ pico-sdk/src/rp2_common/tinyusb/CMakeFiles/tinyusb_pico_pio_usb_usb_tx_pio_h.dir
pico-sdk/src/rp2_common/tinyusb/CMakeFiles/tinyusb_pico_pio_usb_usb_rx_pio_h.dir/all: pico-sdk/src/rp2_common/tinyusb/CMakeFiles/PioasmBuild.dir/all
$(MAKE) $(MAKESILENT) -f pico-sdk/src/rp2_common/tinyusb/CMakeFiles/tinyusb_pico_pio_usb_usb_rx_pio_h.dir/build.make pico-sdk/src/rp2_common/tinyusb/CMakeFiles/tinyusb_pico_pio_usb_usb_rx_pio_h.dir/depend
$(MAKE) $(MAKESILENT) -f pico-sdk/src/rp2_common/tinyusb/CMakeFiles/tinyusb_pico_pio_usb_usb_rx_pio_h.dir/build.make pico-sdk/src/rp2_common/tinyusb/CMakeFiles/tinyusb_pico_pio_usb_usb_rx_pio_h.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/michaelshipman/Developer/command_module/Code/BITS/BITSv5/gps-test/build/CMakeFiles --progress-num=98 "Built target tinyusb_pico_pio_usb_usb_rx_pio_h"
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/michaelshipman/Developer/command_module/Code/BITS/BITSv5/gps-test/build/CMakeFiles --progress-num=99 "Built target tinyusb_pico_pio_usb_usb_rx_pio_h"
.PHONY : pico-sdk/src/rp2_common/tinyusb/CMakeFiles/tinyusb_pico_pio_usb_usb_rx_pio_h.dir/all

# Build rule for subdir invocation for target.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/Users/michaelshipman/Developer/command_module/Code/BITS/BITSv5/gps-test/build/CMakeFiles/test.dir
/Users/michaelshipman/Developer/command_module/Code/BITS/BITSv5/gps-test/build/CMakeFiles/gps-test.dir
/Users/michaelshipman/Developer/command_module/Code/BITS/BITSv5/gps-test/build/CMakeFiles/ELF2UF2Build.dir
/Users/michaelshipman/Developer/command_module/Code/BITS/BITSv5/gps-test/build/CMakeFiles/edit_cache.dir
/Users/michaelshipman/Developer/command_module/Code/BITS/BITSv5/gps-test/build/CMakeFiles/rebuild_cache.dir
Expand Down
Loading

0 comments on commit ddd9f90

Please sign in to comment.