Rename ATTINY88 firmware directory (again)
I think I've settled on a filename structure
This commit is contained in:
		
							parent
							
								
									dfdcebb0d9
								
							
						
					
					
						commit
						1182c9b578
					
				
							
								
								
									
										152
									
								
								fw_dc22_attiny88/Debug/Makefile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										152
									
								
								fw_dc22_attiny88/Debug/Makefile
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,152 @@ | |||||||
|  | ################################################################################
 | ||||||
|  | # 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:= | ||||||
|  | LINKER_SCRIPT_DEP:= | ||||||
|  | 
 | ||||||
|  | # Every subdirectory with source files must be described here
 | ||||||
|  | SUBDIRS :=  \
 | ||||||
|  | ../src | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | # Add inputs and outputs from these tool invocations to the build variables 
 | ||||||
|  | C_SRCS +=  \
 | ||||||
|  | ../src/adc.c \ | ||||||
|  | ../src/led.c \ | ||||||
|  | ../src/main.c | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | PREPROCESSING_SRCS +=  | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | ASM_SRCS +=  | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | OBJS +=  \
 | ||||||
|  | src/adc.o \ | ||||||
|  | src/led.o \ | ||||||
|  | src/main.o | ||||||
|  | 
 | ||||||
|  | OBJS_AS_ARGS +=  \
 | ||||||
|  | src/adc.o \ | ||||||
|  | src/led.o \ | ||||||
|  | src/main.o | ||||||
|  | 
 | ||||||
|  | C_DEPS +=  \
 | ||||||
|  | src/adc.d \ | ||||||
|  | src/led.d \ | ||||||
|  | src/main.d | ||||||
|  | 
 | ||||||
|  | C_DEPS_AS_ARGS +=  \
 | ||||||
|  | src/adc.d \ | ||||||
|  | src/led.d \ | ||||||
|  | src/main.d | ||||||
|  | 
 | ||||||
|  | OUTPUT_FILE_PATH +=wp_dc22_attiny88.elf | ||||||
|  | 
 | ||||||
|  | OUTPUT_FILE_PATH_AS_ARGS +=wp_dc22_attiny88.elf | ||||||
|  | 
 | ||||||
|  | ADDITIONAL_DEPENDENCIES:= | ||||||
|  | 
 | ||||||
|  | OUTPUT_FILE_DEP:= ./makedep.mk | ||||||
|  | 
 | ||||||
|  | LIB_DEP+=  | ||||||
|  | 
 | ||||||
|  | LINKER_SCRIPT_DEP+=  | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | # AVR32/GNU C Compiler
 | ||||||
|  | src/adc.o: ../src/adc.c | ||||||
|  | 	@echo Building file: $< | ||||||
|  | 	@echo Invoking: AVR/GNU C Compiler : 5.4.0 | ||||||
|  | 	$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE)  -x c -funsigned-char -funsigned-bitfields -DDEBUG  -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.172\include"  -Os -finline-functions -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -Wextra -mmcu=attiny88 -B "C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.172\gcc\dev\attiny88" -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)"   -o "$@" "$<"  | ||||||
|  | 	@echo Finished building: $< | ||||||
|  | 	 | ||||||
|  | 
 | ||||||
|  | src/led.o: ../src/led.c | ||||||
|  | 	@echo Building file: $< | ||||||
|  | 	@echo Invoking: AVR/GNU C Compiler : 5.4.0 | ||||||
|  | 	$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE)  -x c -funsigned-char -funsigned-bitfields -DDEBUG  -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.172\include"  -Os -finline-functions -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -Wextra -mmcu=attiny88 -B "C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.172\gcc\dev\attiny88" -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)"   -o "$@" "$<"  | ||||||
|  | 	@echo Finished building: $< | ||||||
|  | 	 | ||||||
|  | 
 | ||||||
|  | src/main.o: ../src/main.c | ||||||
|  | 	@echo Building file: $< | ||||||
|  | 	@echo Invoking: AVR/GNU C Compiler : 5.4.0 | ||||||
|  | 	$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE)  -x c -funsigned-char -funsigned-bitfields -DDEBUG  -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.172\include"  -Os -finline-functions -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -g2 -Wall -Wextra -mmcu=attiny88 -B "C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.172\gcc\dev\attiny88" -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) $(LINKER_SCRIPT_DEP) | ||||||
|  | 	@echo Building target: $@ | ||||||
|  | 	@echo Invoking: AVR/GNU Linker : 5.4.0 | ||||||
|  | 	$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -o$(OUTPUT_FILE_PATH_AS_ARGS) $(OBJS_AS_ARGS) $(USER_OBJS) $(LIBS) -Wl,-Map="wp_dc22_attiny88.map" -Wl,--start-group -Wl,-lm  -Wl,--end-group -Wl,--gc-sections -mmcu=attiny88 -B "C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.172\gcc\dev\attiny88"   | ||||||
|  | 	@echo Finished building target: $@ | ||||||
|  | 	"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\avr8-gnu-toolchain\bin\avr-objcopy.exe" -O ihex -R .eeprom -R .fuse -R .lock -R .signature -R .user_signatures  "wp_dc22_attiny88.elf" "wp_dc22_attiny88.hex" | ||||||
|  | 	"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\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 "wp_dc22_attiny88.elf" "wp_dc22_attiny88.eep" || exit 0 | ||||||
|  | 	"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\avr8-gnu-toolchain\bin\avr-objdump.exe" -h -S "wp_dc22_attiny88.elf" > "wp_dc22_attiny88.lss" | ||||||
|  | 	"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\avr8-gnu-toolchain\bin\avr-objcopy.exe" -O srec -R .eeprom -R .fuse -R .lock -R .signature -R .user_signatures "wp_dc22_attiny88.elf" "wp_dc22_attiny88.srec" | ||||||
|  | 	"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\avr8-gnu-toolchain\bin\avr-size.exe" "wp_dc22_attiny88.elf" | ||||||
|  | 	 | ||||||
|  | 	 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | # Other Targets
 | ||||||
|  | clean: | ||||||
|  | 	-$(RM) $(OBJS_AS_ARGS) $(EXECUTABLES)   | ||||||
|  | 	-$(RM) $(C_DEPS_AS_ARGS)    | ||||||
|  | 	rm -rf "wp_dc22_attiny88.elf" "wp_dc22_attiny88.a" "wp_dc22_attiny88.hex" "wp_dc22_attiny88.lss" "wp_dc22_attiny88.eep" "wp_dc22_attiny88.map" "wp_dc22_attiny88.srec" "wp_dc22_attiny88.usersignatures" | ||||||
|  | 	 | ||||||
							
								
								
									
										10
									
								
								fw_dc22_attiny88/Debug/makedep.mk
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								fw_dc22_attiny88/Debug/makedep.mk
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,10 @@ | |||||||
|  | ################################################################################
 | ||||||
|  | # Automatically-generated file. Do not edit or delete the file
 | ||||||
|  | ################################################################################
 | ||||||
|  | 
 | ||||||
|  | src\adc.c | ||||||
|  | 
 | ||||||
|  | src\led.c | ||||||
|  | 
 | ||||||
|  | src\main.c | ||||||
|  | 
 | ||||||
							
								
								
									
										41
									
								
								fw_dc22_attiny88/Debug/src/adc.d
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										41
									
								
								fw_dc22_attiny88/Debug/src/adc.d
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,41 @@ | |||||||
|  | src/adc.d src/adc.o: ../src/adc.c ../src/adc.h ../src/config.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\lib\gcc\avr\5.4.0\include\stdint.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\stdint.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\io.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\inttypes.h \ | ||||||
|  |  C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.172\include/avr/iotn88.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\portpins.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\common.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\version.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\fuse.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\lock.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\interrupt.h | ||||||
|  | 
 | ||||||
|  | ../src/adc.h: | ||||||
|  | 
 | ||||||
|  | ../src/config.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\lib\gcc\avr\5.4.0\include\stdint.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\stdint.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\io.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\inttypes.h: | ||||||
|  | 
 | ||||||
|  | C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.172\include/avr/iotn88.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\portpins.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\common.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\version.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\fuse.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\lock.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\interrupt.h: | ||||||
							
								
								
									
										
											BIN
										
									
								
								fw_dc22_attiny88/Debug/src/adc.o
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								fw_dc22_attiny88/Debug/src/adc.o
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										52
									
								
								fw_dc22_attiny88/Debug/src/led.d
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										52
									
								
								fw_dc22_attiny88/Debug/src/led.d
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,52 @@ | |||||||
|  | src/led.d src/led.o: ../src/led.c ../src/led.h ../src/config.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\lib\gcc\avr\5.4.0\include\stdint.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\stdint.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\io.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\inttypes.h \ | ||||||
|  |  C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.172\include/avr/iotn88.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\portpins.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\common.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\version.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\fuse.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\lock.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\util\delay.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\util\delay_basic.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\math.h \ | ||||||
|  |  ../src/adc.h ../src/timer.h | ||||||
|  | 
 | ||||||
|  | ../src/led.h: | ||||||
|  | 
 | ||||||
|  | ../src/config.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\lib\gcc\avr\5.4.0\include\stdint.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\stdint.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\io.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\inttypes.h: | ||||||
|  | 
 | ||||||
|  | C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.172\include/avr/iotn88.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\portpins.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\common.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\version.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\fuse.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\lock.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\util\delay.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\util\delay_basic.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\math.h: | ||||||
|  | 
 | ||||||
|  | ../src/adc.h: | ||||||
|  | 
 | ||||||
|  | ../src/timer.h: | ||||||
							
								
								
									
										
											BIN
										
									
								
								fw_dc22_attiny88/Debug/src/led.o
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								fw_dc22_attiny88/Debug/src/led.o
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										72
									
								
								fw_dc22_attiny88/Debug/src/main.d
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										72
									
								
								fw_dc22_attiny88/Debug/src/main.d
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,72 @@ | |||||||
|  | src/main.d src/main.o: ../src/main.c ../src/config.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\lib\gcc\avr\5.4.0\include\stdint.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\stdint.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\io.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\inttypes.h \ | ||||||
|  |  C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.172\include/avr/iotn88.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\portpins.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\common.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\version.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\fuse.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\lock.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\eeprom.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\lib\gcc\avr\5.4.0\include\stddef.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\interrupt.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\sleep.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\util\delay.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\util\delay_basic.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\math.h \ | ||||||
|  |  ../src/i2c.h ../src/timer.h ../src/led.h ../src/adc.h \ | ||||||
|  |  ../src/i2c_interrupt.h | ||||||
|  | 
 | ||||||
|  | ../src/config.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\lib\gcc\avr\5.4.0\include\stdint.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\stdint.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\io.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\inttypes.h: | ||||||
|  | 
 | ||||||
|  | C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.172\include/avr/iotn88.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\portpins.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\common.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\version.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\fuse.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\lock.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\eeprom.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\lib\gcc\avr\5.4.0\include\stddef.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\interrupt.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\pgmspace.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\sleep.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\util\delay.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\util\delay_basic.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\math.h: | ||||||
|  | 
 | ||||||
|  | ../src/i2c.h: | ||||||
|  | 
 | ||||||
|  | ../src/timer.h: | ||||||
|  | 
 | ||||||
|  | ../src/led.h: | ||||||
|  | 
 | ||||||
|  | ../src/adc.h: | ||||||
|  | 
 | ||||||
|  | ../src/i2c_interrupt.h: | ||||||
							
								
								
									
										
											BIN
										
									
								
								fw_dc22_attiny88/Debug/src/main.o
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								fw_dc22_attiny88/Debug/src/main.o
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										1
									
								
								fw_dc22_attiny88/Debug/wp_dc22_attiny88.eep
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								fw_dc22_attiny88/Debug/wp_dc22_attiny88.eep
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | |||||||
|  | :00000001FF | ||||||
							
								
								
									
										1838
									
								
								fw_dc22_attiny88/Debug/wp_dc22_attiny88.lss
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1838
									
								
								fw_dc22_attiny88/Debug/wp_dc22_attiny88.lss
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										643
									
								
								fw_dc22_attiny88/Debug/wp_dc22_attiny88.map
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										643
									
								
								fw_dc22_attiny88/Debug/wp_dc22_attiny88.map
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,643 @@ | |||||||
|  | Archive member included to satisfy reference by file (symbol) | ||||||
|  | 
 | ||||||
|  | c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_exit.o) | ||||||
|  |                               C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25/crtattiny88.o (exit) | ||||||
|  | c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_copy_data.o) | ||||||
|  |                               src/led.o (__do_copy_data) | ||||||
|  | c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_clear_bss.o) | ||||||
|  |                               src/adc.o (__do_clear_bss) | ||||||
|  | C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_byte.o) | ||||||
|  |                               src/main.o (eeprom_read_byte) | ||||||
|  | C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_word.o) | ||||||
|  |                               src/main.o (eeprom_read_word) | ||||||
|  | C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_word.o) | ||||||
|  |                               src/main.o (eeprom_write_word) | ||||||
|  | C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_block.o) | ||||||
|  |                               C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_word.o) (eeprom_read_blraw) | ||||||
|  | C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_byte.o) | ||||||
|  |                               C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_word.o) (eeprom_write_byte) | ||||||
|  | 
 | ||||||
|  | Allocating common symbols | ||||||
|  | Common symbol       size              file | ||||||
|  | 
 | ||||||
|  | comm_timeout        0x1               src/main.o | ||||||
|  | adc_reread          0x1               src/adc.o | ||||||
|  | rgbled_pwm_rt       0x4               src/led.o | ||||||
|  | adc_result          0x12              src/adc.o | ||||||
|  | rgbled_pwm_lf       0x4               src/led.o | ||||||
|  | adc_busy            0x1               src/adc.o | ||||||
|  | rgbled_light_level  0x4               src/main.o | ||||||
|  | comm_data           0x4               src/main.o | ||||||
|  | adc_read_mode       0x1               src/adc.o | ||||||
|  | comm_data_idx       0x1               src/main.o | ||||||
|  | timer1_mode         0x1               src/led.o | ||||||
|  | 
 | ||||||
|  | Discarded input sections | ||||||
|  | 
 | ||||||
|  |  .data          0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25/crtattiny88.o | ||||||
|  |  .bss           0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25/crtattiny88.o | ||||||
|  |  .text          0x00000000        0x0 src/adc.o | ||||||
|  |  .data          0x00000000        0x0 src/adc.o | ||||||
|  |  .bss           0x00000000        0x0 src/adc.o | ||||||
|  |  .text          0x00000000        0x0 src/led.o | ||||||
|  |  .data          0x00000000        0x0 src/led.o | ||||||
|  |  .bss           0x00000000        0x0 src/led.o | ||||||
|  |  .text          0x00000000        0x0 src/main.o | ||||||
|  |  .data          0x00000000        0x0 src/main.o | ||||||
|  |  .bss           0x00000000        0x0 src/main.o | ||||||
|  |  .avr.prop      0x00000000       0x16 src/main.o | ||||||
|  |  .text          0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_exit.o) | ||||||
|  |  .data          0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_exit.o) | ||||||
|  |  .bss           0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_exit.o) | ||||||
|  |  .text.libgcc.mul | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_exit.o) | ||||||
|  |  .text.libgcc.div | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_exit.o) | ||||||
|  |  .text.libgcc   0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_exit.o) | ||||||
|  |  .text.libgcc.prologue | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_exit.o) | ||||||
|  |  .text.libgcc.builtins | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_exit.o) | ||||||
|  |  .text.libgcc.fmul | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_exit.o) | ||||||
|  |  .text.libgcc.fixed | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_exit.o) | ||||||
|  |  .text          0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_copy_data.o) | ||||||
|  |  .data          0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_copy_data.o) | ||||||
|  |  .bss           0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_copy_data.o) | ||||||
|  |  .text.libgcc.mul | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_copy_data.o) | ||||||
|  |  .text.libgcc.div | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_copy_data.o) | ||||||
|  |  .text.libgcc   0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_copy_data.o) | ||||||
|  |  .text.libgcc.prologue | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_copy_data.o) | ||||||
|  |  .text.libgcc.builtins | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_copy_data.o) | ||||||
|  |  .text.libgcc.fmul | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_copy_data.o) | ||||||
|  |  .text.libgcc.fixed | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_copy_data.o) | ||||||
|  |  .text          0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_clear_bss.o) | ||||||
|  |  .data          0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_clear_bss.o) | ||||||
|  |  .bss           0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_clear_bss.o) | ||||||
|  |  .text.libgcc.mul | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_clear_bss.o) | ||||||
|  |  .text.libgcc.div | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_clear_bss.o) | ||||||
|  |  .text.libgcc   0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_clear_bss.o) | ||||||
|  |  .text.libgcc.prologue | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_clear_bss.o) | ||||||
|  |  .text.libgcc.builtins | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_clear_bss.o) | ||||||
|  |  .text.libgcc.fmul | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_clear_bss.o) | ||||||
|  |  .text.libgcc.fixed | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_clear_bss.o) | ||||||
|  |  .text          0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_byte.o) | ||||||
|  |  .data          0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_byte.o) | ||||||
|  |  .bss           0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_byte.o) | ||||||
|  |  .text          0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_word.o) | ||||||
|  |  .data          0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_word.o) | ||||||
|  |  .bss           0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_word.o) | ||||||
|  |  .text          0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_word.o) | ||||||
|  |  .data          0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_word.o) | ||||||
|  |  .bss           0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_word.o) | ||||||
|  |  .text          0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_block.o) | ||||||
|  |  .data          0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_block.o) | ||||||
|  |  .bss           0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_block.o) | ||||||
|  |  .text          0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_byte.o) | ||||||
|  |  .data          0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_byte.o) | ||||||
|  |  .bss           0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_byte.o) | ||||||
|  | 
 | ||||||
