A LoRa APRS node with KISS interface based on a Raspberry Pi Pico
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

36 lines
1.3 KiB

# 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_node_pico/pico-sdk/src/rp2_common/boot_stage2/compile_time_choice.S" "/home/marcel/Documents/electronische_projecten/lora_aprs_node_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 "")