move to gitignore
This commit is contained in:
parent
30a9a72728
commit
275540d9d9
@ -1,133 +0,0 @@
|
|||||||
################################################################################
|
|
||||||
# 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 :=
|
|
||||||
|
|
||||||
|
|
||||||
# Add inputs and outputs from these tool invocations to the build variables
|
|
||||||
C_SRCS += \
|
|
||||||
../Reciver.c \
|
|
||||||
../rf12.c
|
|
||||||
|
|
||||||
|
|
||||||
PREPROCESSING_SRCS +=
|
|
||||||
|
|
||||||
|
|
||||||
ASM_SRCS +=
|
|
||||||
|
|
||||||
|
|
||||||
OBJS += \
|
|
||||||
Reciver.o \
|
|
||||||
rf12.o
|
|
||||||
|
|
||||||
|
|
||||||
OBJS_AS_ARGS += \
|
|
||||||
Reciver.o \
|
|
||||||
rf12.o
|
|
||||||
|
|
||||||
|
|
||||||
C_DEPS += \
|
|
||||||
Reciver.d \
|
|
||||||
rf12.d
|
|
||||||
|
|
||||||
|
|
||||||
C_DEPS_AS_ARGS += \
|
|
||||||
Reciver.d \
|
|
||||||
rf12.d
|
|
||||||
|
|
||||||
|
|
||||||
OUTPUT_FILE_PATH +=Reciver.elf
|
|
||||||
|
|
||||||
OUTPUT_FILE_PATH_AS_ARGS +=Reciver.elf
|
|
||||||
|
|
||||||
ADDITIONAL_DEPENDENCIES:=
|
|
||||||
|
|
||||||
OUTPUT_FILE_DEP:= ./makedep.mk
|
|
||||||
|
|
||||||
LIB_DEP+=
|
|
||||||
|
|
||||||
# AVR32/GNU C Compiler
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
./%.o: .././%.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: AVR/GNU C Compiler :
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.2.876\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -funsigned-char -funsigned-bitfields -O1 -ffunction-sections -fpack-struct -fshort-enums -g2 -Wall -mmcu=attiny24a -c -std=gnu99 -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: AVR/GNU Linker :
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.2.876\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -o$(OUTPUT_FILE_PATH_AS_ARGS) $(OBJS_AS_ARGS) $(USER_OBJS) $(LIBS) -Wl,-Map="Reciver.map" -Wl,--start-group -Wl,-lm -Wl,--end-group -Wl,--gc-sections -mmcu=attiny24a
|
|
||||||
@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 "Reciver.elf" "Reciver.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 "Reciver.elf" "Reciver.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 "Reciver.elf" > "Reciver.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 "Reciver.elf" "Reciver.srec"
|
|
||||||
"C:\Program Files (x86)\Atmel\Atmel Toolchain\AVR8 GCC\Native\3.4.2.876\avr8-gnu-toolchain\bin\avr-size.exe" "Reciver.elf"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Other Targets
|
|
||||||
clean:
|
|
||||||
-$(RM) $(OBJS_AS_ARGS)$(C_DEPS_AS_ARGS) $(EXECUTABLES)
|
|
||||||
rm -rf "Reciver.elf" "Reciver.a" "Reciver.hex" "Reciver.lss" "Reciver.eep" "Reciver.map" "Reciver.srec"
|
|
||||||
|
|
@ -1,53 +0,0 @@
|
|||||||
Reciver.d Reciver.o: .././Reciver.c .././global.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/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/iotn24a.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 \
|
|
||||||
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 \
|
|
||||||
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 \
|
|
||||||
.././rf12.h .././codes.h
|
|
||||||
|
|
||||||
.././global.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/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/iotn24a.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:
|
|
||||||
|
|
||||||
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:
|
|
||||||
|
|
||||||
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:
|
|
||||||
|
|
||||||
.././rf12.h:
|
|
||||||
|
|
||||||
.././codes.h:
|
|
@ -1 +0,0 @@
|
|||||||
:00000001FF
|
|
Binary file not shown.
@ -1,98 +0,0 @@
|
|||||||
:1000000010C028C027C026C025C024C023C022C0DD
|
|
||||||
:1000100021C020C01FC02AC11DC01CC01BC01AC0E7
|
|
||||||
:1000200019C011241FBECFEDCDBF10E0A0E6B0E097
|
|
||||||
:10003000E4EFF5E002C005900D92A436B107D9F7C0
|
|
||||||
:1000400020E0A4E6B0E001C01D92A636B207E1F7B9
|
|
||||||
:1000500086D1CEC2D5CF8091620090916300069781
|
|
||||||
:1000600009F443C086E090E09093630080936200BF
|
|
||||||
:1000700088E290E090936100809360002FE788E32E
|
|
||||||
:1000800091E0215080409040E1F700C00000409195
|
|
||||||
:1000900062005091630068E281E02CD22FEF83EC84
|
|
||||||
:1000A00099E0215080409040E1F700C0000084E1D9
|
|
||||||
:1000B00090E090936100809360002FEF82E597E0DD
|
|
||||||
:1000C000215080409040E1F700C0000084EB90E0B8
|
|
||||||
:1000D00090936100809360002FEF86E191E12150C1
|
|
||||||
:1000E00080409040E1F700C000000895BA988091E8
|
|
||||||
:1000F000620090916300039729F4B29B03C0F6D18C
|
|
||||||
:10010000AADFE1D18091620090916300029741F4EF
|
|
||||||
:10011000B29B06C0EBD148E068E281E0EBD1D3D1DD
|
|
||||||
:10012000CC992DC08091620090916300029739F5BF
|
|
||||||
:1001300086E090E090936300809362002FEF81E16E
|
|
||||||
:100140009AE7215080409040E1F700C000002FEF77
|
|
||||||
:1001500081E19AE7215080409040E1F700C0000023
|
|
||||||
:100160002FEF81E19AE7215080409040E1F700C0F5
|
|
||||||
:10017000000083E090E09093630080936200089514
|
|
||||||
:10018000CF93A1D101C0B2DFA8D18111FCCFAAD1F8
|
|
||||||
:10019000882339F0883229F0803F09F03FC001C040
|
|
||||||
:1001A000A5DF9BD18111FCCF9DD1C82F01C09EDF5F
|
|
||||||
:1001B00094D18111FCCFC13089F594D1843049F0BC
|
|
||||||
:1001C00018F48130C1F419C0853051F0873099F4AA
|
|
||||||
:1001D0000EC082E090E090936300809362000DC0B7
|
|
||||||
:1001E00083E090E0909363008093620006C07ED12C
|
|
||||||
:1001F00032DF69D113C07AD111C078D12FE788E3FB
|
|
||||||
:1002000091E0215080409040E1F700C00000409113
|
|
||||||
:1002100062005091630068E281E06CD1CF91089553
|
|
||||||
:1002200010BE85E083BF88E582BF81E089BFB89AB0
|
|
||||||
:10023000C09A8FEA94E00197F1F700C00000809126
|
|
||||||
:100240006000909161001816190674F480E090E047
|
|
||||||
:1002500025E12A95F1F70000019620916000309188
|
|
||||||
:10026000610082179307A4F3C09808951F920F921C
|
|
||||||
:100270000FB60F9211242F933F938F939F9388E58E
|
|
||||||
:1002800082BF8091620090916300029779F480911F
|
|
||||||
:10029000640090916500C39794F198B382E0892738
|
|
||||||
:1002A00088BB109265001092640029C080916200A2
|
|
||||||
:1002B00090916300039779F48091640090916500B8
|
|
||||||
:1002C0000697ECF098B382E0892788BB109265000E
|
|
||||||
:1002D0001092640014C080916200909163000697B0
|
|
||||||
:1002E00071F48091640090916500029744F098B396
|
|
||||||
:1002F00082E0892788BB109265001092640080918B
|
|
||||||
:10030000640090916500019690936500809364006D
|
|
||||||
:10031000B89AC09A8FEA94E00197F1F700C0000004
|
|
||||||
:1003200080916000909161001816190674F480E0C5
|
|
||||||
:1003300090E025E12A95F1F70000019620916000F8
|
|
||||||
:100340003091610082179307A4F3C0989F918F9119
|
|
||||||
:100350003F912F910F900FBE0F901F9018952FD0A7
|
|
||||||
:1003600080E296E06BD047E060E081E04BD080E82F
|
|
||||||
:1003700095E273D066E080E093D052DFB99AD498CA
|
|
||||||
:10038000DC9AD69ADE987894FBDEFECFD99840E1CD
|
|
||||||
:1003900020E030E0992314F4DB9A01C0DB98220FAF
|
|
||||||
:1003A000331FC8992160DA9A880F991F00C0000096
|
|
||||||
:1003B000DA98415079F7D99A822F932F08958AB30A
|
|
||||||
:1003C0008E608ABBD99A2FEF80E792E0215080405F
|
|
||||||
:1003D0009040E1F700C0000080EE90ECD7DF87EDA1
|
|
||||||
:1003E00090E8D4DF8BEA92ECD1DF81E89AECCEDFA3
|
|
||||||
:1003F00080E090EECBDF80E098ECC8DF87EF94ECF4
|
|
||||||
:10040000C5DF0895477050E054696370262F30E0CF
|
|
||||||
:10041000220F331F220F331F220F331F90E0880F4C
|
|
||||||
:10042000991F82959295907F9827807F982799278A
|
|
||||||
:10043000822B932B842B952BA9DF08958036910571
|
|
||||||
:1004400038F080342FE0920728F08FE39FE002C05D
|
|
||||||
:1004500080E690E0906A9ADF0895873922E092075B
|
|
||||||
:10046000F0F0883125E1920770F49C0140E050E003
|
|
||||||
:1004700060E678EA80E090E0A0D0C901019780684A
|
|
||||||
:10048000966C84DF08959C0140E050E06CEF72E4CC
|
|
||||||
:1004900085E090E070D0C9010197966C77DF0895F0
|
|
||||||
:1004A000877090E0986970E062957295707F76270A
|
|
||||||
:1004B000607F76277727862B972B68DF0895D9985A
|
|
||||||
:1004C000C89BFECF089588EC92E860DF81E89AEC43
|
|
||||||
:1004D0005DDF83E89AEC5ADF0895D99889B3809557
|
|
||||||
:1004E0008170089580E090EB51DF089588E092E8F4
|
|
||||||
:1004F0004DDF08951F93CF93DF93182FD62FC42F6E
|
|
||||||
:1005000088E392E843DFDBDF8AEA98EB3FDFD7DF5F
|
|
||||||
:100510008AEA98EB3BDFD3DF8AEA98EB37DFCFDF5D
|
|
||||||
:100520008DE298EB33DFCBDF84ED98EB2FDFC7DF75
|
|
||||||
:10053000812F90E0986B2ADFC2DF8D2F90E0986BBF
|
|
||||||
:1005400025DFBDDF8C2F90E0986B20DFB8DF80E0E7
|
|
||||||
:1005500098EB1CDFB4DF88E092E818DF2FEF80E72C
|
|
||||||
:1005600092E0215080409040E1F700C00000DF9110
|
|
||||||
:10057000CF911F910895A1E21A2EAA1BBB1BFD016A
|
|
||||||
:100580000DC0AA1FBB1FEE1FFF1FA217B307E40772
|
|
||||||
:10059000F50720F0A21BB30BE40BF50B661F771FCA
|
|
||||||
:1005A000881F991F1A9469F76095709580959095AA
|
|
||||||
:1005B0009B01AC01BD01CF010895052E97FB16F4F8
|
|
||||||
:1005C000009406D057FD0CD0D6DF07FC09D07EF48E
|
|
||||||
:1005D00090958095709561957F4F8F4F9F4F0895AF
|
|
||||||
:1005E00050954095309521953F4F4F4F5F4F08955F
|
|
||||||
:0405F000F894FFCFAD
|
|
||||||
:0405F400B40002004D
|
|
||||||
:00000001FF
|
|
File diff suppressed because it is too large
Load Diff
@ -1,510 +0,0 @@
|
|||||||
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/avr25/tiny-stack\libgcc.a(_udivmodsi4.o)
|
|
||||||
rf12.o (__udivmodsi4)
|
|
||||||
c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr25/tiny-stack\libgcc.a(_divmodsi4.o)
|
|
||||||
rf12.o (__divmodsi4)
|
|
||||||
c:/program files (x86)/atmel/atmel toolchain/avr8 gcc/native/3.4.2.876/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.7.2/avr25/tiny-stack\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/avr25/tiny-stack/crttn24a.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/avr25/tiny-stack\libgcc.a(_copy_data.o)
|
|
||||||
Reciver.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/avr25/tiny-stack\libgcc.a(_clear_bss.o)
|
|
||||||
Reciver.o (__do_clear_bss)
|
|
||||||
|
|
||||||
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/avr25/tiny-stack/crttn24a.o
|
|
||||||
.text 0x00000000 0x0 Reciver.o
|
|
||||||
.text 0x00000000 0x0 rf12.o
|
|
||||||
.bss 0x00000000 0x0 rf12.o
|
|
||||||
.text.rf12_txdata
|
|
||||||
0x00000000 0x62 rf12.o
|
|
||||||
.text.rf12_rxdata
|
|
||||||
0x00000000 0x44 rf12.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/avr25/tiny-stack\libgcc.a(_udivmodsi4.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/avr25/tiny-stack\libgcc.a(_udivmodsi4.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/avr25/tiny-stack\libgcc.a(_udivmodsi4.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/avr25/tiny-stack\libgcc.a(_udivmodsi4.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/avr25/tiny-stack\libgcc.a(_udivmodsi4.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/avr25/tiny-stack\libgcc.a(_udivmodsi4.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/avr25/tiny-stack\libgcc.a(_udivmodsi4.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/avr25/tiny-stack\libgcc.a(_divmodsi4.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/avr25/tiny-stack\libgcc.a(_divmodsi4.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/avr25/tiny-stack\libgcc.a(_divmodsi4.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/avr25/tiny-stack\libgcc.a(_divmodsi4.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/avr25/tiny-stack\libgcc.a(_divmodsi4.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/avr25/tiny-stack\libgcc.a(_divmodsi4.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/avr25/tiny-stack\libgcc.a(_divmodsi4.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/avr25/tiny-stack\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/avr25/tiny-stack\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/avr25/tiny-stack\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/avr25/tiny-stack\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/avr25/tiny-stack\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/avr25/tiny-stack\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/avr25/tiny-stack\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/avr25/tiny-stack\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/avr25/tiny-stack\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/avr25/tiny-stack\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/avr25/tiny-stack\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/avr25/tiny-stack\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/avr25/tiny-stack\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/avr25/tiny-stack\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/avr25/tiny-stack\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/avr25/tiny-stack\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/avr25/tiny-stack\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/avr25/tiny-stack\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/avr25/tiny-stack\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/avr25/tiny-stack\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/avr25/tiny-stack\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/avr25/tiny-stack\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/avr25/tiny-stack\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/avr25/tiny-stack\libgcc.a(_clear_bss.o)
|
|
||||||
|
|
||||||
Memory Configuration
|
|
||||||
|
|
||||||
Name Origin Length Attributes
|
|
||||||
text 0x00000000 0x00002000 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/avr25/tiny-stack/crttn24a.o
|
|
||||||
LOAD Reciver.o
|
|
||||||
LOAD rf12.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/avr25/tiny-stack\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/avr25/tiny-stack\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/avr25/tiny-stack\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/avr25/tiny-stack\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 0x5f4
|
|
||||||
*(.vectors)
|
|
||||||
.vectors 0x00000000 0x22 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/avr25/tiny-stack/crttn24a.o
|
|
||||||
0x00000000 __vector_default
|
|
||||||
0x00000000 __vectors
|
|
||||||
*(.vectors)
|
|
||||||
*(.progmem.gcc*)
|
|
||||||
*(.progmem*)
|
|
||||||
0x00000022 . = ALIGN (0x2)
|
|
||||||
0x00000022 __trampolines_start = .
|
|
||||||
*(.trampolines)
|
|
||||||
.trampolines 0x00000022 0x0 linker stubs
|
|
||||||
*(.trampolines*)
|
|
||||||
0x00000022 __trampolines_end = .
|
|
||||||
*(.jumptables)
|
|
||||||
*(.jumptables*)
|
|
||||||
*(.lowtext)
|
|
||||||
*(.lowtext*)
|
|
||||||
0x00000022 __ctors_start = .
|
|
||||||
*(.ctors)
|
|
||||||
0x00000022 __ctors_end = .
|
|
||||||
0x00000022 __dtors_start = .
|
|
||||||
*(.dtors)
|
|
||||||
0x00000022 __dtors_end = .
|
|
||||||
SORT(*)(.ctors)
|
|
||||||
SORT(*)(.dtors)
|
|
||||||
*(.init0)
|
|
||||||
.init0 0x00000022 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/avr25/tiny-stack/crttn24a.o
|
|
||||||
0x00000022 __init
|
|
||||||
*(.init0)
|
|
||||||
*(.init1)
|
|
||||||
*(.init1)
|
|
||||||
*(.init2)
|
|
||||||
.init2 0x00000022 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/avr25/tiny-stack/crttn24a.o
|
|
||||||
*(.init2)
|
|
||||||
*(.init3)
|
|
||||||
*(.init3)
|
|
||||||
*(.init4)
|
|
||||||
.init4 0x0000002a 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/avr25/tiny-stack\libgcc.a(_copy_data.o)
|
|
||||||
0x0000002a __do_copy_data
|
|
||||||
.init4 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/avr25/tiny-stack\libgcc.a(_clear_bss.o)
|
|
||||||
0x00000040 __do_clear_bss
|
|
||||||
*(.init4)
|
|
||||||
*(.init5)
|
|
||||||
*(.init5)
|
|
||||||
*(.init6)
|
|
||||||
*(.init6)
|
|
||||||
*(.init7)
|
|
||||||
*(.init7)
|
|
||||||
*(.init8)
|
|
||||||
*(.init8)
|
|
||||||
*(.init9)
|
|
||||||
.init9 0x00000050 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/avr25/tiny-stack/crttn24a.o
|
|
||||||
*(.init9)
|
|
||||||
*(.text)
|
|
||||||
.text 0x00000054 0x2 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/avr25/tiny-stack/crttn24a.o
|
|
||||||
0x00000054 __vector_1
|
|
||||||
0x00000054 __vector_12
|
|
||||||
0x00000054 __bad_interrupt
|
|
||||||
0x00000054 __vector_6
|
|
||||||
0x00000054 __vector_3
|
|
||||||
0x00000054 __vector_13
|
|
||||||
0x00000054 __vector_7
|
|
||||||
0x00000054 __vector_5
|
|
||||||
0x00000054 __vector_4
|
|
||||||
0x00000054 __vector_9
|
|
||||||
0x00000054 __vector_2
|
|
||||||
0x00000054 __vector_15
|
|
||||||
0x00000054 __vector_8
|
|
||||||
0x00000054 __vector_14
|
|
||||||
0x00000054 __vector_10
|
|
||||||
0x00000054 __vector_16
|
|
||||||
0x00000056 . = ALIGN (0x2)
|
|
||||||
*(.text.*)
|
|
||||||
.text.turn 0x00000056 0x96 Reciver.o
|
|
||||||
0x00000056 turn
|
|
||||||
.text.poll 0x000000ec 0x94 Reciver.o
|
|
||||||
0x000000ec poll
|
|
||||||
.text.recive 0x00000180 0xa0 Reciver.o
|
|
||||||
0x00000180 recive
|
|
||||||
.text.init_timer
|
|
||||||
0x00000220 0x4c Reciver.o
|
|
||||||
0x00000220 init_timer
|
|
||||||
.text.__vector_11
|
|
||||||
0x0000026c 0xf2 Reciver.o
|
|
||||||
0x0000026c __vector_11
|
|
||||||
.text.main 0x0000035e 0x2e Reciver.o
|
|
||||||
0x0000035e main
|
|
||||||
.text.rf12_trans
|
|
||||||
0x0000038c 0x32 rf12.o
|
|
||||||
0x0000038c rf12_trans
|
|
||||||
.text.rf12_init
|
|
||||||
0x000003be 0x46 rf12.o
|
|
||||||
0x000003be rf12_init
|
|
||||||
.text.rf12_setbandwidth
|
|
||||||
0x00000404 0x38 rf12.o
|
|
||||||
0x00000404 rf12_setbandwidth
|
|
||||||
.text.rf12_setfreq
|
|
||||||
0x0000043c 0x1e rf12.o
|
|
||||||
0x0000043c rf12_setfreq
|
|
||||||
.text.rf12_setbaud
|
|
||||||
0x0000045a 0x46 rf12.o
|
|
||||||
0x0000045a rf12_setbaud
|
|
||||||
.text.rf12_setpower
|
|
||||||
0x000004a0 0x1e rf12.o
|
|
||||||
0x000004a0 rf12_setpower
|
|
||||||
.text.rf12_ready
|
|
||||||
0x000004be 0x8 rf12.o
|
|
||||||
0x000004be rf12_ready
|
|
||||||
.text.rf12_beginasyncrx
|
|
||||||
0x000004c6 0x14 rf12.o
|
|
||||||
0x000004c6 rf12_beginasyncrx
|
|
||||||
.text.rf12_hasdata
|
|
||||||
0x000004da 0xa rf12.o
|
|
||||||
0x000004da rf12_hasdata
|
|
||||||
.text.rf12_rxbyte
|
|
||||||
0x000004e4 0x8 rf12.o
|
|
||||||
0x000004e4 rf12_rxbyte
|
|
||||||
.text.rf12_endasyncrx
|
|
||||||
0x000004ec 0x8 rf12.o
|
|
||||||
0x000004ec rf12_endasyncrx
|
|
||||||
.text.rf12_txpacket
|
|
||||||
0x000004f4 0x82 rf12.o
|
|
||||||
0x000004f4 rf12_txpacket
|
|
||||||
.text.libgcc.div
|
|
||||||
0x00000576 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/avr25/tiny-stack\libgcc.a(_udivmodsi4.o)
|
|
||||||
0x00000576 __udivmodsi4
|
|
||||||
.text.libgcc.div
|
|
||||||
0x000005ba 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/avr25/tiny-stack\libgcc.a(_divmodsi4.o)
|
|
||||||
0x000005ba __divmodsi4
|
|
||||||
0x000005f0 . = ALIGN (0x2)
|
|
||||||
*(.fini9)
|
|
||||||
.fini9 0x000005f0 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/avr25/tiny-stack\libgcc.a(_exit.o)
|
|
||||||
0x000005f0 _exit
|
|
||||||
0x000005f0 exit
|
|
||||||
*(.fini9)
|
|
||||||
*(.fini8)
|
|
||||||
*(.fini8)
|
|
||||||
*(.fini7)
|
|
||||||
*(.fini7)
|
|
||||||
*(.fini6)
|
|
||||||
*(.fini6)
|
|
||||||
*(.fini5)
|
|
||||||
*(.fini5)
|
|
||||||
*(.fini4)
|
|
||||||
*(.fini4)
|
|
||||||
*(.fini3)
|
|
||||||
*(.fini3)
|
|
||||||
*(.fini2)
|
|
||||||
*(.fini2)
|
|
||||||
*(.fini1)
|
|
||||||
*(.fini1)
|
|
||||||
*(.fini0)
|
|
||||||
.fini0 0x000005f0 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/avr25/tiny-stack\libgcc.a(_exit.o)
|
|
||||||
*(.fini0)
|
|
||||||
0x000005f4 _etext = .
|
|
||||||
|
|
||||||
.data 0x00800060 0x4 load address 0x000005f4
|
|
||||||
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/avr25/tiny-stack/crttn24a.o
|
|
||||||
.data 0x00800060 0x4 Reciver.o
|
|
||||||
0x00800060 servopos
|
|
||||||
0x00800062 status
|
|
||||||
.data 0x00800064 0x0 rf12.o
|
|
||||||
.data 0x00800064 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/avr25/tiny-stack\libgcc.a(_udivmodsi4.o)
|
|
||||||
.data 0x00800064 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/avr25/tiny-stack\libgcc.a(_divmodsi4.o)
|
|
||||||
.data 0x00800064 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/avr25/tiny-stack\libgcc.a(_exit.o)
|
|
||||||
.data 0x00800064 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/avr25/tiny-stack\libgcc.a(_copy_data.o)
|
|
||||||
.data 0x00800064 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/avr25/tiny-stack\libgcc.a(_clear_bss.o)
|
|
||||||
*(.data*)
|
|
||||||
*(.rodata)
|
|
||||||
*(.rodata*)
|
|
||||||
*(.gnu.linkonce.d*)
|
|
||||||
0x00800064 . = ALIGN (0x2)
|
|
||||||
0x00800064 _edata = .
|
|
||||||
0x00800064 PROVIDE (__data_end, .)
|
|
||||||
|
|
||||||
.bss 0x00800064 0x2
|
|
||||||
0x00800064 PROVIDE (__bss_start, .)
|
|
||||||
*(.bss)
|
|
||||||
.bss 0x00800064 0x2 Reciver.o
|
|
||||||
0x00800064 pwm_led
|
|
||||||
*(.bss*)
|
|
||||||
*(COMMON)
|
|
||||||
0x00800066 PROVIDE (__bss_end, .)
|
|
||||||
0x000005f4 __data_load_start = LOADADDR (.data)
|
|
||||||
0x000005f8 __data_load_end = (__data_load_start + SIZEOF (.data))
|
|
||||||
|
|
||||||
.noinit 0x00800066 0x0
|
|
||||||
0x00800066 PROVIDE (__noinit_start, .)
|
|
||||||
*(.noinit*)
|
|
||||||
0x00800066 PROVIDE (__noinit_end, .)
|
|
||||||
0x00800066 _end = .
|
|
||||||
0x00800066 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 0x6b4
|
|
||||||
*(.stab)
|
|
||||||
.stab 0x00000000 0x6b4 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/avr25/tiny-stack/crttn24a.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/avr25/tiny-stack/crttn24a.o
|
|
||||||
|
|
||||||
.stab.excl
|
|
||||||
*(.stab.excl)
|
|
||||||
|
|
||||||
.stab.exclstr
|
|
||||||
*(.stab.exclstr)
|
|
||||||
|
|
||||||
.stab.index
|
|
||||||
*(.stab.index)
|
|
||||||
|
|
||||||
.stab.indexstr
|
|
||||||
*(.stab.indexstr)
|
|
||||||
|
|
||||||
.comment 0x00000000 0x2f
|
|
||||||
*(.comment)
|
|
||||||
.comment 0x00000000 0x2f Reciver.o
|
|
||||||
0x30 (size before relaxing)
|
|
||||||
.comment 0x00000000 0x30 rf12.o
|
|
||||||
|
|
||||||
.debug
|
|
||||||
*(.debug)
|
|
||||||
|
|
||||||
.line
|
|
||||||
*(.line)
|
|
||||||
|
|
||||||
.debug_srcinfo
|
|
||||||
*(.debug_srcinfo)
|
|
||||||
|
|
||||||
.debug_sfnames
|
|
||||||
*(.debug_sfnames)
|
|
||||||
|
|
||||||
.debug_aranges 0x00000000 0xd0
|
|
||||||
*(.debug_aranges)
|
|
||||||
.debug_aranges
|
|
||||||
0x00000000 0x48 Reciver.o
|
|
||||||
.debug_aranges
|
|
||||||
0x00000048 0x88 rf12.o
|
|
||||||
|
|
||||||
.debug_pubnames
|
|
||||||
*(.debug_pubnames)
|
|
||||||
|
|
||||||
.debug_info 0x00000000 0x1026
|
|
||||||
*(.debug_info)
|
|
||||||
.debug_info 0x00000000 0x7a0 Reciver.o
|
|
||||||
.debug_info 0x000007a0 0x886 rf12.o
|
|
||||||
*(.gnu.linkonce.wi.*)
|
|
||||||
|
|
||||||
.debug_abbrev 0x00000000 0x40a
|
|
||||||
*(.debug_abbrev)
|
|
||||||
.debug_abbrev 0x00000000 0x1fc Reciver.o
|
|
||||||
.debug_abbrev 0x000001fc 0x20e rf12.o
|
|
||||||
|
|
||||||
.debug_line 0x00000000 0x56e
|
|
||||||
*(.debug_line)
|
|
||||||
.debug_line 0x00000000 0x29f Reciver.o
|
|
||||||
.debug_line 0x0000029f 0x2cf rf12.o
|
|
||||||
|
|
||||||
.debug_frame 0x00000000 0x1c8
|
|
||||||
*(.debug_frame)
|
|
||||||
.debug_frame 0x00000000 0x9c Reciver.o
|
|
||||||
.debug_frame 0x0000009c 0x12c rf12.o
|
|
||||||
|
|
||||||
.debug_str 0x00000000 0x243
|
|
||||||
*(.debug_str)
|
|
||||||
.debug_str 0x00000000 0x1ec Reciver.o
|
|
||||||
0x225 (size before relaxing)
|
|
||||||
.debug_str 0x000001ec 0x57 rf12.o
|
|
||||||
0x242 (size before relaxing)
|
|
||||||
|
|
||||||
.debug_loc 0x00000000 0x7d0
|
|
||||||
*(.debug_loc)
|
|
||||||
.debug_loc 0x00000000 0x3fc Reciver.o
|
|
||||||
.debug_loc 0x000003fc 0x3d4 rf12.o
|
|
||||||
|
|
||||||
.debug_macinfo
|
|
||||||
*(.debug_macinfo)
|
|
||||||
|
|
||||||
.debug_pubtypes
|
|
||||||
*(.debug_pubtypes)
|
|
||||||
|
|
||||||
.debug_ranges 0x00000000 0xb0
|
|
||||||
*(.debug_ranges)
|
|
||||||
.debug_ranges 0x00000000 0x38 Reciver.o
|
|
||||||
.debug_ranges 0x00000038 0x78 rf12.o
|
|
||||||
|
|
||||||
.debug_macro
|
|
||||||
*(.debug_macro)
|
|
||||||
OUTPUT(Reciver.elf elf32-avr)
|
|
||||||
LOAD linker stubs
|
|
@ -1,99 +0,0 @@
|
|||||||
S00F0000526563697665722E7372656345
|
|
||||||
S113000010C028C027C026C025C024C023C022C0D9
|
|
||||||
S113001021C020C01FC02AC11DC01CC01BC01AC0E3
|
|
||||||
S113002019C011241FBECFEDCDBF10E0A0E6B0E093
|
|
||||||
S1130030E4EFF5E002C005900D92A436B107D9F7BC
|
|
||||||
S113004020E0A4E6B0E001C01D92A636B207E1F7B5
|
|
||||||
S113005086D1CEC2D5CF809162009091630006977D
|
|
||||||
S113006009F443C086E090E09093630080936200BB
|
|
||||||
S113007088E290E090936100809360002FE788E32A
|
|
||||||
S113008091E0215080409040E1F700C00000409191
|
|
||||||
S113009062005091630068E281E02CD22FEF83EC80
|
|
||||||
S11300A099E0215080409040E1F700C0000084E1D5
|
|
||||||
S11300B090E090936100809360002FEF82E597E0D9
|
|
||||||
S11300C0215080409040E1F700C0000084EB90E0B4
|
|
||||||
S11300D090936100809360002FEF86E191E12150BD
|
|
||||||
S11300E080409040E1F700C000000895BA988091E4
|
|
||||||
S11300F0620090916300039729F4B29B03C0F6D188
|
|
||||||
S1130100AADFE1D18091620090916300029741F4EB
|
|
||||||
S1130110B29B06C0EBD148E068E281E0EBD1D3D1D9
|
|
||||||
S1130120CC992DC08091620090916300029739F5BB
|
|
||||||
S113013086E090E090936300809362002FEF81E16A
|
|
||||||
S11301409AE7215080409040E1F700C000002FEF73
|
|
||||||
S113015081E19AE7215080409040E1F700C000001F
|
|
||||||
S11301602FEF81E19AE7215080409040E1F700C0F1
|
|
||||||
S1130170000083E090E09093630080936200089510
|
|
||||||
S1130180CF93A1D101C0B2DFA8D18111FCCFAAD1F4
|
|
||||||
S1130190882339F0883229F0803F09F03FC001C03C
|
|
||||||
S11301A0A5DF9BD18111FCCF9DD1C82F01C09EDF5B
|
|
||||||
S11301B094D18111FCCFC13089F594D1843049F0B8
|
|
||||||
S11301C018F48130C1F419C0853051F0873099F4A6
|
|
||||||
S11301D00EC082E090E090936300809362000DC0B3
|
|
||||||
S11301E083E090E0909363008093620006C07ED128
|
|
||||||
S11301F032DF69D113C07AD111C078D12FE788E3F7
|
|
||||||
S113020091E0215080409040E1F700C0000040910F
|
|
||||||
S113021062005091630068E281E06CD1CF9108954F
|
|
||||||
S113022010BE85E083BF88E582BF81E089BFB89AAC
|
|
||||||
S1130230C09A8FEA94E00197F1F700C00000809122
|
|
||||||
S11302406000909161001816190674F480E090E043
|
|
||||||
S113025025E12A95F1F70000019620916000309184
|
|
||||||
S1130260610082179307A4F3C09808951F920F9218
|
|
||||||
S11302700FB60F9211242F933F938F939F9388E58A
|
|
||||||
S113028082BF8091620090916300029779F480911B
|
|
||||||
S1130290640090916500C39794F198B382E0892734
|
|
||||||
S11302A088BB109265001092640029C0809162009E
|
|
||||||
S11302B090916300039779F48091640090916500B4
|
|
||||||
S11302C00697ECF098B382E0892788BB109265000A
|
|
||||||
S11302D01092640014C080916200909163000697AC
|
|
||||||
S11302E071F48091640090916500029744F098B392
|
|
||||||
S11302F082E0892788BB1092650010926400809187
|
|
||||||
S11303006400909165000196909365008093640069
|
|
||||||
S1130310B89AC09A8FEA94E00197F1F700C0000000
|
|
||||||
S113032080916000909161001816190674F480E0C1
|
|
||||||
S113033090E025E12A95F1F70000019620916000F4
|
|
||||||
S11303403091610082179307A4F3C0989F918F9115
|
|
||||||
S11303503F912F910F900FBE0F901F9018952FD0A3
|
|
||||||
S113036080E296E06BD047E060E081E04BD080E82B
|
|
||||||
S113037095E273D066E080E093D052DFB99AD498C6
|
|
||||||
S1130380DC9AD69ADE987894FBDEFECFD99840E1C9
|
|
||||||
S113039020E030E0992314F4DB9A01C0DB98220FAB
|
|
||||||
S11303A0331FC8992160DA9A880F991F00C0000092
|
|
||||||
S11303B0DA98415079F7D99A822F932F08958AB306
|
|
||||||
S11303C08E608ABBD99A2FEF80E792E0215080405B
|
|
||||||
S11303D09040E1F700C0000080EE90ECD7DF87ED9D
|
|
||||||
S11303E090E8D4DF8BEA92ECD1DF81E89AECCEDF9F
|
|
||||||
S11303F080E090EECBDF80E098ECC8DF87EF94ECF0
|
|
||||||
S1130400C5DF0895477050E054696370262F30E0CB
|
|
||||||
S1130410220F331F220F331F220F331F90E0880F48
|
|
||||||
S1130420991F82959295907F9827807F9827992786
|
|
||||||
S1130430822B932B842B952BA9DF0895803691056D
|
|
||||||
S113044038F080342FE0920728F08FE39FE002C059
|
|
||||||
S113045080E690E0906A9ADF0895873922E0920757
|
|
||||||
S1130460F0F0883125E1920770F49C0140E050E0FF
|
|
||||||
S113047060E678EA80E090E0A0D0C9010197806846
|
|
||||||
S1130480966C84DF08959C0140E050E06CEF72E4C8
|
|
||||||
S113049085E090E070D0C9010197966C77DF0895EC
|
|
||||||
S11304A0877090E0986970E062957295707F762706
|
|
||||||
S11304B0607F76277727862B972B68DF0895D99856
|
|
||||||
S11304C0C89BFECF089588EC92E860DF81E89AEC3F
|
|
||||||
S11304D05DDF83E89AEC5ADF0895D99889B3809553
|
|
||||||
S11304E08170089580E090EB51DF089588E092E8F0
|
|
||||||
S11304F04DDF08951F93CF93DF93182FD62FC42F6A
|
|
||||||
S113050088E392E843DFDBDF8AEA98EB3FDFD7DF5B
|
|
||||||
S11305108AEA98EB3BDFD3DF8AEA98EB37DFCFDF59
|
|
||||||
S11305208DE298EB33DFCBDF84ED98EB2FDFC7DF71
|
|
||||||
S1130530812F90E0986B2ADFC2DF8D2F90E0986BBB
|
|
||||||
S113054025DFBDDF8C2F90E0986B20DFB8DF80E0E3
|
|
||||||
S113055098EB1CDFB4DF88E092E818DF2FEF80E728
|
|
||||||
S113056092E0215080409040E1F700C00000DF910C
|
|
||||||
S1130570CF911F910895A1E21A2EAA1BBB1BFD0166
|
|
||||||
S11305800DC0AA1FBB1FEE1FFF1FA217B307E4076E
|
|
||||||
S1130590F50720F0A21BB30BE40BF50B661F771FC6
|
|
||||||
S11305A0881F991F1A9469F76095709580959095A6
|
|
||||||
S11305B09B01AC01BD01CF010895052E97FB16F4F4
|
|
||||||
S11305C0009406D057FD0CD0D6DF07FC09D07EF48A
|
|
||||||
S11305D090958095709561957F4F8F4F9F4F0895AB
|
|
||||||
S11305E050954095309521953F4F4F4F5F4F08955B
|
|
||||||
S10705F0F894FFCFA9
|
|
||||||
S10705F4B400020049
|
|
||||||
S9030000FC
|
|
@ -1,8 +0,0 @@
|
|||||||
################################################################################
|
|
||||||
# Automatically-generated file. Do not edit or delete the file
|
|
||||||
################################################################################
|
|
||||||
|
|
||||||
Reciver.c
|
|
||||||
|
|
||||||
rf12.c
|
|
||||||
|
|
@ -1,48 +0,0 @@
|
|||||||
rf12.d rf12.o: .././rf12.c \
|
|
||||||
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/iotn24a.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 \
|
|
||||||
.././rf12.h .././global.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
|
|
||||||
|
|
||||||
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/iotn24a.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:
|
|
||||||
|
|
||||||
.././rf12.h:
|
|
||||||
|
|
||||||
.././global.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:
|
|
Loading…
Reference in New Issue
Block a user