|  | Memory Configuration | ||||||
|  | 
 | ||||||
|  | Name             Origin             Length             Attributes | ||||||
|  | text             0x00000000         0x00002000         xr | ||||||
|  | data             0x00800060         0x0000ffa0         rw !x | ||||||
|  | eeprom           0x00810000         0x00010000         rw !x | ||||||
|  | fuse             0x00820000         0x00000003         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/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25/crtattiny88.o | ||||||
|  | LOAD src/adc.o | ||||||
|  | LOAD src/led.o | ||||||
|  | LOAD src/main.o | ||||||
|  | START GROUP | ||||||
|  | LOAD c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avr25\libm.a | ||||||
|  | END GROUP | ||||||
|  | START GROUP | ||||||
|  | LOAD c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a | ||||||
|  | LOAD c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avr25\libm.a | ||||||
|  | LOAD c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avr25\libc.a | ||||||
|  | LOAD C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a | ||||||
|  | END GROUP | ||||||
|  |                 0x00002000                __TEXT_REGION_LENGTH__ = DEFINED (__TEXT_REGION_LENGTH__)?__TEXT_REGION_LENGTH__:0x2000 | ||||||
|  |                 0x0000ffa0                __DATA_REGION_LENGTH__ = DEFINED (__DATA_REGION_LENGTH__)?__DATA_REGION_LENGTH__:0xffa0 | ||||||
|  |                 0x00010000                __EEPROM_REGION_LENGTH__ = DEFINED (__EEPROM_REGION_LENGTH__)?__EEPROM_REGION_LENGTH__:0x10000 | ||||||
|  |                 [0x00000003]                __FUSE_REGION_LENGTH__ = DEFINED (__FUSE_REGION_LENGTH__)?__FUSE_REGION_LENGTH__:0x400 | ||||||
|  |                 0x00000400                __LOCK_REGION_LENGTH__ = DEFINED (__LOCK_REGION_LENGTH__)?__LOCK_REGION_LENGTH__:0x400 | ||||||
|  |                 0x00000400                __SIGNATURE_REGION_LENGTH__ = DEFINED (__SIGNATURE_REGION_LENGTH__)?__SIGNATURE_REGION_LENGTH__:0x400 | ||||||
|  |                 0x00000400                __USER_SIGNATURE_REGION_LENGTH__ = DEFINED (__USER_SIGNATURE_REGION_LENGTH__)?__USER_SIGNATURE_REGION_LENGTH__:0x400 | ||||||
|  | 
 | ||||||
|  | .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      0x8a8 | ||||||
|  |  *(.vectors) | ||||||
|  |  .vectors       0x00000000       0x28 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25/crtattiny88.o | ||||||
|  |                 0x00000000                __vector_default | ||||||
|  |                 0x00000000                __vectors | ||||||
|  |  *(.vectors) | ||||||
|  |  *(.progmem.gcc*) | ||||||
|  |  .progmem.gcc_sw_table.pegleg_cmd | ||||||
|  |                 0x00000028       0x34 src/main.o | ||||||
|  |                 0x0000005c                . = ALIGN (0x2) | ||||||
|  |                 0x0000005c                __trampolines_start = . | ||||||
|  |  *(.trampolines) | ||||||
|  |  .trampolines   0x0000005c        0x0 linker stubs | ||||||
|  |  *(.trampolines*) | ||||||
|  |                 0x0000005c                __trampolines_end = . | ||||||
|  |  *libprintf_flt.a:*(.progmem.data) | ||||||
|  |  *libc.a:*(.progmem.data) | ||||||
|  |  *(.progmem*) | ||||||
|  |                 0x0000005c                . = ALIGN (0x2) | ||||||
|  |  *(.jumptables) | ||||||
|  |  *(.jumptables*) | ||||||
|  |  *(.lowtext) | ||||||
|  |  *(.lowtext*) | ||||||
|  |                 0x0000005c                __ctors_start = . | ||||||
|  |  *(.ctors) | ||||||
|  |                 0x0000005c                __ctors_end = . | ||||||
|  |                 0x0000005c                __dtors_start = . | ||||||
|  |  *(.dtors) | ||||||
|  |                 0x0000005c                __dtors_end = . | ||||||
|  |  SORT(*)(.ctors) | ||||||
|  |  SORT(*)(.dtors) | ||||||
|  |  *(.init0) | ||||||
|  |  .init0         0x0000005c        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25/crtattiny88.o | ||||||
|  |                 0x0000005c                __init | ||||||
|  |  *(.init0) | ||||||
|  |  *(.init1) | ||||||
|  |  *(.init1) | ||||||
|  |  *(.init2) | ||||||
|  |  .init2         0x0000005c        0xc C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25/crtattiny88.o | ||||||
|  |  *(.init2) | ||||||
|  |  *(.init3) | ||||||
|  |  *(.init3) | ||||||
|  |  *(.init4) | ||||||
|  |  .init4         0x00000068       0x16 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_copy_data.o) | ||||||
|  |                 0x00000068                __do_copy_data | ||||||
|  |  .init4         0x0000007e       0x10 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_clear_bss.o) | ||||||
|  |                 0x0000007e                __do_clear_bss | ||||||
|  |  *(.init4) | ||||||
|  |  *(.init5) | ||||||
|  |  *(.init5) | ||||||
|  |  *(.init6) | ||||||
|  |  *(.init6) | ||||||
|  |  *(.init7) | ||||||
|  |  *(.init7) | ||||||
|  |  *(.init8) | ||||||
|  |  *(.init8) | ||||||
|  |  *(.init9) | ||||||
|  |  .init9         0x0000008e        0x4 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25/crtattiny88.o | ||||||
|  |  *(.init9) | ||||||
|  |  *(.text) | ||||||
|  |  .text          0x00000092        0x2 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25/crtattiny88.o | ||||||
|  |                 0x00000092                __vector_1 | ||||||
|  |                 0x00000092                __bad_interrupt | ||||||
|  |                 0x00000092                __vector_6 | ||||||
|  |                 0x00000092                __vector_3 | ||||||
|  |                 0x00000092                __vector_11 | ||||||
|  |                 0x00000092                __vector_13 | ||||||
|  |                 0x00000092                __vector_17 | ||||||
|  |                 0x00000092                __vector_7 | ||||||
|  |                 0x00000092                __vector_5 | ||||||
|  |                 0x00000092                __vector_4 | ||||||
|  |                 0x00000092                __vector_9 | ||||||
|  |                 0x00000092                __vector_2 | ||||||
|  |                 0x00000092                __vector_15 | ||||||
|  |                 0x00000092                __vector_8 | ||||||
|  |                 0x00000092                __vector_14 | ||||||
|  |                 0x00000092                __vector_10 | ||||||
|  |                 0x00000092                __vector_18 | ||||||
|  |                 0x00000094                . = ALIGN (0x2) | ||||||
|  |  *(.text.*) | ||||||
|  |  .text.adc_init | ||||||
|  |                 0x00000094       0x24 src/adc.o | ||||||
|  |                 0x00000094                adc_init | ||||||
|  |  .text.adc_channel | ||||||
|  |                 0x000000b8       0x44 src/adc.o | ||||||
|  |                 0x000000b8                adc_channel | ||||||
|  |  .text.adc_start | ||||||
|  |                 0x000000fc       0x3c src/adc.o | ||||||
|  |                 0x000000fc                adc_start | ||||||
|  |  .text.__vector_16 | ||||||
|  |                 0x00000138       0xba src/adc.o | ||||||
|  |                 0x00000138                __vector_16 | ||||||
|  |  .text.rgbled_io_init | ||||||
|  |                 0x000001f2       0x1a src/led.o | ||||||
|  |                 0x000001f2                rgbled_io_init | ||||||
|  |  .text.rgbled_update | ||||||
|  |                 0x0000020c       0x7e src/led.o | ||||||
|  |                 0x0000020c                rgbled_update | ||||||
|  |  .text.rgbled_sensor_init | ||||||
|  |                 0x0000028a       0x60 src/led.o | ||||||
|  |                 0x0000028a                rgbled_sensor_init | ||||||
|  |  .text.rgbled_sensor_sensitivity | ||||||
|  |                 0x000002ea       0x14 src/led.o | ||||||
|  |                 0x000002ea                rgbled_sensor_sensitivity | ||||||
|  |  .text.rgbled_sensor_read_idx | ||||||
|  |                 0x000002fe        0x8 src/led.o | ||||||
|  |                 0x000002fe                rgbled_sensor_read_idx | ||||||
|  |  .text.rgbled_sensor_read | ||||||
|  |                 0x00000306       0x88 src/led.o | ||||||
|  |                 0x00000306                rgbled_sensor_read | ||||||
|  |  .text.pegleg_cmd | ||||||
|  |                 0x0000038e      0x102 src/main.o | ||||||
|  |  .text.i2c_slave_tx.constprop.4 | ||||||
|  |                 0x00000490       0x18 src/main.o | ||||||
|  |  .text.pegleg_data_tx | ||||||
|  |                 0x000004a8       0x70 src/main.o | ||||||
|  |  .text.tempsensor_process | ||||||
|  |                 0x00000518       0x1a src/main.o | ||||||
|  |                 0x00000518                tempsensor_process | ||||||
|  |  .text.tempsensor_read | ||||||
|  |                 0x00000532       0x38 src/main.o | ||||||
|  |                 0x00000532                tempsensor_read | ||||||
|  |  .text.startup.main | ||||||
|  |                 0x0000056a      0x126 src/main.o | ||||||
|  |                 0x0000056a                main | ||||||
|  |  .text.__vector_19 | ||||||
|  |                 0x00000690       0xde src/main.o | ||||||
|  |                 0x00000690                __vector_19 | ||||||
|  |  .text.__vector_12 | ||||||
|  |                 0x0000076e       0xe4 src/main.o | ||||||
|  |                 0x0000076e                __vector_12 | ||||||
|  |  .text.avr-libc | ||||||
|  |                 0x00000852        0xe C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_byte.o) | ||||||
|  |                 0x00000852                eeprom_read_byte | ||||||
|  |  .text.avr-libc | ||||||
|  |                 0x00000860        0x8 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_word.o) | ||||||
|  |                 0x00000860                eeprom_read_word | ||||||
|  |  .text.avr-libc | ||||||
|  |                 0x00000868        0x6 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_word.o) | ||||||
|  |                 0x00000868                eeprom_write_word | ||||||
|  |  .text.avr-libc | ||||||
|  |                 0x0000086e       0x1c C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_block.o) | ||||||
|  |                 0x0000086e                eeprom_read_block | ||||||
|  |                 0x00000872                eeprom_read_blraw | ||||||
|  |  .text.avr-libc | ||||||
|  |                 0x0000088a       0x1a C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_byte.o) | ||||||
|  |                 0x0000088a                eeprom_write_byte | ||||||
|  |                 0x0000088c                eeprom_write_r18 | ||||||
|  |                 0x000008a4                . = ALIGN (0x2) | ||||||
|  |  *(.fini9) | ||||||
|  |  .fini9         0x000008a4        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_exit.o) | ||||||
|  |                 0x000008a4                _exit | ||||||
|  |                 0x000008a4                exit | ||||||
|  |  *(.fini9) | ||||||
|  |  *(.fini8) | ||||||
|  |  *(.fini8) | ||||||
|  |  *(.fini7) | ||||||
|  |  *(.fini7) | ||||||
|  |  *(.fini6) | ||||||
|  |  *(.fini6) | ||||||
|  |  *(.fini5) | ||||||
|  |  *(.fini5) | ||||||
|  |  *(.fini4) | ||||||
|  |  *(.fini4) | ||||||
|  |  *(.fini3) | ||||||
|  |  *(.fini3) | ||||||
|  |  *(.fini2) | ||||||
|  |  *(.fini2) | ||||||
|  |  *(.fini1) | ||||||
|  |  *(.fini1) | ||||||
|  |  *(.fini0) | ||||||
|  |  .fini0         0x000008a4        0x4 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_exit.o) | ||||||
|  |  *(.fini0) | ||||||
|  |                 0x000008a8                _etext = . | ||||||
|  | 
 | ||||||
|  | .data           0x00800100        0x4 load address 0x000008a8 | ||||||
|  |                 0x00800100                PROVIDE (__data_start, .) | ||||||
|  |  *(.data) | ||||||
|  |  *(.data*) | ||||||
|  |  .data.rgbled_sensitivity | ||||||
|  |                 0x00800100        0x4 src/led.o | ||||||
|  |  *(.gnu.linkonce.d*) | ||||||
|  |  *(.rodata) | ||||||
|  |  *(.rodata*) | ||||||
|  |  *(.gnu.linkonce.r*) | ||||||
|  |                 0x00800104                . = ALIGN (0x2) | ||||||
|  |                 0x00800104                _edata = . | ||||||
|  |                 0x00800104                PROVIDE (__data_end, .) | ||||||
|  | 
 | ||||||
|  | .bss            0x00800104       0x30 | ||||||
|  |                 0x00800104                PROVIDE (__bss_start, .) | ||||||
|  |  *(.bss) | ||||||
|  |  *(.bss*) | ||||||
|  |  .bss.adc_averages | ||||||
|  |                 0x00800104        0x1 src/adc.o | ||||||
|  |  .bss.rgbled_read_sel | ||||||
|  |                 0x00800105        0x1 src/led.o | ||||||
|  |  .bss.temp_offset | ||||||
|  |                 0x00800106        0x2 src/main.o | ||||||
|  |  .bss.temperature | ||||||
|  |                 0x00800108        0x1 src/main.o | ||||||
|  |  .bss.pirate_sleep_mode | ||||||
|  |                 0x00800109        0x1 src/main.o | ||||||
|  |  .bss.tim0_centi | ||||||
|  |                 0x0080010a        0x1 src/main.o | ||||||
|  |  .bss.tim0_milli | ||||||
|  |                 0x0080010b        0x1 src/main.o | ||||||
|  |  *(COMMON) | ||||||
|  |  COMMON         0x0080010c       0x15 src/adc.o | ||||||
|  |                 0x0080010c                adc_reread | ||||||
|  |                 0x0080010d                adc_result | ||||||
|  |                 0x0080011f                adc_busy | ||||||
|  |                 0x00800120                adc_read_mode | ||||||
|  |  COMMON         0x00800121        0x9 src/led.o | ||||||
|  |                 0x00800121                rgbled_pwm_rt | ||||||
|  |                 0x00800125                rgbled_pwm_lf | ||||||
|  |                 0x00800129                timer1_mode | ||||||
|  |  COMMON         0x0080012a        0xa src/main.o | ||||||
|  |                 0x0080012a                comm_timeout | ||||||
|  |                 0x0080012b                rgbled_light_level | ||||||
|  |                 0x0080012f                comm_data | ||||||
|  |                 0x00800133                comm_data_idx | ||||||
|  |                 0x00800134                PROVIDE (__bss_end, .) | ||||||
|  |                 0x000008a8                __data_load_start = LOADADDR (.data) | ||||||
|  |                 0x000008ac                __data_load_end = (__data_load_start + SIZEOF (.data)) | ||||||
|  | 
 | ||||||
