parent
11d46dcda7
commit
44c07c9da7
Binary file not shown.
Binary file not shown.
@ -1,3 +1,5 @@
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles/rebuild_cache.dir
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles/refOvenTest.out.dir
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles/edit_cache.dir
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles/refOvenTest.out.dir
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles/assembly_functions.dir
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles/c_functions.dir
|
||||
|
@ -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/key/github/KED/bsl/cmakeLowLayer/startup/startup_stm32f042x6.s" "/home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles/assembly_functions.dir/startup/startup_stm32f042x6.s.o"
|
||||
)
|
||||
set(CMAKE_ASM_COMPILER_ID "GNU")
|
||||
|
||||
# Preprocessor definitions for this target.
|
||||
set(CMAKE_TARGET_DEFINITIONS_ASM
|
||||
"DATA_CACHE_ENABLE=0"
|
||||
"HSE_STARTUP_TIMEOUT=100"
|
||||
"HSE_VALUE=8000000"
|
||||
"HSI_VALUE=8000000"
|
||||
"INSTRUCTION_CACHE_ENABLE=0"
|
||||
"LSE_STARTUP_TIMEOUT=5000"
|
||||
"LSE_VALUE=32768"
|
||||
"LSI_VALUE=40000"
|
||||
"PREFETCH_ENABLE=1"
|
||||
"STM32F042x6"
|
||||
"USE_FULL_LL_DRIVER"
|
||||
"VDD_VALUE=3300"
|
||||
)
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_ASM_TARGET_INCLUDE_PATH
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
@ -0,0 +1,94 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# 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
|
||||
|
||||
|
||||
# Produce verbose output by default.
|
||||
VERBOSE = 1
|
||||
|
||||
# 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/key/github/KED/bsl/cmakeLowLayer
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/key/github/KED/bsl/cmakeLowLayer/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include CMakeFiles/assembly_functions.dir/depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/assembly_functions.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include CMakeFiles/assembly_functions.dir/flags.make
|
||||
|
||||
CMakeFiles/assembly_functions.dir/startup/startup_stm32f042x6.s.o: CMakeFiles/assembly_functions.dir/flags.make
|
||||
CMakeFiles/assembly_functions.dir/startup/startup_stm32f042x6.s.o: ../startup/startup_stm32f042x6.s
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building ASM object CMakeFiles/assembly_functions.dir/startup/startup_stm32f042x6.s.o"
|
||||
/usr/bin/arm-none-eabi-gcc $(ASM_DEFINES) $(ASM_INCLUDES) $(ASM_FLAGS) -o CMakeFiles/assembly_functions.dir/startup/startup_stm32f042x6.s.o -c /home/key/github/KED/bsl/cmakeLowLayer/startup/startup_stm32f042x6.s
|
||||
|
||||
# Object files for target assembly_functions
|
||||
assembly_functions_OBJECTS = \
|
||||
"CMakeFiles/assembly_functions.dir/startup/startup_stm32f042x6.s.o"
|
||||
|
||||
# External object files for target assembly_functions
|
||||
assembly_functions_EXTERNAL_OBJECTS =
|
||||
|
||||
libassembly_functions.a: CMakeFiles/assembly_functions.dir/startup/startup_stm32f042x6.s.o
|
||||
libassembly_functions.a: CMakeFiles/assembly_functions.dir/build.make
|
||||
libassembly_functions.a: CMakeFiles/assembly_functions.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking ASM static library libassembly_functions.a"
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/assembly_functions.dir/cmake_clean_target.cmake
|
||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/assembly_functions.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/assembly_functions.dir/build: libassembly_functions.a
|
||||
|
||||
.PHONY : CMakeFiles/assembly_functions.dir/build
|
||||
|
||||
CMakeFiles/assembly_functions.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/assembly_functions.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/assembly_functions.dir/clean
|
||||
|
||||
CMakeFiles/assembly_functions.dir/depend:
|
||||
cd /home/key/github/KED/bsl/cmakeLowLayer/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/key/github/KED/bsl/cmakeLowLayer /home/key/github/KED/bsl/cmakeLowLayer /home/key/github/KED/bsl/cmakeLowLayer/build /home/key/github/KED/bsl/cmakeLowLayer/build /home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles/assembly_functions.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/assembly_functions.dir/depend
|
||||
|
@ -0,0 +1,10 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/assembly_functions.dir/startup/startup_stm32f042x6.s.o"
|
||||
"libassembly_functions.pdb"
|
||||
"libassembly_functions.a"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang ASM)
|
||||
include(CMakeFiles/assembly_functions.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
@ -0,0 +1,3 @@
|
||||
file(REMOVE_RECURSE
|
||||
"libassembly_functions.a"
|
||||
)
|
@ -0,0 +1,5 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
CMakeFiles/assembly_functions.dir/startup/startup_stm32f042x6.s.o
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/startup/startup_stm32f042x6.s
|
@ -0,0 +1,5 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
CMakeFiles/assembly_functions.dir/startup/startup_stm32f042x6.s.o: ../startup/startup_stm32f042x6.s
|
||||
|
@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# compile ASM with /usr/bin/arm-none-eabi-gcc
|
||||
ASM_FLAGS = -x assembler-with-cpp -mcpu=cortex-m0 -mthumb -Wall -fdata-sections -fdiagnostics-color=always -ffunction-sections
|
||||
|
||||
ASM_DEFINES = -DDATA_CACHE_ENABLE=0 -DHSE_STARTUP_TIMEOUT=100 -DHSE_VALUE=8000000 -DHSI_VALUE=8000000 -DINSTRUCTION_CACHE_ENABLE=0 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DLSI_VALUE=40000 -DPREFETCH_ENABLE=1 -DSTM32F042x6 -DUSE_FULL_LL_DRIVER -DVDD_VALUE=3300
|
||||
|
||||
ASM_INCLUDES =
|
||||
|
@ -0,0 +1,2 @@
|
||||
/usr/bin/arm-none-eabi-ar cr libassembly_functions.a CMakeFiles/assembly_functions.dir/startup/startup_stm32f042x6.s.o
|
||||
/usr/bin/arm-none-eabi-ranlib libassembly_functions.a
|
@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 1
|
||||
CMAKE_PROGRESS_2 = 2
|
||||
|
@ -0,0 +1,208 @@
|
||||
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
|
||||
|
||||
#IncludeRegexScan: ^.*$
|
||||
|
||||
#IncludeRegexComplain: ^$
|
||||
|
||||
#IncludeRegexTransform:
|
||||
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
core_cm0.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/core_cm0.h
|
||||
system_stm32f0xx.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
stdint.h
|
||||
-
|
||||
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
stm32f030x6.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x6.h
|
||||
stm32f030x8.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h
|
||||
stm32f031x6.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f031x6.h
|
||||
stm32f038xx.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f038xx.h
|
||||
stm32f042x6.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
stm32f048xx.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f048xx.h
|
||||
stm32f051x8.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f051x8.h
|
||||
stm32f058xx.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f058xx.h
|
||||
stm32f070x6.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f070x6.h
|
||||
stm32f070xb.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f070xb.h
|
||||
stm32f071xb.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f071xb.h
|
||||
stm32f072xb.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f072xb.h
|
||||
stm32f078xx.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f078xx.h
|
||||
stm32f091xc.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f091xc.h
|
||||
stm32f098xx.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f098xx.h
|
||||
stm32f030xc.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f030xc.h
|
||||
stm32f0xx_hal.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx_hal.h
|
||||
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
|
||||
../Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
|
||||
../Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
arm_compat.h
|
||||
-
|
||||
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
stdint.h
|
||||
-
|
||||
cmsis_armcc.h
|
||||
../Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
cmsis_armclang.h
|
||||
../Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
cmsis_gcc.h
|
||||
../Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
cmsis_iccarm.h
|
||||
-
|
||||
cmsis_ccs.h
|
||||
-
|
||||
cmsis_csm.h
|
||||
-
|
||||
|
||||
../Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
|
||||
../Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
iccarm_builtin.h
|
||||
../Drivers/CMSIS/Include/iccarm_builtin.h
|
||||
intrinsics.h
|
||||
-
|
||||
|
||||
../Drivers/CMSIS/Include/cmsis_version.h
|
||||
|
||||
../Drivers/CMSIS/Include/core_cm0.h
|
||||
stdint.h
|
||||
-
|
||||
cmsis_version.h
|
||||
../Drivers/CMSIS/Include/cmsis_version.h
|
||||
cmsis_compiler.h
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h
|
||||
stm32f0xx.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_cortex.h
|
||||
stm32f0xx.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_crs.h
|
||||
stm32f0xx.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_dma.h
|
||||
stm32f0xx.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_exti.h
|
||||
stm32f0xx.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_gpio.h
|
||||
stm32f0xx.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_pwr.h
|
||||
stm32f0xx.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
|
||||
stm32f0xx.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_system.h
|
||||
stm32f0xx.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_utils.h
|
||||
stm32f0xx.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx.h
|
||||
|
||||
../Inc/main.h
|
||||
stm32f0xx_ll_crs.h
|
||||
../Inc/stm32f0xx_ll_crs.h
|
||||
stm32f0xx_ll_rcc.h
|
||||
../Inc/stm32f0xx_ll_rcc.h
|
||||
stm32f0xx_ll_bus.h
|
||||
../Inc/stm32f0xx_ll_bus.h
|
||||
stm32f0xx_ll_system.h
|
||||
../Inc/stm32f0xx_ll_system.h
|
||||
stm32f0xx_ll_exti.h
|
||||
../Inc/stm32f0xx_ll_exti.h
|
||||
stm32f0xx_ll_cortex.h
|
||||
../Inc/stm32f0xx_ll_cortex.h
|
||||
stm32f0xx_ll_utils.h
|
||||
../Inc/stm32f0xx_ll_utils.h
|
||||
stm32f0xx_ll_pwr.h
|
||||
../Inc/stm32f0xx_ll_pwr.h
|
||||
stm32f0xx_ll_dma.h
|
||||
../Inc/stm32f0xx_ll_dma.h
|
||||
stm32f0xx_ll_gpio.h
|
||||
../Inc/stm32f0xx_ll_gpio.h
|
||||
stm32_assert.h
|
||||
../Inc/stm32_assert.h
|
||||
|
||||
../Inc/stm32_assert.h
|
||||
|
||||
../Inc/stm32f0xx_it.h
|
||||
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c
|
||||
stm32f0xx_ll_exti.h
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.h
|
||||
stm32_assert.h
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32_assert.h
|
||||
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c
|
||||
stm32f0xx_ll_gpio.h
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.h
|
||||
stm32f0xx_ll_bus.h
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_bus.h
|
||||
stm32_assert.h
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32_assert.h
|
||||
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c
|
||||
stm32f0xx_ll_pwr.h
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.h
|
||||
stm32f0xx_ll_bus.h
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_bus.h
|
||||
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c
|
||||
stm32f0xx_ll_rcc.h
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.h
|
||||
stm32_assert.h
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32_assert.h
|
||||
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c
|
||||
stm32f0xx_ll_rcc.h
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.h
|
||||
stm32f0xx_ll_utils.h
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.h
|
||||
stm32f0xx_ll_system.h
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_system.h
|
||||
stm32_assert.h
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32_assert.h
|
||||
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/Src/stm32f0xx_it.c
|
||||
main.h
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/Src/main.h
|
||||
stm32f0xx_it.h
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/Src/stm32f0xx_it.h
|
||||
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/Src/system_stm32f0xx.c
|
||||
stm32f0xx.h
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/Src/stm32f0xx.h
|
||||
|
@ -0,0 +1,46 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
"C"
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
set(CMAKE_DEPENDS_CHECK_C
|
||||
"/home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c" "/home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o"
|
||||
"/home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c" "/home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o"
|
||||
"/home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c" "/home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o"
|
||||
"/home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c" "/home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o"
|
||||
"/home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c" "/home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o"
|
||||
"/home/key/github/KED/bsl/cmakeLowLayer/Src/stm32f0xx_it.c" "/home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o"
|
||||
"/home/key/github/KED/bsl/cmakeLowLayer/Src/system_stm32f0xx.c" "/home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.o"
|
||||
)
|
||||
set(CMAKE_C_COMPILER_ID "GNU")
|
||||
|
||||
# Preprocessor definitions for this target.
|
||||
set(CMAKE_TARGET_DEFINITIONS_C
|
||||
"DATA_CACHE_ENABLE=0"
|
||||
"HSE_STARTUP_TIMEOUT=100"
|
||||
"HSE_VALUE=8000000"
|
||||
"HSI_VALUE=8000000"
|
||||
"INSTRUCTION_CACHE_ENABLE=0"
|
||||
"LSE_STARTUP_TIMEOUT=5000"
|
||||
"LSE_VALUE=32768"
|
||||
"LSI_VALUE=40000"
|
||||
"PREFETCH_ENABLE=1"
|
||||
"STM32F042x6"
|
||||
"USE_FULL_LL_DRIVER"
|
||||
"VDD_VALUE=3300"
|
||||
)
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_C_TARGET_INCLUDE_PATH
|
||||
"../Inc"
|
||||
"../Drivers/STM32F0xx_HAL_Driver/Inc"
|
||||
"../Drivers/CMSIS/Device/ST/STM32F0xx/Include"
|
||||
"../Drivers/CMSIS/Include"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
@ -0,0 +1,192 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# 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
|
||||
|
||||
|
||||
# Produce verbose output by default.
|
||||
VERBOSE = 1
|
||||
|
||||
# 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/key/github/KED/bsl/cmakeLowLayer
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/key/github/KED/bsl/cmakeLowLayer/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include CMakeFiles/c_functions.dir/depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/c_functions.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include CMakeFiles/c_functions.dir/flags.make
|
||||
|
||||
CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o: CMakeFiles/c_functions.dir/flags.make
|
||||
CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o: ../Src/stm32f0xx_it.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o"
|
||||
/usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o -c /home/key/github/KED/bsl/cmakeLowLayer/Src/stm32f0xx_it.c
|
||||
|
||||
CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.i"
|
||||
/usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/key/github/KED/bsl/cmakeLowLayer/Src/stm32f0xx_it.c > CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.i
|
||||
|
||||
CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.s"
|
||||
/usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/key/github/KED/bsl/cmakeLowLayer/Src/stm32f0xx_it.c -o CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.s
|
||||
|
||||
CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.o: CMakeFiles/c_functions.dir/flags.make
|
||||
CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.o: ../Src/system_stm32f0xx.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.o"
|
||||
/usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.o -c /home/key/github/KED/bsl/cmakeLowLayer/Src/system_stm32f0xx.c
|
||||
|
||||
CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.i"
|
||||
/usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/key/github/KED/bsl/cmakeLowLayer/Src/system_stm32f0xx.c > CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.i
|
||||
|
||||
CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.s"
|
||||
/usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/key/github/KED/bsl/cmakeLowLayer/Src/system_stm32f0xx.c -o CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.s
|
||||
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: CMakeFiles/c_functions.dir/flags.make
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: ../Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o"
|
||||
/usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o -c /home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c
|
||||
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.i"
|
||||
/usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c > CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.i
|
||||
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.s"
|
||||
/usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c -o CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.s
|
||||
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: CMakeFiles/c_functions.dir/flags.make
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: ../Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o"
|
||||
/usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o -c /home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c
|
||||
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.i"
|
||||
/usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c > CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.i
|
||||
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.s"
|
||||
/usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c -o CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.s
|
||||
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: CMakeFiles/c_functions.dir/flags.make
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o"
|
||||
/usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o -c /home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c
|
||||
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.i"
|
||||
/usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c > CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.i
|
||||
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.s"
|
||||
/usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c -o CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.s
|
||||
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: CMakeFiles/c_functions.dir/flags.make
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: ../Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o"
|
||||
/usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o -c /home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c
|
||||
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.i"
|
||||
/usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c > CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.i
|
||||
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.s"
|
||||
/usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c -o CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.s
|
||||
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: CMakeFiles/c_functions.dir/flags.make
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: ../Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o"
|
||||
/usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o -c /home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c
|
||||
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.i"
|
||||
/usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c > CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.i
|
||||
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.s"
|
||||
/usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c -o CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.s
|
||||
|
||||
# Object files for target c_functions
|
||||
c_functions_OBJECTS = \
|
||||
"CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o" \
|
||||
"CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.o" \
|
||||
"CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o" \
|
||||
"CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o" \
|
||||
"CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o" \
|
||||
"CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o" \
|
||||
"CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o"
|
||||
|
||||
# External object files for target c_functions
|
||||
c_functions_EXTERNAL_OBJECTS =
|
||||
|
||||
libc_functions.a: CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o
|
||||
libc_functions.a: CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.o
|
||||
libc_functions.a: CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o
|
||||
libc_functions.a: CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o
|
||||
libc_functions.a: CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o
|
||||
libc_functions.a: CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o
|
||||
libc_functions.a: CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o
|
||||
libc_functions.a: CMakeFiles/c_functions.dir/build.make
|
||||
libc_functions.a: CMakeFiles/c_functions.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Linking C static library libc_functions.a"
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/c_functions.dir/cmake_clean_target.cmake
|
||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/c_functions.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/c_functions.dir/build: libc_functions.a
|
||||
|
||||
.PHONY : CMakeFiles/c_functions.dir/build
|
||||
|
||||
CMakeFiles/c_functions.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/c_functions.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/c_functions.dir/clean
|
||||
|
||||
CMakeFiles/c_functions.dir/depend:
|
||||
cd /home/key/github/KED/bsl/cmakeLowLayer/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/key/github/KED/bsl/cmakeLowLayer /home/key/github/KED/bsl/cmakeLowLayer /home/key/github/KED/bsl/cmakeLowLayer/build /home/key/github/KED/bsl/cmakeLowLayer/build /home/key/github/KED/bsl/cmakeLowLayer/build/CMakeFiles/c_functions.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/c_functions.dir/depend
|
||||
|
@ -0,0 +1,16 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o"
|
||||
"CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.o"
|
||||
"CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o"
|
||||
"CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o"
|
||||
"CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o"
|
||||
"CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o"
|
||||
"CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o"
|
||||
"libc_functions.pdb"
|
||||
"libc_functions.a"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang C)
|
||||
include(CMakeFiles/c_functions.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
@ -0,0 +1,3 @@
|
||||
file(REMOVE_RECURSE
|
||||
"libc_functions.a"
|
||||
)
|
@ -0,0 +1,113 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
../Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
../Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
../Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
../Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
../Drivers/CMSIS/Include/cmsis_version.h
|
||||
../Drivers/CMSIS/Include/core_cm0.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_exti.h
|
||||
../Inc/stm32_assert.h
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
../Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
../Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
../Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
../Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
../Drivers/CMSIS/Include/cmsis_version.h
|
||||
../Drivers/CMSIS/Include/core_cm0.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_gpio.h
|
||||
../Inc/stm32_assert.h
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
../Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
../Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
../Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
../Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
../Drivers/CMSIS/Include/cmsis_version.h
|
||||
../Drivers/CMSIS/Include/core_cm0.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_pwr.h
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
../Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
../Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
../Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
../Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
../Drivers/CMSIS/Include/cmsis_version.h
|
||||
../Drivers/CMSIS/Include/core_cm0.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
|
||||
../Inc/stm32_assert.h
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
../Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
../Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
../Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
../Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
../Drivers/CMSIS/Include/cmsis_version.h
|
||||
../Drivers/CMSIS/Include/core_cm0.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_system.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_utils.h
|
||||
../Inc/stm32_assert.h
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c
|
||||
CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
../Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
../Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
../Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
../Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
../Drivers/CMSIS/Include/cmsis_version.h
|
||||
../Drivers/CMSIS/Include/core_cm0.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_cortex.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_crs.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_dma.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_exti.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_gpio.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_pwr.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_system.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_utils.h
|
||||
../Inc/main.h
|
||||
../Inc/stm32_assert.h
|
||||
../Inc/stm32f0xx_it.h
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/Src/stm32f0xx_it.c
|
||||
CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.o
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
../Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
../Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
../Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
../Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
../Drivers/CMSIS/Include/cmsis_version.h
|
||||
../Drivers/CMSIS/Include/core_cm0.h
|
||||
/home/key/github/KED/bsl/cmakeLowLayer/Src/system_stm32f0xx.c
|
@ -0,0 +1,113 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: ../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: ../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: ../Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: ../Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: ../Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: ../Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: ../Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: ../Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: ../Drivers/CMSIS/Include/cmsis_version.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: ../Drivers/CMSIS/Include/core_cm0.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: ../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_exti.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: ../Inc/stm32_assert.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o: ../Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c
|
||||
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: ../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: ../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: ../Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: ../Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: ../Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: ../Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: ../Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: ../Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: ../Drivers/CMSIS/Include/cmsis_version.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: ../Drivers/CMSIS/Include/core_cm0.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: ../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: ../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_gpio.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: ../Inc/stm32_assert.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o: ../Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c
|
||||
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: ../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: ../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: ../Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: ../Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: ../Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: ../Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: ../Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: ../Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: ../Drivers/CMSIS/Include/cmsis_version.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: ../Drivers/CMSIS/Include/core_cm0.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: ../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: ../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_pwr.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o: ../Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c
|
||||
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: ../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: ../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: ../Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: ../Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: ../Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: ../Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: ../Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: ../Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: ../Drivers/CMSIS/Include/cmsis_version.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: ../Drivers/CMSIS/Include/core_cm0.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: ../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: ../Inc/stm32_assert.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o: ../Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c
|
||||
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../Drivers/CMSIS/Include/cmsis_version.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../Drivers/CMSIS/Include/core_cm0.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_system.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_utils.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../Inc/stm32_assert.h
|
||||
CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o: ../Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c
|
||||
|
||||
CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o: ../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o: ../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o: ../Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o: ../Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o: ../Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o: ../Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o: ../Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o: ../Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o: ../Drivers/CMSIS/Include/cmsis_version.h
|
||||
CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o: ../Drivers/CMSIS/Include/core_cm0.h
|
||||
CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o: ../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_bus.h
|
||||
CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o: ../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_cortex.h
|
||||
CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o: ../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_crs.h
|
||||
CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o: ../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_dma.h
|
||||
CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o: ../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_exti.h
|
||||
CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o: ../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_gpio.h
|
||||
CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o: ../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_pwr.h
|
||||
CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o: ../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_rcc.h
|
||||
CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o: ../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_system.h
|
||||
CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o: ../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_utils.h
|
||||
CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o: ../Inc/main.h
|
||||
CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o: ../Inc/stm32_assert.h
|
||||
CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o: ../Inc/stm32f0xx_it.h
|
||||
CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o: ../Src/stm32f0xx_it.c
|
||||
|
||||
CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.o: ../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h
|
||||
CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.o: ../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h
|
||||
CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.o: ../Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h
|
||||
CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.o: ../Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.o: ../Drivers/CMSIS/Include/cmsis_armclang.h
|
||||
CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.o: ../Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.o: ../Drivers/CMSIS/Include/cmsis_gcc.h
|
||||
CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.o: ../Drivers/CMSIS/Include/cmsis_iccarm.h
|
||||
CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.o: ../Drivers/CMSIS/Include/cmsis_version.h
|
||||
CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.o: ../Drivers/CMSIS/Include/core_cm0.h
|
||||
CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.o: ../Src/system_stm32f0xx.c
|
||||
|
@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
|
||||
|
||||
# compile C with /usr/bin/arm-none-eabi-gcc
|
||||
C_FLAGS = -mcpu=cortex-m0 -mthumb -Wall -fdata-sections -fdiagnostics-color=always -ffunction-sections
|
||||
|
||||
C_DEFINES = -DDATA_CACHE_ENABLE=0 -DHSE_STARTUP_TIMEOUT=100 -DHSE_VALUE=8000000 -DHSI_VALUE=8000000 -DINSTRUCTION_CACHE_ENABLE=0 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DLSI_VALUE=40000 -DPREFETCH_ENABLE=1 -DSTM32F042x6 -DUSE_FULL_LL_DRIVER -DVDD_VALUE=3300
|
||||
|
||||
C_INCLUDES = -I/home/key/github/KED/bsl/cmakeLowLayer/Inc -I/home/key/github/KED/bsl/cmakeLowLayer/Drivers/STM32F0xx_HAL_Driver/Inc -I/home/key/github/KED/bsl/cmakeLowLayer/Drivers/CMSIS/Device/ST/STM32F0xx/Include -I/home/key/github/KED/bsl/cmakeLowLayer/Drivers/CMSIS/Include
|
||||
|
@ -0,0 +1,2 @@
|
||||
/usr/bin/arm-none-eabi-ar qc libc_functions.a CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.o CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o
|
||||
/usr/bin/arm-none-eabi-ranlib libc_functions.a
|
@ -0,0 +1,9 @@
|
||||
CMAKE_PROGRESS_1 = 3
|
||||
CMAKE_PROGRESS_2 = 4
|
||||
CMAKE_PROGRESS_3 = 5
|
||||
CMAKE_PROGRESS_4 = 6
|
||||
CMAKE_PROGRESS_5 = 7
|
||||
CMAKE_PROGRESS_6 = 8
|
||||
CMAKE_PROGRESS_7 = 9
|
||||
CMAKE_PROGRESS_8 = 10
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
10
|
||||
12
|
||||
|
@ -1,18 +1,10 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/refOvenTest.out.dir/Src/main.c.o"
|
||||
"CMakeFiles/refOvenTest.out.dir/Src/stm32f0xx_it.c.o"
|
||||
"CMakeFiles/refOvenTest.out.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o"
|
||||
"CMakeFiles/refOvenTest.out.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o"
|
||||
"CMakeFiles/refOvenTest.out.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o"
|
||||
"CMakeFiles/refOvenTest.out.dir/Src/system_stm32f0xx.c.o"
|
||||
"CMakeFiles/refOvenTest.out.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o"
|
||||
"CMakeFiles/refOvenTest.out.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o"
|
||||
"CMakeFiles/refOvenTest.out.dir/startup/startup_stm32f042x6.s.o"
|
||||
"refOvenTest.out.pdb"
|
||||
"refOvenTest.out"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang ASM C)
|
||||
foreach(lang C)
|
||||
include(CMakeFiles/refOvenTest.out.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
|
@ -1 +1 @@
|
||||
/usr/bin/arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -specs=nano.specs -T/home/key/github/KED/bsl/cmakeLowLayer/startup/STM32F042K6Tx_FLASH.ld -lc -lm -lnosys -Wl,-Map=refOvenTest.map,--cref -Wl,--gc-sections CMakeFiles/refOvenTest.out.dir/Src/main.c.o CMakeFiles/refOvenTest.out.dir/Src/stm32f0xx_it.c.o CMakeFiles/refOvenTest.out.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o CMakeFiles/refOvenTest.out.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o CMakeFiles/refOvenTest.out.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o CMakeFiles/refOvenTest.out.dir/Src/system_stm32f0xx.c.o CMakeFiles/refOvenTest.out.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o CMakeFiles/refOvenTest.out.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o CMakeFiles/refOvenTest.out.dir/startup/startup_stm32f042x6.s.o -o refOvenTest.out
|
||||
/usr/bin/arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -specs=nano.specs -T/home/key/github/KED/bsl/cmakeLowLayer/startup/STM32F042K6Tx_FLASH.ld -lc -lm -lnosys -Wl,-Map=refOvenTest.map,--cref -Wl,--gc-sections CMakeFiles/refOvenTest.out.dir/Src/main.c.o -o refOvenTest.out libassembly_functions.a libc_functions.a
|
||||
|
@ -1,11 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 1
|
||||
CMAKE_PROGRESS_2 = 2
|
||||
CMAKE_PROGRESS_3 = 3
|
||||
CMAKE_PROGRESS_4 = 4
|
||||
CMAKE_PROGRESS_5 = 5
|
||||
CMAKE_PROGRESS_6 = 6
|
||||
CMAKE_PROGRESS_7 = 7
|
||||
CMAKE_PROGRESS_8 = 8
|
||||
CMAKE_PROGRESS_9 = 9
|
||||
CMAKE_PROGRESS_10 = 10
|
||||
CMAKE_PROGRESS_1 = 11
|
||||
CMAKE_PROGRESS_2 = 12
|
||||
|
||||
|
Binary file not shown.
Loading…
Reference in new issue