20140521-181001
This commit is contained in:
parent
a75b3870c8
commit
ae3ffd7330
20
V6/Program/rfm12_rs232/Zeitschaltung_V6.atsln
Normal file
20
V6/Program/rfm12_rs232/Zeitschaltung_V6.atsln
Normal file
@ -0,0 +1,20 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 11.00
|
||||
# Atmel Studio Solution File, Format Version 11.00
|
||||
Project("{E66E83B9-2572-4076-B26E-6BE79FF3018A}") = "Zeitschaltung_V6", "Zeitschaltung_V6\Zeitschaltung_V6.cppproj", "{EC267909-C732-4CEF-B754-BD8CE5EBD85C}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|AVR = Debug|AVR
|
||||
Release|AVR = Release|AVR
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{EC267909-C732-4CEF-B754-BD8CE5EBD85C}.Debug|AVR.ActiveCfg = Debug|AVR
|
||||
{EC267909-C732-4CEF-B754-BD8CE5EBD85C}.Debug|AVR.Build.0 = Debug|AVR
|
||||
{EC267909-C732-4CEF-B754-BD8CE5EBD85C}.Release|AVR.ActiveCfg = Release|AVR
|
||||
{EC267909-C732-4CEF-B754-BD8CE5EBD85C}.Release|AVR.Build.0 = Release|AVR
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
BIN
V6/Program/rfm12_rs232/Zeitschaltung_V6.atsuo
Normal file
BIN
V6/Program/rfm12_rs232/Zeitschaltung_V6.atsuo
Normal file
Binary file not shown.
129
V6/Program/rfm12_rs232/Zeitschaltung_V6/Debug/Makefile
Normal file
129
V6/Program/rfm12_rs232/Zeitschaltung_V6/Debug/Makefile
Normal file
@ -0,0 +1,129 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
SHELL := cmd.exe
|
||||
RM := rm -rf
|
||||
|
||||
USER_OBJS :=
|
||||
|
||||
LIBS :=
|
||||
PROJ :=
|
||||
|
||||
O_SRCS :=
|
||||
C_SRCS :=
|
||||
S_SRCS :=
|
||||
S_UPPER_SRCS :=
|
||||
OBJ_SRCS :=
|
||||
ASM_SRCS :=
|
||||
PREPROCESSING_SRCS :=
|
||||
OBJS :=
|
||||
OBJS_AS_ARGS :=
|
||||
C_DEPS :=
|
||||
C_DEPS_AS_ARGS :=
|
||||
EXECUTABLES :=
|
||||
OUTPUT_FILE_PATH :=
|
||||
OUTPUT_FILE_PATH_AS_ARGS :=
|
||||
AVR_APP_PATH :=$$$AVR_APP_PATH$$$
|
||||
QUOTE := "
|
||||
ADDITIONAL_DEPENDENCIES:=
|
||||
OUTPUT_FILE_DEP:=
|
||||
LIB_DEP:=
|
||||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
../io \
|
||||
../io/hardware \
|
||||
../comunication
|
||||
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../Zeitschaltung_V6.cpp
|
||||
|
||||
|
||||
PREPROCESSING_SRCS +=
|
||||
|
||||
|
||||
ASM_SRCS +=
|
||||
|
||||
|
||||
OBJS += \
|
||||
Zeitschaltung_V6.o
|
||||
|
||||
|
||||
OBJS_AS_ARGS += \
|
||||
Zeitschaltung_V6.o
|
||||
|
||||
|
||||
C_DEPS += \
|
||||
Zeitschaltung_V6.d
|
||||
|
||||
|
||||
C_DEPS_AS_ARGS += \
|
||||
Zeitschaltung_V6.d
|
||||
|
||||
|
||||
OUTPUT_FILE_PATH +=Zeitschaltung_V6.elf
|
||||
|
||||
OUTPUT_FILE_PATH_AS_ARGS +=Zeitschaltung_V6.elf
|
||||
|
||||
ADDITIONAL_DEPENDENCIES:=
|
||||
|
||||
OUTPUT_FILE_DEP:= ./makedep.mk
|
||||
|
||||
LIB_DEP+=
|
||||
|
||||
# AVR32/GNU C Compiler
|
||||
|
||||
|
||||
|
||||
./%.o: .././%.cpp
|
||||
@echo Building file: $<
|
||||
@echo Invoking: AVR8/GNU C++ Compiler :
|
||||
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.2.876\avr8-gnu-toolchain\bin\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DDEBUG -Os -ffunction-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=atmega16a -c -std=c++11 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o"$@" "$<"
|
||||
@echo Finished building: $<
|
||||
|
||||
|
||||
|
||||
# AVR32/GNU Preprocessing Assembler
|
||||
|
||||
|
||||
|
||||
# AVR32/GNU Assembler
|
||||
|
||||
|
||||
|
||||
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
ifneq ($(strip $(C_DEPS)),)
|
||||
-include $(C_DEPS)
|
||||
endif
|
||||
endif
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
|
||||
# All Target
|
||||
all: $(OUTPUT_FILE_PATH) $(ADDITIONAL_DEPENDENCIES)
|
||||
|
||||
$(OUTPUT_FILE_PATH): $(OBJS) $(USER_OBJS) $(OUTPUT_FILE_DEP) $(LIB_DEP)
|
||||
@echo Building target: $@
|
||||
@echo Invoking: AVR8/GNU Linker :
|
||||
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.2.876\avr8-gnu-toolchain\bin\avr-g++.exe$(QUOTE) -o$(OUTPUT_FILE_PATH_AS_ARGS) $(OBJS_AS_ARGS) $(USER_OBJS) $(LIBS) -Wl,-Map="Zeitschaltung_V6.map" -Wl,--start-group -Wl,-lm -Wl,--end-group -Wl,--gc-sections -mmcu=atmega16a
|
||||
@echo Finished building target: $@
|
||||
"C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.2.876\avr8-gnu-toolchain\bin\avr-objcopy.exe" -O ihex -R .eeprom -R .fuse -R .lock -R .signature "Zeitschaltung_V6.elf" "Zeitschaltung_V6.hex"
|
||||
"C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.2.876\avr8-gnu-toolchain\bin\avr-objcopy.exe" -j .eeprom --set-section-flags=.eeprom=alloc,load --change-section-lma .eeprom=0 --no-change-warnings -O ihex "Zeitschaltung_V6.elf" "Zeitschaltung_V6.eep" || exit 0
|
||||
"C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.2.876\avr8-gnu-toolchain\bin\avr-objdump.exe" -h -S "Zeitschaltung_V6.elf" > "Zeitschaltung_V6.lss"
|
||||
"C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.2.876\avr8-gnu-toolchain\bin\avr-objcopy.exe" -O srec -R .eeprom -R .fuse -R .lock -R .signature "Zeitschaltung_V6.elf" "Zeitschaltung_V6.srec"
|
||||
"C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.2.876\avr8-gnu-toolchain\bin\avr-size.exe" "Zeitschaltung_V6.elf"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# Other Targets
|
||||
clean:
|
||||
-$(RM) $(OBJS_AS_ARGS)$(C_DEPS_AS_ARGS) $(EXECUTABLES)
|
||||
rm -rf "Zeitschaltung_V6.elf" "Zeitschaltung_V6.a" "Zeitschaltung_V6.hex" "Zeitschaltung_V6.lss" "Zeitschaltung_V6.eep" "Zeitschaltung_V6.map" "Zeitschaltung_V6.srec"
|
||||
|
@ -0,0 +1,73 @@
|
||||
Zeitschaltung_V6.d Zeitschaltung_V6.o: .././Zeitschaltung_V6.cpp \
|
||||
.././peripheral.h .././io/hardware/portc.hpp \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/io.h \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/sfr_defs.h \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/inttypes.h \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/include/stdint.h \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/stdint.h \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/iom16a.h \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/portpins.h \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/common.h \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/version.h \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/fuse.h \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/lock.h \
|
||||
.././io/Led.hpp .././io/hardware/pin.hpp .././io/uart.hpp \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/interrupt.h \
|
||||
.././io/Spi.hpp \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/util/delay.h \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/util/delay_basic.h \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/math.h \
|
||||
.././io/rfm12.hpp \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/stdio.h \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/include/stdarg.h \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/include/stddef.h
|
||||
|
||||
.././peripheral.h:
|
||||
|
||||
.././io/hardware/portc.hpp:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/io.h:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/sfr_defs.h:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/inttypes.h:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/include/stdint.h:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/stdint.h:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/iom16a.h:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/portpins.h:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/common.h:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/version.h:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/fuse.h:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/lock.h:
|
||||
|
||||
.././io/Led.hpp:
|
||||
|
||||
.././io/hardware/pin.hpp:
|
||||
|
||||
.././io/uart.hpp:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/interrupt.h:
|
||||
|
||||
.././io/Spi.hpp:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/util/delay.h:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/util/delay_basic.h:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/math.h:
|
||||
|
||||
.././io/rfm12.hpp:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/stdio.h:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/include/stdarg.h:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/include/stddef.h:
|
@ -0,0 +1 @@
|
||||
:00000001FF
|
Binary file not shown.
@ -0,0 +1,135 @@
|
||||
:100000000C942B000C9453000C9453000C9453004C
|
||||
:100010000C9453000C9453000C9453000C94530014
|
||||
:100020000C9453000C9453000C9453000C94530004
|
||||
:100030000C9453000C9453000C9453000C945300F4
|
||||
:100040000C9453000C9453000C9453000C945300E4
|
||||
:100050000C945300F20011241FBECFE5D4E0DEBFA4
|
||||
:10006000CDBF10E0A0E6B0E0E6E3F8E002C0059006
|
||||
:100070000D92A637B107D9F720E0A6E7B0E001C09E
|
||||
:100080001D92A637B207E1F710E0C6E5D0E004C044
|
||||
:100090002297FE010E944001C435D107C9F70E9492
|
||||
:1000A000A0000C9419040C940000FC0103C05D9B9B
|
||||
:1000B000FECF8CB981918111FACF0895A39A08954A
|
||||
:1000C000AB9A0895282F98E080E027FF02C0A99AF4
|
||||
:1000D00001C0A998A19A880F9C998160AA9AA29AB6
|
||||
:1000E000220F00C00000AA98A29A915071F70895BB
|
||||
:1000F000EF92FF921F93CF93DF9300D0CDB7DEB77F
|
||||
:10010000182FAB989A830E945E008A810E94620039
|
||||
:10011000F82EE12C812F0E9462009701282BC90143
|
||||
:100120008A8399830E9460000E945E008A8199817F
|
||||
:100130000F900F90DF91CF911F91FF90EF90089556
|
||||
:10014000CF93DF93CDB7DEB72A970FB6F894DEBF13
|
||||
:100150000FBECDBF88EC92E80E94780081E89AEC4F
|
||||
:100160000E94780083E89AEC0E94780080E6E82EEE
|
||||
:1001700080E0F82E8E010F5F1F4F18C0A89A2FEF56
|
||||
:1001800080E792E0215080409040E1F700C00000FD
|
||||
:10019000A8982FEF80E792E0215080409040E1F74F
|
||||
:1001A00000C0000085E690E00E945500AB980E94D8
|
||||
:1001B0005E009C9BE3CF80E090EB0E947800992743
|
||||
:1001C0009F938F93FF92EF921F930F930E9444018E
|
||||
:1001D000C8010E9455000F900F900F900F900F9044
|
||||
:1001E0000F90E4CFA09AA898789483E389B988E027
|
||||
:1001F0008AB986E880BD88E690E00E945500A998FB
|
||||
:10020000A19AAA98A29A0E9460000E945E00A498F7
|
||||
:10021000AC982FEF80E792E0215080409040E1F7CA
|
||||
:1002200000C0000080EE90EC0E94780087ED90E81E
|
||||
:100230000E9478008BEA92EC0E94780081E89AECA8
|
||||
:100240000E94780080E090EE0E94780080E098ECB8
|
||||
:100250000E94780087EF94EC0E94780080E296EA92
|
||||
:100260000E94780087E294E90E94780082E296EC8E
|
||||
:100270000E94780080E698E90C947800EE0FFF1F4A
|
||||
:100280000590F491E02D0994AEE0B0E0EAE4F1E0ED
|
||||
:100290000C94F0030D891E8986E08C831A830983F0
|
||||
:1002A0008FEF9FE79E838D83CE014996AC016F89C6
|
||||
:1002B000788DCE0101960E946601EF81F885E00FEE
|
||||
:1002C000F11F10822E96E4E00C940C04ACE0B0E038
|
||||
:1002D000ECE6F1E00C94E2037C016B018A01FC0185
|
||||
:1002E00017821682838181FFC6C188248394912C52
|
||||
:1002F0008C0E9D1EF7019381F60193FD859193FF6E
|
||||
:1003000081916F01882309F4B2C1853239F493FDDC
|
||||
:10031000859193FF81916F01853229F4B70190E0B7
|
||||
:100320000E945803E7CF512C312C20E02032A8F452
|
||||
:100330008B3261F028F4803251F0833271F40BC0BB
|
||||
:100340008D3239F0803349F4216028C02260246066
|
||||
:1003500025C0286023C0206121C027FD27C0382F79
|
||||
:1003600030533A3078F426FF06C0FAE05F9E300D35
|
||||
:100370001124532E13C08AE0389E300D1124332EE1
|
||||
:1003800020620CC08E3221F426FD71C1206406C0AB
|
||||
:100390008C3611F4206802C0883641F4F60193FDD2
|
||||
:1003A000859193FF81916F018111C0CF982F955452
|
||||
:1003B000933018F09052933028F40C5F1F4FFFE3F6
|
||||
:1003C000F9830DC0833631F0833771F0833509F03E
|
||||
:1003D0005EC023C0F801808189830E5F1F4F4424D3
|
||||
:1003E0004394512C540115C03801F2E06F0E711C7A
|
||||
:1003F000F801A080B18026FF03C0652D70E002C027
|
||||
:100400006FEF7FEFC5012C870E944D032C01830104
|
||||
:100410002C856FE7262E222218C03801F2E06F0EDD
|
||||
:10042000711CF801A080B18026FF03C0652D70E02B
|
||||
:1004300002C06FEF7FEFC5012C870E9442032C01A1
|
||||
:100440002C8550E8252E222A830123FC1CC006C0DF
|
||||
:10045000B70180E290E00E9458033A94832D90E027
|
||||
:1004600048165906A8F30FC0F50127FC859127FE11
|
||||
:1004700081915F01B70190E00E94580331103A94D6
|
||||
:10048000F1E04F1A51084114510471F7EDC0843660
|
||||
:1004900011F0893641F5F80127FF07C060817181AD
|
||||
:1004A000828193810C5F1F4F08C060817181882712
|
||||
:1004B00077FD8095982F0E5F1F4F4FE6B42EB22226
|
||||
:1004C00097FF09C090958095709561957F4F8F4FEC
|
||||
:1004D0009F4FF0E8BF2A2AE030E0A4010E94840385
|
||||
:1004E000A82EA81843C0853731F43FEEB32EB222B0
|
||||
:1004F0002AE030E024C099EFB92EB2228F36B9F04D
|
||||
:1005000020F4883509F0B3C00DC0803721F088375A
|
||||
:1005100009F0ADC002C020E1B22AB4FE0BC084E0F5
|
||||
:10052000B82A08C024FF09C0E6E0BE2A06C028E0B9
|
||||
:1005300030E005C020E130E002C020E132E0F80107
|
||||
:10054000B7FE07C060817181828193810C5F1F4F6C
|
||||
:1005500006C06081718180E090E00E5F1F4FA401B2
|
||||
:100560000E948403A82EA818FFE7BF22B6FE0BC086
|
||||
:100570002B2D2E7FA51450F4B4FE0AC0B2FC08C087
|
||||
:100580002B2D2E7E05C07A2C2B2D03C07A2C01C07A
|
||||
:10059000752C24FF0DC0FE01EA0DF11D8081803312
|
||||
:1005A00011F4297E09C022FF06C07394739404C01D
|
||||
:1005B000822F867809F0739423FD14C020FF0FC0AA
|
||||
:1005C0005A2C731460F4530C5718732C08C0B701DD
|
||||
:1005D00080E290E02C870E94580373942C8573145A
|
||||
:1005E000B0F304C0731410F4371801C0312C24FF89
|
||||
:1005F00012C0B70180E390E02C870E9458032C853D
|
||||
:1006000022FF1EC021FF03C088E590E002C088E7FA
|
||||
:1006100090E0B7010CC0822F867891F021FD02C0D6
|
||||
:1006200080E201C08BE227FD8DE2B70190E00E94DD
|
||||
:10063000580306C0B70180E390E00E9458035A9423
|
||||
:10064000A514C0F3AA94F401EA0DF11DB70180814D
|
||||
:1006500090E00E945803A110F5CF06C0B70180E2D8
|
||||
:1006600090E00E9458033A943110F8CF43CEF7013E
|
||||
:100670002681378102C02FEF3FEFC9012C96E2E1BE
|
||||
:100680000C94FE03FC010590615070400110D8F7F6
|
||||
:10069000809590958E0F9F1F0895FC0161507040CA
|
||||
:1006A00001900110D8F7809590958E0F9F1F0895A7
|
||||
:1006B0000F931F93CF93DF938C01EB018B8181FD0F
|
||||
:1006C00003C00FEF1FEF1AC082FF0DC02E813F81C4
|
||||
:1006D0008C819D812817390764F4E881F9810193A1
|
||||
:1006E000F983E88306C0E885F985802F0995892B71
|
||||
:1006F00041F78E819F8101969F838E83C801DF9190
|
||||
:10070000CF911F910F910895FA01AA27283051F136
|
||||
:10071000203181F1E8946F936E7F6E5F7F4F8F4F32
|
||||
:100720009F4FAF4FB1E03ED0B4E03CD0670F781F91
|
||||
:10073000891F9A1FA11D680F791F8A1F911DA11D76
|
||||
:100740006A0F711D811D911DA11D20D009F46894AF
|
||||
:100750003F912AE0269F11243019305D3193DEF657
|
||||
:10076000CF010895462F4770405D4193B3E00FD00D
|
||||
:10077000C9F7F6CF462F4F70405D4A3318F0495DF8
|
||||
:1007800031FD4052419302D0A9F7EACFB4E0A695DB
|
||||
:100790009795879577956795BA95C9F700976105FD
|
||||
:1007A000710508959B01AC010A2E06945795479553
|
||||
:1007B00037952795BA95C9F7620F731F841F951F48
|
||||
:1007C000A01D08952F923F924F925F926F927F9259
|
||||
:1007D0008F929F92AF92BF92CF92DF92EF92FF9251
|
||||
:1007E0000F931F93CF93DF93CDB7DEB7CA1BDB0BFD
|
||||
:1007F0000FB6F894DEBF0FBECDBF09942A883988A2
|
||||
:1008000048885F846E847D848C849B84AA84B984A8
|
||||
:10081000C884DF80EE80FD800C811B81AA81B981B4
|
||||
:10082000CE0FD11D0FB6F894DEBF0FBECDBFED01C8
|
||||
:060830000895F894FFCFCB
|
||||
:1008360025303458200D0A005561727420646F6E9D
|
||||
:0608460065210D0A00000F
|
||||
:00000001FF
|
1352
V6/Program/rfm12_rs232/Zeitschaltung_V6/Debug/Zeitschaltung_V6.lss
Normal file
1352
V6/Program/rfm12_rs232/Zeitschaltung_V6/Debug/Zeitschaltung_V6.lss
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,588 @@
|
||||
Archive member included because of file (symbol)
|
||||
|
||||
c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_exit.o)
|
||||
c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5/crtm16a.o (exit)
|
||||
c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_copy_data.o)
|
||||
Zeitschaltung_V6.o (__do_copy_data)
|
||||
c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_clear_bss.o)
|
||||
Zeitschaltung_V6.o (__do_clear_bss)
|
||||
c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_ctors.o)
|
||||
Zeitschaltung_V6.o (__do_global_ctors)
|
||||
c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_tablejump.o)
|
||||
c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_ctors.o) (__tablejump__)
|
||||
c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(sprintf.o)
|
||||
Zeitschaltung_V6.o (sprintf)
|
||||
c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(vfprintf_std.o)
|
||||
c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(sprintf.o) (vfprintf)
|
||||
c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(strnlen_P.o)
|
||||
c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(vfprintf_std.o) (strnlen_P)
|
||||
c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(strnlen.o)
|
||||
c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(vfprintf_std.o) (strnlen)
|
||||
c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(fputc.o)
|
||||
c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(vfprintf_std.o) (fputc)
|
||||
c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(ultoa_invert.o)
|
||||
c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(vfprintf_std.o) (__ultoa_invert)
|
||||
c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_prologue.o)
|
||||
c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(sprintf.o) (__prologue_saves__)
|
||||
c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_epilogue.o)
|
||||
c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(sprintf.o) (__epilogue_restores__)
|
||||
|
||||
Discarded input sections
|
||||
|
||||
.bss 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5/crtm16a.o
|
||||
.text 0x00000000 0x0 Zeitschaltung_V6.o
|
||||
.bss 0x00000000 0x3 Zeitschaltung_V6.o
|
||||
.text 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_exit.o)
|
||||
.bss 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_exit.o)
|
||||
.text.libgcc.mul
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_exit.o)
|
||||
.text.libgcc.div
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_exit.o)
|
||||
.text.libgcc 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_exit.o)
|
||||
.text.libgcc.prologue
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_exit.o)
|
||||
.text.libgcc.builtins
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_exit.o)
|
||||
.text.libgcc.fmul
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_exit.o)
|
||||
.text 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_copy_data.o)
|
||||
.bss 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_copy_data.o)
|
||||
.text.libgcc.mul
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_copy_data.o)
|
||||
.text.libgcc.div
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_copy_data.o)
|
||||
.text.libgcc 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_copy_data.o)
|
||||
.text.libgcc.prologue
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_copy_data.o)
|
||||
.text.libgcc.builtins
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_copy_data.o)
|
||||
.text.libgcc.fmul
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_copy_data.o)
|
||||
.text 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_clear_bss.o)
|
||||
.bss 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_clear_bss.o)
|
||||
.text.libgcc.mul
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_clear_bss.o)
|
||||
.text.libgcc.div
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_clear_bss.o)
|
||||
.text.libgcc 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_clear_bss.o)
|
||||
.text.libgcc.prologue
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_clear_bss.o)
|
||||
.text.libgcc.builtins
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_clear_bss.o)
|
||||
.text.libgcc.fmul
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_clear_bss.o)
|
||||
.text 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_ctors.o)
|
||||
.bss 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_ctors.o)
|
||||
.text.libgcc.mul
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_ctors.o)
|
||||
.text.libgcc.div
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_ctors.o)
|
||||
.text.libgcc 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_ctors.o)
|
||||
.text.libgcc.prologue
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_ctors.o)
|
||||
.text.libgcc.builtins
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_ctors.o)
|
||||
.text.libgcc.fmul
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_ctors.o)
|
||||
.text 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_tablejump.o)
|
||||
.bss 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_tablejump.o)
|
||||
.text.libgcc.mul
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_tablejump.o)
|
||||
.text.libgcc.div
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_tablejump.o)
|
||||
.text.libgcc.prologue
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_tablejump.o)
|
||||
.text.libgcc.builtins
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_tablejump.o)
|
||||
.text.libgcc.fmul
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_tablejump.o)
|
||||
.text 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(sprintf.o)
|
||||
.bss 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(sprintf.o)
|
||||
.text 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(vfprintf_std.o)
|
||||
.bss 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(vfprintf_std.o)
|
||||
.text 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(strnlen_P.o)
|
||||
.bss 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(strnlen_P.o)
|
||||
.text 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(strnlen.o)
|
||||
.bss 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(strnlen.o)
|
||||
.text 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(fputc.o)
|
||||
.bss 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(fputc.o)
|
||||
.text 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(ultoa_invert.o)
|
||||
.bss 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(ultoa_invert.o)
|
||||
.text 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_prologue.o)
|
||||
.bss 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_prologue.o)
|
||||
.text.libgcc.mul
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_prologue.o)
|
||||
.text.libgcc.div
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_prologue.o)
|
||||
.text.libgcc 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_prologue.o)
|
||||
.text.libgcc.builtins
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_prologue.o)
|
||||
.text.libgcc.fmul
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_prologue.o)
|
||||
.text 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_epilogue.o)
|
||||
.bss 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_epilogue.o)
|
||||
.text.libgcc.mul
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_epilogue.o)
|
||||
.text.libgcc.div
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_epilogue.o)
|
||||
.text.libgcc 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_epilogue.o)
|
||||
.text.libgcc.builtins
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_epilogue.o)
|
||||
.text.libgcc.fmul
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_epilogue.o)
|
||||
|
||||
Memory Configuration
|
||||
|
||||
Name Origin Length Attributes
|
||||
text 0x00000000 0x00020000 xr
|
||||
data 0x00800060 0x0000ffa0 rw !x
|
||||
eeprom 0x00810000 0x00010000 rw !x
|
||||
fuse 0x00820000 0x00000400 rw !x
|
||||
lock 0x00830000 0x00000400 rw !x
|
||||
signature 0x00840000 0x00000400 rw !x
|
||||
user_signatures 0x00850000 0x00000400 rw !x
|
||||
*default* 0x00000000 0xffffffff
|
||||
|
||||
Linker script and memory map
|
||||
|
||||
LOAD c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5/crtm16a.o
|
||||
LOAD Zeitschaltung_V6.o
|
||||
START GROUP
|
||||
LOAD c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libm.a
|
||||
END GROUP
|
||||
LOAD c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a
|
||||
LOAD c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libm.a
|
||||
LOAD c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a
|
||||
LOAD c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a
|
||||
LOAD c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a
|
||||
|
||||
.hash
|
||||
*(.hash)
|
||||
|
||||
.dynsym
|
||||
*(.dynsym)
|
||||
|
||||
.dynstr
|
||||
*(.dynstr)
|
||||
|
||||
.gnu.version
|
||||
*(.gnu.version)
|
||||
|
||||
.gnu.version_d
|
||||
*(.gnu.version_d)
|
||||
|
||||
.gnu.version_r
|
||||
*(.gnu.version_r)
|
||||
|
||||
.rel.init
|
||||
*(.rel.init)
|
||||
|
||||
.rela.init
|
||||
*(.rela.init)
|
||||
|
||||
.rel.text
|
||||
*(.rel.text)
|
||||
*(.rel.text.*)
|
||||
*(.rel.gnu.linkonce.t*)
|
||||
|
||||
.rela.text
|
||||
*(.rela.text)
|
||||
*(.rela.text.*)
|
||||
*(.rela.gnu.linkonce.t*)
|
||||
|
||||
.rel.fini
|
||||
*(.rel.fini)
|
||||
|
||||
.rela.fini
|
||||
*(.rela.fini)
|
||||
|
||||
.rel.rodata
|
||||
*(.rel.rodata)
|
||||
*(.rel.rodata.*)
|
||||
*(.rel.gnu.linkonce.r*)
|
||||
|
||||
.rela.rodata
|
||||
*(.rela.rodata)
|
||||
*(.rela.rodata.*)
|
||||
*(.rela.gnu.linkonce.r*)
|
||||
|
||||
.rel.data
|
||||
*(.rel.data)
|
||||
*(.rel.data.*)
|
||||
*(.rel.gnu.linkonce.d*)
|
||||
|
||||
.rela.data
|
||||
*(.rela.data)
|
||||
*(.rela.data.*)
|
||||
*(.rela.gnu.linkonce.d*)
|
||||
|
||||
.rel.ctors
|
||||
*(.rel.ctors)
|
||||
|
||||
.rela.ctors
|
||||
*(.rela.ctors)
|
||||
|
||||
.rel.dtors
|
||||
*(.rel.dtors)
|
||||
|
||||
.rela.dtors
|
||||
*(.rela.dtors)
|
||||
|
||||
.rel.got
|
||||
*(.rel.got)
|
||||
|
||||
.rela.got
|
||||
*(.rela.got)
|
||||
|
||||
.rel.bss
|
||||
*(.rel.bss)
|
||||
|
||||
.rela.bss
|
||||
*(.rela.bss)
|
||||
|
||||
.rel.plt
|
||||
*(.rel.plt)
|
||||
|
||||
.rela.plt
|
||||
*(.rela.plt)
|
||||
|
||||
.text 0x00000000 0x836
|
||||
*(.vectors)
|
||||
.vectors 0x00000000 0x54 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5/crtm16a.o
|
||||
0x00000000 __vector_default
|
||||
0x00000000 __vectors
|
||||
*(.vectors)
|
||||
*(.progmem.gcc*)
|
||||
*(.progmem*)
|
||||
0x00000054 . = ALIGN (0x2)
|
||||
0x00000054 __trampolines_start = .
|
||||
*(.trampolines)
|
||||
.trampolines 0x00000054 0x0 linker stubs
|
||||
*(.trampolines*)
|
||||
0x00000054 __trampolines_end = .
|
||||
*(.jumptables)
|
||||
*(.jumptables*)
|
||||
*(.lowtext)
|
||||
*(.lowtext*)
|
||||
0x00000054 __ctors_start = .
|
||||
*(.ctors)
|
||||
.ctors 0x00000054 0x2 Zeitschaltung_V6.o
|
||||
0x00000056 __ctors_end = .
|
||||
0x00000056 __dtors_start = .
|
||||
*(.dtors)
|
||||
0x00000056 __dtors_end = .
|
||||
SORT(*)(.ctors)
|
||||
SORT(*)(.dtors)
|
||||
*(.init0)
|
||||
.init0 0x00000056 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5/crtm16a.o
|
||||
0x00000056 __init
|
||||
*(.init0)
|
||||
*(.init1)
|
||||
*(.init1)
|
||||
*(.init2)
|
||||
.init2 0x00000056 0xc c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5/crtm16a.o
|
||||
*(.init2)
|
||||
*(.init3)
|
||||
*(.init3)
|
||||
*(.init4)
|
||||
.init4 0x00000062 0x16 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_copy_data.o)
|
||||
0x00000062 __do_copy_data
|
||||
.init4 0x00000078 0x10 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_clear_bss.o)
|
||||
0x00000078 __do_clear_bss
|
||||
*(.init4)
|
||||
*(.init5)
|
||||
*(.init5)
|
||||
*(.init6)
|
||||
.init6 0x00000088 0x16 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_ctors.o)
|
||||
0x00000088 __do_global_ctors
|
||||
*(.init6)
|
||||
*(.init7)
|
||||
*(.init7)
|
||||
*(.init8)
|
||||
*(.init8)
|
||||
*(.init9)
|
||||
.init9 0x0000009e 0x8 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5/crtm16a.o
|
||||
*(.init9)
|
||||
*(.text)
|
||||
.text 0x000000a6 0x4 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5/crtm16a.o
|
||||
0x000000a6 __vector_1
|
||||
0x000000a6 __vector_12
|
||||
0x000000a6 __bad_interrupt
|
||||
0x000000a6 __vector_6
|
||||
0x000000a6 __vector_3
|
||||
0x000000a6 __vector_11
|
||||
0x000000a6 __vector_13
|
||||
0x000000a6 __vector_17
|
||||
0x000000a6 __vector_19
|
||||
0x000000a6 __vector_7
|
||||
0x000000a6 __vector_5
|
||||
0x000000a6 __vector_4
|
||||
0x000000a6 __vector_9
|
||||
0x000000a6 __vector_2
|
||||
0x000000a6 __vector_15
|
||||
0x000000a6 __vector_8
|
||||
0x000000a6 __vector_14
|
||||
0x000000a6 __vector_10
|
||||
0x000000a6 __vector_16
|
||||
0x000000a6 __vector_18
|
||||
0x000000a6 __vector_20
|
||||
0x000000aa . = ALIGN (0x2)
|
||||
*(.text.*)
|
||||
.text._ZN4UartILm9600EE4sendEPKc.isra.5
|
||||
0x000000aa 0x12 Zeitschaltung_V6.o
|
||||
.text._ZN6avrlib3pinINS_5portcELh3EE6outputEb.part.7
|
||||
0x000000bc 0x4 Zeitschaltung_V6.o
|
||||
.text._ZN6avrlib3pinINS_5portcELh3EE3setEb.part.9
|
||||
0x000000c0 0x4 Zeitschaltung_V6.o
|
||||
.text._ZN3SpiIN6avrlib5portcELi3ELi4ELi1ELi2ELi1EE9send_softEh.isra.17
|
||||
0x000000c4 0x2c Zeitschaltung_V6.o
|
||||
.text._ZN5Rfm12I3SpiIN6avrlib5portcELi3ELi4ELi1ELi2ELi1EELh1ELh0ELh7ELm433920ELj9600ELh0ELh6EE4sendEj.isra.19
|
||||
0x000000f0 0x50 Zeitschaltung_V6.o
|
||||
.text.startup.main
|
||||
0x00000140 0xa4 Zeitschaltung_V6.o
|
||||
0x00000140 main
|
||||
.text.startup._GLOBAL__sub_I_l
|
||||
0x000001e4 0x98 Zeitschaltung_V6.o
|
||||
.text.libgcc 0x0000027c 0xc c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_tablejump.o)
|
||||
0x0000027c __tablejump2__
|
||||
0x00000280 __tablejump__
|
||||
.text.avr-libc
|
||||
0x00000288 0x44 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(sprintf.o)
|
||||
0x00000288 sprintf
|
||||
.text.avr-libc
|
||||
0x000002cc 0x3b8 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(vfprintf_std.o)
|
||||
0x000002cc vfprintf
|
||||
.text.avr-libc
|
||||
0x00000684 0x16 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(strnlen_P.o)
|
||||
0x00000684 strnlen_P
|
||||
.text.avr-libc
|
||||
0x0000069a 0x16 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(strnlen.o)
|
||||
0x0000069a strnlen
|
||||
.text.avr-libc
|
||||
0x000006b0 0x58 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(fputc.o)
|
||||
0x000006b0 fputc
|
||||
.text.avr-libc
|
||||
0x00000708 0xbc c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(ultoa_invert.o)
|
||||
0x00000708 __ultoa_invert
|
||||
.text.libgcc.prologue
|
||||
0x000007c4 0x38 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_prologue.o)
|
||||
0x000007c4 __prologue_saves__
|
||||
.text.libgcc.prologue
|
||||
0x000007fc 0x36 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_epilogue.o)
|
||||
0x000007fc __epilogue_restores__
|
||||
0x00000832 . = ALIGN (0x2)
|
||||
*(.fini9)
|
||||
.fini9 0x00000832 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_exit.o)
|
||||
0x00000832 _exit
|
||||
0x00000832 exit
|
||||
*(.fini9)
|
||||
*(.fini8)
|
||||
*(.fini8)
|
||||
*(.fini7)
|
||||
*(.fini7)
|
||||
*(.fini6)
|
||||
*(.fini6)
|
||||
*(.fini5)
|
||||
*(.fini5)
|
||||
*(.fini4)
|
||||
*(.fini4)
|
||||
*(.fini3)
|
||||
*(.fini3)
|
||||
*(.fini2)
|
||||
*(.fini2)
|
||||
*(.fini1)
|
||||
*(.fini1)
|
||||
*(.fini0)
|
||||
.fini0 0x00000832 0x4 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_exit.o)
|
||||
*(.fini0)
|
||||
0x00000836 _etext = .
|
||||
|
||||
.data 0x00800060 0x16 load address 0x00000836
|
||||
0x00800060 PROVIDE (__data_start, .)
|
||||
*(.data)
|
||||
.data 0x00800060 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5/crtm16a.o
|
||||
.data 0x00800060 0x0 Zeitschaltung_V6.o
|
||||
.data 0x00800060 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_exit.o)
|
||||
.data 0x00800060 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_copy_data.o)
|
||||
.data 0x00800060 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_clear_bss.o)
|
||||
.data 0x00800060 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_ctors.o)
|
||||
.data 0x00800060 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_tablejump.o)
|
||||
.data 0x00800060 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(sprintf.o)
|
||||
.data 0x00800060 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(vfprintf_std.o)
|
||||
.data 0x00800060 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(strnlen_P.o)
|
||||
.data 0x00800060 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(strnlen.o)
|
||||
.data 0x00800060 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(fputc.o)
|
||||
.data 0x00800060 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(ultoa_invert.o)
|
||||
.data 0x00800060 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_prologue.o)
|
||||
.data 0x00800060 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_epilogue.o)
|
||||
*(.data*)
|
||||
*(.rodata)
|
||||
*(.rodata*)
|
||||
.rodata.str1.1
|
||||
0x00800060 0x15 Zeitschaltung_V6.o
|
||||
0x18 (size before relaxing)
|
||||
*(.gnu.linkonce.d*)
|
||||
0x00800076 . = ALIGN (0x2)
|
||||
*fill* 0x00800075 0x1
|
||||
0x00800076 _edata = .
|
||||
0x00800076 PROVIDE (__data_end, .)
|
||||
|
||||
.bss 0x00800076 0x0
|
||||
0x00800076 PROVIDE (__bss_start, .)
|
||||
*(.bss)
|
||||
*(.bss*)
|
||||
*(COMMON)
|
||||
0x00800076 PROVIDE (__bss_end, .)
|
||||
0x00000836 __data_load_start = LOADADDR (.data)
|
||||
0x0000084c __data_load_end = (__data_load_start + SIZEOF (.data))
|
||||
|
||||
.noinit 0x00800076 0x0
|
||||
0x00800076 PROVIDE (__noinit_start, .)
|
||||
*(.noinit*)
|
||||
0x00800076 PROVIDE (__noinit_end, .)
|
||||
0x00800076 _end = .
|
||||
0x00800076 PROVIDE (__heap_start, .)
|
||||
|
||||
.eeprom 0x00810000 0x0
|
||||
*(.eeprom*)
|
||||
0x00810000 __eeprom_end = .
|
||||
|
||||
.fuse
|
||||
*(.fuse)
|
||||
*(.lfuse)
|
||||
*(.hfuse)
|
||||
*(.efuse)
|
||||
|
||||
.lock
|
||||
*(.lock*)
|
||||
|
||||
.signature
|
||||
*(.signature*)
|
||||
|
||||
.user_signatures
|
||||
*(.user_signatures*)
|
||||
|
||||
.stab 0x00000000 0xc84
|
||||
*(.stab)
|
||||
.stab 0x00000000 0x6cc c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5/crtm16a.o
|
||||
.stab 0x000006cc 0x9c c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(strnlen_P.o)
|
||||
0xa8 (size before relaxing)
|
||||
.stab 0x00000768 0x9c c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(strnlen.o)
|
||||
0xa8 (size before relaxing)
|
||||
.stab 0x00000804 0x480 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(ultoa_invert.o)
|
||||
0x48c (size before relaxing)
|
||||
|
||||
.stabstr 0x00000000 0x1aa
|
||||
*(.stabstr)
|
||||
.stabstr 0x00000000 0x1aa c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5/crtm16a.o
|
||||
|
||||
.stab.excl
|
||||
*(.stab.excl)
|
||||
|
||||
.stab.exclstr
|
||||
*(.stab.exclstr)
|
||||
|
||||
.stab.index
|
||||
*(.stab.index)
|
||||
|
||||
.stab.indexstr
|
||||
*(.stab.indexstr)
|
||||
|
||||
.comment 0x00000000 0x2f
|
||||
*(.comment)
|
||||
.comment 0x00000000 0x2f Zeitschaltung_V6.o
|
||||
0x30 (size before relaxing)
|
||||
.comment 0x00000000 0x30 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(sprintf.o)
|
||||
.comment 0x00000000 0x30 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(vfprintf_std.o)
|
||||
.comment 0x00000000 0x30 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(fputc.o)
|
||||
|
||||
.debug
|
||||
*(.debug)
|
||||
|
||||
.line
|
||||
*(.line)
|
||||
|
||||
.debug_srcinfo
|
||||
*(.debug_srcinfo)
|
||||
|
||||
.debug_sfnames
|
||||
*(.debug_sfnames)
|
||||
|
||||
.debug_aranges 0x00000000 0xb0
|
||||
*(.debug_aranges)
|
||||
.debug_aranges
|
||||
0x00000000 0x50 Zeitschaltung_V6.o
|
||||
.debug_aranges
|
||||
0x00000050 0x20 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(sprintf.o)
|
||||
.debug_aranges
|
||||
0x00000070 0x20 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(vfprintf_std.o)
|
||||
.debug_aranges
|
||||
0x00000090 0x20 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(fputc.o)
|
||||
|
||||
.debug_pubnames
|
||||
*(.debug_pubnames)
|
||||
|
||||
.debug_info 0x00000000 0x250c
|
||||
*(.debug_info)
|
||||
.debug_info 0x00000000 0x1c4b Zeitschaltung_V6.o
|
||||
.debug_info 0x00001c4b 0x204 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(sprintf.o)
|
||||
.debug_info 0x00001e4f 0x549 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(vfprintf_std.o)
|
||||
.debug_info 0x00002398 0x174 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(fputc.o)
|
||||
*(.gnu.linkonce.wi.*)
|
||||
|
||||
.debug_abbrev 0x00000000 0x801
|
||||
*(.debug_abbrev)
|
||||
.debug_abbrev 0x00000000 0x410 Zeitschaltung_V6.o
|
||||
.debug_abbrev 0x00000410 0x12a c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(sprintf.o)
|
||||
.debug_abbrev 0x0000053a 0x1d6 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(vfprintf_std.o)
|
||||
.debug_abbrev 0x00000710 0xf1 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(fputc.o)
|
||||
|
||||
.debug_line 0x00000000 0x861
|
||||
*(.debug_line)
|
||||
.debug_line 0x00000000 0x33b Zeitschaltung_V6.o
|
||||
.debug_line 0x0000033b 0x14e c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(sprintf.o)
|
||||
.debug_line 0x00000489 0x2fe c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(vfprintf_std.o)
|
||||
.debug_line 0x00000787 0xda c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(fputc.o)
|
||||
|
||||
.debug_frame 0x00000000 0x168
|
||||
*(.debug_frame)
|
||||
.debug_frame 0x00000000 0xb4 Zeitschaltung_V6.o
|
||||
.debug_frame 0x000000b4 0x30 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(sprintf.o)
|
||||
.debug_frame 0x000000e4 0x4c c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(vfprintf_std.o)
|
||||
.debug_frame 0x00000130 0x38 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(fputc.o)
|
||||
|
||||
.debug_str 0x00000000 0x128b
|
||||
*(.debug_str)
|
||||
.debug_str 0x00000000 0x10e2 Zeitschaltung_V6.o
|
||||
0x1146 (size before relaxing)
|
||||
.debug_str 0x000010e2 0xa3 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(sprintf.o)
|
||||
0x127 (size before relaxing)
|
||||
.debug_str 0x00001185 0xb9 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(vfprintf_std.o)
|
||||
0x198 (size before relaxing)
|
||||
.debug_str 0x0000123e 0x4d c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(fputc.o)
|
||||
0xf8 (size before relaxing)
|
||||
|
||||
.debug_loc 0x00000000 0x891
|
||||
*(.debug_loc)
|
||||
.debug_loc 0x00000000 0x260 Zeitschaltung_V6.o
|
||||
.debug_loc 0x00000260 0x21 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(sprintf.o)
|
||||
.debug_loc 0x00000281 0x51d c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(vfprintf_std.o)
|
||||
.debug_loc 0x0000079e 0xf3 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(fputc.o)
|
||||
|
||||
.debug_macinfo
|
||||
*(.debug_macinfo)
|
||||
|
||||
.debug_pubtypes
|
||||
*(.debug_pubtypes)
|
||||
|
||||
.debug_ranges 0x00000000 0x70
|
||||
*(.debug_ranges)
|
||||
.debug_ranges 0x00000000 0x40 Zeitschaltung_V6.o
|
||||
.debug_ranges 0x00000040 0x10 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(sprintf.o)
|
||||
.debug_ranges 0x00000050 0x10 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(vfprintf_std.o)
|
||||
.debug_ranges 0x00000060 0x10 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a(fputc.o)
|
||||
|
||||
.debug_macro
|
||||
*(.debug_macro)
|
||||
OUTPUT(Zeitschaltung_V6.elf elf32-avr)
|
||||
LOAD linker stubs
|
@ -0,0 +1,136 @@
|
||||
S01800005A656974736368616C74756E675F56362E73726563BC
|
||||
S11300000C942B000C9453000C9453000C94530048
|
||||
S11300100C9453000C9453000C9453000C94530010
|
||||
S11300200C9453000C9453000C9453000C94530000
|
||||
S11300300C9453000C9453000C9453000C945300F0
|
||||
S11300400C9453000C9453000C9453000C945300E0
|
||||
S11300500C945300F20011241FBECFE5D4E0DEBFA0
|
||||
S1130060CDBF10E0A0E6B0E0E6E3F8E002C0059002
|
||||
S11300700D92A637B107D9F720E0A6E7B0E001C09A
|
||||
S11300801D92A637B207E1F710E0C6E5D0E004C040
|
||||
S11300902297FE010E944001C435D107C9F70E948E
|
||||
S11300A0A0000C9419040C940000FC0103C05D9B97
|
||||
S11300B0FECF8CB981918111FACF0895A39A089546
|
||||
S11300C0AB9A0895282F98E080E027FF02C0A99AF0
|
||||
S11300D001C0A998A19A880F9C998160AA9AA29AB2
|
||||
S11300E0220F00C00000AA98A29A915071F70895B7
|
||||
S11300F0EF92FF921F93CF93DF9300D0CDB7DEB77B
|
||||
S1130100182FAB989A830E945E008A810E94620035
|
||||
S1130110F82EE12C812F0E9462009701282BC9013F
|
||||
S11301208A8399830E9460000E945E008A8199817B
|
||||
S11301300F900F90DF91CF911F91FF90EF90089552
|
||||
S1130140CF93DF93CDB7DEB72A970FB6F894DEBF0F
|
||||
S11301500FBECDBF88EC92E80E94780081E89AEC4B
|
||||
S11301600E94780083E89AEC0E94780080E6E82EEA
|
||||
S113017080E0F82E8E010F5F1F4F18C0A89A2FEF52
|
||||
S113018080E792E0215080409040E1F700C00000F9
|
||||
S1130190A8982FEF80E792E0215080409040E1F74B
|
||||
S11301A000C0000085E690E00E945500AB980E94D4
|
||||
S11301B05E009C9BE3CF80E090EB0E94780099273F
|
||||
S11301C09F938F93FF92EF921F930F930E9444018A
|
||||
S11301D0C8010E9455000F900F900F900F900F9040
|
||||
S11301E00F90E4CFA09AA898789483E389B988E023
|
||||
S11301F08AB986E880BD88E690E00E945500A998F7
|
||||
S1130200A19AAA98A29A0E9460000E945E00A498F3
|
||||
S1130210AC982FEF80E792E0215080409040E1F7C6
|
||||
S113022000C0000080EE90EC0E94780087ED90E81A
|
||||
S11302300E9478008BEA92EC0E94780081E89AECA4
|
||||
S11302400E94780080E090EE0E94780080E098ECB4
|
||||
S11302500E94780087EF94EC0E94780080E296EA8E
|
||||
S11302600E94780087E294E90E94780082E296EC8A
|
||||
S11302700E94780080E698E90C947800EE0FFF1F46
|
||||
S11302800590F491E02D0994AEE0B0E0EAE4F1E0E9
|
||||
S11302900C94F0030D891E8986E08C831A830983EC
|
||||
S11302A08FEF9FE79E838D83CE014996AC016F89C2
|
||||
S11302B0788DCE0101960E946601EF81F885E00FEA
|
||||
S11302C0F11F10822E96E4E00C940C04ACE0B0E034
|
||||
S11302D0ECE6F1E00C94E2037C016B018A01FC0181
|
||||
S11302E017821682838181FFC6C188248394912C4E
|
||||
S11302F08C0E9D1EF7019381F60193FD859193FF6A
|
||||
S113030081916F01882309F4B2C1853239F493FDD8
|
||||
S1130310859193FF81916F01853229F4B70190E0B3
|
||||
S11303200E945803E7CF512C312C20E02032A8F44E
|
||||
S11303308B3261F028F4803251F0833271F40BC0B7
|
||||
S11303408D3239F0803349F4216028C02260246062
|
||||
S113035025C0286023C0206121C027FD27C0382F75
|
||||
S113036030533A3078F426FF06C0FAE05F9E300D31
|
||||
S11303701124532E13C08AE0389E300D1124332EDD
|
||||
S113038020620CC08E3221F426FD71C1206406C0A7
|
||||
S11303908C3611F4206802C0883641F4F60193FDCE
|
||||
S11303A0859193FF81916F018111C0CF982F95544E
|
||||
S11303B0933018F09052933028F40C5F1F4FFFE3F2
|
||||
S11303C0F9830DC0833631F0833771F0833509F03A
|
||||
S11303D05EC023C0F801808189830E5F1F4F4424CF
|
||||
S11303E04394512C540115C03801F2E06F0E711C76
|
||||
S11303F0F801A080B18026FF03C0652D70E002C023
|
||||
S11304006FEF7FEFC5012C870E944D032C01830100
|
||||
S11304102C856FE7262E222218C03801F2E06F0ED9
|
||||
S1130420711CF801A080B18026FF03C0652D70E027
|
||||
S113043002C06FEF7FEFC5012C870E9442032C019D
|
||||
S11304402C8550E8252E222A830123FC1CC006C0DB
|
||||
S1130450B70180E290E00E9458033A94832D90E023
|
||||
S113046048165906A8F30FC0F50127FC859127FE0D
|
||||
S113047081915F01B70190E00E94580331103A94D2
|
||||
S1130480F1E04F1A51084114510471F7EDC084365C
|
||||
S113049011F0893641F5F80127FF07C060817181A9
|
||||
S11304A0828193810C5F1F4F08C06081718188270E
|
||||
S11304B077FD8095982F0E5F1F4F4FE6B42EB22222
|
||||
S11304C097FF09C090958095709561957F4F8F4FE8
|
||||
S11304D09F4FF0E8BF2A2AE030E0A4010E94840381
|
||||
S11304E0A82EA81843C0853731F43FEEB32EB222AC
|
||||
S11304F02AE030E024C099EFB92EB2228F36B9F049
|
||||
S113050020F4883509F0B3C00DC0803721F0883756
|
||||
S113051009F0ADC002C020E1B22AB4FE0BC084E0F1
|
||||
S1130520B82A08C024FF09C0E6E0BE2A06C028E0B5
|
||||
S113053030E005C020E130E002C020E132E0F80103
|
||||
S1130540B7FE07C060817181828193810C5F1F4F68
|
||||
S113055006C06081718180E090E00E5F1F4FA401AE
|
||||
S11305600E948403A82EA818FFE7BF22B6FE0BC082
|
||||
S11305702B2D2E7FA51450F4B4FE0AC0B2FC08C083
|
||||
S11305802B2D2E7E05C07A2C2B2D03C07A2C01C076
|
||||
S1130590752C24FF0DC0FE01EA0DF11D808180330E
|
||||
S11305A011F4297E09C022FF06C07394739404C019
|
||||
S11305B0822F867809F0739423FD14C020FF0FC0A6
|
||||
S11305C05A2C731460F4530C5718732C08C0B701D9
|
||||
S11305D080E290E02C870E94580373942C85731456
|
||||
S11305E0B0F304C0731410F4371801C0312C24FF85
|
||||
S11305F012C0B70180E390E02C870E9458032C8539
|
||||
S113060022FF1EC021FF03C088E590E002C088E7F6
|
||||
S113061090E0B7010CC0822F867891F021FD02C0D2
|
||||
S113062080E201C08BE227FD8DE2B70190E00E94D9
|
||||
S1130630580306C0B70180E390E00E9458035A941F
|
||||
S1130640A514C0F3AA94F401EA0DF11DB701808149
|
||||
S113065090E00E945803A110F5CF06C0B70180E2D4
|
||||
S113066090E00E9458033A943110F8CF43CEF7013A
|
||||
S11306702681378102C02FEF3FEFC9012C96E2E1BA
|
||||
S11306800C94FE03FC010590615070400110D8F7F2
|
||||
S1130690809590958E0F9F1F0895FC0161507040C6
|
||||
S11306A001900110D8F7809590958E0F9F1F0895A3
|
||||
S11306B00F931F93CF93DF938C01EB018B8181FD0B
|
||||
S11306C003C00FEF1FEF1AC082FF0DC02E813F81C0
|
||||
S11306D08C819D812817390764F4E881F98101939D
|
||||
S11306E0F983E88306C0E885F985802F0995892B6D
|
||||
S11306F041F78E819F8101969F838E83C801DF918C
|
||||
S1130700CF911F910F910895FA01AA27283051F132
|
||||
S1130710203181F1E8946F936E7F6E5F7F4F8F4F2E
|
||||
S11307209F4FAF4FB1E03ED0B4E03CD0670F781F8D
|
||||
S1130730891F9A1FA11D680F791F8A1F911DA11D72
|
||||
S11307406A0F711D811D911DA11D20D009F46894AB
|
||||
S11307503F912AE0269F11243019305D3193DEF653
|
||||
S1130760CF010895462F4770405D4193B3E00FD009
|
||||
S1130770C9F7F6CF462F4F70405D4A3318F0495DF4
|
||||
S113078031FD4052419302D0A9F7EACFB4E0A695D7
|
||||
S11307909795879577956795BA95C9F700976105F9
|
||||
S11307A0710508959B01AC010A2E0694579547954F
|
||||
S11307B037952795BA95C9F7620F731F841F951F44
|
||||
S11307C0A01D08952F923F924F925F926F927F9255
|
||||
S11307D08F929F92AF92BF92CF92DF92EF92FF924D
|
||||
S11307E00F931F93CF93DF93CDB7DEB7CA1BDB0BF9
|
||||
S11307F00FB6F894DEBF0FBECDBF09942A8839889E
|
||||
S113080048885F846E847D848C849B84AA84B984A4
|
||||
S1130810C884DF80EE80FD800C811B81AA81B981B0
|
||||
S1130820CE0FD11D0FB6F894DEBF0FBECDBFED01C4
|
||||
S10908300895F894FFCFC7
|
||||
S113083625303458200D0A005561727420646F6E99
|
||||
S109084665210D0A00000B
|
||||
S9030000FC
|
0
V6/Program/rfm12_rs232/Zeitschaltung_V6/Debug/comunication/.gitignore
vendored
Normal file
0
V6/Program/rfm12_rs232/Zeitschaltung_V6/Debug/comunication/.gitignore
vendored
Normal file
0
V6/Program/rfm12_rs232/Zeitschaltung_V6/Debug/io/hardware/.gitignore
vendored
Normal file
0
V6/Program/rfm12_rs232/Zeitschaltung_V6/Debug/io/hardware/.gitignore
vendored
Normal file
6
V6/Program/rfm12_rs232/Zeitschaltung_V6/Debug/makedep.mk
Normal file
6
V6/Program/rfm12_rs232/Zeitschaltung_V6/Debug/makedep.mk
Normal file
@ -0,0 +1,6 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit or delete the file
|
||||
################################################################################
|
||||
|
||||
Zeitschaltung_V6.cpp
|
||||
|
2036
V6/Program/rfm12_rs232/Zeitschaltung_V6/FastDelegate.h
Normal file
2036
V6/Program/rfm12_rs232/Zeitschaltung_V6/FastDelegate.h
Normal file
File diff suppressed because it is too large
Load Diff
128
V6/Program/rfm12_rs232/Zeitschaltung_V6/Release/Makefile
Normal file
128
V6/Program/rfm12_rs232/Zeitschaltung_V6/Release/Makefile
Normal file
@ -0,0 +1,128 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
SHELL := cmd.exe
|
||||
RM := rm -rf
|
||||
|
||||
USER_OBJS :=
|
||||
|
||||
LIBS :=
|
||||
PROJ :=
|
||||
|
||||
O_SRCS :=
|
||||
C_SRCS :=
|
||||
S_SRCS :=
|
||||
S_UPPER_SRCS :=
|
||||
OBJ_SRCS :=
|
||||
ASM_SRCS :=
|
||||
PREPROCESSING_SRCS :=
|
||||
OBJS :=
|
||||
OBJS_AS_ARGS :=
|
||||
C_DEPS :=
|
||||
C_DEPS_AS_ARGS :=
|
||||
EXECUTABLES :=
|
||||
OUTPUT_FILE_PATH :=
|
||||
OUTPUT_FILE_PATH_AS_ARGS :=
|
||||
AVR_APP_PATH :=$$$AVR_APP_PATH$$$
|
||||
QUOTE := "
|
||||
ADDITIONAL_DEPENDENCIES:=
|
||||
OUTPUT_FILE_DEP:=
|
||||
LIB_DEP:=
|
||||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
../io \
|
||||
../io/hardware
|
||||
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../Zeitschaltung_V6.cpp
|
||||
|
||||
|
||||
PREPROCESSING_SRCS +=
|
||||
|
||||
|
||||
ASM_SRCS +=
|
||||
|
||||
|
||||
OBJS += \
|
||||
Zeitschaltung_V6.o
|
||||
|
||||
|
||||
OBJS_AS_ARGS += \
|
||||
Zeitschaltung_V6.o
|
||||
|
||||
|
||||
C_DEPS += \
|
||||
Zeitschaltung_V6.d
|
||||
|
||||
|
||||
C_DEPS_AS_ARGS += \
|
||||
Zeitschaltung_V6.d
|
||||
|
||||
|
||||
OUTPUT_FILE_PATH +=Zeitschaltung_V6.elf
|
||||
|
||||
OUTPUT_FILE_PATH_AS_ARGS +=Zeitschaltung_V6.elf
|
||||
|
||||
ADDITIONAL_DEPENDENCIES:=
|
||||
|
||||
OUTPUT_FILE_DEP:= ./makedep.mk
|
||||
|
||||
LIB_DEP+=
|
||||
|
||||
# AVR32/GNU C Compiler
|
||||
|
||||
|
||||
|
||||
./%.o: .././%.cpp
|
||||
@echo Building file: $<
|
||||
@echo Invoking: AVR8/GNU C++ Compiler :
|
||||
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.2.876\avr8-gnu-toolchain\bin\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DNDEBUG -Os -ffunction-sections -fpack-struct -fshort-enums -Wall -Wundef -Werror -pedantic -pedantic-errors -mmcu=atmega168a -c -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o"$@" "$<"
|
||||
@echo Finished building: $<
|
||||
|
||||
|
||||
|
||||
# AVR32/GNU Preprocessing Assembler
|
||||
|
||||
|
||||
|
||||
# AVR32/GNU Assembler
|
||||
|
||||
|
||||
|
||||
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
ifneq ($(strip $(C_DEPS)),)
|
||||
-include $(C_DEPS)
|
||||
endif
|
||||
endif
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
|
||||
# All Target
|
||||
all: $(OUTPUT_FILE_PATH) $(ADDITIONAL_DEPENDENCIES)
|
||||
|
||||
$(OUTPUT_FILE_PATH): $(OBJS) $(USER_OBJS) $(OUTPUT_FILE_DEP) $(LIB_DEP)
|
||||
@echo Building target: $@
|
||||
@echo Invoking: AVR8/GNU Linker :
|
||||
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.2.876\avr8-gnu-toolchain\bin\avr-g++.exe$(QUOTE) -o$(OUTPUT_FILE_PATH_AS_ARGS) $(OBJS_AS_ARGS) $(USER_OBJS) $(LIBS) -Wl,-Map="Zeitschaltung_V6.map" -Wl,--start-group -Wl,-lm -Wl,--end-group -Wl,--gc-sections -mmcu=atmega168a
|
||||
@echo Finished building target: $@
|
||||
"C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.2.876\avr8-gnu-toolchain\bin\avr-objcopy.exe" -O ihex -R .eeprom -R .fuse -R .lock -R .signature "Zeitschaltung_V6.elf" "Zeitschaltung_V6.hex"
|
||||
"C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.2.876\avr8-gnu-toolchain\bin\avr-objcopy.exe" -j .eeprom --set-section-flags=.eeprom=alloc,load --change-section-lma .eeprom=0 --no-change-warnings -O ihex "Zeitschaltung_V6.elf" "Zeitschaltung_V6.eep" || exit 0
|
||||
"C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.2.876\avr8-gnu-toolchain\bin\avr-objdump.exe" -h -S "Zeitschaltung_V6.elf" > "Zeitschaltung_V6.lss"
|
||||
"C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.2.876\avr8-gnu-toolchain\bin\avr-objcopy.exe" -O srec -R .eeprom -R .fuse -R .lock -R .signature "Zeitschaltung_V6.elf" "Zeitschaltung_V6.srec"
|
||||
"C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.2.876\avr8-gnu-toolchain\bin\avr-size.exe" "Zeitschaltung_V6.elf"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# Other Targets
|
||||
clean:
|
||||
-$(RM) $(OBJS_AS_ARGS)$(C_DEPS_AS_ARGS) $(EXECUTABLES)
|
||||
rm -rf "Zeitschaltung_V6.elf" "Zeitschaltung_V6.a" "Zeitschaltung_V6.hex" "Zeitschaltung_V6.lss" "Zeitschaltung_V6.eep" "Zeitschaltung_V6.map" "Zeitschaltung_V6.srec"
|
||||
|
@ -0,0 +1,68 @@
|
||||
Zeitschaltung_V6.d Zeitschaltung_V6.o: .././Zeitschaltung_V6.cpp \
|
||||
.././config.h .././peripheral.h .././io/hardware/portd.hpp \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/io.h \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/sfr_defs.h \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/inttypes.h \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/include/stdint.h \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/stdint.h \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/iom168a.h \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/iom168.h \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/iomx8.h \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/portpins.h \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/common.h \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/version.h \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/fuse.h \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/lock.h \
|
||||
.././io/hardware/portc.hpp .././io/Led.hpp .././io/hardware/pin.hpp \
|
||||
.././io/Spi.hpp .././io/../config.h \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/util/delay.h \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/util/delay_basic.h \
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/math.h
|
||||
|
||||
.././config.h:
|
||||
|
||||
.././peripheral.h:
|
||||
|
||||
.././io/hardware/portd.hpp:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/io.h:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/sfr_defs.h:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/inttypes.h:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/include/stdint.h:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/stdint.h:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/iom168a.h:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/iom168.h:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/iomx8.h:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/portpins.h:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/common.h:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/version.h:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/fuse.h:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/avr/lock.h:
|
||||
|
||||
.././io/hardware/portc.hpp:
|
||||
|
||||
.././io/Led.hpp:
|
||||
|
||||
.././io/hardware/pin.hpp:
|
||||
|
||||
.././io/Spi.hpp:
|
||||
|
||||
.././io/../config.h:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/util/delay.h:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/util/delay_basic.h:
|
||||
|
||||
c:\program\ files\ (x86)\atmel\atmel\ toolchain\avr8\ gcc\native\3.4.2.876\avr8-gnu-toolchain\bin\../lib/gcc/avr/4.7.2/../../../../avr/include/math.h:
|
@ -0,0 +1 @@
|
||||
:00000001FF
|
Binary file not shown.
@ -0,0 +1,22 @@
|
||||
:100000000C9435000C9452000C9452000C94520045
|
||||
:100010000C9452000C9452000C9452000C94520018
|
||||
:100020000C9452000C9452000C9452000C94520008
|
||||
:100030000C9452000C9452000C9452000C945200F8
|
||||
:100040000C9452000C9452000C9452000C945200E8
|
||||
:100050000C9452000C9452000C9452000C945200D8
|
||||
:100060000C9452000C945200950011241FBECFEF47
|
||||
:10007000D4E0DEBFCDBF21E0A0E0B1E001C01D9221
|
||||
:10008000A030B207E1F710E0CAE6D0E004C0229742
|
||||
:10009000FE010E949D00C836D107C9F70E9460008A
|
||||
:1000A0000C94A1000C9400005E98569A08955E9AF4
|
||||
:1000B000569A08955F98579A08955F9A579A0895A7
|
||||
:1000C0000E9457000E945A002FEF84E39CE02150C9
|
||||
:1000D00080409040E1F700C000000E9457000E945D
|
||||
:1000E0005D002FEF84E39CE0215080409040E1F7D9
|
||||
:1000F00000C000000E9454000E945D002FEF84E3C6
|
||||
:100100009CE0215080409040E1F700C000000E9438
|
||||
:1001100054000E945A002FEF84E39CE0215080405D
|
||||
:100120009040E1F700C00000CBCF579A569A0E944A
|
||||
:1001300054000C945A00EE0FFF1F0590F491E02D2F
|
||||
:060140000994F894FFCFC2
|
||||
:00000001FF
|
@ -0,0 +1,176 @@
|
||||
|
||||
Zeitschaltung_V6.elf: file format elf32-avr
|
||||
|
||||
Sections:
|
||||
Idx Name Size VMA LMA File off Algn
|
||||
0 .data 00000000 00800100 00000146 000001ba 2**0
|
||||
CONTENTS, ALLOC, LOAD, DATA
|
||||
1 .text 00000146 00000000 00000000 00000074 2**1
|
||||
CONTENTS, ALLOC, LOAD, READONLY, CODE
|
||||
2 .stab 000006cc 00000000 00000000 000001bc 2**2
|
||||
CONTENTS, READONLY, DEBUGGING
|
||||
3 .stabstr 00000082 00000000 00000000 00000888 2**0
|
||||
CONTENTS, READONLY, DEBUGGING
|
||||
4 .comment 0000002f 00000000 00000000 0000090a 2**0
|
||||
CONTENTS, READONLY
|
||||
|
||||
Disassembly of section .text:
|
||||
|
||||
00000000 <__vectors>:
|
||||
0: 0c 94 35 00 jmp 0x6a ; 0x6a <__ctors_end>
|
||||
4: 0c 94 52 00 jmp 0xa4 ; 0xa4 <__bad_interrupt>
|
||||
8: 0c 94 52 00 jmp 0xa4 ; 0xa4 <__bad_interrupt>
|
||||
c: 0c 94 52 00 jmp 0xa4 ; 0xa4 <__bad_interrupt>
|
||||
10: 0c 94 52 00 jmp 0xa4 ; 0xa4 <__bad_interrupt>
|
||||
14: 0c 94 52 00 jmp 0xa4 ; 0xa4 <__bad_interrupt>
|
||||
18: 0c 94 52 00 jmp 0xa4 ; 0xa4 <__bad_interrupt>
|
||||
1c: 0c 94 52 00 jmp 0xa4 ; 0xa4 <__bad_interrupt>
|
||||
20: 0c 94 52 00 jmp 0xa4 ; 0xa4 <__bad_interrupt>
|
||||
24: 0c 94 52 00 jmp 0xa4 ; 0xa4 <__bad_interrupt>
|
||||
28: 0c 94 52 00 jmp 0xa4 ; 0xa4 <__bad_interrupt>
|
||||
2c: 0c 94 52 00 jmp 0xa4 ; 0xa4 <__bad_interrupt>
|
||||
30: 0c 94 52 00 jmp 0xa4 ; 0xa4 <__bad_interrupt>
|
||||
34: 0c 94 52 00 jmp 0xa4 ; 0xa4 <__bad_interrupt>
|
||||
38: 0c 94 52 00 jmp 0xa4 ; 0xa4 <__bad_interrupt>
|
||||
3c: 0c 94 52 00 jmp 0xa4 ; 0xa4 <__bad_interrupt>
|
||||
40: 0c 94 52 00 jmp 0xa4 ; 0xa4 <__bad_interrupt>
|
||||
44: 0c 94 52 00 jmp 0xa4 ; 0xa4 <__bad_interrupt>
|
||||
48: 0c 94 52 00 jmp 0xa4 ; 0xa4 <__bad_interrupt>
|
||||
4c: 0c 94 52 00 jmp 0xa4 ; 0xa4 <__bad_interrupt>
|
||||
50: 0c 94 52 00 jmp 0xa4 ; 0xa4 <__bad_interrupt>
|
||||
54: 0c 94 52 00 jmp 0xa4 ; 0xa4 <__bad_interrupt>
|
||||
58: 0c 94 52 00 jmp 0xa4 ; 0xa4 <__bad_interrupt>
|
||||
5c: 0c 94 52 00 jmp 0xa4 ; 0xa4 <__bad_interrupt>
|
||||
60: 0c 94 52 00 jmp 0xa4 ; 0xa4 <__bad_interrupt>
|
||||
64: 0c 94 52 00 jmp 0xa4 ; 0xa4 <__bad_interrupt>
|
||||
|
||||
00000068 <__ctors_start>:
|
||||
68: 95 00 .word 0x0095 ; ????
|
||||
|
||||
0000006a <__ctors_end>:
|
||||
6a: 11 24 eor r1, r1
|
||||
6c: 1f be out 0x3f, r1 ; 63
|
||||
6e: cf ef ldi r28, 0xFF ; 255
|
||||
70: d4 e0 ldi r29, 0x04 ; 4
|
||||
72: de bf out 0x3e, r29 ; 62
|
||||
74: cd bf out 0x3d, r28 ; 61
|
||||
|
||||
00000076 <__do_clear_bss>:
|
||||
76: 21 e0 ldi r18, 0x01 ; 1
|
||||
78: a0 e0 ldi r26, 0x00 ; 0
|
||||
7a: b1 e0 ldi r27, 0x01 ; 1
|
||||
7c: 01 c0 rjmp .+2 ; 0x80 <.do_clear_bss_start>
|
||||
|
||||
0000007e <.do_clear_bss_loop>:
|
||||
7e: 1d 92 st X+, r1
|
||||
|
||||
00000080 <.do_clear_bss_start>:
|
||||
80: a0 30 cpi r26, 0x00 ; 0
|
||||
82: b2 07 cpc r27, r18
|
||||
84: e1 f7 brne .-8 ; 0x7e <.do_clear_bss_loop>
|
||||
|
||||
00000086 <__do_global_ctors>:
|
||||
86: 10 e0 ldi r17, 0x00 ; 0
|
||||
88: ca e6 ldi r28, 0x6A ; 106
|
||||
8a: d0 e0 ldi r29, 0x00 ; 0
|
||||
8c: 04 c0 rjmp .+8 ; 0x96 <__do_global_ctors+0x10>
|
||||
8e: 22 97 sbiw r28, 0x02 ; 2
|
||||
90: fe 01 movw r30, r28
|
||||
92: 0e 94 9d 00 call 0x13a ; 0x13a <__tablejump__>
|
||||
96: c8 36 cpi r28, 0x68 ; 104
|
||||
98: d1 07 cpc r29, r17
|
||||
9a: c9 f7 brne .-14 ; 0x8e <__do_global_ctors+0x8>
|
||||
9c: 0e 94 60 00 call 0xc0 ; 0xc0 <main>
|
||||
a0: 0c 94 a1 00 jmp 0x142 ; 0x142 <_exit>
|
||||
|
||||
000000a4 <__bad_interrupt>:
|
||||
a4: 0c 94 00 00 jmp 0 ; 0x0 <__vectors>
|
||||
|
||||
000000a8 <_ZN6avrlib3pinINS_5portdELh6EE8make_lowEv>:
|
||||
a8: 5e 98 cbi 0x0b, 6 ; 11
|
||||
aa: 56 9a sbi 0x0a, 6 ; 10
|
||||
ac: 08 95 ret
|
||||
|
||||
000000ae <_ZN6avrlib3pinINS_5portdELh6EE9make_highEv>:
|
||||
ae: 5e 9a sbi 0x0b, 6 ; 11
|
||||
b0: 56 9a sbi 0x0a, 6 ; 10
|
||||
b2: 08 95 ret
|
||||
|
||||
000000b4 <_ZN6avrlib3pinINS_5portdELh7EE8make_lowEv>:
|
||||
b4: 5f 98 cbi 0x0b, 7 ; 11
|
||||
b6: 57 9a sbi 0x0a, 7 ; 10
|
||||
b8: 08 95 ret
|
||||
|
||||
000000ba <_ZN6avrlib3pinINS_5portdELh7EE9make_highEv>:
|
||||
ba: 5f 9a sbi 0x0b, 7 ; 11
|
||||
bc: 57 9a sbi 0x0a, 7 ; 10
|
||||
be: 08 95 ret
|
||||
|
||||
000000c0 <main>:
|
||||
c0: 0e 94 57 00 call 0xae ; 0xae <_ZN6avrlib3pinINS_5portdELh6EE9make_highEv>
|
||||
c4: 0e 94 5a 00 call 0xb4 ; 0xb4 <_ZN6avrlib3pinINS_5portdELh7EE8make_lowEv>
|
||||
c8: 2f ef ldi r18, 0xFF ; 255
|
||||
ca: 84 e3 ldi r24, 0x34 ; 52
|
||||
cc: 9c e0 ldi r25, 0x0C ; 12
|
||||
ce: 21 50 subi r18, 0x01 ; 1
|
||||
d0: 80 40 sbci r24, 0x00 ; 0
|
||||
d2: 90 40 sbci r25, 0x00 ; 0
|
||||
d4: e1 f7 brne .-8 ; 0xce <main+0xe>
|
||||
d6: 00 c0 rjmp .+0 ; 0xd8 <main+0x18>
|
||||
d8: 00 00 nop
|
||||
da: 0e 94 57 00 call 0xae ; 0xae <_ZN6avrlib3pinINS_5portdELh6EE9make_highEv>
|
||||
de: 0e 94 5d 00 call 0xba ; 0xba <_ZN6avrlib3pinINS_5portdELh7EE9make_highEv>
|
||||
e2: 2f ef ldi r18, 0xFF ; 255
|
||||
e4: 84 e3 ldi r24, 0x34 ; 52
|
||||
e6: 9c e0 ldi r25, 0x0C ; 12
|
||||
e8: 21 50 subi r18, 0x01 ; 1
|
||||
ea: 80 40 sbci r24, 0x00 ; 0
|
||||
ec: 90 40 sbci r25, 0x00 ; 0
|
||||
ee: e1 f7 brne .-8 ; 0xe8 <main+0x28>
|
||||
f0: 00 c0 rjmp .+0 ; 0xf2 <main+0x32>
|
||||
f2: 00 00 nop
|
||||
f4: 0e 94 54 00 call 0xa8 ; 0xa8 <_ZN6avrlib3pinINS_5portdELh6EE8make_lowEv>
|
||||
f8: 0e 94 5d 00 call 0xba ; 0xba <_ZN6avrlib3pinINS_5portdELh7EE9make_highEv>
|
||||
fc: 2f ef ldi r18, 0xFF ; 255
|
||||
fe: 84 e3 ldi r24, 0x34 ; 52
|
||||
100: 9c e0 ldi r25, 0x0C ; 12
|
||||
102: 21 50 subi r18, 0x01 ; 1
|
||||
104: 80 40 sbci r24, 0x00 ; 0
|
||||
106: 90 40 sbci r25, 0x00 ; 0
|
||||
108: e1 f7 brne .-8 ; 0x102 <main+0x42>
|
||||
10a: 00 c0 rjmp .+0 ; 0x10c <main+0x4c>
|
||||
10c: 00 00 nop
|
||||
10e: 0e 94 54 00 call 0xa8 ; 0xa8 <_ZN6avrlib3pinINS_5portdELh6EE8make_lowEv>
|
||||
112: 0e 94 5a 00 call 0xb4 ; 0xb4 <_ZN6avrlib3pinINS_5portdELh7EE8make_lowEv>
|
||||
116: 2f ef ldi r18, 0xFF ; 255
|
||||
118: 84 e3 ldi r24, 0x34 ; 52
|
||||
11a: 9c e0 ldi r25, 0x0C ; 12
|
||||
11c: 21 50 subi r18, 0x01 ; 1
|
||||
11e: 80 40 sbci r24, 0x00 ; 0
|
||||
120: 90 40 sbci r25, 0x00 ; 0
|
||||
122: e1 f7 brne .-8 ; 0x11c <main+0x5c>
|
||||
124: 00 c0 rjmp .+0 ; 0x126 <main+0x66>
|
||||
126: 00 00 nop
|
||||
128: cb cf rjmp .-106 ; 0xc0 <main>
|
||||
|
||||
0000012a <_GLOBAL__sub_I_l>:
|
||||
12a: 57 9a sbi 0x0a, 7 ; 10
|
||||
12c: 56 9a sbi 0x0a, 6 ; 10
|
||||
12e: 0e 94 54 00 call 0xa8 ; 0xa8 <_ZN6avrlib3pinINS_5portdELh6EE8make_lowEv>
|
||||
132: 0c 94 5a 00 jmp 0xb4 ; 0xb4 <_ZN6avrlib3pinINS_5portdELh7EE8make_lowEv>
|
||||
|
||||
00000136 <__tablejump2__>:
|
||||
136: ee 0f add r30, r30
|
||||
138: ff 1f adc r31, r31
|
||||
|
||||
0000013a <__tablejump__>:
|
||||
13a: 05 90 lpm r0, Z+
|
||||
13c: f4 91 lpm r31, Z
|
||||
13e: e0 2d mov r30, r0
|
||||
140: 09 94 ijmp
|
||||
|
||||
00000142 <_exit>:
|
||||
142: f8 94 cli
|
||||
|
||||
00000144 <__stop_program>:
|
||||
144: ff cf rjmp .-2 ; 0x144 <__stop_program>
|
@ -0,0 +1,447 @@
|
||||
Archive member included because of file (symbol)
|
||||
|
||||
c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_exit.o)
|
||||
c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5/crtm168a.o (exit)
|
||||
c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_clear_bss.o)
|
||||
Zeitschaltung_V6.o (__do_clear_bss)
|
||||
c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_ctors.o)
|
||||
Zeitschaltung_V6.o (__do_global_ctors)
|
||||
c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_tablejump.o)
|
||||
c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_ctors.o) (__tablejump__)
|
||||
|
||||
Discarded input sections
|
||||
|
||||
.bss 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5/crtm168a.o
|
||||
.group 0x00000000 0x8 Zeitschaltung_V6.o
|
||||
.group 0x00000000 0x8 Zeitschaltung_V6.o
|
||||
.group 0x00000000 0x8 Zeitschaltung_V6.o
|
||||
.group 0x00000000 0x8 Zeitschaltung_V6.o
|
||||
.text 0x00000000 0x0 Zeitschaltung_V6.o
|
||||
.bss 0x00000000 0x1 Zeitschaltung_V6.o
|
||||
.text 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_exit.o)
|
||||
.bss 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_exit.o)
|
||||
.text.libgcc.mul
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_exit.o)
|
||||
.text.libgcc.div
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_exit.o)
|
||||
.text.libgcc 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_exit.o)
|
||||
.text.libgcc.prologue
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_exit.o)
|
||||
.text.libgcc.builtins
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_exit.o)
|
||||
.text.libgcc.fmul
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_exit.o)
|
||||
.text 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_clear_bss.o)
|
||||
.bss 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_clear_bss.o)
|
||||
.text.libgcc.mul
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_clear_bss.o)
|
||||
.text.libgcc.div
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_clear_bss.o)
|
||||
.text.libgcc 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_clear_bss.o)
|
||||
.text.libgcc.prologue
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_clear_bss.o)
|
||||
.text.libgcc.builtins
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_clear_bss.o)
|
||||
.text.libgcc.fmul
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_clear_bss.o)
|
||||
.text 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_ctors.o)
|
||||
.bss 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_ctors.o)
|
||||
.text.libgcc.mul
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_ctors.o)
|
||||
.text.libgcc.div
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_ctors.o)
|
||||
.text.libgcc 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_ctors.o)
|
||||
.text.libgcc.prologue
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_ctors.o)
|
||||
.text.libgcc.builtins
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_ctors.o)
|
||||
.text.libgcc.fmul
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_ctors.o)
|
||||
.text 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_tablejump.o)
|
||||
.bss 0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_tablejump.o)
|
||||
.text.libgcc.mul
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_tablejump.o)
|
||||
.text.libgcc.div
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_tablejump.o)
|
||||
.text.libgcc.prologue
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_tablejump.o)
|
||||
.text.libgcc.builtins
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_tablejump.o)
|
||||
.text.libgcc.fmul
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_tablejump.o)
|
||||
|
||||
Memory Configuration
|
||||
|
||||
Name Origin Length Attributes
|
||||
text 0x00000000 0x00020000 xr
|
||||
data 0x00800060 0x0000ffa0 rw !x
|
||||
eeprom 0x00810000 0x00010000 rw !x
|
||||
fuse 0x00820000 0x00000400 rw !x
|
||||
lock 0x00830000 0x00000400 rw !x
|
||||
signature 0x00840000 0x00000400 rw !x
|
||||
user_signatures 0x00850000 0x00000400 rw !x
|
||||
*default* 0x00000000 0xffffffff
|
||||
|
||||
Linker script and memory map
|
||||
|
||||
Address of section .data set to 0x800100
|
||||
LOAD c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5/crtm168a.o
|
||||
LOAD Zeitschaltung_V6.o
|
||||
START GROUP
|
||||
LOAD c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libm.a
|
||||
END GROUP
|
||||
LOAD c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a
|
||||
LOAD c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libm.a
|
||||
LOAD c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a
|
||||
LOAD c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5\libc.a
|
||||
LOAD c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a
|
||||
|
||||
.hash
|
||||
*(.hash)
|
||||
|
||||
.dynsym
|
||||
*(.dynsym)
|
||||
|
||||
.dynstr
|
||||
*(.dynstr)
|
||||
|
||||
.gnu.version
|
||||
*(.gnu.version)
|
||||
|
||||
.gnu.version_d
|
||||
*(.gnu.version_d)
|
||||
|
||||
.gnu.version_r
|
||||
*(.gnu.version_r)
|
||||
|
||||
.rel.init
|
||||
*(.rel.init)
|
||||
|
||||
.rela.init
|
||||
*(.rela.init)
|
||||
|
||||
.rel.text
|
||||
*(.rel.text)
|
||||
*(.rel.text.*)
|
||||
*(.rel.gnu.linkonce.t*)
|
||||
|
||||
.rela.text
|
||||
*(.rela.text)
|
||||
*(.rela.text.*)
|
||||
*(.rela.gnu.linkonce.t*)
|
||||
|
||||
.rel.fini
|
||||
*(.rel.fini)
|
||||
|
||||
.rela.fini
|
||||
*(.rela.fini)
|
||||
|
||||
.rel.rodata
|
||||
*(.rel.rodata)
|
||||
*(.rel.rodata.*)
|
||||
*(.rel.gnu.linkonce.r*)
|
||||
|
||||
.rela.rodata
|
||||
*(.rela.rodata)
|
||||
*(.rela.rodata.*)
|
||||
*(.rela.gnu.linkonce.r*)
|
||||
|
||||
.rel.data
|
||||
*(.rel.data)
|
||||
*(.rel.data.*)
|
||||
*(.rel.gnu.linkonce.d*)
|
||||
|
||||
.rela.data
|
||||
*(.rela.data)
|
||||
*(.rela.data.*)
|
||||
*(.rela.gnu.linkonce.d*)
|
||||
|
||||
.rel.ctors
|
||||
*(.rel.ctors)
|
||||
|
||||
.rela.ctors
|
||||
*(.rela.ctors)
|
||||
|
||||
.rel.dtors
|
||||
*(.rel.dtors)
|
||||
|
||||
.rela.dtors
|
||||
*(.rela.dtors)
|
||||
|
||||
.rel.got
|
||||
*(.rel.got)
|
||||
|
||||
.rela.got
|
||||
*(.rela.got)
|
||||
|
||||
.rel.bss
|
||||
*(.rel.bss)
|
||||
|
||||
.rela.bss
|
||||
*(.rela.bss)
|
||||
|
||||
.rel.plt
|
||||
*(.rel.plt)
|
||||
|
||||
.rela.plt
|
||||
*(.rela.plt)
|
||||
|
||||
.text 0x00000000 0x146
|
||||
*(.vectors)
|
||||
.vectors 0x00000000 0x68 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5/crtm168a.o
|
||||
0x00000000 __vector_default
|
||||
0x00000000 __vectors
|
||||
*(.vectors)
|
||||
*(.progmem.gcc*)
|
||||
*(.progmem*)
|
||||
0x00000068 . = ALIGN (0x2)
|
||||
0x00000068 __trampolines_start = .
|
||||
*(.trampolines)
|
||||
.trampolines 0x00000068 0x0 linker stubs
|
||||
*(.trampolines*)
|
||||
0x00000068 __trampolines_end = .
|
||||
*(.jumptables)
|
||||
*(.jumptables*)
|
||||
*(.lowtext)
|
||||
*(.lowtext*)
|
||||
0x00000068 __ctors_start = .
|
||||
*(.ctors)
|
||||
.ctors 0x00000068 0x2 Zeitschaltung_V6.o
|
||||
0x0000006a __ctors_end = .
|
||||
0x0000006a __dtors_start = .
|
||||
*(.dtors)
|
||||
0x0000006a __dtors_end = .
|
||||
SORT(*)(.ctors)
|
||||
SORT(*)(.dtors)
|
||||
*(.init0)
|
||||
.init0 0x0000006a 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5/crtm168a.o
|
||||
0x0000006a __init
|
||||
*(.init0)
|
||||
*(.init1)
|
||||
*(.init1)
|
||||
*(.init2)
|
||||
.init2 0x0000006a 0xc c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5/crtm168a.o
|
||||
*(.init2)
|
||||
*(.init3)
|
||||
*(.init3)
|
||||
*(.init4)
|
||||
.init4 0x00000076 0x10 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_clear_bss.o)
|
||||
0x00000076 __do_clear_bss
|
||||
*(.init4)
|
||||
*(.init5)
|
||||
*(.init5)
|
||||
*(.init6)
|
||||
.init6 0x00000086 0x16 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_ctors.o)
|
||||
0x00000086 __do_global_ctors
|
||||
*(.init6)
|
||||
*(.init7)
|
||||
*(.init7)
|
||||
*(.init8)
|
||||
*(.init8)
|
||||
*(.init9)
|
||||
.init9 0x0000009c 0x8 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5/crtm168a.o
|
||||
*(.init9)
|
||||
*(.text)
|
||||
.text 0x000000a4 0x4 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5/crtm168a.o
|
||||
0x000000a4 __vector_22
|
||||
0x000000a4 __vector_1
|
||||
0x000000a4 __vector_24
|
||||
0x000000a4 __vector_12
|
||||
0x000000a4 __bad_interrupt
|
||||
0x000000a4 __vector_6
|
||||
0x000000a4 __vector_3
|
||||
0x000000a4 __vector_23
|
||||
0x000000a4 __vector_25
|
||||
0x000000a4 __vector_11
|
||||
0x000000a4 __vector_13
|
||||
0x000000a4 __vector_17
|
||||
0x000000a4 __vector_19
|
||||
0x000000a4 __vector_7
|
||||
0x000000a4 __vector_5
|
||||
0x000000a4 __vector_4
|
||||
0x000000a4 __vector_9
|
||||
0x000000a4 __vector_2
|
||||
0x000000a4 __vector_21
|
||||
0x000000a4 __vector_15
|
||||
0x000000a4 __vector_8
|
||||
0x000000a4 __vector_14
|
||||
0x000000a4 __vector_10
|
||||
0x000000a4 __vector_16
|
||||
0x000000a4 __vector_18
|
||||
0x000000a4 __vector_20
|
||||
0x000000a8 . = ALIGN (0x2)
|
||||
*(.text.*)
|
||||
.text._ZN6avrlib3pinINS_5portdELh6EE8make_lowEv
|
||||
0x000000a8 0x6 Zeitschaltung_V6.o
|
||||
0x000000a8 _ZN6avrlib3pinINS_5portdELh6EE8make_lowEv
|
||||
.text._ZN6avrlib3pinINS_5portdELh6EE9make_highEv
|
||||
0x000000ae 0x6 Zeitschaltung_V6.o
|
||||
0x000000ae _ZN6avrlib3pinINS_5portdELh6EE9make_highEv
|
||||
.text._ZN6avrlib3pinINS_5portdELh7EE8make_lowEv
|
||||
0x000000b4 0x6 Zeitschaltung_V6.o
|
||||
0x000000b4 _ZN6avrlib3pinINS_5portdELh7EE8make_lowEv
|
||||
.text._ZN6avrlib3pinINS_5portdELh7EE9make_highEv
|
||||
0x000000ba 0x6 Zeitschaltung_V6.o
|
||||
0x000000ba _ZN6avrlib3pinINS_5portdELh7EE9make_highEv
|
||||
.text.startup.main
|
||||
0x000000c0 0x6a Zeitschaltung_V6.o
|
||||
0x000000c0 main
|
||||
.text.startup._GLOBAL__sub_I_l
|
||||
0x0000012a 0xc Zeitschaltung_V6.o
|
||||
.text.libgcc 0x00000136 0xc c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_tablejump.o)
|
||||
0x00000136 __tablejump2__
|
||||
0x0000013a __tablejump__
|
||||
0x00000142 . = ALIGN (0x2)
|
||||
*(.fini9)
|
||||
.fini9 0x00000142 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_exit.o)
|
||||
0x00000142 _exit
|
||||
0x00000142 exit
|
||||
*(.fini9)
|
||||
*(.fini8)
|
||||
*(.fini8)
|
||||
*(.fini7)
|
||||
*(.fini7)
|
||||
*(.fini6)
|
||||
*(.fini6)
|
||||
*(.fini5)
|
||||
*(.fini5)
|
||||
*(.fini4)
|
||||
*(.fini4)
|
||||
*(.fini3)
|
||||
*(.fini3)
|
||||
*(.fini2)
|
||||
*(.fini2)
|
||||
*(.fini1)
|
||||
*(.fini1)
|
||||
*(.fini0)
|
||||
.fini0 0x00000142 0x4 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_exit.o)
|
||||
*(.fini0)
|
||||
0x00000146 _etext = .
|
||||
|
||||
.data 0x00800100 0x0 load address 0x00000146
|
||||
0x00800100 PROVIDE (__data_start, .)
|
||||
*(.data)
|
||||
.data 0x00800100 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5/crtm168a.o
|
||||
.data 0x00800100 0x0 Zeitschaltung_V6.o
|
||||
.data 0x00800100 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_exit.o)
|
||||
.data 0x00800100 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_clear_bss.o)
|
||||
.data 0x00800100 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_ctors.o)
|
||||
.data 0x00800100 0x0 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr5\libgcc.a(_tablejump.o)
|
||||
*(.data*)
|
||||
*(.rodata)
|
||||
*(.rodata*)
|
||||
*(.gnu.linkonce.d*)
|
||||
0x00800100 . = ALIGN (0x2)
|
||||
0x00800100 _edata = .
|
||||
0x00800100 PROVIDE (__data_end, .)
|
||||
|
||||
.bss 0x00800100 0x0
|
||||
0x00800100 PROVIDE (__bss_start, .)
|
||||
*(.bss)
|
||||
*(.bss*)
|
||||
*(COMMON)
|
||||
0x00800100 PROVIDE (__bss_end, .)
|
||||
0x00000146 __data_load_start = LOADADDR (.data)
|
||||
0x00000146 __data_load_end = (__data_load_start + SIZEOF (.data))
|
||||
|
||||
.noinit 0x00800100 0x0
|
||||
0x00800100 PROVIDE (__noinit_start, .)
|
||||
*(.noinit*)
|
||||
0x00800100 PROVIDE (__noinit_end, .)
|
||||
0x00800100 _end = .
|
||||
0x00800100 PROVIDE (__heap_start, .)
|
||||
|
||||
.eeprom 0x00810000 0x0
|
||||
*(.eeprom*)
|
||||
0x00810000 __eeprom_end = .
|
||||
|
||||
.fuse
|
||||
*(.fuse)
|
||||
*(.lfuse)
|
||||
*(.hfuse)
|
||||
*(.efuse)
|
||||
|
||||
.lock
|
||||
*(.lock*)
|
||||
|
||||
.signature
|
||||
*(.signature*)
|
||||
|
||||
.user_signatures
|
||||
*(.user_signatures*)
|
||||
|
||||
.stab 0x00000000 0x6cc
|
||||
*(.stab)
|
||||
.stab 0x00000000 0x6cc c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5/crtm168a.o
|
||||
|
||||
.stabstr 0x00000000 0x82
|
||||
*(.stabstr)
|
||||
.stabstr 0x00000000 0x82 c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/../../../../avr/lib/avr5/crtm168a.o
|
||||
|
||||
.stab.excl
|
||||
*(.stab.excl)
|
||||
|
||||
.stab.exclstr
|
||||
*(.stab.exclstr)
|
||||
|
||||
.stab.index
|
||||
*(.stab.index)
|
||||
|
||||
.stab.indexstr
|
||||
*(.stab.indexstr)
|
||||
|
||||
.comment 0x00000000 0x2f
|
||||
*(.comment)
|
||||
.comment 0x00000000 0x2f Zeitschaltung_V6.o
|
||||
0x30 (size before relaxing)
|
||||
|
||||
.debug
|
||||
*(.debug)
|
||||
|
||||
.line
|
||||
*(.line)
|
||||
|
||||
.debug_srcinfo
|
||||
*(.debug_srcinfo)
|
||||
|
||||
.debug_sfnames
|
||||
*(.debug_sfnames)
|
||||
|
||||
.debug_aranges
|
||||
*(.debug_aranges)
|
||||
|
||||
.debug_pubnames
|
||||
*(.debug_pubnames)
|
||||
|
||||
.debug_info
|
||||
*(.debug_info)
|
||||
*(.gnu.linkonce.wi.*)
|
||||
|
||||
.debug_abbrev
|
||||
*(.debug_abbrev)
|
||||
|
||||
.debug_line
|
||||
*(.debug_line)
|
||||
|
||||
.debug_frame
|
||||
*(.debug_frame)
|
||||
|
||||
.debug_str
|
||||
*(.debug_str)
|
||||
|
||||
.debug_loc
|
||||
*(.debug_loc)
|
||||
|
||||
.debug_macinfo
|
||||
*(.debug_macinfo)
|
||||
|
||||
.debug_pubtypes
|
||||
*(.debug_pubtypes)
|
||||
|
||||
.debug_ranges
|
||||
*(.debug_ranges)
|
||||
|
||||
.debug_macro
|
||||
*(.debug_macro)
|
||||
OUTPUT(Zeitschaltung_V6.elf elf32-avr)
|
||||
LOAD linker stubs
|
@ -0,0 +1,23 @@
|
||||
S01800005A656974736368616C74756E675F56362E73726563BC
|
||||
S11300000C9435000C9452000C9452000C94520041
|
||||
S11300100C9452000C9452000C9452000C94520014
|
||||
S11300200C9452000C9452000C9452000C94520004
|
||||
S11300300C9452000C9452000C9452000C945200F4
|
||||
S11300400C9452000C9452000C9452000C945200E4
|
||||
S11300500C9452000C9452000C9452000C945200D4
|
||||
S11300600C9452000C945200950011241FBECFEF43
|
||||
S1130070D4E0DEBFCDBF21E0A0E0B1E001C01D921D
|
||||
S1130080A030B207E1F710E0CAE6D0E004C022973E
|
||||
S1130090FE010E949D00C836D107C9F70E94600086
|
||||
S11300A00C94A1000C9400005E98569A08955E9AF0
|
||||
S11300B0569A08955F98579A08955F9A579A0895A3
|
||||
S11300C00E9457000E945A002FEF84E39CE02150C5
|
||||
S11300D080409040E1F700C000000E9457000E9459
|
||||
S11300E05D002FEF84E39CE0215080409040E1F7D5
|
||||
S11300F000C000000E9454000E945D002FEF84E3C2
|
||||
S11301009CE0215080409040E1F700C000000E9434
|
||||
S113011054000E945A002FEF84E39CE02150804059
|
||||
S11301209040E1F700C00000CBCF579A569A0E9446
|
||||
S113013054000C945A00EE0FFF1F0590F491E02D2B
|
||||
S10901400994F894FFCFBE
|
||||
S9030000FC
|
0
V6/Program/rfm12_rs232/Zeitschaltung_V6/Release/io/hardware/.gitignore
vendored
Normal file
0
V6/Program/rfm12_rs232/Zeitschaltung_V6/Release/io/hardware/.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit or delete the file
|
||||
################################################################################
|
||||
|
||||
Zeitschaltung_V6.cpp
|
||||
|
46
V6/Program/rfm12_rs232/Zeitschaltung_V6/Zeitschaltung_V6.cpp
Normal file
46
V6/Program/rfm12_rs232/Zeitschaltung_V6/Zeitschaltung_V6.cpp
Normal file
@ -0,0 +1,46 @@
|
||||
/*
|
||||
* Zeitschaltung_V6.cpp
|
||||
*
|
||||
* Created: 06.05.2014 23:18:58
|
||||
* Author: netz
|
||||
*/
|
||||
#include "peripheral.h"
|
||||
#include <util/delay.h>
|
||||
//#include "comunication/funk.hpp"
|
||||
|
||||
/*typedef Funk<
|
||||
rfm12class, //Rfm12 Funk Hardware
|
||||
moveclass, //Bewegungsmelder
|
||||
startclass, //Startknopf
|
||||
servoclass, //Servo
|
||||
ledclass //LED
|
||||
> funkclass;
|
||||
funkclass funk;*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
ledclass l;
|
||||
uartclass text;
|
||||
rfm12class r;
|
||||
|
||||
int main(void) {
|
||||
r.beginasyncrx();
|
||||
while(1)
|
||||
{
|
||||
while(r.hasdata()) {
|
||||
l.on();
|
||||
_delay_ms(100);
|
||||
l.off();
|
||||
_delay_ms(100);
|
||||
text.send("\r\n");
|
||||
}
|
||||
uint8_t data = r.rxbyte();
|
||||
char t[10];
|
||||
sprintf(t, "%04X \r\n", data);
|
||||
text.send(t);
|
||||
}
|
||||
}
|
||||
|
||||
/*ISR(TIMER0_OVF_vect) {
|
||||
funk.timer();
|
||||
}*/
|
208
V6/Program/rfm12_rs232/Zeitschaltung_V6/Zeitschaltung_V6.cppproj
Normal file
208
V6/Program/rfm12_rs232/Zeitschaltung_V6/Zeitschaltung_V6.cppproj
Normal file
@ -0,0 +1,208 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectVersion>6.1</ProjectVersion>
|
||||
<ToolchainName>com.Atmel.AVRGCC8.CPP</ToolchainName>
|
||||
<ProjectGuid>{ec267909-c732-4cef-b754-bd8ce5ebd85c}</ProjectGuid>
|
||||
<avrdevice>ATmega16A</avrdevice>
|
||||
<avrdeviceseries>none</avrdeviceseries>
|
||||
<OutputType>Executable</OutputType>
|
||||
<Language>CPP</Language>
|
||||
<OutputFileName>$(MSBuildProjectName)</OutputFileName>
|
||||
<OutputFileExtension>.elf</OutputFileExtension>
|
||||
<OutputDirectory>$(MSBuildProjectDirectory)\$(Configuration)</OutputDirectory>
|
||||
<AssemblyName>Zeitschaltung_V6</AssemblyName>
|
||||
<Name>Zeitschaltung_V6</Name>
|
||||
<RootNamespace>Zeitschaltung_V6</RootNamespace>
|
||||
<ToolchainFlavour>Native</ToolchainFlavour>
|
||||
<KeepTimersRunning>true</KeepTimersRunning>
|
||||
<OverrideVtor>false</OverrideVtor>
|
||||
<OverrideVtorValue>exception_table</OverrideVtorValue>
|
||||
<eraseonlaunchrule>0</eraseonlaunchrule>
|
||||
<ProgFlashFromRam>true</ProgFlashFromRam>
|
||||
<RamSnippetAddress>0x20000000</RamSnippetAddress>
|
||||
<CacheFlash>true</CacheFlash>
|
||||
<UncachedRange />
|
||||
<BootSegment>0</BootSegment>
|
||||
<AsfFrameworkConfig>
|
||||
<framework-data xmlns="">
|
||||
<options />
|
||||
<configurations />
|
||||
<files />
|
||||
<documentation help="" />
|
||||
<dependencies>
|
||||
<content-extension eid="atmel.asf" uuidref="Atmel.ASF" version="3.7.2" />
|
||||
</dependencies>
|
||||
</framework-data>
|
||||
</AsfFrameworkConfig>
|
||||
<avrtoolinterface>ISP</avrtoolinterface>
|
||||
<avrtool>com.atmel.avrdbg.tool.ispmk2</avrtool>
|
||||
<com_atmel_avrdbg_tool_ispmk2>
|
||||
<ToolType>com.atmel.avrdbg.tool.ispmk2</ToolType>
|
||||
<ToolName>AVRISP mkII</ToolName>
|
||||
<ToolNumber>0000000000000</ToolNumber>
|
||||
<Channel>
|
||||
<host>127.0.0.1</host>
|
||||
<port>61172</port>
|
||||
<ssl>False</ssl>
|
||||
</Channel>
|
||||
<ToolOptions>
|
||||
<InterfaceName>ISP</InterfaceName>
|
||||
<InterfaceProperties>
|
||||
<JtagDbgClock>249000</JtagDbgClock>
|
||||
<JtagProgClock>1000000</JtagProgClock>
|
||||
<IspClock>150000</IspClock>
|
||||
<JtagInChain>false</JtagInChain>
|
||||
<JtagEnableExtResetOnStartSession>false</JtagEnableExtResetOnStartSession>
|
||||
<JtagDevicesBefore>0</JtagDevicesBefore>
|
||||
<JtagDevicesAfter>0</JtagDevicesAfter>
|
||||
<JtagInstrBitsBefore>0</JtagInstrBitsBefore>
|
||||
<JtagInstrBitsAfter>0</JtagInstrBitsAfter>
|
||||
</InterfaceProperties>
|
||||
</ToolOptions>
|
||||
</com_atmel_avrdbg_tool_ispmk2>
|
||||
<com_atmel_avrdbg_tool_simulator>
|
||||
<ToolType>com.atmel.avrdbg.tool.simulator</ToolType>
|
||||
<ToolName>Simulator</ToolName>
|
||||
<ToolNumber>
|
||||
</ToolNumber>
|
||||
<Channel>
|
||||
<host>127.0.0.1</host>
|
||||
<port>61172</port>
|
||||
<ssl>False</ssl>
|
||||
</Channel>
|
||||
</com_atmel_avrdbg_tool_simulator>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<ToolchainSettings>
|
||||
<AvrGccCpp>
|
||||
<avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
|
||||
<avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
|
||||
<avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
|
||||
<avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
|
||||
<avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
|
||||
<avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
|
||||
<avrgcc.compiler.symbols.DefSymbols>
|
||||
<ListValues>
|
||||
<Value>NDEBUG</Value>
|
||||
</ListValues>
|
||||
</avrgcc.compiler.symbols.DefSymbols>
|
||||
<avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level>
|
||||
<avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
|
||||
<avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
|
||||
<avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
|
||||
<avrgcccpp.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcccpp.compiler.general.ChangeDefaultCharTypeUnsigned>
|
||||
<avrgcccpp.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcccpp.compiler.general.ChangeDefaultBitFieldUnsigned>
|
||||
<avrgcccpp.compiler.symbols.DefSymbols>
|
||||
<ListValues>
|
||||
<Value>NDEBUG</Value>
|
||||
</ListValues>
|
||||
</avrgcccpp.compiler.symbols.DefSymbols>
|
||||
<avrgcccpp.compiler.optimization.level>Optimize for size (-Os)</avrgcccpp.compiler.optimization.level>
|
||||
<avrgcccpp.compiler.optimization.PackStructureMembers>True</avrgcccpp.compiler.optimization.PackStructureMembers>
|
||||
<avrgcccpp.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcccpp.compiler.optimization.AllocateBytesNeededForEnum>
|
||||
<avrgcccpp.compiler.warnings.AllWarnings>True</avrgcccpp.compiler.warnings.AllWarnings>
|
||||
<avrgcccpp.compiler.warnings.Undefined>True</avrgcccpp.compiler.warnings.Undefined>
|
||||
<avrgcccpp.compiler.warnings.WarningsAsErrors>True</avrgcccpp.compiler.warnings.WarningsAsErrors>
|
||||
<avrgcccpp.compiler.warnings.Pedantic>True</avrgcccpp.compiler.warnings.Pedantic>
|
||||
<avrgcccpp.compiler.warnings.PedanticWarningsAsErrors>True</avrgcccpp.compiler.warnings.PedanticWarningsAsErrors>
|
||||
<avrgcccpp.linker.libraries.Libraries>
|
||||
<ListValues>
|
||||
<Value>libm</Value>
|
||||
</ListValues>
|
||||
</avrgcccpp.linker.libraries.Libraries>
|
||||
<avrgcccpp.linker.memorysettings.Comment><segmentname>=<address>, for example .boot=0xff</avrgcccpp.linker.memorysettings.Comment>
|
||||
</AvrGccCpp>
|
||||
</ToolchainSettings>
|
||||
<OutputFileName>Zeitschaltung_V6</OutputFileName>
|
||||
<OutputFileExtension>.elf</OutputFileExtension>
|
||||
<OutputType>Executable</OutputType>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||
<ToolchainSettings>
|
||||
<AvrGccCpp>
|
||||
<avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
|
||||
<avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
|
||||
<avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
|
||||
<avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
|
||||
<avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
|
||||
<avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
|
||||
<avrgcc.compiler.symbols.DefSymbols>
|
||||
<ListValues>
|
||||
<Value>DEBUG</Value>
|
||||
</ListValues>
|
||||
</avrgcc.compiler.symbols.DefSymbols>
|
||||
<avrgcc.compiler.optimization.level>Optimize (-O1)</avrgcc.compiler.optimization.level>
|
||||
<avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
|
||||
<avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
|
||||
<avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>
|
||||
<avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
|
||||
<avrgcccpp.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcccpp.compiler.general.ChangeDefaultCharTypeUnsigned>
|
||||
<avrgcccpp.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcccpp.compiler.general.ChangeDefaultBitFieldUnsigned>
|
||||
<avrgcccpp.compiler.symbols.DefSymbols>
|
||||
<ListValues>
|
||||
<Value>DEBUG</Value>
|
||||
</ListValues>
|
||||
</avrgcccpp.compiler.symbols.DefSymbols>
|
||||
<avrgcccpp.compiler.optimization.level>Optimize for size (-Os)</avrgcccpp.compiler.optimization.level>
|
||||
<avrgcccpp.compiler.optimization.PackStructureMembers>True</avrgcccpp.compiler.optimization.PackStructureMembers>
|
||||
<avrgcccpp.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcccpp.compiler.optimization.AllocateBytesNeededForEnum>
|
||||
<avrgcccpp.compiler.optimization.DebugLevel>Default (-g2)</avrgcccpp.compiler.optimization.DebugLevel>
|
||||
<avrgcccpp.compiler.warnings.AllWarnings>True</avrgcccpp.compiler.warnings.AllWarnings>
|
||||
<avrgcccpp.compiler.miscellaneous.OtherFlags>-std=c++11</avrgcccpp.compiler.miscellaneous.OtherFlags>
|
||||
<avrgcccpp.linker.libraries.Libraries>
|
||||
<ListValues>
|
||||
<Value>libm</Value>
|
||||
</ListValues>
|
||||
</avrgcccpp.linker.libraries.Libraries>
|
||||
<avrgcccpp.linker.memorysettings.Comment><segmentname>=<address>, for example .boot=0xff</avrgcccpp.linker.memorysettings.Comment>
|
||||
<avrgcccpp.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcccpp.assembler.debugging.DebugLevel>
|
||||
</AvrGccCpp>
|
||||
</ToolchainSettings>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="comunication\funk.hpp">
|
||||
<SubType>compile</SubType>
|
||||
</Compile>
|
||||
<Compile Include="comunication\Snap.hpp">
|
||||
<SubType>compile</SubType>
|
||||
</Compile>
|
||||
<Compile Include="io\hardware\portc.hpp">
|
||||
<SubType>compile</SubType>
|
||||
</Compile>
|
||||
<Compile Include="io\hardware\pin.hpp">
|
||||
<SubType>compile</SubType>
|
||||
</Compile>
|
||||
<Compile Include="io\hardware\portb.hpp">
|
||||
<SubType>compile</SubType>
|
||||
</Compile>
|
||||
<Compile Include="io\hardware\portd.hpp">
|
||||
<SubType>compile</SubType>
|
||||
</Compile>
|
||||
<Compile Include="io\Led.hpp">
|
||||
<SubType>compile</SubType>
|
||||
</Compile>
|
||||
<Compile Include="io\rfm12.hpp">
|
||||
<SubType>compile</SubType>
|
||||
</Compile>
|
||||
<Compile Include="io\Spi.hpp">
|
||||
<SubType>compile</SubType>
|
||||
</Compile>
|
||||
<Compile Include="io\uart.hpp">
|
||||
<SubType>compile</SubType>
|
||||
</Compile>
|
||||
<Compile Include="peripheral.h">
|
||||
<SubType>compile</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Zeitschaltung_V6.cpp">
|
||||
<SubType>compile</SubType>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="io" />
|
||||
<Folder Include="io\hardware" />
|
||||
<Folder Include="comunication" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
|
||||
</Project>
|
@ -0,0 +1,64 @@
|
||||
/*
|
||||
* Snap.hpp
|
||||
*
|
||||
* Created: 10.05.2014 13:28:04
|
||||
* Author: netz
|
||||
*/
|
||||
|
||||
|
||||
#ifndef SNAP_H_
|
||||
#define SNAP_H_
|
||||
|
||||
class Snap {
|
||||
public:
|
||||
static const uint8_t DEVICE = 30;
|
||||
|
||||
static const uint8_t ALL = 0;
|
||||
static const uint8_t GROUP = 240;
|
||||
static const uint8_t MASTER = 1;
|
||||
|
||||
static const uint8_t PING = 1;
|
||||
static const uint8_t SLEEP = 2;
|
||||
static const uint8_t ACTIVE = 3;
|
||||
static const uint8_t SETSLEEP = 4;
|
||||
static const uint8_t SETACTIVE = 5;
|
||||
static const uint8_t RUN = 6;
|
||||
static const uint8_t SETRUN = 7;
|
||||
static const uint8_t DEDECT = 8;
|
||||
static const uint8_t SETDEDECT = 9;
|
||||
|
||||
protected:
|
||||
virtual void hook_turn() = 0;
|
||||
virtual void hook_poll() = 0;
|
||||
virtual void funk_begin() = 0;
|
||||
virtual void funk_end() = 0;
|
||||
virtual uint8_t funk_has_data() = 0;
|
||||
virtual uint8_t funk_get_byte() = 0;
|
||||
virtual void funk_send_packet(uint8_t addr, uint8_t from, uint8_t data) = 0;
|
||||
|
||||
void wait() {
|
||||
_delay_ms(10);
|
||||
for(uint8_t i=0;i<this->DEVICE;i++) {
|
||||
_delay_ms(5);
|
||||
}
|
||||
}
|
||||
void get_packet(uint8_t data[], uint8_t len){
|
||||
this->funk_begin();
|
||||
for (uint8_t i = 0; i < len; i++)
|
||||
{
|
||||
while(this->funk_has_data()) {
|
||||
this->hook_poll();
|
||||
}
|
||||
data[i] = this->funk_get_byte();
|
||||
}
|
||||
this->funk_end();
|
||||
}
|
||||
|
||||
void send_packet(uint8_t data) {
|
||||
this->funk_send_packet(this->MASTER, this->DEVICE, data);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif /* SNAP_H_ */
|
133
V6/Program/rfm12_rs232/Zeitschaltung_V6/comunication/funk.hpp
Normal file
133
V6/Program/rfm12_rs232/Zeitschaltung_V6/comunication/funk.hpp
Normal file
@ -0,0 +1,133 @@
|
||||
/*
|
||||
* funk.hpp
|
||||
*
|
||||
* Created: 10.05.2014 10:00:08
|
||||
* Author: netz
|
||||
*/
|
||||
|
||||
#ifndef FUNK_H_
|
||||
#define FUNK_H_
|
||||
|
||||
#include "Snap.hpp"
|
||||
|
||||
template <typename Rfm12, typename Input_Beweg, typename Input_Start, typename Servo, typename Led>
|
||||
class Funk : public Snap {
|
||||
public:
|
||||
volatile uint8_t status;
|
||||
Funk() {
|
||||
this->init();
|
||||
}
|
||||
void timer() {
|
||||
if(this->status == this->SLEEP) {
|
||||
led.color(led.GREEN);
|
||||
} else if(this->status == this->ACTIVE) {
|
||||
led.color(led.RED);
|
||||
} else if(this->status == this->RUN) {
|
||||
led.color(led.YELLOW);
|
||||
}
|
||||
servo.timer();
|
||||
}
|
||||
void worker() {
|
||||
uint8_t data[3];
|
||||
this->get_packet(data, 3);
|
||||
if(data[0] == ALL || data[0] == DEVICE || data[0] == GROUP) {
|
||||
if(data[1] == this->MASTER) {
|
||||
switch(data[2]) {
|
||||
case this->PING: {
|
||||
break;
|
||||
}
|
||||
case this->SETSLEEP: {
|
||||
this->status = this->SLEEP;
|
||||
break;
|
||||
}
|
||||
case this->SETACTIVE: {
|
||||
this->status = this->ACTIVE;
|
||||
break;
|
||||
}
|
||||
case this->SETRUN: {
|
||||
this->hook_turn();
|
||||
this->send_packet(this->RUN);
|
||||
return;
|
||||
}
|
||||
default: {
|
||||
return;
|
||||
}
|
||||
}
|
||||
this->wait();
|
||||
this->send_packet(this->status);
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
private:
|
||||
Input_Start st;
|
||||
Input_Beweg mc;
|
||||
Servo servo;
|
||||
Led led;
|
||||
Rfm12 rfm12;
|
||||
void init()
|
||||
{
|
||||
led.color(led.RED);
|
||||
this->status = this->SLEEP;
|
||||
}
|
||||
void hook_turn()
|
||||
{
|
||||
if(this->status == this->RUN){
|
||||
return;
|
||||
}
|
||||
this->status = this->RUN;
|
||||
|
||||
servo.turn(servo.LEFT);
|
||||
servo.on();
|
||||
this->wait();
|
||||
_delay_ms(400);
|
||||
servo.turn(servo.MIDDLE);
|
||||
_delay_ms(300);
|
||||
servo.turn(servo.RIGHT);
|
||||
_delay_ms(700);
|
||||
servo.off();
|
||||
}
|
||||
|
||||
void hook_poll()
|
||||
{
|
||||
if(this->status == this->ACTIVE) {
|
||||
if(mc.is_pressed()) {
|
||||
this->funk_end();
|
||||
this->hook_turn();
|
||||
this->send_packet(this->RUN);
|
||||
this->funk_begin();
|
||||
}
|
||||
}
|
||||
if(this->status == this->SLEEP) {
|
||||
if(mc.is_pressed()) {
|
||||
this->funk_end();
|
||||
this->send_packet(this->DEDECT);
|
||||
this->funk_begin();
|
||||
}
|
||||
}
|
||||
if(st.is_pressed()) {
|
||||
if(this->status == this->SLEEP) {
|
||||
this->status = this->RUN;
|
||||
_delay_ms(15000);
|
||||
this->status = this->ACTIVE;
|
||||
}
|
||||
}
|
||||
}
|
||||
void funk_begin() {
|
||||
rfm12.beginasyncrx();
|
||||
}
|
||||
void funk_end() {
|
||||
rfm12.endasyncrx();
|
||||
}
|
||||
uint8_t funk_has_data() {
|
||||
return rfm12.hasdata();
|
||||
}
|
||||
uint8_t funk_get_byte() {
|
||||
return rfm12.rxbyte();
|
||||
}
|
||||
void funk_send_packet(uint8_t addr, uint8_t from, uint8_t data) {
|
||||
rfm12.txpacket(addr, from, data);
|
||||
}
|
||||
};
|
||||
|
||||
#endif /* FUNK_H_ */
|
33
V6/Program/rfm12_rs232/Zeitschaltung_V6/io/Led.hpp
Normal file
33
V6/Program/rfm12_rs232/Zeitschaltung_V6/io/Led.hpp
Normal file
@ -0,0 +1,33 @@
|
||||
/*
|
||||
* Led.h
|
||||
*
|
||||
* Created: 03.11.2013 17:11:58
|
||||
* Author: BlubbFish
|
||||
*/
|
||||
|
||||
#ifndef LED_H_
|
||||
#define LED_H_
|
||||
|
||||
#include "hardware/pin.hpp"
|
||||
|
||||
template <typename Port, int pin>
|
||||
class Led {
|
||||
public:
|
||||
Led() {
|
||||
init();
|
||||
}
|
||||
void on() {
|
||||
led::set();
|
||||
}
|
||||
void off() {
|
||||
led::clear();
|
||||
}
|
||||
private:
|
||||
void init() {
|
||||
led::make_output();
|
||||
off();
|
||||
}
|
||||
const typedef avrlib::pin<Port, pin> led;
|
||||
};
|
||||
|
||||
#endif /* LED_H_ */
|
86
V6/Program/rfm12_rs232/Zeitschaltung_V6/io/Spi.hpp
Normal file
86
V6/Program/rfm12_rs232/Zeitschaltung_V6/io/Spi.hpp
Normal file
@ -0,0 +1,86 @@
|
||||
/*
|
||||
* Spi.h
|
||||
*
|
||||
* Created: 06.11.2013 15:41:34
|
||||
* Author: netz
|
||||
*/
|
||||
|
||||
|
||||
#ifndef SPI_H_
|
||||
#define SPI_H_
|
||||
|
||||
#include <avr/io.h>
|
||||
#include <util/delay.h>
|
||||
#include "hardware/pin.hpp"
|
||||
|
||||
template <typename Port, int cspin, int misopin, int mosipin, int sckpin, int mode>
|
||||
class Spi {
|
||||
public:
|
||||
Spi() {
|
||||
this->init();
|
||||
}
|
||||
void CSOn() {
|
||||
cs::make_low();
|
||||
}
|
||||
void CSOff() {
|
||||
cs::make_high();
|
||||
}
|
||||
uint8_t send(uint8_t data) {
|
||||
if(mode == 0) {
|
||||
return this->send_hard(data);
|
||||
}
|
||||
return this->send_soft(data);
|
||||
}
|
||||
uint8_t has_data() {
|
||||
return !miso::read();
|
||||
}
|
||||
private:
|
||||
const typedef avrlib::pin<Port, cspin> cs;
|
||||
const typedef avrlib::pin<Port, misopin> miso;
|
||||
const typedef avrlib::pin<Port, mosipin> mosi;
|
||||
const typedef avrlib::pin<Port, sckpin> sck;
|
||||
void init() {
|
||||
this->init_port();
|
||||
if(mode == 0) {
|
||||
this->init_spi();
|
||||
}
|
||||
}
|
||||
void init_port() {
|
||||
mosi::make_low(); //output und low;
|
||||
sck::make_low(); //output und low;
|
||||
cs::make_high(); //output und low;
|
||||
miso::make_input(); //input und low;
|
||||
}
|
||||
void init_spi() {
|
||||
SPCR = (1<<SPE) | (1<<MSTR);
|
||||
SPSR = (1<<SPI2X);
|
||||
}
|
||||
uint8_t send_soft(uint8_t data) {
|
||||
uint8_t datain=0;
|
||||
for (uint8_t i=0; i<8; i++)
|
||||
{
|
||||
if (data & 0x80) {
|
||||
mosi::make_high();
|
||||
}
|
||||
else {
|
||||
mosi::make_low();
|
||||
}
|
||||
datain <<= 1;
|
||||
if(miso::read()) {
|
||||
datain |= 1;
|
||||
}
|
||||
sck::make_high();
|
||||
data<<=1;
|
||||
_delay_us(0.3);
|
||||
sck::make_low();
|
||||
}
|
||||
return datain;
|
||||
}
|
||||
uint8_t send_hard(uint8_t data) {
|
||||
SPDR = data; // Sendet ein Byte
|
||||
loop_until_bit_is_set(SPSR, SPIF); // Wartet bis Byte gesendet wurde
|
||||
return SPDR;
|
||||
}
|
||||
};
|
||||
|
||||
#endif /* SPI_H_ */
|
50
V6/Program/rfm12_rs232/Zeitschaltung_V6/io/hardware/pin.hpp
Normal file
50
V6/Program/rfm12_rs232/Zeitschaltung_V6/io/hardware/pin.hpp
Normal file
@ -0,0 +1,50 @@
|
||||
#ifndef AVRLIB_PIN_HPP
|
||||
#define AVRLIB_PIN_HPP
|
||||
|
||||
#include <avr/io.h>
|
||||
|
||||
namespace avrlib {
|
||||
|
||||
template <typename Port, uint8_t Pin>
|
||||
struct pin
|
||||
{
|
||||
static void set(bool value = true)
|
||||
{
|
||||
if (value)
|
||||
Port::port(Port::port() | (1<<Pin));
|
||||
else
|
||||
Port::port(Port::port() & ~(1<<Pin));
|
||||
}
|
||||
|
||||
static void clear() { set(false); }
|
||||
|
||||
static void toggle() { Port::port(Port::port() ^ (1<<Pin)); }
|
||||
|
||||
static bool get() { return (Port::port() & (1<<Pin)) != 0; }
|
||||
|
||||
static bool value() { return (Port::pin() & (1<<Pin)) != 0; }
|
||||
|
||||
static void output(bool value)
|
||||
{
|
||||
if (value)
|
||||
Port::dir(Port::dir() | (1<<Pin));
|
||||
else
|
||||
Port::dir(Port::dir() & ~(1<<Pin));
|
||||
}
|
||||
|
||||
static bool output() { return (Port::dir() & (1<<Pin)) != 0; }
|
||||
|
||||
static void make_output() { output(true); }
|
||||
static void make_input() { output(false); clear(); }
|
||||
static void make_low() { clear(); output(true); }
|
||||
static void make_high() { set(); output(true); }
|
||||
static void set_value(bool value) { set(value); }
|
||||
static void set_high() { set(true); }
|
||||
static void set_low() { set(false); }
|
||||
static bool read() { return value(); }
|
||||
static void pullup() { set_high(); }
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
@ -0,0 +1,22 @@
|
||||
#ifndef AVRLIB_PORTB_HPP
|
||||
#define AVRLIB_PORTB_HPP
|
||||
|
||||
#include <avr/io.h>
|
||||
|
||||
namespace avrlib {
|
||||
|
||||
struct portb
|
||||
{
|
||||
static uint8_t port() { return PORTB; }
|
||||
static void port(uint8_t v) { PORTB = v; }
|
||||
|
||||
static uint8_t pin() { return PINB; }
|
||||
static void pin(uint8_t v) { PINB = v; }
|
||||
|
||||
static uint8_t dir() { return DDRB; }
|
||||
static void dir(uint8_t v) { DDRB = v; }
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
@ -0,0 +1,22 @@
|
||||
#ifndef AVRLIB_PORTC_HPP
|
||||
#define AVRLIB_PORTC_HPP
|
||||
|
||||
#include <avr/io.h>
|
||||
|
||||
namespace avrlib {
|
||||
|
||||
struct portc
|
||||
{
|
||||
static uint8_t port() { return PORTC; }
|
||||
static void port(uint8_t v) { PORTC = v; }
|
||||
|
||||
static uint8_t pin() { return PINC; }
|
||||
static void pin(uint8_t v) { PINC = v; }
|
||||
|
||||
static uint8_t dir() { return DDRC; }
|
||||
static void dir(uint8_t v) { DDRC = v; }
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
@ -0,0 +1,22 @@
|
||||
#ifndef AVRLIB_PORTD_HPP
|
||||
#define AVRLIB_PORTD_HPP
|
||||
|
||||
#include <avr/io.h>
|
||||
|
||||
namespace avrlib {
|
||||
|
||||
struct portd
|
||||
{
|
||||
static uint8_t port() { return PORTD; }
|
||||
static void port(uint8_t v) { PORTD = v; }
|
||||
|
||||
static uint8_t pin() { return PIND; }
|
||||
static void pin(uint8_t v) { PIND = v; }
|
||||
|
||||
static uint8_t dir() { return DDRD; }
|
||||
static void dir(uint8_t v) { DDRD = v; }
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
154
V6/Program/rfm12_rs232/Zeitschaltung_V6/io/rfm12.hpp
Normal file
154
V6/Program/rfm12_rs232/Zeitschaltung_V6/io/rfm12.hpp
Normal file
@ -0,0 +1,154 @@
|
||||
/*
|
||||
* rfm12.hpp
|
||||
*
|
||||
* Created: 08.05.2014 00:06:49
|
||||
* Author: netz
|
||||
*/
|
||||
|
||||
|
||||
#ifndef RFM12_H_
|
||||
#define RFM12_H_
|
||||
|
||||
template <typename Spi, uint8_t bandwidth, uint8_t gain, uint8_t drssi, uint32_t frequenz, uint16_t baud, uint8_t power, uint8_t mod>
|
||||
class Rfm12 {
|
||||
public:
|
||||
Rfm12() {
|
||||
this->init();
|
||||
}
|
||||
|
||||
void ready(void) {
|
||||
s.CSOn();
|
||||
while(s.has_data()); // wait until FIFO ready
|
||||
}
|
||||
|
||||
void beginasyncrx() {
|
||||
this->send(0x82C8); // RX on
|
||||
this->send(0xCA81); // set FIFO mode
|
||||
this->send(0xCA83); // enable FIFO
|
||||
}
|
||||
|
||||
uint8_t hasdata() {
|
||||
s.CSOn();
|
||||
return s.has_data();
|
||||
}
|
||||
|
||||
uint8_t rxbyte() {
|
||||
return this->send(0xB000);
|
||||
}
|
||||
|
||||
void endasyncrx() {
|
||||
this->send(0x8208); // RX off
|
||||
}
|
||||
|
||||
void txdata(uint8_t *data, uint8_t number) {
|
||||
uint8_t i;
|
||||
this->send(0x8238); // TX on
|
||||
this->ready();
|
||||
this->send(0xB8AA);
|
||||
this->ready();
|
||||
this->send(0xB8AA);
|
||||
this->ready();
|
||||
this->send(0xB8AA);
|
||||
this->ready();
|
||||
this->send(0xB82D);
|
||||
this->ready();
|
||||
this->send(0xB8D4);
|
||||
for (i=0; i<number; i++)
|
||||
{
|
||||
this->ready();
|
||||
this->send(0xB800|(*data++));
|
||||
}
|
||||
this->ready();
|
||||
this->send(0x8208); // TX off
|
||||
}
|
||||
|
||||
void rxdata(uint8_t *data, uint8_t number) {
|
||||
uint8_t i;
|
||||
this->send(0x82C8); // RX on
|
||||
this->send(0xCA81); // set FIFO mode
|
||||
this->send(0xCA83); // enable FIFO
|
||||
for (i=0; i<number; i++)
|
||||
{
|
||||
this->ready();
|
||||
*data++=this->send(0xB000);
|
||||
}
|
||||
this->send(0x8208); // RX off
|
||||
}
|
||||
|
||||
void txpacket(uint8_t addr, uint8_t from, uint8_t data) {
|
||||
this->send(0x8238); // TX on
|
||||
this->ready();
|
||||
this->send(0xB8AA);
|
||||
this->ready();
|
||||
this->send(0xB8AA);
|
||||
this->ready();
|
||||
this->send(0xB8AA);
|
||||
this->ready();
|
||||
this->send(0xB82D);
|
||||
this->ready();
|
||||
this->send(0xB8D4);
|
||||
this->ready();
|
||||
this->send(0xB800|addr);
|
||||
this->ready();
|
||||
this->send(0xB800|from);
|
||||
this->ready();
|
||||
this->send(0xB800|data);
|
||||
this->ready();
|
||||
this->send(0xB800);
|
||||
this->ready();
|
||||
this->send(0x8208); // TX off
|
||||
_delay_ms(100);
|
||||
}
|
||||
private:
|
||||
Spi s;
|
||||
uint16_t send(uint16_t wert) {
|
||||
s.CSOn();
|
||||
uint16_t werti = s.send((uint8_t)(wert >> 8)) << 8;
|
||||
werti |= s.send((uint8_t)wert);
|
||||
s.CSOff();
|
||||
return werti;
|
||||
}
|
||||
void init(void) {
|
||||
_delay_ms(100);
|
||||
|
||||
this->send(0xC0E0); // AVR CLK: 10MHz
|
||||
this->send(0x80D7); // Enable FIFO
|
||||
this->send(0xC2AB); // Data Filter: internal
|
||||
this->send(0xCA81); // Set FIFO mode
|
||||
this->send(0xE000); // disable wakeuptimer
|
||||
this->send(0xC800); // disable low duty cycle
|
||||
this->send(0xC4F7); // AFC settings: autotuning: -10kHz...+7,5kHz
|
||||
|
||||
this->setfreq(); // Sende/Empfangsfrequenz auf 433,92MHz einstellen
|
||||
this->setbandwidth(); // 400kHz Bandbreite, 0dB Verstärkung, DRSSI threshold: -61dBm
|
||||
this->setbaud(); // 19200 baud
|
||||
this->setpower(); // 1mW Ausgangsleistung, 120kHz Frequenzshift
|
||||
}
|
||||
void setbandwidth() {
|
||||
this->send( 0x9400 | ( ( bandwidth & 7 ) << 5 ) | ( ( gain & 3 ) << 3 ) | ( drssi & 7 ) );
|
||||
}
|
||||
void setfreq() {
|
||||
uint16_t freq = (uint16_t)(((float)(frequenz-430000)/1000)/0.0025); // macro for calculating frequency value out of frequency in kHz
|
||||
if( freq < 96 ) { // 430,2400MHz
|
||||
this->send( 0xA000 | 96 );
|
||||
} else if( freq > 3903 ) { // 439,7575MHz
|
||||
this->send( 0xA000 | 3903 );
|
||||
}
|
||||
this->send( 0xA000 | freq );
|
||||
}
|
||||
void setbaud() {
|
||||
if (baud < 663) {
|
||||
return;
|
||||
}
|
||||
if (baud < 5400) { // Baudrate= 344827,58621/(R+1)/(1+CS*7)
|
||||
this->send(0xC680 | ( ( 43104 / baud ) - 1 ) );
|
||||
} else {
|
||||
this->send(0xC600 | ( ( 344828UL / baud ) - 1 ) );
|
||||
}
|
||||
}
|
||||
void setpower() {
|
||||
this->send( 0x9800 | ( power & 7 ) | ( ( mod & 15 ) << 4 ) );
|
||||
}
|
||||
};
|
||||
|
||||
#endif /* RFM12_H_ */
|
47
V6/Program/rfm12_rs232/Zeitschaltung_V6/io/uart.hpp
Normal file
47
V6/Program/rfm12_rs232/Zeitschaltung_V6/io/uart.hpp
Normal file
@ -0,0 +1,47 @@
|
||||
/*
|
||||
* Rs232.h
|
||||
*
|
||||
* Created: 04.11.2013 21:31:09
|
||||
* Author: netz
|
||||
*/
|
||||
|
||||
#ifndef RS232_H_
|
||||
#define RS232_H_
|
||||
|
||||
#include <avr/io.h>
|
||||
#include <avr/interrupt.h>
|
||||
|
||||
template <uint32_t baudrate>
|
||||
class Uart {
|
||||
public:
|
||||
Uart() {
|
||||
sei();
|
||||
init();
|
||||
send("Uart done!\r\n");
|
||||
}
|
||||
void send(const char *text) {
|
||||
while (*text)
|
||||
{
|
||||
uart_putchar(*text);
|
||||
text++;
|
||||
}
|
||||
}
|
||||
void send(uint8_t wert) {
|
||||
uart_putchar(wert);
|
||||
}
|
||||
private:
|
||||
void init() {
|
||||
UBRRL = (F_CPU / (baudrate * 16L) - 1); //Teiler wird gesetzt
|
||||
UCSRB = /*(1<<RXEN1) | (1<<RXCIE1) | */ (1<<TXEN); //Enable TXEN im Register UCR TX-Data Enable
|
||||
UCSRC = (1<<URSEL) | (3<<UCSZ0); //8N1
|
||||
}
|
||||
uint8_t uart_putchar(uint8_t c) {
|
||||
loop_until_bit_is_set(UCSRA, UDRE); //Ausgabe des Zeichens
|
||||
UDR = c;
|
||||
return 0;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif /* RS232_H_ */
|
51
V6/Program/rfm12_rs232/Zeitschaltung_V6/peripheral.h
Normal file
51
V6/Program/rfm12_rs232/Zeitschaltung_V6/peripheral.h
Normal file
@ -0,0 +1,51 @@
|
||||
/*
|
||||
* peripheral.h
|
||||
*
|
||||
* Created: 07.05.2014 14:02:16
|
||||
* Author: netz
|
||||
*/
|
||||
|
||||
|
||||
#ifndef PERIPHERAL_H_
|
||||
#define PERIPHERAL_H_
|
||||
|
||||
#define F_CPU 8000000
|
||||
|
||||
//#include "io/hardware/portb.hpp"
|
||||
#include "io/hardware/portc.hpp"
|
||||
//#include "io/hardware/portd.hpp"
|
||||
|
||||
#include "io/Led.hpp"
|
||||
typedef Led<
|
||||
avrlib::portc, //LED an PORTD
|
||||
PINC0 //Rot
|
||||
> ledclass;
|
||||
|
||||
#include "io/uart.hpp"
|
||||
typedef Uart<
|
||||
9600
|
||||
> uartclass;
|
||||
|
||||
#include "io/Spi.hpp"
|
||||
typedef Spi< //<typename Port, int cspin, int misopin, int mosipin, int sckpin, int mode>
|
||||
avrlib::portc, //Funkmodul an PORTC
|
||||
PINC3, //CS Pin (nSEL)
|
||||
PINC4, //MISO Pin (SDO)
|
||||
PINC1, //MOSI Pin (SDI)
|
||||
PINC2, //SCK Pin
|
||||
1 //0 Hardware, 1 Software
|
||||
> spiclass;
|
||||
|
||||
#include "io/rfm12.hpp"
|
||||
typedef Rfm12<
|
||||
spiclass, //SPI Hardware
|
||||
1, //Bandwidth // 400kHz Bandbreite, 0dB Verstärkung, DRSSI threshold: -61dBm
|
||||
0, //Gain
|
||||
7, //DRRSI
|
||||
433920,//(uint16_t)RF12FREQ(433.92), // Sende/Empfangsfrequenz auf 433,92MHz einstellen
|
||||
9600, //Baudrate // 9600 baud
|
||||
0, //Power // 1mW Ausgangsleistung, 120kHz Frequenzshift
|
||||
6 //Mod
|
||||
> rfm12class;
|
||||
|
||||
#endif /* PERIPHERAL_H_ */
|
Loading…
Reference in New Issue
Block a user