|  | .noinit         0x00800134        0x0 | ||||||
|  |                 [!provide]                PROVIDE (__noinit_start, .) | ||||||
|  |  *(.noinit*) | ||||||
|  |                 [!provide]                PROVIDE (__noinit_end, .) | ||||||
|  |                 0x00800134                _end = . | ||||||
|  |                 [!provide]                PROVIDE (__heap_start, .) | ||||||
|  | 
 | ||||||
|  | .eeprom         0x00810000        0x0 | ||||||
|  |  *(.eeprom*) | ||||||
|  |                 0x00810000                __eeprom_end = . | ||||||
|  | 
 | ||||||
|  | .fuse | ||||||
|  |  *(.fuse) | ||||||
|  |  *(.lfuse) | ||||||
|  |  *(.hfuse) | ||||||
|  |  *(.efuse) | ||||||
|  | 
 | ||||||
|  | .lock | ||||||
|  |  *(.lock*) | ||||||
|  | 
 | ||||||
|  | .signature | ||||||
|  |  *(.signature*) | ||||||
|  | 
 | ||||||
|  | .user_signatures | ||||||
|  |  *(.user_signatures*) | ||||||
|  | 
 | ||||||
|  | .stab | ||||||
|  |  *(.stab) | ||||||
|  | 
 | ||||||
|  | .stabstr | ||||||
|  |  *(.stabstr) | ||||||
|  | 
 | ||||||
|  | .stab.excl | ||||||
|  |  *(.stab.excl) | ||||||
|  | 
 | ||||||
|  | .stab.exclstr | ||||||
|  |  *(.stab.exclstr) | ||||||
|  | 
 | ||||||
|  | .stab.index | ||||||
|  |  *(.stab.index) | ||||||
|  | 
 | ||||||
|  | .stab.indexstr | ||||||
|  |  *(.stab.indexstr) | ||||||
|  | 
 | ||||||
|  | .comment        0x00000000       0x30 | ||||||
|  |  *(.comment) | ||||||
|  |  .comment       0x00000000       0x30 src/adc.o | ||||||
|  |                                  0x31 (size before relaxing) | ||||||
|  |  .comment       0x00000030       0x31 src/led.o | ||||||
|  |  .comment       0x00000030       0x31 src/main.o | ||||||
|  | 
 | ||||||
|  | .note.gnu.avr.deviceinfo | ||||||
|  |                 0x00000000       0x3c | ||||||
|  |  .note.gnu.avr.deviceinfo | ||||||
|  |                 0x00000000       0x3c C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25/crtattiny88.o | ||||||
|  | 
 | ||||||
|  | .note.gnu.build-id | ||||||
|  |  *(.note.gnu.build-id) | ||||||
|  | 
 | ||||||
|  | .debug | ||||||
|  |  *(.debug) | ||||||
|  | 
 | ||||||
|  | .line | ||||||
|  |  *(.line) | ||||||
|  | 
 | ||||||
|  | .debug_srcinfo | ||||||
|  |  *(.debug_srcinfo) | ||||||
|  | 
 | ||||||
|  | .debug_sfnames | ||||||
|  |  *(.debug_sfnames) | ||||||
|  | 
 | ||||||
|  | .debug_aranges  0x00000000      0x178 | ||||||
|  |  *(.debug_aranges) | ||||||
|  |  .debug_aranges | ||||||
|  |                 0x00000000       0x38 src/adc.o | ||||||
|  |  .debug_aranges | ||||||
|  |                 0x00000038       0x48 src/led.o | ||||||
|  |  .debug_aranges | ||||||
|  |                 0x00000080       0x58 src/main.o | ||||||
|  |  .debug_aranges | ||||||
|  |                 0x000000d8       0x20 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_byte.o) | ||||||
|  |  .debug_aranges | ||||||
|  |                 0x000000f8       0x20 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_word.o) | ||||||
|  |  .debug_aranges | ||||||
|  |                 0x00000118       0x20 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_word.o) | ||||||
|  |  .debug_aranges | ||||||
|  |                 0x00000138       0x20 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_block.o) | ||||||
|  |  .debug_aranges | ||||||
|  |                 0x00000158       0x20 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_byte.o) | ||||||
|  | 
 | ||||||
|  | .debug_pubnames | ||||||
|  |  *(.debug_pubnames) | ||||||
|  | 
 | ||||||
|  | .debug_info     0x00000000     0x1493 | ||||||
|  |  *(.debug_info .gnu.linkonce.wi.*) | ||||||
|  |  .debug_info    0x00000000      0x576 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25/crtattiny88.o | ||||||
|  |  .debug_info    0x00000576      0x1b6 src/adc.o | ||||||
|  |  .debug_info    0x0000072c      0x360 src/led.o | ||||||
|  |  .debug_info    0x00000a8c      0x6af src/main.o | ||||||
|  |  .debug_info    0x0000113b       0xab C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_byte.o) | ||||||
|  |  .debug_info    0x000011e6       0xab C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_word.o) | ||||||
|  |  .debug_info    0x00001291       0xab C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_word.o) | ||||||
|  |  .debug_info    0x0000133c       0xac C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_block.o) | ||||||
|  |  .debug_info    0x000013e8       0xab C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_byte.o) | ||||||
|  | 
 | ||||||
|  | .debug_abbrev   0x00000000      0xb12 | ||||||
|  |  *(.debug_abbrev) | ||||||
|  |  .debug_abbrev  0x00000000      0x52b C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25/crtattiny88.o | ||||||
|  |  .debug_abbrev  0x0000052b      0x105 src/adc.o | ||||||
|  |  .debug_abbrev  0x00000630      0x1f6 src/led.o | ||||||
|  |  .debug_abbrev  0x00000826      0x288 src/main.o | ||||||
|  |  .debug_abbrev  0x00000aae       0x14 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_byte.o) | ||||||
|  |  .debug_abbrev  0x00000ac2       0x14 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_word.o) | ||||||
|  |  .debug_abbrev  0x00000ad6       0x14 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_word.o) | ||||||
|  |  .debug_abbrev  0x00000aea       0x14 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_block.o) | ||||||
|  |  .debug_abbrev  0x00000afe       0x14 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_byte.o) | ||||||
|  | 
 | ||||||
|  | .debug_line     0x00000000      0xe6a | ||||||
|  |  *(.debug_line .debug_line.* .debug_line_end) | ||||||
|  |  .debug_line    0x00000000      0x10f C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25/crtattiny88.o | ||||||
|  |  .debug_line    0x0000010f      0x1d0 src/adc.o | ||||||
|  |  .debug_line    0x000002df      0x2bb src/led.o | ||||||
|  |  .debug_line    0x0000059a      0x669 src/main.o | ||||||
|  |  .debug_line    0x00000c03       0x74 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_byte.o) | ||||||
|  |  .debug_line    0x00000c77       0x61 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_word.o) | ||||||
|  |  .debug_line    0x00000cd8       0x5b C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_word.o) | ||||||
|  |  .debug_line    0x00000d33       0x9f C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_block.o) | ||||||
|  |  .debug_line    0x00000dd2       0x98 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_byte.o) | ||||||
|  | 
 | ||||||
|  | .debug_frame    0x00000000      0x230 | ||||||
|  |  *(.debug_frame) | ||||||
|  |  .debug_frame   0x00000000       0x8c src/adc.o | ||||||
|  |  .debug_frame   0x0000008c       0x80 src/led.o | ||||||
|  |  .debug_frame   0x0000010c      0x124 src/main.o | ||||||
|  | 
 | ||||||
|  | .debug_str      0x00000000      0x6f2 | ||||||
|  |  *(.debug_str) | ||||||
|  |  .debug_str     0x00000000      0x1d9 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25/crtattiny88.o | ||||||
|  |  .debug_str     0x000001d9      0x1eb src/adc.o | ||||||
|  |                                 0x22e (size before relaxing) | ||||||
|  |  .debug_str     0x000003c4      0x14b src/led.o | ||||||
|  |                                 0x326 (size before relaxing) | ||||||
|  |  .debug_str     0x0000050f      0x1e3 src/main.o | ||||||
|  |                                 0x4a4 (size before relaxing) | ||||||
|  | 
 | ||||||
|  | .debug_loc      0x00000000      0x4a9 | ||||||
|  |  *(.debug_loc) | ||||||
|  |  .debug_loc     0x00000000       0xf6 src/adc.o | ||||||
|  |  .debug_loc     0x000000f6       0xf3 src/led.o | ||||||
|  |  .debug_loc     0x000001e9      0x2c0 src/main.o | ||||||
|  | 
 | ||||||
|  | .debug_macinfo | ||||||
|  |  *(.debug_macinfo) | ||||||
|  | 
 | ||||||
|  | .debug_weaknames | ||||||
|  |  *(.debug_weaknames) | ||||||
|  | 
 | ||||||
|  | .debug_funcnames | ||||||
|  |  *(.debug_funcnames) | ||||||
|  | 
 | ||||||
|  | .debug_typenames | ||||||
|  |  *(.debug_typenames) | ||||||
|  | 
 | ||||||
|  | .debug_varnames | ||||||
|  |  *(.debug_varnames) | ||||||
|  | 
 | ||||||
|  | .debug_pubtypes | ||||||
|  |  *(.debug_pubtypes) | ||||||
|  | 
 | ||||||
|  | .debug_ranges   0x00000000       0xa8 | ||||||
|  |  *(.debug_ranges) | ||||||
|  |  .debug_ranges  0x00000000       0x28 src/adc.o | ||||||
|  |  .debug_ranges  0x00000028       0x38 src/led.o | ||||||
|  |  .debug_ranges  0x00000060       0x48 src/main.o | ||||||
|  | 
 | ||||||
|  | .debug_macro | ||||||
|  |  *(.debug_macro) | ||||||
|  | OUTPUT(wp_dc22_attiny88.elf elf32-avr) | ||||||
|  | LOAD linker stubs | ||||||
							
								
								
									
										142
									
								
								fw_dc22_attiny88/Debug/wp_dc22_attiny88.srec
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										142
									
								
								fw_dc22_attiny88/Debug/wp_dc22_attiny88.srec
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,142 @@ | |||||||
|  | S018000077705F646332325F617474696E7938382E7372656333 | ||||||
|  | S11300002DC047C046C045C044C043C042C041C0E3 | ||||||
|  | S113001040C03FC03EC03DC0AAC33BC03AC039C087 | ||||||
|  | S11300208BC037C036C034C3BDC1C0C1CAC1DBC177 | ||||||
|  | S1130030F8C116C228C227C2F9C103C224C223C20E | ||||||
|  | S113004022C221C220C209C20BC20AC21CC21BC2E4 | ||||||
|  | S11300501AC219C218C217C216C207C211241FBE7F | ||||||
|  | S1130060CFEFD2E0DEBFCDBF11E0A0E0B1E0E8EA1F | ||||||
|  | S1130070F8E002C005900D92A430B107D9F721E051 | ||||||
|  | S1130080A4E0B1E001C01D92A433B207E1F76DD240 | ||||||
|  | S113009009C4B6CFE4E6F0E080818E7F8083EAE78E | ||||||
|  | S11300A0F0E08FED8083ACE7B0E08C918F7D8C9392 | ||||||
|  | S11300B08081886880830895282F803188F4909106 | ||||||
|  | S11300C07C00907F982B90937C00883030F481E002 | ||||||
|  | S11300D001C0880F2A95EAF701C080E080937E0072 | ||||||
|  | S11300E0613021F480917C00806405C0623029F481 | ||||||
|  | S11300F080917C008F7B80937C00089590917A009E | ||||||
|  | S1130100292F207496FD15C080930C01662311F0ED | ||||||
|  | S1130110982F01C090E09093040190917C009F700F | ||||||
|  | S1130120906890931F0190917A00906490937A0064 | ||||||
|  | S113013001C021E0822F08951F920F920FB60F92F3 | ||||||
|  | S113014011242F934F935F938F939F93AF93BF93F8 | ||||||
|  | S1130150EF93FF93E0917C00EF7020910401222340 | ||||||
|  | S1130160D1F080910C012817B1F0E930A0F4AE2F42 | ||||||
|  | S1130170B0E0AA0FBB1FA35FBE4F4D915C911197D6 | ||||||
|  | S11301808091780090917900840F951F96958795BA | ||||||
|  | S113019011969C938E9380910C01882359F0809141 | ||||||
|  | S11301A00C01815080930C0180917A0080648093CB | ||||||
|  | S11301B07A0011C021110DC0E93058F4F0E08091AB | ||||||
|  | S11301C0780090917900EE0FFF1FE35FFE4F91835B | ||||||
|  | S11301D0808310921F01FF91EF91BF91AF919F9186 | ||||||
|  | S11301E08F915F914F912F910F900FBE0F901F90A1 | ||||||
|  | S11301F018958AB1806F8AB987B18F6087B98BB13E | ||||||
|  | S1130200806F8BB988B18F6088B90895CF93DF93DD | ||||||
|  | S11302108BB1806F8BB988B18F6088B9C8E8D0E0A2 | ||||||
|  | S11302208EEF8883AAE8B0E08C938AEF90E09093F5 | ||||||
|  | S11302308500809384003BB124E02D0D81E090E0A3 | ||||||
|  | S1130240AC0101C0440F2A95EAF7242F20952323FB | ||||||
|  | S11302502BB928B10D2C01C0880F0A94EAF78095B8 | ||||||
|  | S1130260822388B9ED2DF0E0EB5DFE4F8BEF90819A | ||||||
|  | S1130270282F291B2883ED2DF0E0EF5DFE4F9081A0 | ||||||
|  | S1130280891B8C93DF91CF9108959BB1906F9BB99B | ||||||
|  | S1130290E0E8F0E090819F70908397B1907F97B9E8 | ||||||
|  | S11302A095B7906195BF47B121E030E0B90102C034 | ||||||
|  | S11302B0660F771F8A95E2F7CB01462B47B998B1B1 | ||||||
|  | S11302C0907F98B92A9A98B1982B98B92A9878E08F | ||||||
|  | S11302D07A95F1F797B18095982397B998B18923C6 | ||||||
|  | S11302E088B985B78F7E85BF0895843038F4662336 | ||||||
|  | S11302F029F0E82FF0E0E050FF4F60830895837009 | ||||||
|  | S113030080930501089580910501E82FF0E0E05005 | ||||||
|  | S1130310FF4F9081911101C091E02E2DE11003C097 | ||||||
|  | S113032061E08FE012C0213019F460E080E018C071 | ||||||
|  | S1130330223061F490911F01992319F0EE24E39483 | ||||||
|  | S11303400895A3DF6FEF80910501B6CE4E2D50E0E6 | ||||||
|  | S1130350892F90E002964817590719F461E083E069 | ||||||
|  | S1130360CDCE8417950794F42150E22E80911F017D | ||||||
|  | S113037081110CC06FEF8FE09FDE3BDF8EEF809327 | ||||||
|  | S1130380800084B1866084B91092200108958F2D75 | ||||||
|  | S11303904F2D50E04A31510508F075C0FA01EC5E6A | ||||||
|  | S11303A0FF4F0994F12C10922A0108958091330192 | ||||||
|  | S11303B0882309F46CC0F090300183E0809333010A | ||||||
|  | S11303C050C0E0912F01E43020F4F0E0EB5DFE4FEB | ||||||
|  | S11303D006C0E83008F044C0F0E0E35EFE4F8091D0 | ||||||
|  | S11303E0300180833DC080913301882309F44FC0DC | ||||||
|  | S11303F080911D0190911E01892B09F444C06091E4 | ||||||
|  | S11304001D0170911E0180913001681B710987FDE7 | ||||||
|  | S1130410739570930701609306018EE390E024D2F4 | ||||||
|  | S11304201FC0809133018230D8F41DC08091200117 | ||||||
|  | S1130430811117C010922001E12C88E080932001E3 | ||||||
|  | S113044010C08091200181110CC010922001E12C78 | ||||||
|  | S113045080912F0154DF81E0F1CF84E08093090182 | ||||||
|  | S1130460F12C10922A0180E00895809133018823B1 | ||||||
|  | S113047071F080912F01843098F7609130016623E8 | ||||||
|  | S113048079F333DFEDCFF12C10922A0181E0089546 | ||||||
|  | S11304908093BB00ECEBF0E08081806880838081F6 | ||||||
|  | S11304A08F7B808380E008958F2D8830B9F0893068 | ||||||
|  | S11304B0C1F0843051F580912F01803428F490E00C | ||||||
|  | S11304C0C8D1E6DF81E006C08091BC008F7B8093B9 | ||||||
|  | S11304D0BC008FEFF12C10922A010895809108013D | ||||||
|  | S11304E00EC0E0912F01E370F0E0EE0FFF1FE35F19 | ||||||
|  | S11304F0FE4F808191819695879596958795C8DF63 | ||||||
|  | S1130500F12C10922A0181E008958091BC008F7B28 | ||||||
|  | S11305108093BC008FEF089580911D0190911E017E | ||||||
|  | S113052090910601891B982F959595959595891B12 | ||||||
|  | S113053008958E2DE11003C062E088E0BDCD8330C4 | ||||||
|  | S113054019F461E084E0DACD843070F08150E82E53 | ||||||
|  | S113055080911F01811108C061E08FE0ADDD109230 | ||||||
|  | S11305602001DADF80930801089580E88093610018 | ||||||
|  | S11305701092610082B3806F82BB1DB881E084B9A0 | ||||||
|  | S113058017B81AB8CFEFCEB9DEEFD5B9C8B9CBB921 | ||||||
|  | S113059030DE22E02093B8008CEF8093B90086EE21 | ||||||
|  | S11305A08093BA001092BD0085E48093BC008091D2 | ||||||
|  | S11305B064008A7F809364009BEF95BD8DE387BDC3 | ||||||
|  | S11305C016BC20936E00809164008C7F809364003D | ||||||
|  | S11305D0C0938900C0938800C0938A00109285005C | ||||||
|  | S11305E010928400D093800089E18093810010925E | ||||||
|  | S11305F0820080918000809329019093860084B1C9 | ||||||
|  | S1130600866084B910926F0045DD629923C042DD93 | ||||||
|  | S11306102FEF80E792E0215080409040E1F700C046 | ||||||
|  | S11306200000629917C0789488E08093200181DFEC | ||||||
|  | S113063080911F018111FCCF60911D0170911E01F9 | ||||||
|  | S113064070930701609306018EE390E00DD1109240 | ||||||
|  | S113065020010DC08EE390E003D1813322E09207A4 | ||||||
|  | S113066014F081E191E0909307018093060183B730 | ||||||
|  | S1130670897F90910901892B83BF10920901789495 | ||||||
|  | S113068083B7816083BF889583B78E7F83BFEFCFA5 | ||||||
|  | S11306901F920F920FB60F9211242F933F934F93F3 | ||||||
|  | S11306A05F936F937F938F939F93AF93BF93EF93D6 | ||||||
|  | S11306B0FF938091B900887F803AF1F160F4883625 | ||||||
|  | S11306C009F43FC028F4882391F18036D1F134C075 | ||||||
|  | S11306D0803839F031C0883B41F170F5883A29F10E | ||||||
|  | S11306E02BC08091BB00F1100FC0982F92959F7082 | ||||||
|  | S11306F0F92E982F9F7090932F011092330110922E | ||||||
|  | S11307002A0187FF1EC00AC0E0913301EF5FE37046 | ||||||
|  | S1130710E0933301F0E0E15DFE4F808338DE88230F | ||||||
|  | S113072081F08091BC008F7B0AC0BEDE0AC080913C | ||||||
|  | S1130730BC0080698093BC008091BC00806480937D | ||||||
|  | S1130740BC008091BC0080688093BC00FF91EF9155 | ||||||
|  | S1130750BF91AF919F918F917F916F915F914F91D5 | ||||||
|  | S11307603F912F910F900FBE0F901F9018951F92DD | ||||||
|  | S11307700F920FB60F9211242F933F934F935F93D1 | ||||||
|  | S11307806F937F938F939F93AF93BF93EF93FF9355 | ||||||
|  | S113079080910B018F5F883C18F480930B010CC08F | ||||||
|  | S11307A010920B0180910A018F5F843618F48093B4 | ||||||
|  | S11307B00A0102C010920A0187B58D3311F08DE34E | ||||||
|  | S11307C001C08EE387BD80912001882371F0809160 | ||||||
|  | S11307D02001813021F0883019F4ABDE01C093DDB3 | ||||||
|  | S11307E08E2D8F3F11F08F5FE82E80912001813094 | ||||||
|  | S11307F041F081E08D0D833010F4D82E01C0D12C4E | ||||||
|  | S113080005DDFF20A1F080912A018F5F80932A01EA | ||||||
|  | S1130810823368F0F12C10922A018091BC008F7B06 | ||||||
|  | S11308208093BC008091BC0080648093BC0086B53A | ||||||
|  | S1130830FF91EF91BF91AF919F918F917F916F91B4 | ||||||
|  | S11308405F914F913F912F910F900FBE0F901F908A | ||||||
|  | S11308501895F999FECF81BDF89A992780B5089526 | ||||||
|  | S1130860A8E1B0E042E005C010D0272F0FC0DC01A2 | ||||||
|  | S1130870862FE82FF999FECF05C0E1BDF89AE395DC | ||||||
|  | S113088000B40D924150C8F70895262FF999FECF70 | ||||||
|  | S11308901FBA81BD20BD0FB6F894FA9AF99A0FBE1B | ||||||
|  | S10B08A001960895F894FFCFBE | ||||||
|  | S10708A80101010144 | ||||||
|  | S9030000FC | ||||||
							
								
								
									
										152
									
								
								fw_dc22_attiny88/Release/Makefile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										152
									
								
								fw_dc22_attiny88/Release/Makefile
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,152 @@ | |||||||
|  | ################################################################################
 | ||||||
