Finished rubber ducky

This commit is contained in:
2026-06-20 08:54:28 -04:00
parent cf00d159ca
commit 857e77c7c8
752 changed files with 23436 additions and 46701 deletions

View File

@@ -3,7 +3,7 @@
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/p7mj/pico/pico-sdk")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/p7mj/pico/pico_dev")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/p7mj/pico/pico_rubber_ducky")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)

View File

@@ -57,10 +57,10 @@ RM = /usr/bin/cmake -E rm -f
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/p7mj/pico/pico_dev
CMAKE_SOURCE_DIR = /home/p7mj/pico/pico_rubber_ducky
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/p7mj/pico/pico_dev
CMAKE_BINARY_DIR = /home/p7mj/pico/pico_rubber_ducky
#=============================================================================
# Targets provided globally by CMake.
@@ -87,14 +87,14 @@ rebuild_cache/fast: rebuild_cache
# The main all target
all: cmake_check_build_system
cd /home/p7mj/pico/pico_dev && $(CMAKE_COMMAND) -E cmake_progress_start /home/p7mj/pico/pico_dev/CMakeFiles /home/p7mj/pico/pico_dev/pico-sdk/tools//CMakeFiles/progress.marks
cd /home/p7mj/pico/pico_dev && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pico-sdk/tools/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/p7mj/pico/pico_dev/CMakeFiles 0
cd /home/p7mj/pico/pico_rubber_ducky && $(CMAKE_COMMAND) -E cmake_progress_start /home/p7mj/pico/pico_rubber_ducky/CMakeFiles /home/p7mj/pico/pico_rubber_ducky/pico-sdk/tools//CMakeFiles/progress.marks
cd /home/p7mj/pico/pico_rubber_ducky && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pico-sdk/tools/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/p7mj/pico/pico_rubber_ducky/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/p7mj/pico/pico_dev && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pico-sdk/tools/clean
cd /home/p7mj/pico/pico_rubber_ducky && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pico-sdk/tools/clean
.PHONY : clean
# The main clean target
@@ -103,17 +103,17 @@ clean/fast: clean
# Prepare targets for installation.
preinstall: all
cd /home/p7mj/pico/pico_dev && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pico-sdk/tools/preinstall
cd /home/p7mj/pico/pico_rubber_ducky && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pico-sdk/tools/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/p7mj/pico/pico_dev && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pico-sdk/tools/preinstall
cd /home/p7mj/pico/pico_rubber_ducky && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pico-sdk/tools/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/p7mj/pico/pico_dev && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
cd /home/p7mj/pico/pico_rubber_ducky && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Help Target
@@ -135,6 +135,6 @@ help:
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/p7mj/pico/pico_dev && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
cd /home/p7mj/pico/pico_rubber_ducky && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@@ -40,6 +40,6 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/p7mj/pico/pico_dev/pico-sdk/tools/install_local_manifest.txt"
file(WRITE "/home/p7mj/pico/pico_rubber_ducky/pico-sdk/tools/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()