eseries header (offers access to the e series values) v1.0. set_output_voltage function started.

This commit is contained in:
Jan N. Bader
2021-04-12 22:26:48 +02:00
parent e8da6dc7fd
commit 6b40f888be
37 changed files with 2497 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/home/jnb/Dokumente/Code/max668_calc/main.c" "CMakeFiles/max668_calc.dir/main.c.o" "gcc" "CMakeFiles/max668_calc.dir/main.c.o.d"
)
# 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,110 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.20
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#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 rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/jnb/Dokumente/Code/max668_calc
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/jnb/Dokumente/Code/max668_calc/build
# Include any dependencies generated for this target.
include CMakeFiles/max668_calc.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include CMakeFiles/max668_calc.dir/compiler_depend.make
# Include the progress variables for this target.
include CMakeFiles/max668_calc.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/max668_calc.dir/flags.make
CMakeFiles/max668_calc.dir/main.c.o: CMakeFiles/max668_calc.dir/flags.make
CMakeFiles/max668_calc.dir/main.c.o: ../main.c
CMakeFiles/max668_calc.dir/main.c.o: CMakeFiles/max668_calc.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/jnb/Dokumente/Code/max668_calc/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/max668_calc.dir/main.c.o"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/max668_calc.dir/main.c.o -MF CMakeFiles/max668_calc.dir/main.c.o.d -o CMakeFiles/max668_calc.dir/main.c.o -c /home/jnb/Dokumente/Code/max668_calc/main.c
CMakeFiles/max668_calc.dir/main.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/max668_calc.dir/main.c.i"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/jnb/Dokumente/Code/max668_calc/main.c > CMakeFiles/max668_calc.dir/main.c.i
CMakeFiles/max668_calc.dir/main.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/max668_calc.dir/main.c.s"
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/jnb/Dokumente/Code/max668_calc/main.c -o CMakeFiles/max668_calc.dir/main.c.s
# Object files for target max668_calc
max668_calc_OBJECTS = \
"CMakeFiles/max668_calc.dir/main.c.o"
# External object files for target max668_calc
max668_calc_EXTERNAL_OBJECTS =
max668_calc: CMakeFiles/max668_calc.dir/main.c.o
max668_calc: CMakeFiles/max668_calc.dir/build.make
max668_calc: CMakeFiles/max668_calc.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/jnb/Dokumente/Code/max668_calc/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable max668_calc"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/max668_calc.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
CMakeFiles/max668_calc.dir/build: max668_calc
.PHONY : CMakeFiles/max668_calc.dir/build
CMakeFiles/max668_calc.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/max668_calc.dir/cmake_clean.cmake
.PHONY : CMakeFiles/max668_calc.dir/clean
CMakeFiles/max668_calc.dir/depend:
cd /home/jnb/Dokumente/Code/max668_calc/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/jnb/Dokumente/Code/max668_calc /home/jnb/Dokumente/Code/max668_calc /home/jnb/Dokumente/Code/max668_calc/build /home/jnb/Dokumente/Code/max668_calc/build /home/jnb/Dokumente/Code/max668_calc/build/CMakeFiles/max668_calc.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/max668_calc.dir/depend

View File

@@ -0,0 +1,11 @@
file(REMOVE_RECURSE
"CMakeFiles/max668_calc.dir/main.c.o"
"CMakeFiles/max668_calc.dir/main.c.o.d"
"max668_calc"
"max668_calc.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/max668_calc.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@@ -0,0 +1,2 @@
# Empty compiler generated dependencies file for max668_calc.
# This may be replaced when dependencies are built.

View File

@@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for compiler generated dependencies management for max668_calc.

View File

@@ -0,0 +1,2 @@
# Empty dependencies file for max668_calc.
# This may be replaced when dependencies are built.

View File

@@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.20
# compile C with /usr/bin/cc
C_DEFINES =
C_INCLUDES =
C_FLAGS = -g

View File

@@ -0,0 +1 @@
/usr/bin/cc -g -rdynamic CMakeFiles/max668_calc.dir/main.c.o -o max668_calc

View File

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