|  | # 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:= | ||||||
|  | LINKER_SCRIPT_DEP:= | ||||||
|  | 
 | ||||||
|  | # Every subdirectory with source files must be described here
 | ||||||
|  | SUBDIRS :=  \
 | ||||||
|  | ../src | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | # Add inputs and outputs from these tool invocations to the build variables 
 | ||||||
|  | C_SRCS +=  \
 | ||||||
|  | ../src/adc.c \ | ||||||
|  | ../src/led.c \ | ||||||
|  | ../src/main.c | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | PREPROCESSING_SRCS +=  | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | ASM_SRCS +=  | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | OBJS +=  \
 | ||||||
|  | src/adc.o \ | ||||||
|  | src/led.o \ | ||||||
|  | src/main.o | ||||||
|  | 
 | ||||||
|  | OBJS_AS_ARGS +=  \
 | ||||||
|  | src/adc.o \ | ||||||
|  | src/led.o \ | ||||||
|  | src/main.o | ||||||
|  | 
 | ||||||
|  | C_DEPS +=  \
 | ||||||
|  | src/adc.d \ | ||||||
|  | src/led.d \ | ||||||
|  | src/main.d | ||||||
|  | 
 | ||||||
|  | C_DEPS_AS_ARGS +=  \
 | ||||||
|  | src/adc.d \ | ||||||
|  | src/led.d \ | ||||||
|  | src/main.d | ||||||
|  | 
 | ||||||
|  | OUTPUT_FILE_PATH +=wp_dc22_attiny88.elf | ||||||
|  | 
 | ||||||
|  | OUTPUT_FILE_PATH_AS_ARGS +=wp_dc22_attiny88.elf | ||||||
|  | 
 | ||||||
|  | ADDITIONAL_DEPENDENCIES:= | ||||||
|  | 
 | ||||||
|  | OUTPUT_FILE_DEP:= ./makedep.mk | ||||||
|  | 
 | ||||||
|  | LIB_DEP+=  | ||||||
|  | 
 | ||||||
|  | LINKER_SCRIPT_DEP+=  | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | # AVR32/GNU C Compiler
 | ||||||
|  | src/adc.o: ../src/adc.c | ||||||
|  | 	@echo Building file: $< | ||||||
|  | 	@echo Invoking: AVR/GNU C Compiler : 5.4.0 | ||||||
|  | 	$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE)  -x c -funsigned-char -funsigned-bitfields -DNDEBUG  -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.172\include"  -Os -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -Wall -mmcu=attiny88 -B "C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.172\gcc\dev\attiny88" -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)"   -o "$@" "$<"  | ||||||
|  | 	@echo Finished building: $< | ||||||
|  | 	 | ||||||
|  | 
 | ||||||
|  | src/led.o: ../src/led.c | ||||||
|  | 	@echo Building file: $< | ||||||
|  | 	@echo Invoking: AVR/GNU C Compiler : 5.4.0 | ||||||
|  | 	$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE)  -x c -funsigned-char -funsigned-bitfields -DNDEBUG  -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.172\include"  -Os -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -Wall -mmcu=attiny88 -B "C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.172\gcc\dev\attiny88" -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)"   -o "$@" "$<"  | ||||||
|  | 	@echo Finished building: $< | ||||||
|  | 	 | ||||||
|  | 
 | ||||||
|  | src/main.o: ../src/main.c | ||||||
|  | 	@echo Building file: $< | ||||||
|  | 	@echo Invoking: AVR/GNU C Compiler : 5.4.0 | ||||||
|  | 	$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE)  -x c -funsigned-char -funsigned-bitfields -DNDEBUG  -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.172\include"  -Os -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -Wall -mmcu=attiny88 -B "C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.172\gcc\dev\attiny88" -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) $(LINKER_SCRIPT_DEP) | ||||||
|  | 	@echo Building target: $@ | ||||||
|  | 	@echo Invoking: AVR/GNU Linker : 5.4.0 | ||||||
|  | 	$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\avr8-gnu-toolchain\bin\avr-gcc.exe$(QUOTE) -o$(OUTPUT_FILE_PATH_AS_ARGS) $(OBJS_AS_ARGS) $(USER_OBJS) $(LIBS) -Wl,-Map="wp_dc22_attiny88.map" -Wl,--start-group -Wl,-lm  -Wl,--end-group -Wl,--gc-sections -mmcu=attiny88 -B "C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.172\gcc\dev\attiny88"   | ||||||
|  | 	@echo Finished building target: $@ | ||||||
|  | 	"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\avr8-gnu-toolchain\bin\avr-objcopy.exe" -O ihex -R .eeprom -R .fuse -R .lock -R .signature -R .user_signatures  "wp_dc22_attiny88.elf" "wp_dc22_attiny88.hex" | ||||||
|  | 	"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\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 "wp_dc22_attiny88.elf" "wp_dc22_attiny88.eep" || exit 0 | ||||||
|  | 	"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\avr8-gnu-toolchain\bin\avr-objdump.exe" -h -S "wp_dc22_attiny88.elf" > "wp_dc22_attiny88.lss" | ||||||
|  | 	"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\avr8-gnu-toolchain\bin\avr-objcopy.exe" -O srec -R .eeprom -R .fuse -R .lock -R .signature -R .user_signatures "wp_dc22_attiny88.elf" "wp_dc22_attiny88.srec" | ||||||
|  | 	"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\avr8-gnu-toolchain\bin\avr-size.exe" "wp_dc22_attiny88.elf" | ||||||
|  | 	 | ||||||
|  | 	 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | # Other Targets
 | ||||||
|  | clean: | ||||||
|  | 	-$(RM) $(OBJS_AS_ARGS) $(EXECUTABLES)   | ||||||
|  | 	-$(RM) $(C_DEPS_AS_ARGS)    | ||||||
|  | 	rm -rf "wp_dc22_attiny88.elf" "wp_dc22_attiny88.a" "wp_dc22_attiny88.hex" "wp_dc22_attiny88.lss" "wp_dc22_attiny88.eep" "wp_dc22_attiny88.map" "wp_dc22_attiny88.srec" "wp_dc22_attiny88.usersignatures" | ||||||
|  | 	 | ||||||
							
								
								
									
										10
									
								
								fw_dc22_attiny88/Release/makedep.mk
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								fw_dc22_attiny88/Release/makedep.mk
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,10 @@ | |||||||
|  | ################################################################################
 | ||||||
|  | # Automatically-generated file. Do not edit or delete the file
 | ||||||
|  | ################################################################################
 | ||||||
|  | 
 | ||||||
|  | src\adc.c | ||||||
|  | 
 | ||||||
|  | src\led.c | ||||||
|  | 
 | ||||||
|  | src\main.c | ||||||
|  | 
 | ||||||
							
								
								
									
										41
									
								
								fw_dc22_attiny88/Release/src/adc.d
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										41
									
								
								fw_dc22_attiny88/Release/src/adc.d
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,41 @@ | |||||||
|  | src/adc.d src/adc.o: ../src/adc.c ../src/adc.h ../src/config.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\lib\gcc\avr\5.4.0\include\stdint.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\stdint.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\io.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\inttypes.h \ | ||||||
|  |  C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.172\include/avr/iotn88.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\portpins.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\common.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\version.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\fuse.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\lock.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\interrupt.h | ||||||
|  | 
 | ||||||
|  | ../src/adc.h: | ||||||
|  | 
 | ||||||
|  | ../src/config.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\lib\gcc\avr\5.4.0\include\stdint.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\stdint.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\io.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\inttypes.h: | ||||||
|  | 
 | ||||||
|  | C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.172\include/avr/iotn88.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\portpins.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\common.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\version.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\fuse.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\lock.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\interrupt.h: | ||||||
							
								
								
									
										
											BIN
										
									
								
								fw_dc22_attiny88/Release/src/adc.o
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								fw_dc22_attiny88/Release/src/adc.o
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										52
									
								
								fw_dc22_attiny88/Release/src/led.d
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										52
									
								
								fw_dc22_attiny88/Release/src/led.d
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,52 @@ | |||||||
|  | src/led.d src/led.o: ../src/led.c ../src/led.h ../src/config.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\lib\gcc\avr\5.4.0\include\stdint.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\stdint.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\io.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\inttypes.h \ | ||||||
|  |  C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.172\include/avr/iotn88.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\portpins.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\common.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\version.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\fuse.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\lock.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\util\delay.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\util\delay_basic.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\math.h \ | ||||||
|  |  ../src/adc.h ../src/timer.h | ||||||
|  | 
 | ||||||
|  | ../src/led.h: | ||||||
|  | 
 | ||||||
|  | ../src/config.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\lib\gcc\avr\5.4.0\include\stdint.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\stdint.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\io.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\inttypes.h: | ||||||
|  | 
 | ||||||
|  | C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.172\include/avr/iotn88.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\portpins.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\common.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\version.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\fuse.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\lock.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\util\delay.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\util\delay_basic.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\math.h: | ||||||
|  | 
 | ||||||
|  | ../src/adc.h: | ||||||
|  | 
 | ||||||
|  | ../src/timer.h: | ||||||
							
								
								
									
										
											BIN
										
									
								
								fw_dc22_attiny88/Release/src/led.o
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								fw_dc22_attiny88/Release/src/led.o
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										72
									
								
								fw_dc22_attiny88/Release/src/main.d
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										72
									
								
								fw_dc22_attiny88/Release/src/main.d
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,72 @@ | |||||||
|  | src/main.d src/main.o: ../src/main.c ../src/config.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\lib\gcc\avr\5.4.0\include\stdint.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\stdint.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\io.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\inttypes.h \ | ||||||
|  |  C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.172\include/avr/iotn88.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\portpins.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\common.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\version.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\fuse.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\lock.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\eeprom.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\lib\gcc\avr\5.4.0\include\stddef.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\interrupt.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\pgmspace.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\sleep.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\util\delay.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\util\delay_basic.h \ | ||||||
|  |  c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\math.h \ | ||||||
|  |  ../src/i2c.h ../src/timer.h ../src/led.h ../src/adc.h \ | ||||||
|  |  ../src/i2c_interrupt.h | ||||||
|  | 
 | ||||||
|  | ../src/config.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\lib\gcc\avr\5.4.0\include\stdint.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\stdint.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\io.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\sfr_defs.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\inttypes.h: | ||||||
|  | 
 | ||||||
|  | C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\ATtiny_DFP\1.3.172\include/avr/iotn88.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\portpins.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\common.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\version.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\fuse.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\lock.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\eeprom.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\lib\gcc\avr\5.4.0\include\stddef.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\interrupt.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\pgmspace.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\avr\sleep.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\util\delay.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\util\delay_basic.h: | ||||||
|  | 
 | ||||||
|  | c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\avr8\avr8-gnu-toolchain\avr\include\math.h: | ||||||
|  | 
 | ||||||
|  | ../src/i2c.h: | ||||||
|  | 
 | ||||||
|  | ../src/timer.h: | ||||||
|  | 
 | ||||||
|  | ../src/led.h: | ||||||
|  | 
 | ||||||
|  | ../src/adc.h: | ||||||
|  | 
 | ||||||
|  | ../src/i2c_interrupt.h: | ||||||
							
								
								
									
										
											BIN
										
									
								
								fw_dc22_attiny88/Release/src/main.o
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								fw_dc22_attiny88/Release/src/main.o
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										1
									
								
								fw_dc22_attiny88/Release/wp_dc22_attiny88.eep
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								fw_dc22_attiny88/Release/wp_dc22_attiny88.eep
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | |||||||
|  | :00000001FF | ||||||
							
								
								
									
										
											BIN
										
									
								
								fw_dc22_attiny88/Release/wp_dc22_attiny88.elf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								fw_dc22_attiny88/Release/wp_dc22_attiny88.elf
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										141
									
								
								fw_dc22_attiny88/Release/wp_dc22_attiny88.hex
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										141
									
								
								fw_dc22_attiny88/Release/wp_dc22_attiny88.hex
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,141 @@ | |||||||
|  | :100000002DC047C046C045C044C043C042C041C0E7 | ||||||
|  | :1000100040C03FC03EC03DC0AAC33BC03AC039C08B | ||||||
|  | :100020008BC037C036C034C3BDC1C0C1CAC1DBC17B | ||||||
|  | :10003000F8C116C228C227C2F9C103C224C223C212 | ||||||
|  | :1000400022C221C220C209C20BC20AC21CC21BC2E8 | ||||||
|  | :100050001AC219C218C217C216C207C211241FBE83 | ||||||
|  | :10006000CFEFD2E0DEBFCDBF11E0A0E0B1E0E8EA23 | ||||||
|  | :10007000F8E002C005900D92A430B107D9F721E055 | ||||||
|  | :10008000A4E0B1E001C01D92A433B207E1F76DD244 | ||||||
|  | :1000900009C4B6CFE4E6F0E080818E7F8083EAE792 | ||||||
|  | :1000A000F0E08FED8083ACE7B0E08C918F7D8C9396 | ||||||
|  | :1000B0008081886880830895282F803188F490910A | ||||||
|  | :1000C0007C00907F982B90937C00883030F481E006 | ||||||
|  | :1000D00001C0880F2A95EAF701C080E080937E0076 | ||||||
|  | :1000E000613021F480917C00806405C0623029F485 | ||||||
|  | :1000F00080917C008F7B80937C00089590917A00A2 | ||||||
|  | :10010000292F207496FD15C080930C01662311F0F1 | ||||||
|  | :10011000982F01C090E09093040190917C009F7013 | ||||||
|  | :10012000906890931F0190917A00906490937A0068 | ||||||
|  | :1001300001C021E0822F08951F920F920FB60F92F7 | ||||||
|  | :1001400011242F934F935F938F939F93AF93BF93FC | ||||||
|  | :10015000EF93FF93E0917C00EF7020910401222344 | ||||||
|  | :10016000D1F080910C012817B1F0E930A0F4AE2F46 | ||||||
|  | :10017000B0E0AA0FBB1FA35FBE4F4D915C911197DA | ||||||
|  | :100180008091780090917900840F951F96958795BE | ||||||
|  | :1001900011969C938E9380910C01882359F0809145 | ||||||
|  | :1001A0000C01815080930C0180917A0080648093CF | ||||||
|  | :1001B0007A0011C021110DC0E93058F4F0E08091AF | ||||||
|  | :1001C000780090917900EE0FFF1FE35FFE4F91835F | ||||||
|  | :1001D000808310921F01FF91EF91BF91AF919F918A | ||||||
|  | :1001E0008F915F914F912F910F900FBE0F901F90A5 | ||||||
|  | :1001F00018958AB1806F8AB987B18F6087B98BB142 | ||||||
|  | :10020000806F8BB988B18F6088B90895CF93DF93E1 | ||||||
|  | :100210008BB1806F8BB988B18F6088B9C8E8D0E0A6 | ||||||
|  | :100220008EEF8883AAE8B0E08C938AEF90E09093F9 | ||||||
|  | :100230008500809384003BB124E02D0D81E090E0A7 | ||||||
|  | :10024000AC0101C0440F2A95EAF7242F20952323FF | ||||||
|  | :100250002BB928B10D2C01C0880F0A94EAF78095BC | ||||||
|  | :10026000822388B9ED2DF0E0EB5DFE4F8BEF90819E | ||||||
|  | :10027000282F291B2883ED2DF0E0EF5DFE4F9081A4 | ||||||
|  | :10028000891B8C93DF91CF9108959BB1906F9BB99F | ||||||
|  | :10029000E0E8F0E090819F70908397B1907F97B9EC | ||||||
|  | :1002A00095B7906195BF47B121E030E0B90102C038 | ||||||
|  | :1002B000660F771F8A95E2F7CB01462B47B998B1B5 | ||||||
|  | :1002C000907F98B92A9A98B1982B98B92A9878E093 | ||||||
|  | :1002D0007A95F1F797B18095982397B998B18923CA | ||||||
|  | :1002E00088B985B78F7E85BF0895843038F466233A | ||||||
|  | :1002F00029F0E82FF0E0E050FF4F6083089583700D | ||||||
|  | :1003000080930501089580910501E82FF0E0E05009 | ||||||
|  | :10031000FF4F9081911101C091E02E2DE11003C09B | ||||||
|  | :1003200061E08FE012C0213019F460E080E018C075 | ||||||
|  | :10033000223061F490911F01992319F0EE24E39487 | ||||||
|  | :100340000895A3DF6FEF80910501B6CE4E2D50E0EA | ||||||
|  | :10035000892F90E002964817590719F461E083E06D | ||||||
|  | :10036000CDCE8417950794F42150E22E80911F0181 | ||||||
|  | :1003700081110CC06FEF8FE09FDE3BDF8EEF80932B | ||||||
|  | :10038000800084B1866084B91092200108958F2D79 | ||||||
|  | :100390004F2D50E04A31510508F075C0FA01EC5E6E | ||||||
|  | :1003A000FF4F0994F12C10922A0108958091330196 | ||||||
|  | :1003B000882309F46CC0F090300183E0809333010E | ||||||
|  | :1003C00050C0E0912F01E43020F4F0E0EB5DFE4FEF | ||||||
|  | :1003D00006C0E83008F044C0F0E0E35EFE4F8091D4 | ||||||
|  | :1003E000300180833DC080913301882309F44FC0E0 | ||||||
|  | :1003F00080911D0190911E01892B09F444C06091E8 | ||||||
|  | :100400001D0170911E0180913001681B710987FDEB | ||||||
|  | :10041000739570930701609306018EE390E024D2F8 | ||||||
|  | :100420001FC0809133018230D8F41DC0809120011B | ||||||
|  | :10043000811117C010922001E12C88E080932001E7 | ||||||
|  | :1004400010C08091200181110CC010922001E12C7C | ||||||
|  | :1004500080912F0154DF81E0F1CF84E08093090186 | ||||||
|  | :10046000F12C10922A0180E00895809133018823B5 | ||||||
|  | :1004700071F080912F01843098F7609130016623EC | ||||||
|  | :1004800079F333DFEDCFF12C10922A0181E008954A | ||||||
|  | :100490008093BB00ECEBF0E08081806880838081FA | ||||||
|  | :1004A0008F7B808380E008958F2D8830B9F089306C | ||||||
|  | :1004B000C1F0843051F580912F01803428F490E010 | ||||||
|  | :1004C000C8D1E6DF81E006C08091BC008F7B8093BD | ||||||
|  | :1004D000BC008FEFF12C10922A0108958091080141 | ||||||
|  | :1004E0000EC0E0912F01E370F0E0EE0FFF1FE35F1D | ||||||
|  | :1004F000FE4F808191819695879596958795C8DF67 | ||||||
|  | :10050000F12C10922A0181E008958091BC008F7B2C | ||||||
|  | :100510008093BC008FEF089580911D0190911E0182 | ||||||
|  | :1005200090910601891B982F959595959595891B16 | ||||||
|  | :1005300008958E2DE11003C062E088E0BDCD8330C8 | ||||||
|  | :1005400019F461E084E0DACD843070F08150E82E57 | ||||||
|  | :1005500080911F01811108C061E08FE0ADDD109234 | ||||||
|  | :100560002001DADF80930801089580E8809361001C | ||||||
|  | :100570001092610082B3806F82BB1DB881E084B9A4 | ||||||
|  | :1005800017B81AB8CFEFCEB9DEEFD5B9C8B9CBB925 | ||||||
|  | :1005900030DE22E02093B8008CEF8093B90086EE25 | ||||||
|  | :1005A0008093BA001092BD0085E48093BC008091D6 | ||||||
|  | :1005B00064008A7F809364009BEF95BD8DE387BDC7 | ||||||
|  | :1005C00016BC20936E00809164008C7F8093640041 | ||||||
|  | :1005D000C0938900C0938800C0938A001092850060 | ||||||
|  | :1005E00010928400D093800089E180938100109262 | ||||||
|  | :1005F000820080918000809329019093860084B1CD | ||||||
|  | :10060000866084B910926F0045DD629923C042DD97 | ||||||
|  | :100610002FEF80E792E0215080409040E1F700C04A | ||||||
|  | :100620000000629917C0789488E08093200181DFF0 | ||||||
|  | :1006300080911F018111FCCF60911D0170911E01FD | ||||||
|  | :1006400070930701609306018EE390E00DD1109244 | ||||||
|  | :1006500020010DC08EE390E003D1813322E09207A8 | ||||||
|  | :1006600014F081E191E0909307018093060183B734 | ||||||
|  | :10067000897F90910901892B83BF10920901789499 | ||||||
|  | :1006800083B7816083BF889583B78E7F83BFEFCFA9 | ||||||
|  | :100690001F920F920FB60F9211242F933F934F93F7 | ||||||
|  | :1006A0005F936F937F938F939F93AF93BF93EF93DA | ||||||
|  | :1006B000FF938091B900887F803AF1F160F4883629 | ||||||
|  | :1006C00009F43FC028F4882391F18036D1F134C079 | ||||||
|  | :1006D000803839F031C0883B41F170F5883A29F112 | ||||||
|  | :1006E0002BC08091BB00F1100FC0982F92959F7086 | ||||||
|  | :1006F000F92E982F9F7090932F0110923301109232 | ||||||
|  | :100700002A0187FF1EC00AC0E0913301EF5FE3704A | ||||||
|  | :10071000E0933301F0E0E15DFE4F808338DE882313 | ||||||
|  | :1007200081F08091BC008F7B0AC0BEDE0AC0809140 | ||||||
|  | :10073000BC0080698093BC008091BC008064809381 | ||||||
|  | :10074000BC008091BC0080688093BC00FF91EF9159 | ||||||
|  | :10075000BF91AF919F918F917F916F915F914F91D9 | ||||||
|  | :100760003F912F910F900FBE0F901F9018951F92E1 | ||||||
|  | :100770000F920FB60F9211242F933F934F935F93D5 | ||||||
|  | :100780006F937F938F939F93AF93BF93EF93FF9359 | ||||||
|  | :1007900080910B018F5F883C18F480930B010CC093 | ||||||
|  | :1007A00010920B0180910A018F5F843618F48093B8 | ||||||
|  | :1007B0000A0102C010920A0187B58D3311F08DE352 | ||||||
|  | :1007C00001C08EE387BD80912001882371F0809164 | ||||||
|  | :1007D0002001813021F0883019F4ABDE01C093DDB7 | ||||||
|  | :1007E0008E2D8F3F11F08F5FE82E80912001813098 | ||||||
|  | :1007F00041F081E08D0D833010F4D82E01C0D12C52 | ||||||
|  | :1008000005DDFF20A1F080912A018F5F80932A01EE | ||||||
|  | :10081000823368F0F12C10922A018091BC008F7B0A | ||||||
|  | :100820008093BC008091BC0080648093BC0086B53E | ||||||
|  | :10083000FF91EF91BF91AF919F918F917F916F91B8 | ||||||
|  | :100840005F914F913F912F910F900FBE0F901F908E | ||||||
|  | :100850001895F999FECF81BDF89A992780B508952A | ||||||
|  | :10086000A8E1B0E042E005C010D0272F0FC0DC01A6 | ||||||
|  | :10087000862FE82FF999FECF05C0E1BDF89AE395E0 | ||||||
|  | :1008800000B40D924150C8F70895262FF999FECF74 | ||||||
|  | :100890001FBA81BD20BD0FB6F894FA9AF99A0FBE1F | ||||||
|  | :0808A00001960895F894FFCFC2 | ||||||
|  | :0408A8000101010148 | ||||||
|  | :00000001FF | ||||||
							
								
								
									
										1060
									
								
								fw_dc22_attiny88/Release/wp_dc22_attiny88.lss
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1060
									
								
								fw_dc22_attiny88/Release/wp_dc22_attiny88.lss
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										613
									
								
								fw_dc22_attiny88/Release/wp_dc22_attiny88.map
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										613
									
								
								fw_dc22_attiny88/Release/wp_dc22_attiny88.map
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,613 @@ | |||||||
|  | Archive member included to satisfy reference by file (symbol) | ||||||
|  | 
 | ||||||
|  | c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_exit.o) | ||||||
|  |                               C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25/crtattiny88.o (exit) | ||||||
|  | c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_copy_data.o) | ||||||
|  |                               src/led.o (__do_copy_data) | ||||||
|  | c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_clear_bss.o) | ||||||
|  |                               src/adc.o (__do_clear_bss) | ||||||
|  | C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_byte.o) | ||||||
|  |                               src/main.o (eeprom_read_byte) | ||||||
|  | C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_word.o) | ||||||
|  |                               src/main.o (eeprom_read_word) | ||||||
|  | C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_word.o) | ||||||
|  |                               src/main.o (eeprom_write_word) | ||||||
|  | C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_block.o) | ||||||
|  |                               C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_word.o) (eeprom_read_blraw) | ||||||
|  | C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_byte.o) | ||||||
|  |                               C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_word.o) (eeprom_write_byte) | ||||||
|  | 
 | ||||||
|  | Allocating common symbols | ||||||
|  | Common symbol       size              file | ||||||
|  | 
 | ||||||
|  | comm_timeout        0x1               src/main.o | ||||||
|  | adc_reread          0x1               src/adc.o | ||||||
|  | rgbled_pwm_rt       0x4               src/led.o | ||||||
|  | adc_result          0x12              src/adc.o | ||||||
|  | rgbled_pwm_lf       0x4               src/led.o | ||||||
|  | adc_busy            0x1               src/adc.o | ||||||
|  | rgbled_light_level  0x4               src/main.o | ||||||
|  | comm_data           0x4               src/main.o | ||||||
|  | adc_read_mode       0x1               src/adc.o | ||||||
|  | comm_data_idx       0x1               src/main.o | ||||||
|  | timer1_mode         0x1               src/led.o | ||||||
|  | 
 | ||||||
|  | Discarded input sections | ||||||
|  | 
 | ||||||
|  |  .data          0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25/crtattiny88.o | ||||||
|  |  .bss           0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25/crtattiny88.o | ||||||
|  |  .text          0x00000000        0x0 src/adc.o | ||||||
|  |  .data          0x00000000        0x0 src/adc.o | ||||||
|  |  .bss           0x00000000        0x0 src/adc.o | ||||||
|  |  .text          0x00000000        0x0 src/led.o | ||||||
|  |  .data          0x00000000        0x0 src/led.o | ||||||
|  |  .bss           0x00000000        0x0 src/led.o | ||||||
|  |  .text          0x00000000        0x0 src/main.o | ||||||
|  |  .data          0x00000000        0x0 src/main.o | ||||||
|  |  .bss           0x00000000        0x0 src/main.o | ||||||
|  |  .avr.prop      0x00000000       0x16 src/main.o | ||||||
|  |  .text          0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_exit.o) | ||||||
|  |  .data          0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_exit.o) | ||||||
|  |  .bss           0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_exit.o) | ||||||
|  |  .text.libgcc.mul | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_exit.o) | ||||||
|  |  .text.libgcc.div | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_exit.o) | ||||||
|  |  .text.libgcc   0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_exit.o) | ||||||
|  |  .text.libgcc.prologue | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_exit.o) | ||||||
|  |  .text.libgcc.builtins | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_exit.o) | ||||||
|  |  .text.libgcc.fmul | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_exit.o) | ||||||
|  |  .text.libgcc.fixed | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_exit.o) | ||||||
|  |  .text          0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_copy_data.o) | ||||||
|  |  .data          0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_copy_data.o) | ||||||
|  |  .bss           0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_copy_data.o) | ||||||
|  |  .text.libgcc.mul | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_copy_data.o) | ||||||
|  |  .text.libgcc.div | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_copy_data.o) | ||||||
|  |  .text.libgcc   0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_copy_data.o) | ||||||
|  |  .text.libgcc.prologue | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_copy_data.o) | ||||||
|  |  .text.libgcc.builtins | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_copy_data.o) | ||||||
|  |  .text.libgcc.fmul | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_copy_data.o) | ||||||
|  |  .text.libgcc.fixed | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_copy_data.o) | ||||||
|  |  .text          0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_clear_bss.o) | ||||||
|  |  .data          0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_clear_bss.o) | ||||||
|  |  .bss           0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_clear_bss.o) | ||||||
|  |  .text.libgcc.mul | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_clear_bss.o) | ||||||
|  |  .text.libgcc.div | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_clear_bss.o) | ||||||
|  |  .text.libgcc   0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_clear_bss.o) | ||||||
|  |  .text.libgcc.prologue | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_clear_bss.o) | ||||||
|  |  .text.libgcc.builtins | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_clear_bss.o) | ||||||
|  |  .text.libgcc.fmul | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_clear_bss.o) | ||||||
|  |  .text.libgcc.fixed | ||||||
|  |                 0x00000000        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_clear_bss.o) | ||||||
|  |  .text          0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_byte.o) | ||||||
|  |  .data          0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_byte.o) | ||||||
|  |  .bss           0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_byte.o) | ||||||
|  |  .text          0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_word.o) | ||||||
|  |  .data          0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_word.o) | ||||||
|  |  .bss           0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_word.o) | ||||||
|  |  .text          0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_word.o) | ||||||
|  |  .data          0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_word.o) | ||||||
|  |  .bss           0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_word.o) | ||||||
|  |  .text          0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_block.o) | ||||||
|  |  .data          0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_block.o) | ||||||
|  |  .bss           0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_block.o) | ||||||
|  |  .text          0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_byte.o) | ||||||
|  |  .data          0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_byte.o) | ||||||
|  |  .bss           0x00000000        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_byte.o) | ||||||
|  | 
 | ||||||
|  | Memory Configuration | ||||||
|  | 
 | ||||||
|  | Name             Origin             Length             Attributes | ||||||
|  | text             0x00000000         0x00002000         xr | ||||||
|  | data             0x00800060         0x0000ffa0         rw !x | ||||||
|  | eeprom           0x00810000         0x00010000         rw !x | ||||||
|  | fuse             0x00820000         0x00000003         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/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25/crtattiny88.o | ||||||
|  | LOAD src/adc.o | ||||||
|  | LOAD src/led.o | ||||||
|  | LOAD src/main.o | ||||||
|  | START GROUP | ||||||
|  | LOAD c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avr25\libm.a | ||||||
|  | END GROUP | ||||||
|  | START GROUP | ||||||
|  | LOAD c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a | ||||||
|  | LOAD c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avr25\libm.a | ||||||
|  | LOAD c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/../../../../avr/lib/avr25\libc.a | ||||||
|  | LOAD C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a | ||||||
|  | END GROUP | ||||||
|  |                 0x00002000                __TEXT_REGION_LENGTH__ = DEFINED (__TEXT_REGION_LENGTH__)?__TEXT_REGION_LENGTH__:0x2000 | ||||||
|  |                 0x0000ffa0                __DATA_REGION_LENGTH__ = DEFINED (__DATA_REGION_LENGTH__)?__DATA_REGION_LENGTH__:0xffa0 | ||||||
|  |                 0x00010000                __EEPROM_REGION_LENGTH__ = DEFINED (__EEPROM_REGION_LENGTH__)?__EEPROM_REGION_LENGTH__:0x10000 | ||||||
|  |                 [0x00000003]                __FUSE_REGION_LENGTH__ = DEFINED (__FUSE_REGION_LENGTH__)?__FUSE_REGION_LENGTH__:0x400 | ||||||
|  |                 0x00000400                __LOCK_REGION_LENGTH__ = DEFINED (__LOCK_REGION_LENGTH__)?__LOCK_REGION_LENGTH__:0x400 | ||||||
|  |                 0x00000400                __SIGNATURE_REGION_LENGTH__ = DEFINED (__SIGNATURE_REGION_LENGTH__)?__SIGNATURE_REGION_LENGTH__:0x400 | ||||||
|  |                 0x00000400                __USER_SIGNATURE_REGION_LENGTH__ = DEFINED (__USER_SIGNATURE_REGION_LENGTH__)?__USER_SIGNATURE_REGION_LENGTH__:0x400 | ||||||
|  | 
 | ||||||
|  | .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      0x8a8 | ||||||
|  |  *(.vectors) | ||||||
|  |  .vectors       0x00000000       0x28 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25/crtattiny88.o | ||||||
|  |                 0x00000000                __vector_default | ||||||
|  |                 0x00000000                __vectors | ||||||
|  |  *(.vectors) | ||||||
|  |  *(.progmem.gcc*) | ||||||
|  |  .progmem.gcc_sw_table.pegleg_cmd | ||||||
|  |                 0x00000028       0x34 src/main.o | ||||||
|  |                 0x0000005c                . = ALIGN (0x2) | ||||||
|  |                 0x0000005c                __trampolines_start = . | ||||||
|  |  *(.trampolines) | ||||||
|  |  .trampolines   0x0000005c        0x0 linker stubs | ||||||
|  |  *(.trampolines*) | ||||||
|  |                 0x0000005c                __trampolines_end = . | ||||||
|  |  *libprintf_flt.a:*(.progmem.data) | ||||||
|  |  *libc.a:*(.progmem.data) | ||||||
|  |  *(.progmem*) | ||||||
|  |                 0x0000005c                . = ALIGN (0x2) | ||||||
|  |  *(.jumptables) | ||||||
|  |  *(.jumptables*) | ||||||
|  |  *(.lowtext) | ||||||
|  |  *(.lowtext*) | ||||||
|  |                 0x0000005c                __ctors_start = . | ||||||
|  |  *(.ctors) | ||||||
|  |                 0x0000005c                __ctors_end = . | ||||||
|  |                 0x0000005c                __dtors_start = . | ||||||
|  |  *(.dtors) | ||||||
|  |                 0x0000005c                __dtors_end = . | ||||||
|  |  SORT(*)(.ctors) | ||||||
|  |  SORT(*)(.dtors) | ||||||
|  |  *(.init0) | ||||||
|  |  .init0         0x0000005c        0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25/crtattiny88.o | ||||||
|  |                 0x0000005c                __init | ||||||
|  |  *(.init0) | ||||||
|  |  *(.init1) | ||||||
|  |  *(.init1) | ||||||
|  |  *(.init2) | ||||||
|  |  .init2         0x0000005c        0xc C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25/crtattiny88.o | ||||||
|  |  *(.init2) | ||||||
|  |  *(.init3) | ||||||
|  |  *(.init3) | ||||||
|  |  *(.init4) | ||||||
|  |  .init4         0x00000068       0x16 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_copy_data.o) | ||||||
|  |                 0x00000068                __do_copy_data | ||||||
|  |  .init4         0x0000007e       0x10 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_clear_bss.o) | ||||||
|  |                 0x0000007e                __do_clear_bss | ||||||
|  |  *(.init4) | ||||||
|  |  *(.init5) | ||||||
|  |  *(.init5) | ||||||
|  |  *(.init6) | ||||||
|  |  *(.init6) | ||||||
|  |  *(.init7) | ||||||
|  |  *(.init7) | ||||||
|  |  *(.init8) | ||||||
|  |  *(.init8) | ||||||
|  |  *(.init9) | ||||||
|  |  .init9         0x0000008e        0x4 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25/crtattiny88.o | ||||||
|  |  *(.init9) | ||||||
|  |  *(.text) | ||||||
|  |  .text          0x00000092        0x2 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25/crtattiny88.o | ||||||
|  |                 0x00000092                __vector_1 | ||||||
|  |                 0x00000092                __bad_interrupt | ||||||
|  |                 0x00000092                __vector_6 | ||||||
|  |                 0x00000092                __vector_3 | ||||||
|  |                 0x00000092                __vector_11 | ||||||
|  |                 0x00000092                __vector_13 | ||||||
|  |                 0x00000092                __vector_17 | ||||||
|  |                 0x00000092                __vector_7 | ||||||
|  |                 0x00000092                __vector_5 | ||||||
|  |                 0x00000092                __vector_4 | ||||||
|  |                 0x00000092                __vector_9 | ||||||
|  |                 0x00000092                __vector_2 | ||||||
|  |                 0x00000092                __vector_15 | ||||||
|  |                 0x00000092                __vector_8 | ||||||
|  |                 0x00000092                __vector_14 | ||||||
|  |                 0x00000092                __vector_10 | ||||||
|  |                 0x00000092                __vector_18 | ||||||
|  |                 0x00000094                . = ALIGN (0x2) | ||||||
|  |  *(.text.*) | ||||||
|  |  .text.adc_init | ||||||
|  |                 0x00000094       0x24 src/adc.o | ||||||
|  |                 0x00000094                adc_init | ||||||
|  |  .text.adc_channel | ||||||
|  |                 0x000000b8       0x44 src/adc.o | ||||||
|  |                 0x000000b8                adc_channel | ||||||
|  |  .text.adc_start | ||||||
|  |                 0x000000fc       0x3c src/adc.o | ||||||
|  |                 0x000000fc                adc_start | ||||||
|  |  .text.__vector_16 | ||||||
|  |                 0x00000138       0xba src/adc.o | ||||||
|  |                 0x00000138                __vector_16 | ||||||
|  |  .text.rgbled_io_init | ||||||
|  |                 0x000001f2       0x1a src/led.o | ||||||
|  |                 0x000001f2                rgbled_io_init | ||||||
|  |  .text.rgbled_update | ||||||
|  |                 0x0000020c       0x7e src/led.o | ||||||
|  |                 0x0000020c                rgbled_update | ||||||
|  |  .text.rgbled_sensor_init | ||||||
|  |                 0x0000028a       0x60 src/led.o | ||||||
|  |                 0x0000028a                rgbled_sensor_init | ||||||
|  |  .text.rgbled_sensor_sensitivity | ||||||
|  |                 0x000002ea       0x14 src/led.o | ||||||
|  |                 0x000002ea                rgbled_sensor_sensitivity | ||||||
|  |  .text.rgbled_sensor_read_idx | ||||||
|  |                 0x000002fe        0x8 src/led.o | ||||||
|  |                 0x000002fe                rgbled_sensor_read_idx | ||||||
|  |  .text.rgbled_sensor_read | ||||||
|  |                 0x00000306       0x88 src/led.o | ||||||
|  |                 0x00000306                rgbled_sensor_read | ||||||
|  |  .text.pegleg_cmd | ||||||
|  |                 0x0000038e      0x102 src/main.o | ||||||
|  |  .text.i2c_slave_tx.constprop.4 | ||||||
|  |                 0x00000490       0x18 src/main.o | ||||||
|  |  .text.pegleg_data_tx | ||||||
|  |                 0x000004a8       0x70 src/main.o | ||||||
|  |  .text.tempsensor_process | ||||||
|  |                 0x00000518       0x1a src/main.o | ||||||
|  |                 0x00000518                tempsensor_process | ||||||
|  |  .text.tempsensor_read | ||||||
|  |                 0x00000532       0x38 src/main.o | ||||||
|  |                 0x00000532                tempsensor_read | ||||||
|  |  .text.startup.main | ||||||
|  |                 0x0000056a      0x126 src/main.o | ||||||
|  |                 0x0000056a                main | ||||||
|  |  .text.__vector_19 | ||||||
|  |                 0x00000690       0xde src/main.o | ||||||
|  |                 0x00000690                __vector_19 | ||||||
|  |  .text.__vector_12 | ||||||
|  |                 0x0000076e       0xe4 src/main.o | ||||||
|  |                 0x0000076e                __vector_12 | ||||||
|  |  .text.avr-libc | ||||||
|  |                 0x00000852        0xe C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_byte.o) | ||||||
|  |                 0x00000852                eeprom_read_byte | ||||||
|  |  .text.avr-libc | ||||||
|  |                 0x00000860        0x8 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_word.o) | ||||||
|  |                 0x00000860                eeprom_read_word | ||||||
|  |  .text.avr-libc | ||||||
|  |                 0x00000868        0x6 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_word.o) | ||||||
|  |                 0x00000868                eeprom_write_word | ||||||
|  |  .text.avr-libc | ||||||
|  |                 0x0000086e       0x1c C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_block.o) | ||||||
|  |                 0x0000086e                eeprom_read_block | ||||||
|  |                 0x00000872                eeprom_read_blraw | ||||||
|  |  .text.avr-libc | ||||||
|  |                 0x0000088a       0x1a C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_byte.o) | ||||||
|  |                 0x0000088a                eeprom_write_byte | ||||||
|  |                 0x0000088c                eeprom_write_r18 | ||||||
|  |                 0x000008a4                . = ALIGN (0x2) | ||||||
|  |  *(.fini9) | ||||||
|  |  .fini9         0x000008a4        0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_exit.o) | ||||||
|  |                 0x000008a4                _exit | ||||||
|  |                 0x000008a4                exit | ||||||
|  |  *(.fini9) | ||||||
|  |  *(.fini8) | ||||||
|  |  *(.fini8) | ||||||
|  |  *(.fini7) | ||||||
|  |  *(.fini7) | ||||||
|  |  *(.fini6) | ||||||
|  |  *(.fini6) | ||||||
|  |  *(.fini5) | ||||||
|  |  *(.fini5) | ||||||
|  |  *(.fini4) | ||||||
|  |  *(.fini4) | ||||||
|  |  *(.fini3) | ||||||
|  |  *(.fini3) | ||||||
|  |  *(.fini2) | ||||||
|  |  *(.fini2) | ||||||
|  |  *(.fini1) | ||||||
|  |  *(.fini1) | ||||||
|  |  *(.fini0) | ||||||
|  |  .fini0         0x000008a4        0x4 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/5.4.0/avr25\libgcc.a(_exit.o) | ||||||
|  |  *(.fini0) | ||||||
|  |                 0x000008a8                _etext = . | ||||||
|  | 
 | ||||||
|  | .data           0x00800100        0x4 load address 0x000008a8 | ||||||
|  |                 0x00800100                PROVIDE (__data_start, .) | ||||||
|  |  *(.data) | ||||||
|  |  *(.data*) | ||||||
|  |  .data.rgbled_sensitivity | ||||||
|  |                 0x00800100        0x4 src/led.o | ||||||
|  |  *(.gnu.linkonce.d*) | ||||||
|  |  *(.rodata) | ||||||
|  |  *(.rodata*) | ||||||
|  |  *(.gnu.linkonce.r*) | ||||||
|  |                 0x00800104                . = ALIGN (0x2) | ||||||
|  |                 0x00800104                _edata = . | ||||||
|  |                 0x00800104                PROVIDE (__data_end, .) | ||||||
|  | 
 | ||||||
|  | .bss            0x00800104       0x30 | ||||||
|  |                 0x00800104                PROVIDE (__bss_start, .) | ||||||
|  |  *(.bss) | ||||||
|  |  *(.bss*) | ||||||
|  |  .bss.adc_averages | ||||||
|  |                 0x00800104        0x1 src/adc.o | ||||||
|  |  .bss.rgbled_read_sel | ||||||
|  |                 0x00800105        0x1 src/led.o | ||||||
|  |  .bss.temp_offset | ||||||
|  |                 0x00800106        0x2 src/main.o | ||||||
|  |  .bss.temperature | ||||||
|  |                 0x00800108        0x1 src/main.o | ||||||
|  |  .bss.pirate_sleep_mode | ||||||
|  |                 0x00800109        0x1 src/main.o | ||||||
|  |  .bss.tim0_centi | ||||||
|  |                 0x0080010a        0x1 src/main.o | ||||||
|  |  .bss.tim0_milli | ||||||
|  |                 0x0080010b        0x1 src/main.o | ||||||
|  |  *(COMMON) | ||||||
|  |  COMMON         0x0080010c       0x15 src/adc.o | ||||||
|  |                 0x0080010c                adc_reread | ||||||
|  |                 0x0080010d                adc_result | ||||||
|  |                 0x0080011f                adc_busy | ||||||
|  |                 0x00800120                adc_read_mode | ||||||
|  |  COMMON         0x00800121        0x9 src/led.o | ||||||
|  |                 0x00800121                rgbled_pwm_rt | ||||||
|  |                 0x00800125                rgbled_pwm_lf | ||||||
|  |                 0x00800129                timer1_mode | ||||||
|  |  COMMON         0x0080012a        0xa src/main.o | ||||||
|  |                 0x0080012a                comm_timeout | ||||||
|  |                 0x0080012b                rgbled_light_level | ||||||
|  |                 0x0080012f                comm_data | ||||||
|  |                 0x00800133                comm_data_idx | ||||||
|  |                 0x00800134                PROVIDE (__bss_end, .) | ||||||
|  |                 0x000008a8                __data_load_start = LOADADDR (.data) | ||||||
|  |                 0x000008ac                __data_load_end = (__data_load_start + SIZEOF (.data)) | ||||||
|  | 
 | ||||||
|  | .noinit         0x00800134        0x0 | ||||||
|  |                 [!provide]                PROVIDE (__noinit_start, .) | ||||||
|  |  *(.noinit*) | ||||||
|  |                 [!provide]                PROVIDE (__noinit_end, .) | ||||||
|  |                 0x00800134                _end = . | ||||||
|  |                 [!provide]                PROVIDE (__heap_start, .) | ||||||
|  | 
 | ||||||
|  | .eeprom         0x00810000        0x0 | ||||||
|  |  *(.eeprom*) | ||||||
|  |                 0x00810000                __eeprom_end = . | ||||||
|  | 
 | ||||||
|  | .fuse | ||||||
|  |  *(.fuse) | ||||||
|  |  *(.lfuse) | ||||||
|  |  *(.hfuse) | ||||||
|  |  *(.efuse) | ||||||
|  | 
 | ||||||
|  | .lock | ||||||
|  |  *(.lock*) | ||||||
|  | 
 | ||||||
|  | .signature | ||||||
|  |  *(.signature*) | ||||||
|  | 
 | ||||||
|  | .user_signatures | ||||||
|  |  *(.user_signatures*) | ||||||
|  | 
 | ||||||
|  | .stab | ||||||
|  |  *(.stab) | ||||||
|  | 
 | ||||||
|  | .stabstr | ||||||
|  |  *(.stabstr) | ||||||
|  | 
 | ||||||
|  | .stab.excl | ||||||
|  |  *(.stab.excl) | ||||||
|  | 
 | ||||||
|  | .stab.exclstr | ||||||
|  |  *(.stab.exclstr) | ||||||
|  | 
 | ||||||
|  | .stab.index | ||||||
|  |  *(.stab.index) | ||||||
|  | 
 | ||||||
|  | .stab.indexstr | ||||||
|  |  *(.stab.indexstr) | ||||||
|  | 
 | ||||||
|  | .comment        0x00000000       0x30 | ||||||
|  |  *(.comment) | ||||||
|  |  .comment       0x00000000       0x30 src/adc.o | ||||||
|  |                                  0x31 (size before relaxing) | ||||||
|  |  .comment       0x00000030       0x31 src/led.o | ||||||
|  |  .comment       0x00000030       0x31 src/main.o | ||||||
|  | 
 | ||||||
|  | .note.gnu.avr.deviceinfo | ||||||
|  |                 0x00000000       0x3c | ||||||
|  |  .note.gnu.avr.deviceinfo | ||||||
|  |                 0x00000000       0x3c C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25/crtattiny88.o | ||||||
|  | 
 | ||||||
|  | .note.gnu.build-id | ||||||
|  |  *(.note.gnu.build-id) | ||||||
|  | 
 | ||||||
|  | .debug | ||||||
|  |  *(.debug) | ||||||
|  | 
 | ||||||
|  | .line | ||||||
|  |  *(.line) | ||||||
|  | 
 | ||||||
|  | .debug_srcinfo | ||||||
|  |  *(.debug_srcinfo) | ||||||
|  | 
 | ||||||
|  | .debug_sfnames | ||||||
|  |  *(.debug_sfnames) | ||||||
|  | 
 | ||||||
|  | .debug_aranges  0x00000000       0xa0 | ||||||
|  |  *(.debug_aranges) | ||||||
|  |  .debug_aranges | ||||||
|  |                 0x00000000       0x20 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_byte.o) | ||||||
|  |  .debug_aranges | ||||||
|  |                 0x00000020       0x20 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_word.o) | ||||||
|  |  .debug_aranges | ||||||
|  |                 0x00000040       0x20 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_word.o) | ||||||
|  |  .debug_aranges | ||||||
|  |                 0x00000060       0x20 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_block.o) | ||||||
|  |  .debug_aranges | ||||||
|  |                 0x00000080       0x20 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_byte.o) | ||||||
|  | 
 | ||||||
|  | .debug_pubnames | ||||||
|  |  *(.debug_pubnames) | ||||||
|  | 
 | ||||||
|  | .debug_info     0x00000000      0x8ce | ||||||
|  |  *(.debug_info .gnu.linkonce.wi.*) | ||||||
|  |  .debug_info    0x00000000      0x576 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25/crtattiny88.o | ||||||
|  |  .debug_info    0x00000576       0xab C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_byte.o) | ||||||
|  |  .debug_info    0x00000621       0xab C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_word.o) | ||||||
|  |  .debug_info    0x000006cc       0xab C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_word.o) | ||||||
|  |  .debug_info    0x00000777       0xac C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_block.o) | ||||||
|  |  .debug_info    0x00000823       0xab C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_byte.o) | ||||||
|  | 
 | ||||||
|  | .debug_abbrev   0x00000000      0x58f | ||||||
|  |  *(.debug_abbrev) | ||||||
|  |  .debug_abbrev  0x00000000      0x52b C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25/crtattiny88.o | ||||||
|  |  .debug_abbrev  0x0000052b       0x14 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_byte.o) | ||||||
|  |  .debug_abbrev  0x0000053f       0x14 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_word.o) | ||||||
|  |  .debug_abbrev  0x00000553       0x14 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_word.o) | ||||||
|  |  .debug_abbrev  0x00000567       0x14 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_block.o) | ||||||
|  |  .debug_abbrev  0x0000057b       0x14 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_byte.o) | ||||||
|  | 
 | ||||||
|  | .debug_line     0x00000000      0x376 | ||||||
|  |  *(.debug_line .debug_line.* .debug_line_end) | ||||||
|  |  .debug_line    0x00000000      0x10f C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25/crtattiny88.o | ||||||
|  |  .debug_line    0x0000010f       0x74 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_byte.o) | ||||||
|  |  .debug_line    0x00000183       0x61 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_word.o) | ||||||
|  |  .debug_line    0x000001e4       0x5b C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_word.o) | ||||||
|  |  .debug_line    0x0000023f       0x9f C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eerd_block.o) | ||||||
|  |  .debug_line    0x000002de       0x98 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25\libattiny88.a(eewr_byte.o) | ||||||
|  | 
 | ||||||
|  | .debug_frame | ||||||
|  |  *(.debug_frame) | ||||||
|  | 
 | ||||||
|  | .debug_str      0x00000000      0x1d9 | ||||||
|  |  *(.debug_str) | ||||||
|  |  .debug_str     0x00000000      0x1d9 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATtiny_DFP/1.3.172/gcc/dev/attiny88/avr25/crtattiny88.o | ||||||
|  | 
 | ||||||
|  | .debug_loc | ||||||
|  |  *(.debug_loc) | ||||||
|  | 
 | ||||||
|  | .debug_macinfo | ||||||
|  |  *(.debug_macinfo) | ||||||
|  | 
 | ||||||
|  | .debug_weaknames | ||||||
|  |  *(.debug_weaknames) | ||||||
|  | 
 | ||||||
|  | .debug_funcnames | ||||||
|  |  *(.debug_funcnames) | ||||||
|  | 
 | ||||||
|  | .debug_typenames | ||||||
|  |  *(.debug_typenames) | ||||||
|  | 
 | ||||||
|  | .debug_varnames | ||||||
|  |  *(.debug_varnames) | ||||||
|  | 
 | ||||||
|  | .debug_pubtypes | ||||||
|  |  *(.debug_pubtypes) | ||||||
|  | 
 | ||||||
|  | .debug_ranges | ||||||
|  |  *(.debug_ranges) | ||||||
|  | 
 | ||||||
|  | .debug_macro | ||||||
|  |  *(.debug_macro) | ||||||
|  | OUTPUT(wp_dc22_attiny88.elf elf32-avr) | ||||||
|  | LOAD linker stubs | ||||||
							
								
								
									
										142
									
								
								fw_dc22_attiny88/Release/wp_dc22_attiny88.srec
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										142
									
								
								fw_dc22_attiny88/Release/wp_dc22_attiny88.srec
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,142 @@ | |||||||
|  | S018000077705F646332325F617474696E7938382E7372656333 | ||||||
|  | S11300002DC047C046C045C044C043C042C041C0E3 | ||||||
|  | S113001040C03FC03EC03DC0AAC33BC03AC039C087 | ||||||
|  | S11300208BC037C036C034C3BDC1C0C1CAC1DBC177 | ||||||
|  | S1130030F8C116C228C227C2F9C103C224C223C20E | ||||||
|  | S113004022C221C220C209C20BC20AC21CC21BC2E4 | ||||||
|  | S11300501AC219C218C217C216C207C211241FBE7F | ||||||
|  | S1130060CFEFD2E0DEBFCDBF11E0A0E0B1E0E8EA1F | ||||||
|  | S1130070F8E002C005900D92A430B107D9F721E051 | ||||||
|  | S1130080A4E0B1E001C01D92A433B207E1F76DD240 | ||||||
|  | S113009009C4B6CFE4E6F0E080818E7F8083EAE78E | ||||||
|  | S11300A0F0E08FED8083ACE7B0E08C918F7D8C9392 | ||||||
|  | S11300B08081886880830895282F803188F4909106 | ||||||
|  | S11300C07C00907F982B90937C00883030F481E002 | ||||||
|  | S11300D001C0880F2A95EAF701C080E080937E0072 | ||||||
|  | S11300E0613021F480917C00806405C0623029F481 | ||||||
|  | S11300F080917C008F7B80937C00089590917A009E | ||||||
|  | S1130100292F207496FD15C080930C01662311F0ED | ||||||
|  | S1130110982F01C090E09093040190917C009F700F | ||||||
|  | S1130120906890931F0190917A00906490937A0064 | ||||||
|  | S113013001C021E0822F08951F920F920FB60F92F3 | ||||||
|  | S113014011242F934F935F938F939F93AF93BF93F8 | ||||||
|  | S1130150EF93FF93E0917C00EF7020910401222340 | ||||||
|  | S1130160D1F080910C012817B1F0E930A0F4AE2F42 | ||||||
|  | S1130170B0E0AA0FBB1FA35FBE4F4D915C911197D6 | ||||||
|  | S11301808091780090917900840F951F96958795BA | ||||||
|  | S113019011969C938E9380910C01882359F0809141 | ||||||
|  | S11301A00C01815080930C0180917A0080648093CB | ||||||
|  | S11301B07A0011C021110DC0E93058F4F0E08091AB | ||||||
|  | S11301C0780090917900EE0FFF1FE35FFE4F91835B | ||||||
|  | S11301D0808310921F01FF91EF91BF91AF919F9186 | ||||||
|  | S11301E08F915F914F912F910F900FBE0F901F90A1 | ||||||
|  | S11301F018958AB1806F8AB987B18F6087B98BB13E | ||||||
|  | S1130200806F8BB988B18F6088B90895CF93DF93DD | ||||||
|  | S11302108BB1806F8BB988B18F6088B9C8E8D0E0A2 | ||||||
|  | S11302208EEF8883AAE8B0E08C938AEF90E09093F5 | ||||||
|  | S11302308500809384003BB124E02D0D81E090E0A3 | ||||||
|  | S1130240AC0101C0440F2A95EAF7242F20952323FB | ||||||
|  | S11302502BB928B10D2C01C0880F0A94EAF78095B8 | ||||||
|  | S1130260822388B9ED2DF0E0EB5DFE4F8BEF90819A | ||||||
|  | S1130270282F291B2883ED2DF0E0EF5DFE4F9081A0 | ||||||
|  | S1130280891B8C93DF91CF9108959BB1906F9BB99B | ||||||
|  | S1130290E0E8F0E090819F70908397B1907F97B9E8 | ||||||
|  | S11302A095B7906195BF47B121E030E0B90102C034 | ||||||
|  | S11302B0660F771F8A95E2F7CB01462B47B998B1B1 | ||||||
|  | S11302C0907F98B92A9A98B1982B98B92A9878E08F | ||||||
|  | S11302D07A95F1F797B18095982397B998B18923C6 | ||||||
|  | S11302E088B985B78F7E85BF0895843038F4662336 | ||||||
|  | S11302F029F0E82FF0E0E050FF4F60830895837009 | ||||||
|  | S113030080930501089580910501E82FF0E0E05005 | ||||||
|  | S1130310FF4F9081911101C091E02E2DE11003C097 | ||||||
|  | S113032061E08FE012C0213019F460E080E018C071 | ||||||
|  | S1130330223061F490911F01992319F0EE24E39483 | ||||||
|  | S11303400895A3DF6FEF80910501B6CE4E2D50E0E6 | ||||||
|  | S1130350892F90E002964817590719F461E083E069 | ||||||
|  | S1130360CDCE8417950794F42150E22E80911F017D | ||||||
|  | S113037081110CC06FEF8FE09FDE3BDF8EEF809327 | ||||||
|  | S1130380800084B1866084B91092200108958F2D75 | ||||||
|  | S11303904F2D50E04A31510508F075C0FA01EC5E6A | ||||||
|  | S11303A0FF4F0994F12C10922A0108958091330192 | ||||||
|  | S11303B0882309F46CC0F090300183E0809333010A | ||||||
|  | S11303C050C0E0912F01E43020F4F0E0EB5DFE4FEB | ||||||
|  | S11303D006C0E83008F044C0F0E0E35EFE4F8091D0 | ||||||
|  | S11303E0300180833DC080913301882309F44FC0DC | ||||||
|  | S11303F080911D0190911E01892B09F444C06091E4 | ||||||
|  | S11304001D0170911E0180913001681B710987FDE7 | ||||||
|  | S1130410739570930701609306018EE390E024D2F4 | ||||||
|  | S11304201FC0809133018230D8F41DC08091200117 | ||||||
|  | S1130430811117C010922001E12C88E080932001E3 | ||||||
|  | S113044010C08091200181110CC010922001E12C78 | ||||||
|  | S113045080912F0154DF81E0F1CF84E08093090182 | ||||||
|  | S1130460F12C10922A0180E00895809133018823B1 | ||||||
|  | S113047071F080912F01843098F7609130016623E8 | ||||||
|  | S113048079F333DFEDCFF12C10922A0181E0089546 | ||||||
|  | S11304908093BB00ECEBF0E08081806880838081F6 | ||||||
|  | S11304A08F7B808380E008958F2D8830B9F0893068 | ||||||
|  | S11304B0C1F0843051F580912F01803428F490E00C | ||||||
|  | S11304C0C8D1E6DF81E006C08091BC008F7B8093B9 | ||||||
|  | S11304D0BC008FEFF12C10922A010895809108013D | ||||||
|  | S11304E00EC0E0912F01E370F0E0EE0FFF1FE35F19 | ||||||
|  | S11304F0FE4F808191819695879596958795C8DF63 | ||||||
|  | S1130500F12C10922A0181E008958091BC008F7B28 | ||||||
|  | S11305108093BC008FEF089580911D0190911E017E | ||||||
|  | S113052090910601891B982F959595959595891B12 | ||||||
|  | S113053008958E2DE11003C062E088E0BDCD8330C4 | ||||||
|  | S113054019F461E084E0DACD843070F08150E82E53 | ||||||
|  | S113055080911F01811108C061E08FE0ADDD109230 | ||||||
|  | S11305602001DADF80930801089580E88093610018 | ||||||
|  | S11305701092610082B3806F82BB1DB881E084B9A0 | ||||||
|  | S113058017B81AB8CFEFCEB9DEEFD5B9C8B9CBB921 | ||||||
|  | S113059030DE22E02093B8008CEF8093B90086EE21 | ||||||
|  | S11305A08093BA001092BD0085E48093BC008091D2 | ||||||
|  | S11305B064008A7F809364009BEF95BD8DE387BDC3 | ||||||
|  | S11305C016BC20936E00809164008C7F809364003D | ||||||
|  | S11305D0C0938900C0938800C0938A00109285005C | ||||||
|  | S11305E010928400D093800089E18093810010925E | ||||||
|  | S11305F0820080918000809329019093860084B1C9 | ||||||
|  | S1130600866084B910926F0045DD629923C042DD93 | ||||||
|  | S11306102FEF80E792E0215080409040E1F700C046 | ||||||
|  | S11306200000629917C0789488E08093200181DFEC | ||||||
|  | S113063080911F018111FCCF60911D0170911E01F9 | ||||||
|  | S113064070930701609306018EE390E00DD1109240 | ||||||
|  | S113065020010DC08EE390E003D1813322E09207A4 | ||||||
|  | S113066014F081E191E0909307018093060183B730 | ||||||
|  | S1130670897F90910901892B83BF10920901789495 | ||||||
|  | S113068083B7816083BF889583B78E7F83BFEFCFA5 | ||||||
|  | S11306901F920F920FB60F9211242F933F934F93F3 | ||||||
|  | S11306A05F936F937F938F939F93AF93BF93EF93D6 | ||||||
|  | S11306B0FF938091B900887F803AF1F160F4883625 | ||||||
|  | S11306C009F43FC028F4882391F18036D1F134C075 | ||||||
|  | S11306D0803839F031C0883B41F170F5883A29F10E | ||||||
|  | S11306E02BC08091BB00F1100FC0982F92959F7082 | ||||||
|  | S11306F0F92E982F9F7090932F011092330110922E | ||||||
|  | S11307002A0187FF1EC00AC0E0913301EF5FE37046 | ||||||
|  | S1130710E0933301F0E0E15DFE4F808338DE88230F | ||||||
|  | S113072081F08091BC008F7B0AC0BEDE0AC080913C | ||||||
|  | S1130730BC0080698093BC008091BC00806480937D | ||||||
|  | S1130740BC008091BC0080688093BC00FF91EF9155 | ||||||
|  | S1130750BF91AF919F918F917F916F915F914F91D5 | ||||||
|  | S11307603F912F910F900FBE0F901F9018951F92DD | ||||||
|  | S11307700F920FB60F9211242F933F934F935F93D1 | ||||||
|  | S11307806F937F938F939F93AF93BF93EF93FF9355 | ||||||
|  | S113079080910B018F5F883C18F480930B010CC08F | ||||||
|  | S11307A010920B0180910A018F5F843618F48093B4 | ||||||
|  | S11307B00A0102C010920A0187B58D3311F08DE34E | ||||||
|  | S11307C001C08EE387BD80912001882371F0809160 | ||||||
|  | S11307D02001813021F0883019F4ABDE01C093DDB3 | ||||||
|  | S11307E08E2D8F3F11F08F5FE82E80912001813094 | ||||||
|  | S11307F041F081E08D0D833010F4D82E01C0D12C4E | ||||||
|  | S113080005DDFF20A1F080912A018F5F80932A01EA | ||||||
|  | S1130810823368F0F12C10922A018091BC008F7B06 | ||||||
|  | S11308208093BC008091BC0080648093BC0086B53A | ||||||
|  | S1130830FF91EF91BF91AF919F918F917F916F91B4 | ||||||
|  | S11308405F914F913F912F910F900FBE0F901F908A | ||||||
|  | S11308501895F999FECF81BDF89A992780B5089526 | ||||||
|  | S1130860A8E1B0E042E005C010D0272F0FC0DC01A2 | ||||||
|  | S1130870862FE82FF999FECF05C0E1BDF89AE395DC | ||||||
|  | S113088000B40D924150C8F70895262FF999FECF70 | ||||||
|  | S11308901FBA81BD20BD0FB6F894FA9AF99A0FBE1B | ||||||
|  | S10B08A001960895F894FFCFBE | ||||||
|  | S10708A80101010144 | ||||||
|  | S9030000FC | ||||||
							
								
								
									
										
											BIN
										
									
								
								fw_dc22_attiny88/bin/wp_dc22_attiny88.elf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								fw_dc22_attiny88/bin/wp_dc22_attiny88.elf
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										141
									
								
								fw_dc22_attiny88/bin/wp_dc22_attiny88.hex
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										141
									
								
								fw_dc22_attiny88/bin/wp_dc22_attiny88.hex
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,141 @@ | |||||||
|  | :100000002DC047C046C045C044C043C042C041C0E7 | ||||||
|  | :1000100040C03FC03EC03DC0AAC33BC03AC039C08B | ||||||
|  | :100020008BC037C036C034C3BDC1C0C1CAC1DBC17B | ||||||
|  | :10003000F8C116C228C227C2F9C103C224C223C212 | ||||||
|  | :1000400022C221C220C209C20BC20AC21CC21BC2E8 | ||||||
|  | :100050001AC219C218C217C216C207C211241FBE83 | ||||||
|  | :10006000CFEFD2E0DEBFCDBF11E0A0E0B1E0E8EA23 | ||||||
|  | :10007000F8E002C005900D92A430B107D9F721E055 | ||||||
|  | :10008000A4E0B1E001C01D92A433B207E1F76DD244 | ||||||
|  | :1000900009C4B6CFE4E6F0E080818E7F8083EAE792 | ||||||
|  | :1000A000F0E08FED8083ACE7B0E08C918F7D8C9396 | ||||||
|  | :1000B0008081886880830895282F803188F490910A | ||||||
|  | :1000C0007C00907F982B90937C00883030F481E006 | ||||||
|  | :1000D00001C0880F2A95EAF701C080E080937E0076 | ||||||
|  | :1000E000613021F480917C00806405C0623029F485 | ||||||
|  | :1000F00080917C008F7B80937C00089590917A00A2 | ||||||
|  | :10010000292F207496FD15C080930C01662311F0F1 | ||||||
|  | :10011000982F01C090E09093040190917C009F7013 | ||||||
|  | :10012000906890931F0190917A00906490937A0068 | ||||||
|  | :1001300001C021E0822F08951F920F920FB60F92F7 | ||||||
|  | :1001400011242F934F935F938F939F93AF93BF93FC | ||||||
|  | :10015000EF93FF93E0917C00EF7020910401222344 | ||||||
|  | :10016000D1F080910C012817B1F0E930A0F4AE2F46 | ||||||
|  | :10017000B0E0AA0FBB1FA35FBE4F4D915C911197DA | ||||||
|  | :100180008091780090917900840F951F96958795BE | ||||||
|  | :1001900011969C938E9380910C01882359F0809145 | ||||||
|  | :1001A0000C01815080930C0180917A0080648093CF | ||||||
|  | :1001B0007A0011C021110DC0E93058F4F0E08091AF | ||||||
|  | :1001C000780090917900EE0FFF1FE35FFE4F91835F | ||||||
|  | :1001D000808310921F01FF91EF91BF91AF919F918A | ||||||
|  | :1001E0008F915F914F912F910F900FBE0F901F90A5 | ||||||
|  | :1001F00018958AB1806F8AB987B18F6087B98BB142 | ||||||
|  | :10020000806F8BB988B18F6088B90895CF93DF93E1 | ||||||
|  | :100210008BB1806F8BB988B18F6088B9C8E8D0E0A6 | ||||||
|  | :100220008EEF8883AAE8B0E08C938AEF90E09093F9 | ||||||
|  | :100230008500809384003BB124E02D0D81E090E0A7 | ||||||
|  | :10024000AC0101C0440F2A95EAF7242F20952323FF | ||||||
|  | :100250002BB928B10D2C01C0880F0A94EAF78095BC | ||||||
|  | :10026000822388B9ED2DF0E0EB5DFE4F8BEF90819E | ||||||
|  | :10027000282F291B2883ED2DF0E0EF5DFE4F9081A4 | ||||||
|  | :10028000891B8C93DF91CF9108959BB1906F9BB99F | ||||||
|  | :10029000E0E8F0E090819F70908397B1907F97B9EC | ||||||
|  | :1002A00095B7906195BF47B121E030E0B90102C038 | ||||||
|  | :1002B000660F771F8A95E2F7CB01462B47B998B1B5 | ||||||
|  | :1002C000907F98B92A9A98B1982B98B92A9878E093 | ||||||
|  | :1002D0007A95F1F797B18095982397B998B18923CA | ||||||
|  | :1002E00088B985B78F7E85BF0895843038F466233A | ||||||
|  | :1002F00029F0E82FF0E0E050FF4F6083089583700D | ||||||
|  | :1003000080930501089580910501E82FF0E0E05009 | ||||||
|  | :10031000FF4F9081911101C091E02E2DE11003C09B | ||||||
|  | :1003200061E08FE012C0213019F460E080E018C075 | ||||||
|  | :10033000223061F490911F01992319F0EE24E39487 | ||||||
|  | :100340000895A3DF6FEF80910501B6CE4E2D50E0EA | ||||||
|  | :10035000892F90E002964817590719F461E083E06D | ||||||
|  | :10036000CDCE8417950794F42150E22E80911F0181 | ||||||
|  | :1003700081110CC06FEF8FE09FDE3BDF8EEF80932B | ||||||
|  | :10038000800084B1866084B91092200108958F2D79 | ||||||
|  | :100390004F2D50E04A31510508F075C0FA01EC5E6E | ||||||
|  | :1003A000FF4F0994F12C10922A0108958091330196 | ||||||
|  | :1003B000882309F46CC0F090300183E0809333010E | ||||||
|  | :1003C00050C0E0912F01E43020F4F0E0EB5DFE4FEF | ||||||
|  | :1003D00006C0E83008F044C0F0E0E35EFE4F8091D4 | ||||||
|  | :1003E000300180833DC080913301882309F44FC0E0 | ||||||
|  | :1003F00080911D0190911E01892B09F444C06091E8 | ||||||
|  | :100400001D0170911E0180913001681B710987FDEB | ||||||
|  | :10041000739570930701609306018EE390E024D2F8 | ||||||
|  | :100420001FC0809133018230D8F41DC0809120011B | ||||||
|  | :10043000811117C010922001E12C88E080932001E7 | ||||||
|  | :1004400010C08091200181110CC010922001E12C7C | ||||||
|  | :1004500080912F0154DF81E0F1CF84E08093090186 | ||||||
|  | :10046000F12C10922A0180E00895809133018823B5 | ||||||
|  | :1004700071F080912F01843098F7609130016623EC | ||||||
|  | :1004800079F333DFEDCFF12C10922A0181E008954A | ||||||
|  | :100490008093BB00ECEBF0E08081806880838081FA | ||||||
|  | :1004A0008F7B808380E008958F2D8830B9F089306C | ||||||
|  | :1004B000C1F0843051F580912F01803428F490E010 | ||||||
|  | :1004C000C8D1E6DF81E006C08091BC008F7B8093BD | ||||||
|  | :1004D000BC008FEFF12C10922A0108958091080141 | ||||||
|  | :1004E0000EC0E0912F01E370F0E0EE0FFF1FE35F1D | ||||||
|  | :1004F000FE4F808191819695879596958795C8DF67 | ||||||
|  | :10050000F12C10922A0181E008958091BC008F7B2C | ||||||
|  | :100510008093BC008FEF089580911D0190911E0182 | ||||||
|  | :1005200090910601891B982F959595959595891B16 | ||||||
|  | :1005300008958E2DE11003C062E088E0BDCD8330C8 | ||||||
|  | :1005400019F461E084E0DACD843070F08150E82E57 | ||||||
|  | :1005500080911F01811108C061E08FE0ADDD109234 | ||||||
|  | :100560002001DADF80930801089580E8809361001C | ||||||
|  | :100570001092610082B3806F82BB1DB881E084B9A4 | ||||||
|  | :1005800017B81AB8CFEFCEB9DEEFD5B9C8B9CBB925 | ||||||
|  | :1005900030DE22E02093B8008CEF8093B90086EE25 | ||||||
|  | :1005A0008093BA001092BD0085E48093BC008091D6 | ||||||
|  | :1005B00064008A7F809364009BEF95BD8DE387BDC7 | ||||||
|  | :1005C00016BC20936E00809164008C7F8093640041 | ||||||
|  | :1005D000C0938900C0938800C0938A001092850060 | ||||||
|  | :1005E00010928400D093800089E180938100109262 | ||||||
|  | :1005F000820080918000809329019093860084B1CD | ||||||
|  | :10060000866084B910926F0045DD629923C042DD97 | ||||||
|  | :100610002FEF80E792E0215080409040E1F700C04A | ||||||
|  | :100620000000629917C0789488E08093200181DFF0 | ||||||
|  | :1006300080911F018111FCCF60911D0170911E01FD | ||||||
|  | :1006400070930701609306018EE390E00DD1109244 | ||||||
|  | :1006500020010DC08EE390E003D1813322E09207A8 | ||||||
|  | :1006600014F081E191E0909307018093060183B734 | ||||||
|  | :10067000897F90910901892B83BF10920901789499 | ||||||
|  | :1006800083B7816083BF889583B78E7F83BFEFCFA9 | ||||||
|  | :100690001F920F920FB60F9211242F933F934F93F7 | ||||||
|  | :1006A0005F936F937F938F939F93AF93BF93EF93DA | ||||||
|  | :1006B000FF938091B900887F803AF1F160F4883629 | ||||||
|  | :1006C00009F43FC028F4882391F18036D1F134C079 | ||||||
|  | :1006D000803839F031C0883B41F170F5883A29F112 | ||||||
|  | :1006E0002BC08091BB00F1100FC0982F92959F7086 | ||||||
|  | :1006F000F92E982F9F7090932F0110923301109232 | ||||||
|  | :100700002A0187FF1EC00AC0E0913301EF5FE3704A | ||||||
|  | :10071000E0933301F0E0E15DFE4F808338DE882313 | ||||||
|  | :1007200081F08091BC008F7B0AC0BEDE0AC0809140 | ||||||
|  | :10073000BC0080698093BC008091BC008064809381 | ||||||
|  | :10074000BC008091BC0080688093BC00FF91EF9159 | ||||||
|  | :10075000BF91AF919F918F917F916F915F914F91D9 | ||||||
|  | :100760003F912F910F900FBE0F901F9018951F92E1 | ||||||
|  | :100770000F920FB60F9211242F933F934F935F93D5 | ||||||
|  | :100780006F937F938F939F93AF93BF93EF93FF9359 | ||||||
|  | :1007900080910B018F5F883C18F480930B010CC093 | ||||||
|  | :1007A00010920B0180910A018F5F843618F48093B8 | ||||||
|  | :1007B0000A0102C010920A0187B58D3311F08DE352 | ||||||
|  | :1007C00001C08EE387BD80912001882371F0809164 | ||||||
|  | :1007D0002001813021F0883019F4ABDE01C093DDB7 | ||||||
|  | :1007E0008E2D8F3F11F08F5FE82E80912001813098 | ||||||
|  | :1007F00041F081E08D0D833010F4D82E01C0D12C52 | ||||||
|  | :1008000005DDFF20A1F080912A018F5F80932A01EE | ||||||
|  | :10081000823368F0F12C10922A018091BC008F7B0A | ||||||
|  | :100820008093BC008091BC0080648093BC0086B53E | ||||||
|  | :10083000FF91EF91BF91AF919F918F917F916F91B8 | ||||||
|  | :100840005F914F913F912F910F900FBE0F901F908E | ||||||
|  | :100850001895F999FECF81BDF89A992780B508952A | ||||||
|  | :10086000A8E1B0E042E005C010D0272F0FC0DC01A6 | ||||||
|  | :10087000862FE82FF999FECF05C0E1BDF89AE395E0 | ||||||
|  | :1008800000B40D924150C8F70895262FF999FECF74 | ||||||
|  | :100890001FBA81BD20BD0FB6F894FA9AF99A0FBE1F | ||||||
|  | :0808A00001960895F894FFCFC2 | ||||||
|  | :0408A8000101010148 | ||||||
|  | :00000001FF | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user